Searched refs:setGlobalAmbient (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/Renderer/
H A DVertexProcessor.hpp214 void setGlobalAmbient(const Color<float> &globalAmbient);
H A DVertexProcessor.cpp387 void VertexProcessor::setGlobalAmbient(const Color<float> &globalAmbient) function in class:sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp150 setGlobalAmbient(sw::Color<float>(0.2f, 0.2f, 0.2f, 1.0f));
H A DlibGL.cpp6492 device->setGlobalAmbient(sw::Color<float>(params[0], params[1], params[2], params[3]));
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h364 void setGlobalAmbient(float red, float green, float blue, float alpha);
H A DContext.cpp697 void Context::setGlobalAmbient(float red, float green, float blue, float alpha) function in class:es1::Context
1964 device->setGlobalAmbient(sw::Color<float>(globalAmbient.red, globalAmbient.green, globalAmbient.blue, globalAmbient.alpha));
H A DlibGLES_CM.cpp2617 context->setGlobalAmbient(params[0], params[1], params[2], params[3]);
2660 context->setGlobalAmbient((float)params[0] / 0x10000, (float)params[1] / 0x10000, (float)params[2] / 0x10000, (float)params[3] / 0x10000);
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp2795 renderer->setGlobalAmbient(value);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp3506 renderer->setGlobalAmbient(value);

Completed in 244 milliseconds