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

/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.h84 EGLBoolean ProtectedContent; member in struct:_egl_image_attribs
H A Deglsurface.h172 EGLBoolean ProtectedContent; member in struct:_egl_surface
H A Deglsurface.c326 surf->ProtectedContent = val;
409 surf->ProtectedContent = EGL_FALSE;
612 *value = surface->ProtectedContent;
H A Deglimage.c65 attrs->ProtectedContent = val;
H A Deglapi.c905 if (read_surf && read_surf->ProtectedContent &&
906 draw_surf && !draw_surf->ProtectedContent)
1489 if (surf->ProtectedContent)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c187 if (dri3_surf->surf.base.ProtectedContent &&
194 dri3_surf->surf.base.ProtectedContent;
H A Dplatform_drm.c256 if (dri2_surf->base.ProtectedContent)
H A Dplatform_wayland.c634 if (dri2_surf->base.ProtectedContent) {
H A Degl_dri2.c2879 if (attrs.ProtectedContent) {
2896 attrs.ProtectedContent ? __DRI_IMAGE_PROTECTED_CONTENT_FLAG : 0,

Completed in 16 milliseconds