Searched refs:envColor (Results 1 – 2 of 2) sorted by relevance
273 GLuint envColor; in radeonTexEnv() local275 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in radeonTexEnv()276 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) { in radeonTexEnv()278 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor; in radeonTexEnv()
315 GLuint envColor; in r200TexEnv() local317 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] ); in r200TexEnv()318 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) { in r200TexEnv()320 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor; in r200TexEnv()