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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 218 void setLightSpecular(unsigned int light, const Color<float> &lightSpecular);
VertexProcessor.cpp 303 void VertexProcessor::setLightSpecular(unsigned int light, const Color<float> &lightSpecular)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 357 void setLightSpecular(int index, float r, float g, float b, float a);
Context.cpp 646 void Context::setLightSpecular(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 349 milliseconds