Searched refs:exclude_mipmap (Results 1 – 4 of 4) sorted by relevance
230 bool exclude_mipmap, std::set<ResTable_config>* out_configs) const;
153 bool exclude_system = false, bool exclude_mipmap = false) const;
310 bool exclude_mipmap, std::set<ResTable_config>* out_configs) const {\ in CollectConfigurations() argument312 if (exclude_mipmap) { in CollectConfigurations()
421 bool exclude_system, bool exclude_mipmap) const { in GetResourceConfigurations()441 auto result = package.loaded_package_->CollectConfigurations(exclude_mipmap, &configurations); in GetResourceConfigurations()