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

  /external/deqp/framework/common/
tcuTestPackage.cpp 135 // TestPackageRoot
137 TestPackageRoot::TestPackageRoot (TestContext& testCtx)
142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children)
147 TestPackageRoot::~TestPackageRoot (void)
151 TestCase::IterateResult TestPackageRoot::iterate (void)
154 throw InternalError("TestPackageRoot::iterate() called!", "", __FILE__, __LINE__);
tcuTestPackage.hpp 97 // TestPackageRoot
99 class TestPackageRoot : public TestNode
102 TestPackageRoot (TestContext& testCtx);
103 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
104 virtual ~TestPackageRoot (void);

Completed in 50 milliseconds