HomeSort by relevance Sort by last modified time
    Searched refs:envColor (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 270 GLuint envColor;
271 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor);
272 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] );
273 if ( rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] != envColor ) {
275 rmesa->hw.tex[unit].cmd[TEX_PP_TFACTOR] = envColor;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 312 GLuint envColor;
313 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor);
314 envColor = radeonPackColor( 4, c[0], c[1], c[2], c[3] );
315 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
317 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;

Completed in 199 milliseconds