Searched refs:fxaaConfiguration (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 | 160 return { static_cast<float>(input.fxaaConfiguration.sharpness), in GetFactorFxaa() 161 static_cast<float>(input.fxaaConfiguration.quality), 0.0f, 0.0f }; in GetFactorFxaa()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | post_process_component.h | 87 …DEFINE_PROPERTY(RENDER_NS::FxaaConfiguration, fxaaConfiguration, "Fast Approximate Anti-Aliasing C…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_configuration_loader.cpp | 165 SafeGetJsonEnum(*cIter, "sharpness", err, ppConfig.fxaaConfiguration.sharpness); in LoadPostProcess() 166 SafeGetJsonEnum(*cIter, "quality", err, ppConfig.fxaaConfiguration.quality); in LoadPostProcess()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 415 FxaaConfiguration fxaaConfiguration; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 2203 ppConfig.fxaaConfiguration = pp.fxaaConfiguration; in ProcessPostProcesses()
|