Searched refs:mContextType (Results 1 – 5 of 5) sorted by relevance
244 RsContextType getContextType() const { return mContextType; } in getContextType()245 void setContextType(RsContextType ct) { mContextType = ct; } in setContextType()308 RsContextType mContextType; variable
249 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG; in threadProc()440 mContextType = RS_CONTEXT_TYPE_NORMAL; in Context()472 rsc->mContextType = ct; in createContext()
296 ContextType mContextType; field in RenderScript1321 (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()
207 ContextType mContextType; field in RenderScript1331 (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()
60177 Landroid/renderscript/RenderScript;->mContextType:Landroid/renderscript/RenderScript$ContextType;