Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp290 void Direct3DStateBlock8::lightEnable(unsigned long index, int enable) in lightEnable() function in D3D8::Direct3DStateBlock8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp617 void Direct3DStateBlock9::lightEnable(unsigned long index, int enable) in lightEnable() function in D3D9::Direct3DStateBlock9
/external/swiftshader/src/Renderer/
DContext.cpp348 void Context::setLightEnable(int light, bool lightEnable) in setLightEnable()
DVertexProcessor.cpp258 void VertexProcessor::setLightEnable(unsigned int light, bool lightEnable) in setLightEnable()
DContext.hpp497 bool lightEnable[8]; member in sw::Context