Searched refs:commonFeatures (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp894 FeatureGroup commonFeatures; local
1287 commonFeatures.features.add(name, req);
1289 addParentFeatures(&commonFeatures, name);
1295 if (vers > commonFeatures.openGLESVersion) {
1296 commonFeatures.openGLESVersion = vers;
1824 printFeatureGroup(commonFeatures, &impliedFeatures);
1831 if (commonFeatures.openGLESVersion > grp.openGLESVersion) {
1832 grp.openGLESVersion = commonFeatures.openGLESVersion;
1837 const size_t numCommonFeatures = commonFeatures.features.size();
1839 if (grp.features.indexOfKey(commonFeatures
[all...]

Completed in 135 milliseconds