/external/deqp/framework/common/ |
tcuTestContext.cpp | 81 ResultCollector::ResultCollector (void) 89 ResultCollector::ResultCollector (TestLog& log, const std::string& prefix) 97 void ResultCollector::addResult (qpTestResult result, const std::string& msg) 109 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) 116 void ResultCollector::fail (const std::string& msg) 121 bool ResultCollector::check (bool condition, const std::string& msg) 126 void ResultCollector::setTestContextResult (TestContext& testCtx)
|
tcuTestContext.hpp | 93 class ResultCollector 96 ResultCollector (void); 97 ResultCollector (TestLog& log, const std::string& prefix = "");
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.hpp | 53 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog); 56 const tcu::ResultCollector& getResults (void) const; 73 tcu::ResultCollector& m_results;
|
es31fNegativeTestShared.cpp | 51 tcu::ResultCollector& results,
|
es31fFboNoAttachmentTests.cpp | 276 tcu::ResultCollector m_results;
|
es31fSeparateShaderTests.cpp | 78 using tcu::ResultCollector; 1042 ResultCollector m_status; [all...] |
es31fDebugTests.cpp | 184 using tcu::ResultCollector; 268 tcu::ResultCollector m_results; [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 618 class ResultCollector 621 ResultCollector (TestContext& testCtx); 625 ~ResultCollector (void); 636 ResultCollector::ResultCollector (TestContext& testCtx) 644 bool ResultCollector::check (bool cond, const char* msg) 651 void ResultCollector::addResult (qpTestResult result, const char* msg) 667 void ResultCollector::fail (const char* msg) 672 void ResultCollector::warn (const char* msg) 677 ResultCollector::~ResultCollector (void [all...] |
glsDrawTest.hpp | 275 tcu::ResultCollector m_result;
|
glsTextureBufferCase.cpp | 500 tcu::ResultCollector& resultCollector, 541 resultCollector.fail("Invalid data in mapped buffer"); 553 tcu::ResultCollector& resultCollector, 573 modifyMapReadWrite(log, resultCollector, rng, renderContext.getFunctions(), texture); 774 tcu::ResultCollector& resultCollector, 784 resultCollector.fail("Rendering failed"); 865 tcu::ResultCollector resultCollector (log) [all...] |
glsBuiltinPrecisionTests.cpp | [all...] |
/external/deqp/modules/egl/ |
teglResizeTests.cpp | 68 using tcu::ResultCollector; 120 ResultCollector m_status; 317 ResultCollector& status)
|
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 529 tcu::ResultCollector m_results; [all...] |