Home | History | Annotate | Download | only in main

Lines Matching refs:EnvMode

229 static GLuint translate_mode( GLenum envMode, GLenum mode )
235 if (envMode == GL_COMBINE4_NV)
240 if (envMode == GL_COMBINE4_NV)
458 translate_mode(texUnit->EnvMode, comb->ModeRGB);
460 translate_mode(texUnit->EnvMode, comb->ModeA);