Searched refs:setFogColor (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/src/Renderer/
H A DPixelProcessor.hpp297 void setFogColor(Color<float> fogColor);
H A DPixelProcessor.cpp875 void PixelProcessor::setFogColor(Color<float> fogColor) function in class:sw::PixelProcessor
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp55 setFogColor(0);
H A DlibGL.cpp6109 device->setFogColor(sw::Color<float>(params[0], params[1], params[2], params[3]));
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h378 void setFogColor(float r, float g, float b, float a);
H A DDevice.cpp57 setFogColor(0);
H A DContext.cpp777 void Context::setFogColor(float r, float g, float b, float a) function in class:es1::Context
2011 device->setFogColor(sw::Color<float>(fogColor.red, fogColor.green, fogColor.blue, fogColor.alpha));
H A DlibGLES_CM.cpp1617 context->setFogColor(params[0], params[1], params[2], params[3]);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp60 setFogColor(0);
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp2579 renderer->setFogColor(value);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp3297 renderer->setFogColor(value);

Completed in 2497 milliseconds