Searched defs:setLightEnable (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
H A DContext.cpp347 void Context::setLightEnable(int light, bool lightEnable) function in class:sw::Context
H A DVertexProcessor.cpp106 setLightEnable(i, false);
262 void VertexProcessor::setLightEnable(unsigned int light, bool lightEnable) function in class:sw::VertexProcessor
266 context->setLightEnable(light, lightEnable);

Completed in 154 milliseconds