Home
last modified time | relevance | path

Searched refs:setFogColor (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Renderer/
DPixelProcessor.hpp290 virtual void setFogColor(Color<float> fogColor);
DPixelProcessor.cpp818 void PixelProcessor::setFogColor(Color<float> fogColor) in setFogColor() function in sw::PixelProcessor
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp56 setFogColor(0); in Device()
DContext.h377 void setFogColor(float r, float g, float b, float a);
DContext.cpp766 void Context::setFogColor(float r, float g, float b, float a) in setFogColor() function in es1::Context
1976 device->setFogColor(sw::Color<float>(fogColor.red, fogColor.green, fogColor.blue, fogColor.alpha)); in applyState()
DlibGLES_CM.cpp1648 context->setFogColor(params[0], params[1], params[2], params[3]); in Fogfv()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp54 setFogColor(0); in Device()
DlibGL.cpp6135 device->setFogColor(sw::Color<float>(params[0], params[1], params[2], params[3])); in glFogfv()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp59 setFogColor(0); in Device()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3296 renderer->setFogColor(value); in SetRenderState()