Home
last modified time | relevance | path

Searched refs:vignetteConfiguration (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.h126 … return { input.vignetteConfiguration.coefficient, input.vignetteConfiguration.power, 0.0f, 0.0f }; in GetFactorVignette()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_component.h65 …DEFINE_PROPERTY(RENDER_NS::VignetteConfiguration, vignetteConfiguration, "Vignette Configuration",…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_data_configuration_loader.cpp139 … SafeGetJsonValue(*cIter, "coefficient", err, ppConfig.vignetteConfiguration.coefficient); in LoadPostProcess()
140 SafeGetJsonValue(*cIter, "power", err, ppConfig.vignetteConfiguration.power); in LoadPostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h400 VignetteConfiguration vignetteConfiguration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2197 ppConfig.vignetteConfiguration = pp.vignetteConfiguration; in ProcessPostProcesses()