Searched defs:PostProcessingConfiguration (Results 1 – 1 of 1) sorted by relevance
148 struct PostProcessingConfiguration { struct149 std::vector<ConfiguredArtifact> artifacts;150 Maybe<std::string> artifact_format;152 Group<Abi> abi_groups;153 Group<android::ConfigDescription> screen_density_groups;154 Group<android::ConfigDescription> locale_groups;155 Group<DeviceFeature> device_feature_groups;156 Group<GlTexture> gl_texture_groups;157 Entry<AndroidSdk> android_sdks;159 bool ValidateVersionCodeOrdering(IDiagnostics* diag) { in ValidateVersionCodeOrdering()[all …]