Home
last modified time | relevance | path

Searched defs:lightEnable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp348 void Context::setLightEnable(int light, bool lightEnable) in setLightEnable()
DContext.hpp497 bool lightEnable[8]; member in sw::Context
DVertexProcessor.cpp271 void VertexProcessor::setLightEnable(unsigned int light, bool lightEnable) in setLightEnable()