HomeSort by relevance Sort by last modified time
    Searched defs:setLightEnable (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 106 setLightEnable(i, false);
262 void VertexProcessor::setLightEnable(unsigned int light, bool lightEnable)
266 context->setLightEnable(light, lightEnable);
Context.cpp 347 void Context::setLightEnable(int light, bool lightEnable)

Completed in 46 milliseconds