Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp358 mProtectedEGLContext(protectedContext), in GLESRenderEngine()
371 if (mProtectedEGLContext != EGL_NO_CONTEXT) { in GLESRenderEngine()
373 mProtectedEGLContext); in GLESRenderEngine()
461 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()
883 return mProtectedEGLContext != EGL_NO_CONTEXT; in supportsProtectedContent()
890 if (useProtectedContext && mProtectedEGLContext == EGL_NO_CONTEXT) { in useProtectedContext()
894 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext()
1317 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()
1330 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()
1369 cache.getSize(mProtectedEGLContext)); in dump()
DGLESRenderEngine.h184 EGLContext mProtectedEGLContext; variable