Home
last modified time | relevance | path

Searched refs:TestPackageRoot (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/common/
DtcuTestPackage.cpp137 TestPackageRoot::TestPackageRoot (TestContext& testCtx) in TestPackageRoot() function in tcu::TestPackageRoot
142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() function in tcu::TestPackageRoot
147 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot
156 TestPackageRoot::~TestPackageRoot (void) in ~TestPackageRoot()
160 TestCase::IterateResult TestPackageRoot::iterate (void) in iterate()
DtcuTestPackage.hpp127 class TestPackageRoot : public TestNode class
130 TestPackageRoot (TestContext& testCtx);
131 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
132 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry);
133 virtual ~TestPackageRoot (void);
DtcuTestHierarchyUtil.hpp33 void writeXmlCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin…
34 void writeTxtCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin…
DtcuApp.hpp43 class TestPackageRoot;
85 TestPackageRoot* m_testRoot;
DtcuTestHierarchyUtil.cpp60 void writeXmlCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin… in writeXmlCaselists()
161 void writeTxtCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin… in writeTxtCaselists()
DtcuTestHierarchyIterator.cpp88 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator()
200 … case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
DtcuTestSessionExecutor.hpp63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
DtcuTestHierarchyIterator.hpp110 …TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CommandLi…
DtcuApp.cpp77 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
DtcuTestSessionExecutor.cpp48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()