Home | History | Annotate | Download | only in main

Lines Matching refs:envMode

225 static GLuint translate_mode( GLenum envMode, GLenum mode )
231 if (envMode == GL_COMBINE4_NV)
236 if (envMode == GL_COMBINE4_NV)
442 translate_mode(texUnit->EnvMode, comb->ModeRGB);
444 translate_mode(texUnit->EnvMode, comb->ModeA);