Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTestPackage.cpp151 const vector<TestPackageRegistry::PackageInfo*>& packageInfos = packageRegistry->getPackageInfos(); in TestPackageRoot() local
153 for (int i = 0; i < (int)packageInfos.size(); i++) in TestPackageRoot()
154 addChild(packageInfos[i]->createFunc(testCtx)); in TestPackageRoot()