Searched defs:PostProcessingConfiguration (Results 1 – 2 of 2) sorted by relevance
125 struct PostProcessingConfiguration { struct127 std::vector<Artifact> artifacts;128 Maybe<std::string> artifact_format;130 Group<Abi> abi_groups;131 Group<ConfigDescription> screen_density_groups;132 Group<Locale> locale_groups;133 Group<AndroidSdk> android_sdk_groups;134 Group<DeviceFeature> device_feature_groups;135 Group<GlTexture> gl_texture_groups;
221 -> XmlNodeAction::ActionFuncWithDiag { in Parse()