Home
last modified time | relevance | path

Searched refs:updateLighting (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.cpp114 updateLighting = true; in VertexProcessor()
225 updateLighting = true; in setModelMatrix()
259 updateLighting = true; in setLightingEnable()
270 updateLighting = true; in setLightEnable()
277 updateLighting = true; in setSpecularEnable()
288 updateLighting = true; in setLightPosition()
911 if(updateLighting) in update()
922 updateLighting = false; in update()
DVertexProcessor.hpp348 bool updateLighting; member in sw::VertexProcessor