Home | History | Annotate | Download | only in glshared

Lines Matching refs:setTestResult

1090 				m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1093 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Full GLSL ES 100 is not supported");
1098 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1101 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason);
1315 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
1336 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, ("Draw: got unexpected error: " + de::toString(glu::getErrorStr(postDrawError))).c_str());
1343 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "expected validation and rendering to fail but validation and rendering succeeded");
1345 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "expected validation and rendering to fail but validation succeeded (rendering failed as expected)");
1352 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "expected validation and rendering to fail but rendering succeeded (validation failed as expected)");
1379 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");