Searched defs:TestPackageRoot (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestPackage.cpp135 // TestPackageRoot
137 TestPackageRoot::TestPackageRoot (TestContext& testCtx) function in class:tcu::TestPackageRoot
142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) function in class:tcu::TestPackageRoot
147 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) function in class:tcu::TestPackageRoot
156 TestPackageRoot::~TestPackageRoot (void)
160 TestCase::IterateResult TestPackageRoot
[all...]
H A DtcuTestPackage.hpp125 // TestPackageRoot
127 class TestPackageRoot : public TestNode class in namespace:tcu
130 TestPackageRoot (TestContext& testCtx);
131 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
132 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry);
133 virtual ~TestPackageRoot (void);

Completed in 100 milliseconds