Searched refs:specularColor (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 149 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only */ in shade_rastpos() local 156 ASSIGN_4V(specularColor, 0.0, 0.0, 0.0, 1.0); in shade_rastpos() 266 ACC_SCALE_SCALAR_3V( specularColor, attenuation, specularContrib ); in shade_rastpos() 273 Rspec[0] = CLAMP(specularColor[0], 0.0F, 1.0F); in shade_rastpos() 274 Rspec[1] = CLAMP(specularColor[1], 0.0F, 1.0F); in shade_rastpos() 275 Rspec[2] = CLAMP(specularColor[2], 0.0F, 1.0F); in shade_rastpos() 276 Rspec[3] = CLAMP(specularColor[3], 0.0F, 1.0F); in shade_rastpos()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | VertexProcessor.cpp | 428 void VertexProcessor::setMaterialSpecular(const Color<float> &specularColor) in setMaterialSpecular() argument 430 ff.materialSpecular[0] = specularColor.r; in setMaterialSpecular() 431 ff.materialSpecular[1] = specularColor.g; in setMaterialSpecular() 432 ff.materialSpecular[2] = specularColor.b; in setMaterialSpecular() 433 ff.materialSpecular[3] = specularColor.a; in setMaterialSpecular()
|
H A D | VertexProcessor.hpp | 240 void setMaterialSpecular(const Color<float> &specularColor);
|
Completed in 4 milliseconds