Searched refs:setLightAmbient (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | VertexProcessor.hpp | 221 void setLightAmbient(unsigned int light, const Color<float> &lightAmbient);
|
D | VertexProcessor.cpp | 324 void VertexProcessor::setLightAmbient(unsigned int light, const Color<float> &lightAmbient) in setLightAmbient() function in sw::VertexProcessor
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 353 void setLightAmbient(int index, float r, float g, float b, float a);
|
D | Context.cpp | 641 void Context::setLightAmbient(int index, float r, float g, float b, float a) in setLightAmbient() function in es1::Context 1970 …device->setLightAmbient(i, sw::Color<float>(light[i].ambient.red, light[i].ambient.green, light[i]… in applyState()
|
D | libGLES_CM.cpp | 2757 …case GL_AMBIENT: context->setLightAmbient(index, params[0], params[1], params[2], pa… in Lightfv()
|