/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestPackage.cpp | 143 // TestPackageRoot 145 TestPackageRoot::TestPackageRoot (TestContext& testCtx) in TestPackageRoot() function in tcu::TestPackageRoot 150 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() function in tcu::TestPackageRoot 155 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot 164 TestPackageRoot::~TestPackageRoot (void) in ~TestPackageRoot() 168 TestCase::IterateResult TestPackageRoot [all...] |
H A D | tcuTestPackage.hpp | 161 // TestPackageRoot 163 class TestPackageRoot : public TestNode class 166 TestPackageRoot (TestContext& testCtx); 167 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children); 168 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry); 169 virtual ~TestPackageRoot (void);
|
H A D | tcuTestHierarchyUtil.hpp | 33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine); 34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
|
H A D | tcuApp.hpp | 43 class TestPackageRoot; 93 TestPackageRoot* m_testRoot;
|
H A D | tcuApp.cpp | 50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx) in writeCaselistsToStdout() 78 static void verifyAmberCapabilityCoherency (TestPackageRoot& root, TestContext& testCtx) in verifyAmberCapabilityCoherency() 161 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
|
H A D | tcuTestHierarchyIterator.cpp | 91 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator() 205 case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
|
H A D | tcuTestHierarchyUtil.cpp | 122 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeXmlCaselistsToFiles() 180 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) in writeTxtCaselistsToFiles()
|
H A D | tcuTestSessionExecutor.hpp | 40 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
|
H A D | tcuTestHierarchyIterator.hpp | 110 TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CaseListFilter& caseListFilter);
|
H A D | tcuTestSessionExecutor.cpp | 49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_libtester_main.cpp | 35 tcu::TestPackageRoot *g_root = nullptr; 82 g_root = new tcu::TestPackageRoot(*g_testCtx, tcu::TestPackageRegistry::getSingleton()); in deqp_libtester_init_platform()
|
H A D | tcuRandomOrderExecutor.h | 38 RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx, bool enableRenderDocCapture);
|
H A D | tcuRandomOrderExecutor.cpp | 41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktBuildPrograms.cpp | 369 tcu::TestPackageRoot* createRoot (tcu::TestContext& testCtx) in createRoot() 373 return new tcu::TestPackageRoot(testCtx, children); in createRoot() 403 const UniquePtr<tcu::TestPackageRoot> root (createRoot(testCtx)); in buildPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A 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()
|