Searched refs:vertexNormalActive (Results 1 – 5 of 5) sorted by relevance
182 if(state.vertexNormalActive) in pipeline()295 if(state.vertexNormalActive) in pipeline()599 if(state.vertexNormalActive) in processTextureCoordinate()634 if(state.vertexNormalActive) in processTextureCoordinate()685 if(state.vertexNormalActive) in processTextureCoordinate()
60 bool vertexNormalActive : 1; member
641 return vertexLightingActive() && specularEnable && vertexNormalActive(); in vertexSpecularActive()644 bool Context::vertexNormalActive() in vertexNormalActive() function in sw::Context
354 bool vertexNormalActive();
944 state.vertexNormalActive = context->vertexNormalActive(); in update()