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

/frameworks/base/tools/aapt/
H A DCommand.cpp892 FeatureGroup commonFeatures; local
1285 commonFeatures.features.add(name, req);
1287 addParentFeatures(&commonFeatures, name);
1293 if (vers > commonFeatures.openGLESVersion) {
1294 commonFeatures.openGLESVersion = vers;
1822 printFeatureGroup(commonFeatures, &impliedFeatures);
1829 if (commonFeatures.openGLESVersion > grp.openGLESVersion) {
1830 grp.openGLESVersion = commonFeatures.openGLESVersion;
1835 const size_t numCommonFeatures = commonFeatures.features.size();
1837 if (grp.features.indexOfKey(commonFeatures
[all...]

Completed in 71 milliseconds