Searched refs:vignetteConfiguration (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.h | 126 … 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 D | post_process_component.h | 65 …DEFINE_PROPERTY(RENDER_NS::VignetteConfiguration, vignetteConfiguration, "Vignette Configuration",…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 139 … 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 D | render_data_store_render_pods.h | 400 VignetteConfiguration vignetteConfiguration; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 2197 ppConfig.vignetteConfiguration = pp.vignetteConfiguration; in ProcessPostProcesses()
|