Home
last modified time | relevance | path

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

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