Searched refs:queryDmaBufModifiers (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 676 if (dri->image->base.version <= 15 || !dri->image->queryDmaBufModifiers) { in gbm_dri_is_format_supported() 688 if (!dri->image->queryDmaBufModifiers(dri->screen, format, 0, NULL, NULL, in gbm_dri_is_format_supported()
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 1366 if (!draw->ext->image->queryDmaBufModifiers(draw->dri_screen, in has_supported_modifier() 1376 draw->ext->image->queryDmaBufModifiers(draw->dri_screen, format, in has_supported_modifier() 1442 draw->ext->image->queryDmaBufModifiers && in dri3_alloc_render_buffer()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 1871 .queryDmaBufModifiers = NULL, 1901 .queryDmaBufModifiers = dri2_query_dma_buf_modifiers, 2416 screen->image_extension.queryDmaBufModifiers = in dri2_init_screen_extensions()
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1596 unsigned char (*queryDmaBufModifiers)(__DRIscreen *screen, int fourcc, member
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 2830 dri2_dpy->image->queryDmaBufModifiers == NULL) in dri2_query_dma_buf_modifiers() 2833 if (dri2_dpy->image->queryDmaBufModifiers(dri2_dpy->dri_screen, format, in dri2_query_dma_buf_modifiers()
|
Completed in 17 milliseconds