Home
last modified time | relevance | path

Searched refs:setLightAmbient (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp221 void setLightAmbient(unsigned int light, const Color<float> &lightAmbient);
DVertexProcessor.cpp324 void VertexProcessor::setLightAmbient(unsigned int light, const Color<float> &lightAmbient) in setLightAmbient() function in sw::VertexProcessor