Searched defs:offsetClampDepth (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp526 * @param offsetClampDepth Case iteration number
529 GLfloat offsetClampDepth)
534 if (depth <= offsetDepth || depth <= offsetClampDepth || offsetDepth >= offsetClampDepth)
539 << "offsetClampDepth[" << offsetClampDepth << "] > "
548 if (depth >= offsetDepth || depth >= offsetClampDepth || offsetDepth <= offsetClampDepth)
553 << "offsetClampDepth[" << offsetClampDepth << "] < "
528 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) argument
590 verify(GLuint caseNo, GLfloat depth, GLfloat offsetDepth, GLfloat offsetClampDepth) argument
[all...]

Completed in 136 milliseconds