Home
last modified time | relevance | path

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 Dpost_process_component_manager.cpp28 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 Drender_data_configuration_loader.cpp43 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 Drender_data_store_render_pods.h201 struct DitherConfiguration { struct
402 DitherConfiguration ditherConfiguration;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_component.h74 …DEFINE_PROPERTY(RENDER_NS::DitherConfiguration, ditherConfiguration, "Dither Configuration", 0, AR…