Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSetupProcessor.cpp73 state.isDrawLine = context->isDrawLine(true); in update()
83 …!(context->isDrawLine(true) && (context->lineRasterizationMode == VK_LINE_RASTERIZATION_MODE_BRESE… in update()
DSetupProcessor.hpp47 bool isDrawLine : 1; member
DContext.hpp81 bool isDrawLine(bool polygonModeAware) const;
DPixelProcessor.cpp139 …!(context->isDrawLine(true) && (context->lineRasterizationMode == VK_LINE_RASTERIZATION_MODE_BRESE… in update()
DContext.cpp51 bool Context::isDrawLine(bool polygonModeAware) const in isDrawLine() function in sw::Context
DRenderer.cpp250 else if(context->isDrawLine(false)) in draw()
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp77 state.isDrawLine = context->isDrawLine(true); in update()
DSetupProcessor.hpp43 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.cpp313 else if(context->isDrawLine()) in draw()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp47 const bool line = state.isDrawLine; in generate()
/external/swiftshader/src/Shader/
DSetupRoutine.cpp51 const bool line = state.isDrawLine; in generate()