Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c202 texture_base_format(const struct gl_texture_object *t) in texture_base_format() function
261 if (texture_base_format(rtexUnit->_Current) == GL_ALPHA) in radeonUpdateTextureEnv()
285 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_ALPHA) in radeonUpdateTextureEnv()
306 if (texture_base_format(rtexUnit->_Current) == GL_LUMINANCE) in radeonUpdateTextureEnv()
330 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_LUMINANCE) in radeonUpdateTextureEnv()