Searched refs:isDrawLine (Results 1 – 13 of 13) sorted by relevance
73 state.isDrawLine = context->isDrawLine(true); in update()83 …!(context->isDrawLine(true) && (context->lineRasterizationMode == VK_LINE_RASTERIZATION_MODE_BRESE… in update()
47 bool isDrawLine : 1; member
81 bool isDrawLine(bool polygonModeAware) const;
139 …!(context->isDrawLine(true) && (context->lineRasterizationMode == VK_LINE_RASTERIZATION_MODE_BRESE… in update()
51 bool Context::isDrawLine(bool polygonModeAware) const in isDrawLine() function in sw::Context
250 else if(context->isDrawLine(false)) in draw()
77 state.isDrawLine = context->isDrawLine(true); in update()
43 bool isDrawLine : 1; member
291 bool isDrawLine(bool fillModeAware = false) const;
110 bool Context::isDrawLine(bool fillModeAware) const in isDrawLine() function in sw::Context
313 else if(context->isDrawLine()) in draw()
47 const bool line = state.isDrawLine; in generate()
51 const bool line = state.isDrawLine; in generate()