Home
last modified time | relevance | path

Searched refs:setGlobalAmbient (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp214 void setGlobalAmbient(const Color<float> &globalAmbient);
DVertexProcessor.cpp387 void VertexProcessor::setGlobalAmbient(const Color<float> &globalAmbient) in setGlobalAmbient() function in sw::VertexProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h364 void setGlobalAmbient(float red, float green, float blue, float alpha);
DContext.cpp697 void Context::setGlobalAmbient(float red, float green, float blue, float alpha) in setGlobalAmbient() function in es1::Context
1965 …device->setGlobalAmbient(sw::Color<float>(globalAmbient.red, globalAmbient.green, globalAmbient.bl… in applyState()
DlibGLES_CM.cpp2622 context->setGlobalAmbient(params[0], params[1], params[2], params[3]); in LightModelfv()
2665 …context->setGlobalAmbient((float)params[0] / 0x10000, (float)params[1] / 0x10000, (float)params[2]… in LightModelxv()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2795 renderer->setGlobalAmbient(value); in SetRenderState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3506 renderer->setGlobalAmbient(value); in SetRenderState()