Searched refs:rebaseFormat (Results 1 – 1 of 1) sorted by relevance
233 GLenum rebaseFormat = GL_NONE; in get_tex_rgba_compressed() local277 rebaseFormat = texImage->_BaseFormat; in get_tex_rgba_compressed()290 rebaseFormat = GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */ in get_tex_rgba_compressed()293 if (rebaseFormat) { in get_tex_rgba_compressed()295 rebaseFormat); in get_tex_rgba_compressed()327 GLenum rebaseFormat = GL_NONE; in get_tex_rgba_uncompressed() local356 rebaseFormat = texImage->_BaseFormat; in get_tex_rgba_uncompressed()369 rebaseFormat = GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */ in get_tex_rgba_uncompressed()389 if (rebaseFormat) in get_tex_rgba_uncompressed()390 _mesa_rebase_rgba_uint(width, rgba_uint, rebaseFormat); in get_tex_rgba_uncompressed()[all …]