/external/deqp/framework/common/ |
D | tcuResultCollector.hpp | 49 qpTestResult getResult (void) const; 55 void addResult (qpTestResult result, const std::string& msg); 56 bool checkResult (bool condition, qpTestResult result, const std::string& msg); 63 qpTestResult m_result;
|
D | tcuResultCollector.cpp | 31 static int testResultSeverity (qpTestResult testResult) in testResultSeverity() 67 qpTestResult ResultCollector::getResult (void) const in getResult() 75 void ResultCollector::addResult (qpTestResult result, const std::string& msg) in addResult() 87 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult()
|
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.hpp | 58 void setTestResult (qpTestResult result, const char* description); 63 qpTestResult getTestResult (void) const { return m_testResult; } in getTestResult() 84 qpTestResult m_testResult; //!< Latest test result.
|
D | tcuTestCase.hpp | 182 …TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(desc… in TestStatus() 185 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } in getCode() 193 qpTestResult m_code;
|
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 | tcuTestContext.cpp | 55 void TestContext::setTestResult (qpTestResult testResult, const char* description) in setTestResult()
|
D | tcuTestLog.hpp | 161 void endCase (qpTestResult result, const char* description); 162 void terminateCase (qpTestResult result);
|
D | tcuTestSessionExecutor.cpp | 231 const qpTestResult testResult = m_testCtx.getTestResult(); in leaveTestCase()
|
D | tcuTestLog.cpp | 450 void TestLog::endCase (qpTestResult result, const char* description) in endCase() 456 void TestLog::terminateCase (qpTestResult result) in terminateCase()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 66 } qpTestResult; typedef 195 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description); 196 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result); 235 const char* qpGetTestResultName (qpTestResult result);
|
D | qpTestLog.c | 451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() 1478 const char* qpGetTestResultName (qpTestResult result) in qpGetTestResultName()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawSimpleTest.cpp | 196 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() 304 qpTestResult res = QP_TEST_RESULT_PASS; in iterate()
|
D | vktDrawIndexedTest.cpp | 202 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() 325 qpTestResult res = QP_TEST_RESULT_PASS; in iterate()
|
D | vktDrawIndirectTest.cpp | 320 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() 506 qpTestResult res = QP_TEST_RESULT_PASS; in iterate()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 549 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::Texture2D& resultTexture, const… 550 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::TextureCube& resultTexture, con…
|
D | glsLifetimeTests.cpp | 631 void addResult (qpTestResult result, const char* msg); 635 qpTestResult m_result; 654 void ResultCollector::addResult (qpTestResult result, const char* msg) in addResult()
|
D | glsTextureTestUtil.cpp | 3285 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::Texture2D& resultTexture, const … in compareGenMipmapResult() 3287 qpTestResult result = QP_TEST_RESULT_PASS; in compareGenMipmapResult() 3356 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::TextureCube& resultTexture, cons… in compareGenMipmapResult() 3358 qpTestResult result = QP_TEST_RESULT_PASS; in compareGenMipmapResult()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 873 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate() 1026 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 911 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate() 1064 …const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_tex… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 324 const qpTestResult result; 328 VerificationResult (qpTestResult result_, const string& resultMessage_, const string& logMessage_) in VerificationResult()
|