Searched refs:tonemapConfiguration (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 | 120 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 D | post_process_component.h | 57 …DEFINE_PROPERTY(RENDER_NS::TonemapConfiguration, tonemapConfiguration, "Tonemap Configuration", 0,…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 148 … 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 D | render_data_store_render_pods.h | 398 TonemapConfiguration tonemapConfiguration; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 2202 ppConfig.tonemapConfiguration = pp.tonemapConfiguration; in ProcessPostProcesses()
|