Home
last modified time | relevance | path

Searched refs:mProtectedStubSurface (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp388 mProtectedStubSurface(protectedStub), in GLESRenderEngine()
402 EGLBoolean success = eglMakeCurrent(display, mProtectedStubSurface, mProtectedStubSurface, in GLESRenderEngine()
492 if (mProtectedStubSurface != EGL_NO_SURFACE) { in ~GLESRenderEngine()
493 eglDestroySurface(mEGLDisplay, mProtectedStubSurface); in ~GLESRenderEngine()
1037 const EGLSurface surface = useProtectedContext ? mProtectedStubSurface : mStubSurface; in useProtectedContext()
H A DGLESRenderEngine.h198 EGLSurface mProtectedStubSurface; variable
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.h186 EGLSurface mProtectedStubSurface; variable
H A DGLESRenderEngine.cpp342 mProtectedStubSurface(protectedStub), in GLESRenderEngine()
355 EGLBoolean success = eglMakeCurrent(display, mProtectedStubSurface, mProtectedStubSurface, in GLESRenderEngine()
979 const EGLSurface surface = useProtectedContext ? mProtectedStubSurface : mStubSurface; in useProtectedContext()