Searched refs:texture_base_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c203 texture_base_format(const struct gl_texture_object *t) function in typeref:typename:GLenum
262 if (texture_base_format(rtexUnit->_Current) == GL_ALPHA)
286 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_ALPHA)
307 if (texture_base_format(rtexUnit->_Current) == GL_LUMINANCE)
331 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_LUMINANCE)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c202 texture_base_format(const struct gl_texture_object *t) function in typeref:typename:GLenum
261 if (texture_base_format(rtexUnit->_Current) == GL_ALPHA)
285 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_ALPHA)
306 if (texture_base_format(rtexUnit->_Current) == GL_LUMINANCE)
330 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_LUMINANCE)

Completed in 5 milliseconds