Home
last modified time | relevance | path

Searched refs:packageInfos (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTestPackage.cpp150 const vector<TestPackageRegistry::PackageInfo*>& packageInfos = packageRegistry->getPackageInfos(); in TestPackageRoot() local
152 for (int i = 0; i < (int)packageInfos.size(); i++) in TestPackageRoot()
153 addChild(packageInfos[i]->createFunc(testCtx)); in TestPackageRoot()