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

/frameworks/base/tools/aapt/
H A DCommand.cpp1047 FeatureGroup commonFeatures; local
1473 commonFeatures.features.add(name, Feature(req != 0, version));
1475 addParentFeatures(&commonFeatures, name);
1481 if (vers > commonFeatures.openGLESVersion) {
1482 commonFeatures.openGLESVersion = vers;
2014 printDefaultFeatureGroup(commonFeatures, impliedFeatures);
2021 if (commonFeatures.openGLESVersion > grp.openGLESVersion) {
2022 grp.openGLESVersion = commonFeatures.openGLESVersion;
2027 const size_t numCommonFeatures = commonFeatures.features.size();
2029 if (grp.features.indexOfKey(commonFeatures
[all...]

Completed in 57 milliseconds