Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h247 RsContextType getContextType() const { return mContextType; } in getContextType()
248 void setContextType(RsContextType ct) { mContextType = ct; } in setContextType()
262 RsContextType mContextType; variable
DrsContext.cpp317 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG; in threadProc()
527 mContextType = RS_CONTEXT_TYPE_NORMAL; in Context()
541 rsc->mContextType = ct; in createContext()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java190 ContextType mContextType; field in RenderScript
1141 (mRS.mContextType != ContextType.DEBUG || in run()
1182 mContextType = ContextType.NORMAL; in RenderScript()
1233 rs.mContextType = ct; in create()