Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c188 swrast->_TextureCombinePrimary = GL_FALSE; in _swrast_update_texture_env()
196 swrast->_TextureCombinePrimary = GL_TRUE; in _swrast_update_texture_env()
200 swrast->_TextureCombinePrimary = GL_TRUE; in _swrast_update_texture_env()
Ds_context.h235 GLboolean _TextureCombinePrimary; member
Ds_texcombine.c636 if (swrast->_TextureCombinePrimary) { in _swrast_texture_span()