Home
last modified time | relevance | path

Searched refs:EGL_PROTECTED_CONTENT_EXT (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DGLImage.cpp40 attrs.push_back(EGL_PROTECTED_CONTENT_EXT); in buildAttributeList()
DGLESRenderEngine.cpp852 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createFramebufferImageIfNeeded()
1358 contextAttributes.push_back(EGL_PROTECTED_CONTENT_EXT); in createEglContext()
1393 attributes.push_back(EGL_PROTECTED_CONTENT_EXT); in createDummyEglPbufferSurface()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp43 #define EGL_PROTECTED_CONTENT_EXT 0x32C0 macro
76 eglQueryContext(dpy, ctx, EGL_PROTECTED_CONTENT_EXT, &isProtected); in isProtectedContext()
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp35 #define EGL_PROTECTED_CONTENT_EXT 0x32C0 macro
660 createProtectedImage ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createImage()
/frameworks/native/libs/gui/
DGLConsumer.cpp50 #define EGL_PROTECTED_CONTENT_EXT 0x32C0 macro
998 createProtectedImage ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createImage()
/frameworks/native/opengl/include/EGL/
Deglext.h878 #define EGL_PROTECTED_CONTENT_EXT 0x32C0 macro