Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2252 const tcu::IVec2 relaxedLineWidthRange = (tcu::IVec2(lineRenderWidth-1, lineRenderWidth+1)); in checkLineWidths() local
2293 …ctRelaxedLineWidth = (lineWidth < relaxedLineWidthRange.x() && !bboxLimitedLine) || (lineWidth > r… in checkLineWidths()
2317 if (lineWidth > relaxedLineWidthRange.y()) in checkLineWidths()
2339 const bool incorrectRelaxedLineWidth = (lineWidth > relaxedLineWidthRange.y()); in checkLineWidths()