Home | History | Annotate | Download | only in main

Lines Matching refs:srcImage

2585    struct gl_texture_image *srcImage;
2640 srcImage = _mesa_select_tex_image(ctx, texObj, target, texObj->BaseLevel);
2641 if (!srcImage) {
2648 if (_mesa_is_enum_format_integer(srcImage->InternalFormat) ||
2649 _mesa_is_depthstencil_format(srcImage->InternalFormat) ||
2650 _mesa_is_stencil_format(srcImage->InternalFormat)) {