Searched refs:commonFeatures (Results 1 – 1 of 1) sorted by relevance
894 FeatureGroup commonFeatures; in doDump() local1287 commonFeatures.features.add(name, req); in doDump()1289 addParentFeatures(&commonFeatures, name); in doDump()1295 if (vers > commonFeatures.openGLESVersion) { in doDump()1296 commonFeatures.openGLESVersion = vers; in doDump()1824 printFeatureGroup(commonFeatures, &impliedFeatures); in doDump()1831 if (commonFeatures.openGLESVersion > grp.openGLESVersion) { in doDump()1832 grp.openGLESVersion = commonFeatures.openGLESVersion; in doDump()1837 const size_t numCommonFeatures = commonFeatures.features.size(); in doDump()1839 if (grp.features.indexOfKey(commonFeatures.features.keyAt(j)) < 0) { in doDump()[all …]