Searched refs:vertexLightingActive (Results 1 – 5 of 5) sorted by relevance
540 bool Context::vertexLightingActive() in vertexLightingActive() function in sw::Context641 return vertexLightingActive() && specularEnable && vertexNormalActive(); in vertexSpecularActive()
64 bool vertexLightingActive : 1; member
348 bool vertexLightingActive();
955 state.vertexLightingActive = context->vertexLightingActive(); in update()
192 if(!state.vertexLightingActive) in pipeline()