Home
last modified time | relevance | path

Searched refs:tonemapConfiguration (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.h120 return { input.tonemapConfiguration.exposure, 0.0f, 0.0f, in GetFactorTonemap()
121 static_cast<float>(input.tonemapConfiguration.tonemapType) }; in GetFactorTonemap()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_component.h57 …DEFINE_PROPERTY(RENDER_NS::TonemapConfiguration, tonemapConfiguration, "Tonemap Configuration", 0,…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_data_configuration_loader.cpp148 … SafeGetJsonEnum(*cIter, "tonemapType", err, ppConfig.tonemapConfiguration.tonemapType); in LoadPostProcess()
149 SafeGetJsonValue(*cIter, "exposure", err, ppConfig.tonemapConfiguration.exposure); in LoadPostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h398 TonemapConfiguration tonemapConfiguration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2202 ppConfig.tonemapConfiguration = pp.tonemapConfiguration; in ProcessPostProcesses()