Searched defs:specularColor (Results 1 – 2 of 2) sorted by relevance
146 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only */ in shade_rastpos() local
428 void VertexProcessor::setMaterialSpecular(const Color<float> &specularColor) in setMaterialSpecular()