Home
last modified time | relevance | path

Searched refs:unmapImage (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c1326 dri->image->base.version < 12 || !dri->image->unmapImage) in gbm_dri_bo_unmap()
1329 dri->image->unmapImage(dri->context, bo->image, map_data); in gbm_dri_bo_unmap()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1866 .unmapImage = dri2_unmap_image,
1896 .unmapImage = dri2_unmap_image,
1925 .unmapImage = dri2_unmap_image,
/third_party/mesa3d/docs/relnotes/
D12.0.4.rst85 - gbm: fix potential NULL deref of mapImage/unmapImage.
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1514 void (*unmapImage)(__DRIcontext *context, __DRIimage *image, void *data); member