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