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

/frameworks/rs/
H A DrsContext.h252 RsContextType getContextType() const { return mContextType; }
253 void setContextType(RsContextType ct) { mContextType = ct; }
313 RsContextType mContextType; member in class:android::renderscript::Context
H A DrsContext.cpp266 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG;
461 mContextType = RS_CONTEXT_TYPE_NORMAL;
499 rsc->mContextType = ct;
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java192 ContextType mContextType; field in class:RenderScript
1283 (mRS.mContextType != ContextType.DEBUG ||
1324 mContextType = ContextType.NORMAL;
1367 rs.mContextType = ct;
1467 if ((prs.mContextType == ct) &&
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java284 ContextType mContextType; field in class:RenderScript
1293 mContextType = ContextType.NORMAL;
1397 rs.mContextType = ct;
1496 if ((prs.mContextType == ct) &&

Completed in 337 milliseconds