Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_buffers.cpp32 bool CheckForDescUpdates(const GpuBufferDesc& dependencyDesc, GpuBufferDesc& desc) in CheckForDescUpdates() function
67 CheckForDescUpdates(dependencyDesc, desc); in InitNode()
95 const bool recreateBuffer = CheckForDescUpdates(dependencyDesc, descRef); in PreExecuteFrame()
H A Drender_node_create_gpu_images.cpp78 bool CheckForDescUpdates(const GpuImageDesc& dependencyDesc, in CheckForDescUpdates() function
183 CheckForDescUpdates(dependencyDesc, dependencyList, desc); in InitNode()
219 const bool recreateImage = CheckForDescUpdates(dependencyDesc, dependencyList, descRef); in PreExecuteFrame()