Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2248 const int lineRenderWidth = (m_isWideLineCase) ? (m_wideLineLineWidth) : 1; in checkLineWidths() local
2250 …? (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()