Lines Matching defs:stimg
720 struct st_egl_image *stimg)
735 stimg->texture = NULL;
736 pipe_resource_reference(&stimg->texture, img->texture);
738 stimg->format = map ? map->pipe_format : img->texture->format;
739 stimg->level = img->level;
740 stimg->layer = img->layer;
747 stimg->internalformat = driGLFormatToSizedInternalGLFormat(mesa_format);
749 stimg->internalformat = img->internal_format;
752 stimg->yuv_color_space = img->yuv_color_space;
753 stimg->yuv_range = img->sample_range;