Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.cpp111 updateLighting = true; in VertexProcessor()
234 updateLighting = true; in setModelMatrix()
268 updateLighting = true; in setLightingEnable()
279 updateLighting = true; in setLightEnable()
286 updateLighting = true; in setSpecularEnable()
297 updateLighting = true; in setLightPosition()
920 if(updateLighting) in update()
931 updateLighting = false; in update()
DVertexProcessor.hpp350 bool updateLighting; member in sw::VertexProcessor