Home
last modified time | relevance | path

Searched refs:mInProtectedContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h83 bool isProtected() const override { return mInProtectedContext; } in isProtected()
195 bool mInProtectedContext = false; variable
DGLESRenderEngine.cpp455 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()
826 if (useProtectedContext == mInProtectedContext) { in useProtectedContext()
836 mInProtectedContext = useProtectedContext; in useProtectedContext()
1253 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()
1266 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()
1301 StringAppendF(&result, "RenderEngine is in protected context: %d\n", mInProtectedContext); in dump()