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

  /external/swiftshader/src/Renderer/
VertexProcessor.hpp 236 void setMaterialAmbient(const Color<float> &materialAmbient);
VertexProcessor.cpp 403 void VertexProcessor::setMaterialAmbient(const Color<float> &materialAmbient)
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 151 setMaterialAmbient(sw::Color<float>(0.2f, 0.2f, 0.2f, 1.0f));