Searched refs:diffuseContrib (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 160 GLfloat diffuseContrib[3], specularContrib[3]; local in function:shade_rastpos 210 COPY_3V(diffuseContrib, light->_MatAmbient[0]); 211 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); 252 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, 259 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 164 GLfloat diffuseContrib[3], specularContrib[3]; local in function:shade_rastpos 214 COPY_3V(diffuseContrib, light->_MatAmbient[0]); 215 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); 256 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, 263 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib );
|
Completed in 4 milliseconds