HomeSort by relevance Sort by last modified time
    Searched refs:qpTestResult (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/common/
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;
tcuResultCollector.cpp 31 static int testResultSeverity (qpTestResult testResult)
67 qpTestResult ResultCollector::getResult (void) const
75 void ResultCollector::addResult (qpTestResult result, const std::string& msg)
87 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg)
tcuTestContext.hpp 58 void setTestResult (qpTestResult result, const char* description);
63 qpTestResult getTestResult (void) const { return m_testResult; }
84 qpTestResult m_testResult; //!< Latest test result.
tcuDefs.hpp 65 TestException (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; }
73 const qpTestResult m_result;
tcuTestContext.cpp 55 void TestContext::setTestResult (qpTestResult testResult, const char* description)
tcuTestCase.hpp 182 TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(description) {}
185 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; }
193 qpTestResult m_code;
tcuTestLog.hpp 161 void endCase (qpTestResult result, const char* description);
162 void terminateCase (qpTestResult result);
tcuTestSessionExecutor.cpp 231 const qpTestResult testResult = m_testCtx.getTestResult();
tcuTestLog.cpp 450 void TestLog::endCase (qpTestResult result, const char* description)
456 void TestLog::terminateCase (qpTestResult result)
  /external/deqp/framework/qphelper/
qpTestLog.h 66 } qpTestResult;
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);
qpTestLog.c 175 /* Add new values here if needed, remember to update qpTestResult enumeration. */
451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails)
492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 202 qpTestResult res = QP_TEST_RESULT_PASS;
325 qpTestResult res = QP_TEST_RESULT_PASS;
vktDrawSimpleTest.cpp 196 qpTestResult res = QP_TEST_RESULT_PASS;
304 qpTestResult res = QP_TEST_RESULT_PASS;
vktDrawIndirectTest.cpp 320 qpTestResult res = QP_TEST_RESULT_PASS;
506 qpTestResult res = QP_TEST_RESULT_PASS;
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 549 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::Texture2D& resultTexture, const tcu::Texture2D& level0Reference, const GenMipmapPrecision& precision);
550 qpTestResult compareGenMipmapResult (tcu::TestLog& log, const tcu::TextureCube& resultTexture, const tcu::TextureCube& level0Reference, const GenMipmapPrecision& precision);
glsLifetimeTests.cpp 631 void addResult (qpTestResult result, const char* msg);
635 qpTestResult m_result;
654 void ResultCollector::addResult (qpTestResult result, const char* msg)
    [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 873 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 911 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 324 const qpTestResult result;
328 VerificationResult (qpTestResult result_, const string& resultMessage_, const string& logMessage_)
    [all...]

Completed in 147 milliseconds