HomeSort by relevance Sort by last modified time
    Searched refs:TestPackageRoot (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuTestHierarchyUtil.hpp 33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
tcuTestPackage.cpp 135 // TestPackageRoot
137 TestPackageRoot::TestPackageRoot (TestContext& testCtx)
142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children)
147 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry)
156 TestPackageRoot::~TestPackageRoot (void)
160 TestCase::IterateResult TestPackageRoot::iterate (void
    [all...]
tcuTestPackage.hpp 125 // TestPackageRoot
127 class TestPackageRoot : public TestNode
130 TestPackageRoot (TestContext& testCtx);
131 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
132 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry);
133 virtual ~TestPackageRoot (void);
tcuApp.hpp 43 class TestPackageRoot;
85 TestPackageRoot* m_testRoot;
tcuTestSessionExecutor.hpp 63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
tcuTestHierarchyIterator.hpp 110 TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CommandLine& cmdLine);
tcuApp.cpp 50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine)
111 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton());
tcuTestHierarchyIterator.cpp 88 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode,
200 case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break;
tcuTestHierarchyUtil.cpp 125 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine)
181 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine)
tcuTestSessionExecutor.cpp 48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx)
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 50 tcu::TestPackageRoot* createRoot (tcu::TestContext& testCtx)
54 return new tcu::TestPackageRoot(testCtx, children);
182 const UniquePtr<tcu::TestPackageRoot> root (createRoot(testCtx));

Completed in 206 milliseconds