Searched refs:DitherType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_component_manager.cpp | 61 DECLARE_PROPERTY_TYPE(DitherConfiguration::DitherType); 105 BEGIN_ENUM(DitherConfigurationDitherTypeMetaData, DitherConfiguration::DitherType) 106 DECL_ENUM(DitherConfiguration::DitherType, INTERLEAVED_NOISE, "interleaved_noise") 107 DECL_ENUM(DitherConfiguration::DitherType, TRIANGLE_NOISE, "triangle_noise") 108 DECL_ENUM(DitherConfiguration::DitherType, TRIANGLE_NOISE_RGB, "triangle_noise_rgb") 109 END_ENUM(DitherConfigurationDitherTypeMetaData, DitherConfiguration::DitherType)
|
/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 | 203 enum DitherType { enum 213 DitherType ditherType { DitherType::INTERLEAVED_NOISE };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_postprocess.h | 221 enum DitherType : uint32_t { enum 234 META_PROPERTY(DitherType, Type) 244 META_TYPE(SCENE_NS::IDither::DitherType);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | postprocess_effect_impl.cpp | 327 …SCENE_NS::IDither, SCENE_NS::IDither::DitherType, Type, SCENE_NS::IDither::DitherType::INTERLEAVED… 337 ConvertBindChanges<SCENE_NS::IDither::DitherType, uint32_t>(
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | postprocess.h | 106 META_API_INTERFACE_PROPERTY_CACHED(Dither, Type, IDither::DitherType)
|