Home
last modified time | relevance | path

Searched refs:mContextType (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsContext.h244 RsContextType getContextType() const { return mContextType; } in getContextType()
245 void setContextType(RsContextType ct) { mContextType = ct; } in setContextType()
308 RsContextType mContextType; variable
DrsContext.cpp249 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG; in threadProc()
440 mContextType = RS_CONTEXT_TYPE_NORMAL; in Context()
472 rsc->mContextType = ct; in createContext()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java296 ContextType mContextType; field in RenderScript
1321 (mRS.mContextType != ContextType.DEBUG || in run()
1353 mContextType = ContextType.NORMAL; in RenderScript()
1493 rs.mContextType = ct; in internalCreate()
1593 if ((prs.mContextType == ct) && in create()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java207 ContextType mContextType; field in RenderScript
1331 (mRS.mContextType != ContextType.DEBUG || in run()
1372 mContextType = ContextType.NORMAL; in RenderScript()
1437 rs.mContextType = ct; in internalCreate()
1535 if ((prs.mContextType == ct) && in create()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60177 Landroid/renderscript/RenderScript;->mContextType:Landroid/renderscript/RenderScript$ContextType;