Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.h84 EGLBoolean ProtectedContent; member
Deglsurface.c326 surf->ProtectedContent = val; in _eglParseSurfaceAttribList()
409 surf->ProtectedContent = EGL_FALSE; in _eglInitSurface()
612 *value = surface->ProtectedContent; in _eglQuerySurface()
Deglsurface.h172 EGLBoolean ProtectedContent; member
Deglimage.c65 attrs->ProtectedContent = val; in _eglParseKHRImageAttribs()
Deglapi.c910 if (read_surf && read_surf->ProtectedContent && in eglMakeCurrent()
911 draw_surf && !draw_surf->ProtectedContent) in eglMakeCurrent()
1494 if (surf->ProtectedContent) in eglCopyBuffers()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c187 if (dri3_surf->surf.base.ProtectedContent && in dri3_create_surface()
194 dri3_surf->surf.base.ProtectedContent; in dri3_create_surface()
Dplatform_drm.c256 if (dri2_surf->base.ProtectedContent) in get_back_bo()
Degl_dri2.c2883 if (attrs.ProtectedContent) { in dri2_create_image_dma_buf()
2900 attrs.ProtectedContent ? __DRI_IMAGE_PROTECTED_CONTENT_FLAG : 0, in dri2_create_image_dma_buf()
Dplatform_wayland.c634 if (dri2_surf->base.ProtectedContent) { in get_back_bo()