Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.h82 EGLBoolean ProtectedContent; member
Deglsurface.c326 surf->ProtectedContent = val; in _eglParseSurfaceAttribList()
409 surf->ProtectedContent = EGL_FALSE; in _eglInitSurface()
612 *value = surface->ProtectedContent; in _eglQuerySurface()
Deglsurface.h170 EGLBoolean ProtectedContent; member
Deglimage.c65 attrs->ProtectedContent = val; in _eglParseKHRImageAttribs()
Deglapi.c908 if (read_surf && read_surf->ProtectedContent && in eglMakeCurrent()
909 draw_surf && !draw_surf->ProtectedContent) in eglMakeCurrent()
1510 if (surf->ProtectedContent) in eglCopyBuffers()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c203 if (dri3_surf->surf.base.ProtectedContent && in dri3_create_surface()
210 dri3_surf->surf.base.ProtectedContent; in dri3_create_surface()
Dplatform_drm.c256 if (dri2_surf->base.ProtectedContent) in get_back_bo()
Degl_dri2.c2904 if (attrs.ProtectedContent) { in dri2_create_image_dma_buf()
2921 attrs.ProtectedContent ? __DRI_IMAGE_PROTECTED_CONTENT_FLAG : 0, in dri2_create_image_dma_buf()
Dplatform_wayland.c1063 if (dri2_surf->base.ProtectedContent) { in get_back_bo()