Searched refs:lineWidthRange (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 1426 … (const tcu::IVec2& pos, int detectedLineWidth, const tcu::IVec2& lineWidthRange, bool isHorizo… 1457 glw::GLfloat lineWidthRange[2] = {0.0f, 0.0f}; in init() local 1458 …m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in init() 1460 if (lineWidthRange[1] < (float)m_wideLineLineWidth) in init() 2059 const tcu::IVec2 lineWidthRange = (multisample) in checkLineWidths() local 2098 …t bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth > l… in checkLineWidths() 2103 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths() 2118 if (lineWidth > lineWidthRange.y()) in checkLineWidths() 2121 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths() 2134 const bool incorrectLineWidth = (lineWidth > lineWidthRange.y()); in checkLineWidths() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 314 GLfloat lineWidthRange[2] = {0,0}; in checkLineWidth() local 315 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in checkLineWidth() 316 if (lineWidthRange[1] < lineWidth) in checkLineWidth()
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 311 GLfloat lineWidthRange[2] = {0,0}; in checkLineWidth() local 312 gl.getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, lineWidthRange); in checkLineWidth() 313 if (lineWidthRange[1] < lineWidth) in checkLineWidth()
|