Home | History | Annotate | Download | only in functional

Lines Matching full:verificationresult

243 	struct VerificationResult {
248 VerificationResult (qpTestResult result_, const string& resultMessage_, const string& logMessage_)
256 VerificationResult verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const;
304 BaseCase::VerificationResult BaseCase::verifyMessageCount (const MessageID& id, GLenum severity, int refCount, int resCount, bool messageEnabled) const
366 return VerificationResult(QP_TEST_RESULT_FAIL, "Extra instances of a deterministic message were present", log.str());
373 return VerificationResult(QP_TEST_RESULT_FAIL, "Message missing", log.str());
383 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Extra instances of a message were present", log.str());
390 return VerificationResult(QP_TEST_RESULT_QUALITY_WARNING, "Message missing", log.str());
400 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
407 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
415 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
426 return VerificationResult(QP_TEST_RESULT_PASS, "", log.str());
434 return VerificationResult(QP_TEST_RESULT_FAIL, "A message was not filtered out", log.str());
441 return VerificationResult(QP_TEST_RESULT_FAIL, "A message was not filtered out", log.str());
1114 VerificationResult result = verifyMessageCount(id, severity, refCount, resCount, enabled);
1531 VerificationResult result = verifyMessageCount(id, GL_DONT_CARE, refCount, resCount, enabled);