HomeSort by relevance Sort by last modified time
    Searched full:verificationresult (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 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())
    [all...]
es31fTextureMultisampleTests.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 98 UMA_HISTOGRAM_BOOLEAN("ChromeOS.SAML.Scraping.VerificationResult", success);
  /external/chromium_org/tools/metrics/histograms/
histograms.xml     [all...]

Completed in 803 milliseconds