Searched refs:isDrawLine (Results 1 – 13 of 13) sorted by relevance
65 state.isDrawLine = pipelineState.isDrawLine(true); in update()78 …!(pipelineState.isDrawLine(true) && (pipelineState.getLineRasterizationMode() == VK_LINE_RASTERIZA… in update()
49 bool isDrawLine : 1; member
145 …!(pipelineState.isDrawLine(true) && (pipelineState.getLineRasterizationMode() == VK_LINE_RASTERIZA… in update()
183 bool isDrawLine(bool polygonModeAware) const;
590 bool GraphicsState::isDrawLine(bool polygonModeAware) const in isDrawLine() function in vk::GraphicsState
248 else if(pipelineState.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()
51 const bool line = state.isDrawLine; in generate()
49 const bool line = state.isDrawLine; in generate()