Searched refs:envColor (Results 1 – 2 of 2) sorted by relevance
270 GLuint envColor; in radeonTexEnv() local272 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in radeonTexEnv()273 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) { in radeonTexEnv()275 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor; in radeonTexEnv()
312 GLuint envColor; in r200TexEnv() local314 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in r200TexEnv()315 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) { in r200TexEnv()317 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor; in r200TexEnv()