Searched refs:lineRenderWidth (Results 1 – 1 of 1) sorted by relevance
2248 const int lineRenderWidth = (m_isWideLineCase) ? (m_wideLineLineWidth) : 1; in checkLineWidths() local2250 …? (tcu::IVec2(lineRenderWidth, lineRenderWidth+1)) // multisampled "smooth" lines may spread to ne… in checkLineWidths()2251 : (tcu::IVec2(lineRenderWidth, lineRenderWidth)); in checkLineWidths()2252 const tcu::IVec2 relaxedLineWidthRange = (tcu::IVec2(lineRenderWidth-1, lineRenderWidth+1)); in checkLineWidths()