Home
last modified time | relevance | path

Searched refs:vertexLightingActive (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp62 bool vertexLightingActive : 1; member
DContext.cpp540 bool Context::vertexLightingActive() in vertexLightingActive() function in sw::Context
641 return vertexLightingActive() && specularEnable && vertexNormalActive(); in vertexSpecularActive()
DContext.hpp348 bool vertexLightingActive();
DVertexProcessor.cpp946 state.vertexLightingActive = context->vertexLightingActive(); in update()
/external/swiftshader/src/Shader/
DVertexPipeline.cpp192 if(!state.vertexLightingActive) in pipeline()