Home
last modified time | relevance | path

Searched defs:setLightSpecular (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.cpp303 void VertexProcessor::setLightSpecular(unsigned int light, const Color<float> &lightSpecular) in setLightSpecular() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp651 void Context::setLightSpecular(int index, float r, float g, float b, float a) in setLightSpecular() function in es1::Context