Searched refs:DitherConfiguration (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_component_manager.cpp | 28 using RENDER_NS::DitherConfiguration; 61 DECLARE_PROPERTY_TYPE(DitherConfiguration::DitherType); 77 DECLARE_PROPERTY_TYPE(DitherConfiguration); 105 BEGIN_ENUM(DitherConfigurationDitherTypeMetaData, DitherConfiguration::DitherType) 106 DECL_ENUM(DitherConfiguration::DitherType, INTERLEAVED_NOISE, "interleaved_noise") 107 DECL_ENUM(DitherConfiguration::DitherType, TRIANGLE_NOISE, "triangle_noise") 109 END_ENUM(DitherConfigurationDitherTypeMetaData, DitherConfiguration::DitherType) 180 BEGIN_METADATA(DitherConfigurationMetaData, DitherConfiguration) 181 DECL_PROPERTY2(DitherConfiguration, ditherType, "", 0) 182 DECL_PROPERTY2(DitherConfiguration, amountCoefficient, "", 0) [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 43 CORE_JSON_SERIALIZE_ENUM(DitherConfiguration::DitherType, 45 { static_cast<DitherConfiguration::DitherType>(0x7FFFFFFF), nullptr }, 46 { DitherConfiguration::DitherType::INTERLEAVED_NOISE, "interleaved_noise" }, 47 { DitherConfiguration::DitherType::TRIANGLE_NOISE, "triangle_noise" }, 48 { DitherConfiguration::DitherType::TRIANGLE_NOISE_RGB, "triangle_noise_rgb" },
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 201 struct DitherConfiguration { struct 402 DitherConfiguration ditherConfiguration;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | post_process_component.h | 74 …DEFINE_PROPERTY(RENDER_NS::DitherConfiguration, ditherConfiguration, "Dither Configuration", 0, AR…
|