/external/deqp/framework/common/ |
D | tcuTestPackage.cpp | 138 TestPackageRoot::TestPackageRoot (TestContext& testCtx) in TestPackageRoot() function in tcu::TestPackageRoot 143 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() function in tcu::TestPackageRoot 148 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot 157 TestPackageRoot::~TestPackageRoot (void) in ~TestPackageRoot() 161 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; 93 TestPackageRoot* m_testRoot;
|
D | tcuTestHierarchyUtil.cpp | 125 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL… in writeXmlCaselistsToFiles() 183 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdL… in writeTxtCaselistsToFiles()
|
D | tcuApp.cpp | 50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx) in writeCaselistsToStdout() 112 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
|
D | tcuTestHierarchyIterator.cpp | 91 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator() 205 … case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
|
D | tcuTestSessionExecutor.hpp | 66 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
|
D | tcuTestHierarchyIterator.hpp | 110 …TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CaseListF…
|
D | tcuTestSessionExecutor.cpp | 49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 36 tcu::TestPackageRoot *g_root = nullptr; 84 g_root = new tcu::TestPackageRoot(*g_testCtx, tcu::TestPackageRegistry::getSingleton()); in deqp_libtester_init_platform()
|
D | tcuRandomOrderExecutor.h | 38 RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx, bool enableRenderDocCapture);
|
D | tcuRandomOrderExecutor.cpp | 41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 369 tcu::TestPackageRoot* createRoot (tcu::TestContext& testCtx) in createRoot() 373 return new tcu::TestPackageRoot(testCtx, children); in createRoot() 417 const UniquePtr<tcu::TestPackageRoot> root (createRoot(testCtx)); in buildPrograms()
|