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

/frameworks/rs/
H A DrsContext.h244 RsContextType getContextType() const { return mContextType; }
245 void setContextType(RsContextType ct) { mContextType = ct; }
308 RsContextType mContextType; member in class:android::renderscript::Context
H A DrsContext.cpp249 rsc->mContextType = RS_CONTEXT_TYPE_DEBUG;
441 mContextType = RS_CONTEXT_TYPE_NORMAL;
473 rsc->mContextType = ct;
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java203 ContextType mContextType; field in class:RenderScript
1316 (mRS.mContextType != ContextType.DEBUG ||
1357 mContextType = ContextType.NORMAL;
1422 rs.mContextType = ct;
1518 if ((prs.mContextType == ct) &&
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java296 ContextType mContextType; field in class:RenderScript
1321 (mRS.mContextType != ContextType.DEBUG ||
1353 mContextType = ContextType.NORMAL;
1491 rs.mContextType = ct;
1591 if ((prs.mContextType == ct) &&

Completed in 33 milliseconds