Lines Matching defs:testCtx
53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
82 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
99 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
100 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
101 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value");
105 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
107 DE_UNREF(testCtx);
122 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
123 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
131 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
138 if (!state.verifyValidity(testCtx))
145 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
146 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
147 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value");
151 void GetBooleanVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
158 if (!boolVector4.verifyValidity(testCtx))
174 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
180 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
181 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value");
191 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
192 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
201 void GetIntegerVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
208 if (!state.verifyValidity(testCtx))
215 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMessage;
216 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
217 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value");
221 void GetIntegerVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
228 if (!boolVector4.verifyValidity(testCtx))
244 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
250 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
251 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value");
261 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
262 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
270 void GetInteger64Verifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
277 if (!state.verifyValidity(testCtx))
284 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMessage;
285 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
286 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value");
290 void GetInteger64Verifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
297 if (!boolVector4.verifyValidity(testCtx))
313 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
319 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
320 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value");
330 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
331 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
339 void GetFloatVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
346 if (!state.verifyValidity(testCtx))
353 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << "; got " << state << TestLog::EndMessage;
354 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
355 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value");
359 void GetFloatVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3)
366 if (!boolVector4.verifyValidity(testCtx))
382 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
388 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
389 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value");