Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c185 swrast->_TextureCombinePrimary = GL_FALSE; in _swrast_update_texture_env()
193 swrast->_TextureCombinePrimary = GL_TRUE; in _swrast_update_texture_env()
197 swrast->_TextureCombinePrimary = GL_TRUE; in _swrast_update_texture_env()
Ds_context.h235 GLboolean _TextureCombinePrimary; member
Ds_texcombine.c637 if (swrast->_TextureCombinePrimary) { in _swrast_texture_span()