Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.cpp529 GLfloat offsetClampDepth) in verify() argument
534 if (depth <= offsetDepth || depth <= offsetClampDepth || offsetDepth >= offsetClampDepth) in verify()
539 << "offsetClampDepth[" << offsetClampDepth << "] > " in verify()
548 if (depth >= offsetDepth || depth >= offsetClampDepth || offsetDepth <= offsetClampDepth) in verify()
553 << "offsetClampDepth[" << offsetClampDepth << "] < " in verify()
591 GLfloat offsetClampDepth) in verify() argument
595 if (depth == offsetDepth || depth == offsetClampDepth || offsetDepth != offsetClampDepth) in verify()
601 << "(offsetClampDepth[" << offsetClampDepth << "] == " 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);