Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestPackage.cpp145 TestPackageRoot::TestPackageRoot(TestContext &testCtx) : TestNode(testCtx, NODETYPE_ROOT, "") in TestPackageRoot() function in tcu::TestPackageRoot
149 TestPackageRoot::TestPackageRoot(TestContext &testCtx, const vector<TestNode *> &children) in TestPackageRoot() function in tcu::TestPackageRoot
154 TestPackageRoot::TestPackageRoot(TestContext &testCtx, const TestPackageRegistry *packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot
H A DtcuTestPackage.hpp191 class TestPackageRoot : public TestNode class