Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h254 RsContextType getContextType() const { return mContextType; } in getContextType()
255 void setContextType(RsContextType ct) { mContextType = ct; } in setContextType()
318 RsContextType mContextType; variable
DrsContext.cpp268 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG; in threadProc()
463 mContextType = RS_CONTEXT_TYPE_NORMAL; in Context()
502 rsc->mContextType = ct; in createContext()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java203 ContextType mContextType; field in RenderScript
1316 (mRS.mContextType != ContextType.DEBUG || in run()
1357 mContextType = ContextType.NORMAL; in RenderScript()
1422 rs.mContextType = ct; in internalCreate()
1518 if ((prs.mContextType == ct) && in create()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java284 ContextType mContextType; field in RenderScript
1328 mContextType = ContextType.NORMAL; in RenderScript()
1468 rs.mContextType = ct; in internalCreate()
1568 if ((prs.mContextType == ct) && in create()