HomeSort by relevance Sort by last modified time
    Searched refs:setFogColor (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 295 void setFogColor(Color<float> fogColor);
PixelProcessor.cpp 863 void PixelProcessor::setFogColor(Color<float> fogColor)
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 55 setFogColor(0);
libGL.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 380 void setFogColor(float r, float g, float b, float a);
Device.cpp 57 setFogColor(0);
Context.cpp 772 void Context::setFogColor(float r, float g, float b, float a)
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 60 setFogColor(0);
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 479 milliseconds