Searched refs:_TextureCombinePrimary (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h234 GLboolean _TextureCombinePrimary; member in struct:__anon927bb33e0108
H A Ds_context.c177 * Update the swrast->_TextureCombinePrimary flag.
185 swrast->_TextureCombinePrimary = GL_FALSE;
193 swrast->_TextureCombinePrimary = GL_TRUE;
197 swrast->_TextureCombinePrimary = GL_TRUE;
H A Ds_texcombine.c637 if (swrast->_TextureCombinePrimary) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h235 GLboolean _TextureCombinePrimary; member in struct:__anonea7e70310108
H A Ds_context.c177 * Update the swrast->_TextureCombinePrimary flag.
185 swrast->_TextureCombinePrimary = GL_FALSE;
193 swrast->_TextureCombinePrimary = GL_TRUE;
197 swrast->_TextureCombinePrimary = GL_TRUE;
H A Ds_texcombine.c637 if (swrast->_TextureCombinePrimary) {

Completed in 11 milliseconds