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 (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);

Completed in 455 milliseconds