Searched refs:mProtectedEGLContext (Results 1 – 2 of 2) sorted by relevance
357 mProtectedEGLContext(protectedContext), in GLESRenderEngine()370 if (mProtectedEGLContext != EGL_NO_CONTEXT) { in GLESRenderEngine()372 mProtectedEGLContext); in GLESRenderEngine()455 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()822 return mProtectedEGLContext != EGL_NO_CONTEXT; in supportsProtectedContent()829 if (useProtectedContext && mProtectedEGLContext == EGL_NO_CONTEXT) { in useProtectedContext()833 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext()1253 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()1266 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext in drawMesh()1305 cache.getSize(mProtectedEGLContext)); in dump()
173 EGLContext mProtectedEGLContext; variable