Searched refs:diffuseContrib (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_rasterpos.c | 135 GLfloat diffuseContrib[3], specularContrib[3]; in shade_rastpos() local 185 COPY_3V(diffuseContrib, light->_MatAmbient[0]); in shade_rastpos() 186 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); in shade_rastpos() 227 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos() 234 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib ); in shade_rastpos()
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_rasterpos.c | 135 GLfloat diffuseContrib[3], specularContrib[3]; in shade_rastpos() local 185 COPY_3V(diffuseContrib, light->_MatAmbient[0]); in shade_rastpos() 186 ACC_SCALE_SCALAR_3V(diffuseContrib, n_dot_VP, light->_MatDiffuse[0]); in shade_rastpos() 227 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos() 234 ACC_SCALE_SCALAR_3V( diffuseColor, attenuation, diffuseContrib ); in shade_rastpos()
|