Searched refs:qpTestResult (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestContext.hpp | 58 void setTestResult (qpTestResult result, const char* description); 63 qpTestResult getTestResult (void) const { return m_testResult; } in getTestResult() 80 qpTestResult m_testResult; //!< Latest test result. 99 qpTestResult getResult (void) const { return m_result; } in getResult() 104 void addResult (qpTestResult result, const std::string& msg); 105 bool checkResult (bool condition, qpTestResult result, const std::string& msg); 112 qpTestResult m_result;
|
D | tcuDefs.hpp | 65 …xception (const char* message, const char* expr, const char* file, int line, qpTestResult result); 66 TestException (const std::string& message, qpTestResult result); 69 qpTestResult getTestResult (void) const { return m_result; } in getTestResult() 73 const qpTestResult m_result;
|
D | tcuTestContext.cpp | 55 void TestContext::setTestResult (qpTestResult testResult, const char* description) in setTestResult() 61 static int testResultSeverity (qpTestResult testResult) in testResultSeverity() 97 void ResultCollector::addResult (qpTestResult result, const std::string& msg) in addResult() 109 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult()
|
D | tcuDefs.cpp | 76 …tException (const char* message, const char* expr, const char* file, int line, qpTestResult result) in TestException() 82 TestException::TestException (const std::string& message, qpTestResult result) in TestException()
|
D | tcuTestLog.hpp | 158 void endCase (qpTestResult result, const char* description); 159 void terminateCase (qpTestResult result);
|
D | tcuTestLog.cpp | 366 void TestLog::endCase (qpTestResult result, const char* description) in endCase() 372 void TestLog::terminateCase (qpTestResult result) in terminateCase()
|
D | tcuTestExecutor.cpp | 199 const qpTestResult testResult = m_testCtx.getTestResult(); in leaveTestCase()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 66 } qpTestResult; typedef 193 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description); 194 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result); 230 const char* qpGetTestResultName (qpTestResult result);
|
D | qpTestLog.c | 450 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 490 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() 1447 const char* qpGetTestResultName (qpTestResult result) in qpGetTestResultName()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 557 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::Texture2D& resultTexture, const… 558 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::TextureCube& resultTexture, con…
|
D | glsLifetimeTests.cpp | 628 void addResult (qpTestResult result, const char* msg); 632 qpTestResult m_result; 651 void ResultCollector::addResult (qpTestResult result, const char* msg) in addResult()
|
D | glsTextureTestUtil.cpp | 3262 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::Texture2D& resultTexture, const … in compareGenMipmapResult() 3264 qpTestResult result = QP_TEST_RESULT_PASS; in compareGenMipmapResult() 3333 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::TextureCube& resultTexture, cons… in compareGenMipmapResult() 3335 qpTestResult result = QP_TEST_RESULT_PASS; in compareGenMipmapResult()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 874 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate() 1028 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 244 const qpTestResult result; 248 VerificationResult (qpTestResult result_, const string& resultMessage_, const string& logMessage_) in VerificationResult()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 912 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate() 1068 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate()
|