Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_image.h92 bool imported_dmabuf; member
Dintel_tex_image.c657 if (storage && target == GL_TEXTURE_2D && image->imported_dmabuf) { in intel_image_target_texture()
Dintel_screen.c1294 image->imported_dmabuf = true; in intel_create_image_from_dma_bufs2()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h112 boolean imported_dmabuf; member
Ddri_screen.c483 if (img->imported_dmabuf && map) { in dri_get_egl_image()
Ddri2.c989 img->imported_dmabuf = TRUE; in dri2_create_image_from_fd()