Searched refs:specularColor (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drastpos.c146 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only */ local in function:shade_rastpos
151 ASSIGN_4V(specularColor, 0.0, 0.0, 0.0, 1.0);
260 ACC_SCALE_SCALAR_3V( specularColor, attenuation, specularContrib );
267 Rspec[0] = CLAMP(specularColor[0], 0.0F, 1.0F);
268 Rspec[1] = CLAMP(specularColor[1], 0.0F, 1.0F);
269 Rspec[2] = CLAMP(specularColor[2], 0.0F, 1.0F);
270 Rspec[3] = CLAMP(specularColor[3], 0.0F, 1.0F);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Drastpos.c147 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only */ local in function:shade_rastpos
154 ASSIGN_4V(specularColor, 0.0, 0.0, 0.0, 1.0);
264 ACC_SCALE_SCALAR_3V( specularColor, attenuation, specularContrib );
271 Rspec[0] = CLAMP(specularColor[0], 0.0F, 1.0F);
272 Rspec[1] = CLAMP(specularColor[1], 0.0F, 1.0F);
273 Rspec[2] = CLAMP(specularColor[2], 0.0F, 1.0F);
274 Rspec[3] = CLAMP(specularColor[3], 0.0F, 1.0F);

Completed in 4 milliseconds