Lines Matching defs:img
723 __DRIimage *img = NULL;
727 img = screen->lookup_egl_image_validated(screen, egl_image);
729 img = screen->lookup_egl_image(screen, egl_image);
732 if (!img)
736 pipe_resource_reference(&stimg->texture, img->texture);
737 map = dri2_get_mapping_by_fourcc(img->dri_fourcc);
738 stimg->format = map ? map->pipe_format : img->texture->format;
739 stimg->level = img->level;
740 stimg->layer = img->layer;
742 if (img->imported_dmabuf && map) {
749 stimg->internalformat = img->internal_format;
752 stimg->yuv_color_space = img->yuv_color_space;
753 stimg->yuv_range = img->sample_range;