Home
last modified time | relevance | path

Searched refs:DofConfiguration (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_component_manager.cpp36 using RENDER_NS::DofConfiguration;
82 DECLARE_PROPERTY_TYPE(DofConfiguration);
206 BEGIN_METADATA(DofConfigurationMetaData, DofConfiguration)
207 DECL_PROPERTY2(DofConfiguration, focusPoint, "", 0)
208 DECL_PROPERTY2(DofConfiguration, focusRange, "", 0)
210 DECL_PROPERTY2(DofConfiguration, farTransitionRange, "", 0)
211 DECL_PROPERTY2(DofConfiguration, nearBlur, "", 0)
212 DECL_PROPERTY2(DofConfiguration, farBlur, "", 0)
213 DECL_PROPERTY2(DofConfiguration, nearPlane, "", 0)
214 DECL_PROPERTY2(DofConfiguration, farPlane, "", 0)
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h310 struct DofConfiguration { struct
420 DofConfiguration dofConfiguration;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_component.h97 …DEFINE_PROPERTY(RENDER_NS::DofConfiguration, dofConfiguration, "Depth Of Field Configuration", 0, …