Searched refs:InputOutput (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.h | 61 struct InputOutput { struct 65 void ExecuteCombine(IRenderCommandList& cmdList, const InputOutput& inOut); argument 66 void ExecuteFXAA(IRenderCommandList& cmdList, const InputOutput& inOut); 67 void ExecuteBlit(IRenderCommandList& cmdList, const InputOutput& inOut); 68 void ExecuteTAA(IRenderCommandList& cmdList, const InputOutput& inOut); 69 void ExecuteDofBlur(IRenderCommandList& cmdList, const InputOutput& inOut); 70 void ExecuteDof(IRenderCommandList& cmdList, const InputOutput& inOut); 144 BASE_NS::vector<InputOutput> framePostProcessInOut_;
|
H A D | render_node_post_process_util.cpp | 503 void RenderNodePostProcessUtil::ExecuteCombine(IRenderCommandList& cmdList, const InputOutput& inOu… in ExecuteCombine() 568 void RenderNodePostProcessUtil::ExecuteFXAA(IRenderCommandList& cmdList, const InputOutput& inOut) in ExecuteFXAA() 623 void RenderNodePostProcessUtil::ExecuteTAA(IRenderCommandList& cmdList, const InputOutput& inOut) in ExecuteTAA() 683 void RenderNodePostProcessUtil::ExecuteDofBlur(IRenderCommandList& cmdList, const InputOutput& inOu… in ExecuteDofBlur() 767 void RenderNodePostProcessUtil::ExecuteDof(IRenderCommandList& cmdList, const InputOutput& inOut) in ExecuteDof() 824 void RenderNodePostProcessUtil::ExecuteBlit(IRenderCommandList& cmdList, const InputOutput& inOut) in ExecuteBlit()
|