Lines Matching refs:InternalFormat
806 img->InternalFormat = 0; in clear_teximage_fields()
857 img->InternalFormat = internalFormat; in _mesa_init_teximage_fields_ms()
2227 oes_float_internal_format(ctx, texImage->InternalFormat, type) : in texsubimage_error_check()
2228 texImage->InternalFormat; in texsubimage_error_check()
2256 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in texsubimage_error_check()
2397 rb_internal_format = rb->InternalFormat; in copytexture_error_check()
2398 rb_base_format = _mesa_base_tex_format(ctx, rb->InternalFormat); in copytexture_error_check()
2615 if (_mesa_format_no_online_compression(ctx, texImage->InternalFormat)) { in copytexsubimage_error_check()
2622 if (texImage->InternalFormat == GL_YCBCR_MESA) { in copytexsubimage_error_check()
2642 if (_mesa_is_color_format(texImage->InternalFormat)) { in copytexsubimage_error_check()
2824 prevImage->InternalFormat == internalFormat) { in _mesa_choose_texture_format()
3792 if (texImage->InternalFormat != internalFormat) in can_avoid_reallocation()
3977 if (rb->InternalFormat == GL_RGB10_A2) { in copyteximage()
4387 GLenum internalFormat = texImage->InternalFormat; in check_clear_tex_image()
4806 if ((GLint) format != texImage->InternalFormat) { in compressed_subtexture_error_check()