Lines Matching refs:expectedGLState
133 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE; in verifyInteger() local
135 if (state != expectedGLState) in verifyInteger()
137 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (expectedGLState==GL_TRUE ? "GL_T… in verifyInteger()
324 const GLboolean expectedGLState = references[ndx] ? GL_TRUE : GL_FALSE; in verifyIntegerAnyOf() local
326 if (state == expectedGLState) in verifyIntegerAnyOf()
511 const GLint expectedGLState = references[ndx]; in verifyIntegerAnyOf() local
513 if (state == expectedGLState) in verifyIntegerAnyOf()
697 const GLint64 expectedGLState = GLint64(references[ndx]); in verifyIntegerAnyOf() local
699 if (state == expectedGLState) in verifyIntegerAnyOf()
886 const GLfloat expectedGLState = GLfloat(references[ndx]); in verifyIntegerAnyOf() local
887 …DE_ASSERT(references[ndx] == GLint(expectedGLState)); // reference integer must have 1:1 mapping t… in verifyIntegerAnyOf()
889 if (state == expectedGLState) in verifyIntegerAnyOf()