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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 214 void setGlobalAmbient(const Color<float> &globalAmbient);
VertexProcessor.cpp 387 void VertexProcessor::setGlobalAmbient(const Color<float> &globalAmbient)
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 150 setGlobalAmbient(sw::Color<float>(0.2f, 0.2f, 0.2f, 1.0f));
libGL.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 364 void setGlobalAmbient(float red, float green, float blue, float alpha);
Context.cpp 697 void Context::setGlobalAmbient(float red, float green, float blue, float alpha)
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 89 milliseconds