Searched refs:tex_baseformat (Results 1 – 1 of 1) sorted by relevance
2467 GLenum tex_baseformat = _mesa_get_format_base_format(texImage->TexFormat); in st_can_copyteximage_using_blit() local2474 if (texImage->_BaseFormat != tex_baseformat && in st_can_copyteximage_using_blit()2475 ((texImage->_BaseFormat != GL_RGB || tex_baseformat != GL_RGBA))) { in st_can_copyteximage_using_blit()