Home
last modified time | relevance | path

Searched refs:isDrawLine (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.cpp79 state.isDrawLine = context->isDrawLine(); in update()
DSetupProcessor.hpp41 bool isDrawLine : 1; member
DContext.hpp117 bool isDrawLine() const;
DContext.cpp97 bool Context::isDrawLine() const in isDrawLine() function in sw::Context
DRenderer.cpp261 else if(context->isDrawLine()) in draw()
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp79 state.isDrawLine = context->isDrawLine(true); in update()
DSetupProcessor.hpp41 bool isDrawLine : 1; member
DContext.hpp291 bool isDrawLine(bool fillModeAware = false) const;
DContext.cpp110 bool Context::isDrawLine(bool fillModeAware) const in isDrawLine() function in sw::Context
DRenderer.cpp308 else if(context->isDrawLine()) in draw()
/external/swiftshader/src/Shader/
DSetupRoutine.cpp51 const bool line = state.isDrawLine; in generate()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp50 const bool line = state.isDrawLine; in generate()