Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp216 void setLightViewPosition(unsigned int light, const Point &lightPosition);
DVertexProcessor.cpp432 void VertexProcessor::setLightViewPosition(unsigned int light, const Point &P) in setLightViewPosition() function in sw::VertexProcessor
918 setLightViewPosition(i, B * V * context->getLightPosition(i)); in update()