Lines Matching refs:expectedGLState
95 const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE; in verifyBoolean() local
97 if (state != expectedGLState) in verifyBoolean()
141 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE; in verifyBoolean() local
143 if (state != expectedGLState) in verifyBoolean()
211 const GLint expectedGLState = reference ? 1 : 0; in verifyBoolean() local
213 if (state != expectedGLState) in verifyBoolean()
215 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMe… in verifyBoolean()
280 const GLint64 expectedGLState = reference ? 1 : 0; in verifyBoolean() local
282 if (state != expectedGLState) in verifyBoolean()
284 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMe… in verifyBoolean()
349 const GLfloat expectedGLState = reference ? 1.0f : 0.0f; in verifyBoolean() local
351 if (state != expectedGLState) in verifyBoolean()
353 …testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << "; got " << st… in verifyBoolean()