Lines Matching refs:testCtx

53 …virtual void		verifyBoolean					(tcu::TestContext& testCtx, GLenum name, bool reference)										…
54 …virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool re…
55 …virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = …
82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
83 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b…
84 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument
101testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALS… in verifyBoolean()
102 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean()
103 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyBoolean()
107 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bo… in verifyBoolean4() argument
109 DE_UNREF(testCtx); in verifyBoolean4()
118 void IsEnabledVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything() argument
120 DE_UNREF(testCtx); in verifyBooleanAnything()
130 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
131 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b…
132 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
140 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument
147 if (!state.verifyValidity(testCtx)) in verifyBoolean()
154testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALS… in verifyBoolean()
155 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean()
156 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyBoolean()
160 void GetBooleanVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, b… in verifyBoolean4() argument
167 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
183 testCtx.getLog() << TestLog::Message << "// ERROR: expected " in verifyBoolean4()
189 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean4()
190 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyBoolean4()
194 void GetBooleanVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything() argument
201 state.verifyValidity(testCtx); in verifyBooleanAnything()
210 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
211 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b…
212 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
221 void GetIntegerVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument
228 if (!state.verifyValidity(testCtx)) in verifyBoolean()
235testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMe… in verifyBoolean()
236 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean()
237 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyBoolean()
241 void GetIntegerVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, b… in verifyBoolean4() argument
248 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
264 testCtx.getLog() << TestLog::Message << "// ERROR: expected " in verifyBoolean4()
270 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean4()
271 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyBoolean4()
275 void GetIntegerVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything() argument
282 state.verifyValidity(testCtx); in verifyBooleanAnything()
291 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
292 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b…
293 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
301 void GetFloatVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument
308 if (!state.verifyValidity(testCtx)) in verifyBoolean()
315testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << "; got " << st… in verifyBoolean()
316 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean()
317 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value"); in verifyBoolean()
321 void GetFloatVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, boo… in verifyBoolean4() argument
328 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
344 testCtx.getLog() << TestLog::Message << "// ERROR: expected " in verifyBoolean4()
350 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyBoolean4()
351 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value"); in verifyBoolean4()
355 void GetFloatVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything() argument
362 state.verifyValidity(testCtx); in verifyBooleanAnything()