Searched refs:GetBindableImage (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_bloom.cpp | 55 inline BindableImage GetBindableImage(const RenderNodeResource& res) in GetBindableImage() function 82 const RenderBloom::BloomInfo info { GetBindableImage(inputResources_.customInputImages[0]), in InitNode() 83 GetBindableImage(inputResources_.customOutputImages[0]), postProcessUbo_.GetHandle(), in InitNode() 101 const RenderBloom::BloomInfo info { GetBindableImage(inputResources_.customInputImages[0]), in PreExecuteFrame() 102 GetBindableImage(inputResources_.customOutputImages[0]), postProcessUbo_.GetHandle(), in PreExecuteFrame()
|
H A D | render_node_single_post_process.cpp | 126 inline BindableImage GetBindableImage(const RenderHandle& res) in GetBindableImage() function 197 const RenderBloom::BloomInfo bloomInfo { GetBindableImage(builtInVariables_.input), in InitNode() 198 GetBindableImage(builtInVariables_.output), ubos_.postProcess.GetHandle(), in InitNode() 204 …RenderBlur::BlurInfo blurInfo { GetBindableImage(builtInVariables_.output), ubos_.postProcess.GetH… in InitNode() 226 const RenderBloom::BloomInfo bloomInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame() 227 GetBindableImage(builtInVariables_.output), ubos_.postProcess.GetHandle(), in PreExecuteFrame() 233 …RenderBlur::BlurInfo blurInfo { GetBindableImage(builtInVariables_.input), ubos_.postProcess.GetHa… in PreExecuteFrame() 238 RenderCopy::CopyInfo copyInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame() 239 GetBindableImage(builtInVariables_.output), {} }; in PreExecuteFrame()
|
H A D | render_node_mip_chain_post_process.cpp | 73 inline BindableImage GetBindableImage(const RenderHandle& res) in GetBindableImage() function 179 RenderCopy::CopyInfo copyInfo { GetBindableImage(builtInVariables_.input), in PreExecuteFrame() 180 GetBindableImage(builtInVariables_.output), {} }; in PreExecuteFrame()
|