Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.cpp528 bool PolygonOffsetClampMinMaxTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, in verify() argument
534 if (depth <= offsetDepth || depth <= offsetClampDepth || offsetDepth >= offsetClampDepth) in verify()
540 << "offsetDepth[" << offsetDepth << "]" << tcu::TestLog::EndMessage; in verify()
548 if (depth >= offsetDepth || depth >= offsetClampDepth || offsetDepth <= offsetClampDepth) in verify()
554 << "offsetDepth[" << offsetDepth << "]" << tcu::TestLog::EndMessage; in verify()
590 …l PolygonOffsetClampZeroInfinityTestCase::verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, in verify() argument
595 if (depth == offsetDepth || depth == offsetClampDepth || offsetDepth != offsetClampDepth) in verify()
602 << "offsetDepth[" << offsetDepth << "])" << tcu::TestLog::EndMessage; in verify()
DglcPolygonOffsetClampTests.hpp105 …virtual bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) =…
120 bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth);
135 bool verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth);