Home
last modified time | relevance | path

Searched refs:setLightSpecular (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp220 void setLightSpecular(unsigned int light, const Color<float> &lightSpecular);
DVertexProcessor.cpp312 void VertexProcessor::setLightSpecular(unsigned int light, const Color<float> &lightSpecular) in setLightSpecular() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h355 void setLightSpecular(int index, float r, float g, float b, float a);
DContext.cpp651 void Context::setLightSpecular(int index, float r, float g, float b, float a) in setLightSpecular() function in es1::Context
1972 …device->setLightSpecular(i, sw::Color<float>(light[i].specular.red, light[i].specular.green, light… in applyState()
DlibGLES_CM.cpp2759 …case GL_SPECULAR: context->setLightSpecular(index, params[0], params[1], params[2], p… in Lightfv()