Lines Matching refs:testCtx

77 …virtual void		verifyFloat						(tcu::TestContext& testCtx, GLenum name, GLfloat reference)								…
80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) …
81 …virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, …
82 …virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GL…
85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma…
113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
114 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
115 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r…
116 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
117 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max);
125 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() argument
132 if (!state.verifyValidity(testCtx)) in verifyFloat()
139testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (expectedGLState==GL_TRUE ? "GL_T… in verifyFloat()
140 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat()
141 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyFloat()
145 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded() argument
148 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
151 void GetBooleanVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded() argument
167 if (!boolVector2.verifyValidity(testCtx)) in verifyFloat2Expanded()
173 testCtx.getLog() << TestLog::Message << "// ERROR: expected " in verifyFloat2Expanded()
178 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat2Expanded()
179 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyFloat2Expanded()
183 void GetBooleanVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color() argument
198 if (!boolVector4.verifyValidity(testCtx)) in verifyFloat4Color()
206 testCtx.getLog() << TestLog::Message << "// ERROR: expected " in verifyFloat4Color()
212 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat4Color()
213 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value"); in verifyFloat4Color()
217 void GetBooleanVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLf… in verifyFloatRange() argument
224 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
231testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in … in verifyFloatRange()
232 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatRange()
233 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean range"); in verifyFloatRange()
241testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in … in verifyFloatRange()
242 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatRange()
243 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean range"); in verifyFloatRange()
255 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
256 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
257 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r…
258 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
259 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max);
267 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() argument
277 if (!state.verifyValidity(testCtx)) in verifyFloat()
282testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid… in verifyFloat()
283 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat()
284 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat()
288 void GetIntegerVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloatExpanded() argument
301 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
306testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMi… in verifyFloatExpanded()
307 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatExpanded()
308 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloatExpanded()
312 void GetIntegerVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refe… in verifyFloat2Expanded() argument
334 if (!floatVector2.verifyValidity(testCtx)) in verifyFloat2Expanded()
340 testCtx.getLog() << TestLog::Message in verifyFloat2Expanded()
348 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat2Expanded()
349 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat2Expanded()
353 void GetIntegerVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloat4Color() argument
376 if (!floatVector4.verifyValidity(testCtx)) in verifyFloat4Color()
384 testCtx.getLog() << TestLog::Message in verifyFloat4Color()
396 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat4Color()
397 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat4Color()
401 void GetIntegerVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLf… in verifyFloatRange() argument
414 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
421 testCtx.getLog() << TestLog::Message in verifyFloatRange()
429 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatRange()
430 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer range"); in verifyFloatRange()
440 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
441 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
442 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r…
443 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
444 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max);
452 void GetInteger64Verifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() argument
462 if (!state.verifyValidity(testCtx)) in verifyFloat()
467testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid… in verifyFloat()
468 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat()
469 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat()
473 void GetInteger64Verifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat ref… in verifyFloatExpanded() argument
486 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
491testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMi… in verifyFloatExpanded()
492 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatExpanded()
493 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloatExpanded()
497 void GetInteger64Verifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat re… in verifyFloat2Expanded() argument
519 if (!floatVector2.verifyValidity(testCtx)) in verifyFloat2Expanded()
525 testCtx.getLog() << TestLog::Message in verifyFloat2Expanded()
533 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat2Expanded()
534 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat2Expanded()
538 void GetInteger64Verifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat refer… in verifyFloat4Color() argument
561 if (!floatVector4.verifyValidity(testCtx)) in verifyFloat4Color()
569 testCtx.getLog() << TestLog::Message in verifyFloat4Color()
581 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat4Color()
582 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer value"); in verifyFloat4Color()
586 void GetInteger64Verifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, G… in verifyFloatRange() argument
599 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
606 testCtx.getLog() << TestLog::Message in verifyFloatRange()
614 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatRange()
615 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid integer range"); in verifyFloatRange()
625 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
626 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
627 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r…
628 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
629 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max);
637 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() argument
644 if (!state.verifyValidity(testCtx)) in verifyFloat()
649testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state <<… in verifyFloat()
650 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat()
651 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value"); in verifyFloat()
655 void GetFloatVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat referen… in verifyFloatExpanded() argument
658 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
661 void GetFloatVerifier::verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat refere… in verifyFloat2Expanded() argument
671 if (!floatVector2.verifyValidity(testCtx)) in verifyFloat2Expanded()
677testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference0 << ", " << reference1 … in verifyFloat2Expanded()
679 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat2Expanded()
680 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value"); in verifyFloat2Expanded()
684 void GetFloatVerifier::verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference… in verifyFloat4Color() argument
691 if (!floatVector4.verifyValidity(testCtx)) in verifyFloat4Color()
699 testCtx.getLog() << TestLog::Message in verifyFloat4Color()
704 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloat4Color()
705 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float value"); in verifyFloat4Color()
709 void GetFloatVerifier::verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLflo… in verifyFloatRange() argument
716 if (!floatVector2.verifyValidity(testCtx)) in verifyFloatRange()
722testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << min << ", " << max << "… in verifyFloatRange()
724 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS) in verifyFloatRange()
725 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid float range"); in verifyFloatRange()