Home | History | Annotate | Download | only in r200

Lines Matching refs:ModeRGB

535       switch ( texUnit->_CurrentCombine->ModeRGB ) {
698 if ( (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT)
699 || (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ) {
900 const GLboolean isdot3rgba = (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) ||
901 (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA_EXT);
977 if ( (ctx->Texture.Unit[i]._CurrentCombine->ModeRGB == GL_REPLACE) &&