Home
last modified time | relevance | path

Searched refs:ProtectedContent (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.h84 EGLBoolean ProtectedContent; member
Deglsurface.c311 surf->ProtectedContent = val; in _eglParseSurfaceAttribList()
394 surf->ProtectedContent = EGL_FALSE; in _eglInitSurface()
596 *value = surface->ProtectedContent; in _eglQuerySurface()
Deglsurface.h172 EGLBoolean ProtectedContent; member
Deglimage.c65 attrs->ProtectedContent = val; in _eglParseKHRImageAttribs()
Deglapi.c899 if (read_surf && read_surf->ProtectedContent && in eglMakeCurrent()
900 draw_surf && !draw_surf->ProtectedContent) in eglMakeCurrent()
1483 if (surf->ProtectedContent) in eglCopyBuffers()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c186 if (dri3_surf->surf.base.ProtectedContent && in dri3_create_surface()
193 dri3_surf->surf.base.ProtectedContent; in dri3_create_surface()
Dplatform_drm.c256 if (dri2_surf->base.ProtectedContent) in get_back_bo()
Degl_dri2.c2872 if (attrs.ProtectedContent) { in dri2_create_image_dma_buf()
2889 attrs.ProtectedContent ? __DRI_IMAGE_PROTECTED_CONTENT_FLAG : 0, in dri2_create_image_dma_buf()
Dplatform_wayland.c577 if (dri2_surf->base.ProtectedContent) { in get_back_bo()