Searched refs:commonFeatures (Results 1 – 1 of 1) sorted by relevance
1092 FeatureGroup commonFeatures; in doDump() local1606 commonFeatures.features.add(name, Feature(req != 0, version)); in doDump()1608 addParentFeatures(&commonFeatures, name); in doDump()1614 if (vers > commonFeatures.openGLESVersion) { in doDump()1615 commonFeatures.openGLESVersion = vers; in doDump()2175 printDefaultFeatureGroup(commonFeatures, impliedFeatures); in doDump()2182 if (commonFeatures.openGLESVersion > grp.openGLESVersion) { in doDump()2183 grp.openGLESVersion = commonFeatures.openGLESVersion; in doDump()2188 const size_t numCommonFeatures = commonFeatures.features.size(); in doDump()2191 grp.features.add(commonFeatures.features.keyAt(j), in doDump()[all …]