Searched refs:mProtectedEGLContext (Results 1 – 4 of 4) sorted by relevance
278 mProtectedEGLContext(protectedContext), in SkiaGLRenderEngine()292 if (mProtectedEGLContext != EGL_NO_CONTEXT) { in ~SkiaGLRenderEngine()293 eglDestroyContext(mEGLDisplay, mProtectedEGLContext); in ~SkiaGLRenderEngine()320 return mProtectedEGLContext != EGL_NO_CONTEXT; in supportsProtectedContentImpl()328 mProtectedEGLContext : mEGLContext; in useProtectedContextImpl()
88 EGLContext mProtectedEGLContext; variable
341 mProtectedEGLContext(protectedContext), in GLESRenderEngine()354 if (mProtectedEGLContext != EGL_NO_CONTEXT) { in GLESRenderEngine()356 mProtectedEGLContext); in GLESRenderEngine()458 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()969 return mProtectedEGLContext != EGL_NO_CONTEXT; in supportsProtectedContent()976 if (useProtectedContext && mProtectedEGLContext == EGL_NO_CONTEXT) { in useProtectedContext()980 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext()1461 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh()1515 cache.getSize(mProtectedEGLContext)); in dump()
185 EGLContext mProtectedEGLContext; variable