Home
last modified time | relevance | path

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

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