Home
last modified time | relevance | path

Searched refs:fxaaConfiguration (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.h160 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 Dpost_process_component.h87 …DEFINE_PROPERTY(RENDER_NS::FxaaConfiguration, fxaaConfiguration, "Fast Approximate Anti-Aliasing C…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_data_configuration_loader.cpp165 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 Drender_data_store_render_pods.h415 FxaaConfiguration fxaaConfiguration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2203 ppConfig.fxaaConfiguration = pp.fxaaConfiguration; in ProcessPostProcesses()