Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp165 float lightRange[8]; member
221 void setLightRange(unsigned int light, float lightRange);
DVertexProcessor.cpp338 void VertexProcessor::setLightRange(unsigned int light, float lightRange) in setLightRange() argument
342 ff.lightRange[light] = lightRange; in setLightRange()