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