Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h68 void ExecuteTAA(IRenderCommandList& cmdList, const InputOutput& inOut);
H A Drender_node_post_process_util.cpp437 ExecuteTAA(cmdList, { images_.input, images_.historyNext }); in Execute()
623 void RenderNodePostProcessUtil::ExecuteTAA(IRenderCommandList& cmdList, const InputOutput& inOut) in ExecuteTAA() function in RenderNodePostProcessUtil