Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp75 bool rangeFogActive : 1; member
DContext.hpp382 bool rangeFogActive();
DVertexProcessor.cpp975 state.rangeFogActive = context->rangeFogActive(); in update()
DContext.cpp1143 bool Context::rangeFogActive() in rangeFogActive() function in sw::Context
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp501 if(!state.rangeFogActive) in pipeline()