Home
last modified time | relevance | path

Searched refs:dirtMask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h64 RenderHandle dirtMask; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp545 binder.BindImage(binding++, images_.dirtMask, samplers_.linear); in ExecuteCombine()
930 images_.dirtMask = ppConfig_.bloomConfiguration.dirtMaskImage; in ProcessPostProcessConfiguration()
932 images_.dirtMask = aimg_.black; in ProcessPostProcessConfiguration()
1121 if (!RenderHandleUtil::IsValid(images_.dirtMask)) { in UpdateImageData()
1122 images_.dirtMask = aimg_.black; // default dirt mask in UpdateImageData()