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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 219 void setLightAmbient(unsigned int light, const Color<float> &lightAmbient);
VertexProcessor.cpp 315 void VertexProcessor::setLightAmbient(unsigned int light, const Color<float> &lightAmbient)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 355 void setLightAmbient(int index, float r, float g, float b, float a);
Context.cpp 636 void Context::setLightAmbient(int index, float r, float g, float b, float a)
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]

Completed in 225 milliseconds