Searched defs:setGlobalAmbient (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
H A DVertexProcessor.cpp387 void VertexProcessor::setGlobalAmbient(const Color<float> &globalAmbient) function in class:sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp692 void Context::setGlobalAmbient(float red, float green, float blue, float alpha) function in class:es1::Context
1953 device->setGlobalAmbient(sw::Color<float>(globalAmbient.red, globalAmbient.green, globalAmbient.blue, globalAmbient.alpha));

Completed in 64 milliseconds