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

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

Completed in 2780 milliseconds