Searched refs:TestPackageRoot (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestPackage.cpp | 137 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()
|
D | tcuTestPackage.hpp | 127 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);
|
D | tcuTestHierarchyUtil.hpp | 33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL… 34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL…
|
D | tcuApp.hpp | 43 class TestPackageRoot; 85 TestPackageRoot* m_testRoot;
|
D | tcuTestHierarchyUtil.cpp | 125 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL… in writeXmlCaselistsToFiles() 181 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL… in writeTxtCaselistsToFiles()
|
D | tcuTestHierarchyIterator.cpp | 88 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator() 200 … case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
|
D | tcuApp.cpp | 50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx, const CommandLine&… in writeCaselistsToStdout() 111 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
|
D | tcuTestSessionExecutor.hpp | 63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
|
D | tcuTestHierarchyIterator.hpp | 110 …TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CommandLi…
|
D | tcuTestSessionExecutor.cpp | 48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 342 tcu::TestPackageRoot* createRoot (tcu::TestContext& testCtx) in createRoot() 346 return new tcu::TestPackageRoot(testCtx, children); in createRoot() 380 const UniquePtr<tcu::TestPackageRoot> root (createRoot(testCtx)); in buildPrograms()
|