Home
last modified time | relevance | path

Searched refs:TestPackageRoot (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTestPackage.cpp143 // 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 DtcuTestPackage.hpp161 // 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 DtcuTestHierarchyUtil.hpp33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
H A DtcuApp.hpp43 class TestPackageRoot;
93 TestPackageRoot* m_testRoot;
H A DtcuApp.cpp50 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 DtcuTestHierarchyIterator.cpp91 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator()
205 case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
H A DtcuTestHierarchyUtil.cpp122 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 DtcuTestSessionExecutor.hpp40 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
H A DtcuTestHierarchyIterator.hpp110 TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CaseListFilter& caseListFilter);
H A DtcuTestSessionExecutor.cpp49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp35 tcu::TestPackageRoot *g_root = nullptr;
82 g_root = new tcu::TestPackageRoot(*g_testCtx, tcu::TestPackageRegistry::getSingleton()); in deqp_libtester_init_platform()
H A DtcuRandomOrderExecutor.h38 RandomOrderExecutor(TestPackageRoot &root, TestContext &testCtx, bool enableRenderDocCapture);
H A DtcuRandomOrderExecutor.cpp41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp369 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 DvktBuildPrograms.cpp369 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()

Completed in 8 milliseconds