Searched refs:mapImage (Results 1 – 4 of 4) sorted by relevance
1294 if (!dri->image || dri->image->base.version < 12 || !dri->image->mapImage) { in gbm_dri_bo_map()1307 return dri->image->mapImage(dri->context, bo->image, x, y, in gbm_dri_bo_map()
1865 .mapImage = dri2_map_image,1895 .mapImage = dri2_map_image,1924 .mapImage = dri2_map_image,
1505 void *(*mapImage)(__DRIcontext *context, __DRIimage *image, member
85 - gbm: fix potential NULL deref of mapImage/unmapImage.