Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp67 DestroyPool(descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_STATIC]); in ~NodeContextDescriptorSetManagerVk()
68 DestroyPool(descriptorPool_[DESCRIPTOR_SET_INDEX_TYPE_ONE_FRAME]); in ~NodeContextDescriptorSetManagerVk()
70 DestroyPool(ref.descriptorPool); in ~NodeContextDescriptorSetManagerVk()
74 void NodeContextDescriptorSetManagerVk::DestroyPool(LowLevelContextDescriptorPoolVk& descriptorPool) in DestroyPool() function in NodeContextDescriptorSetManagerVk
218 …std::for_each(oldRes, pendingDeallocations_.end(), [this](auto& res) { DestroyPool(res.descriptorP… in BeginFrame()
H A Dnode_context_descriptor_set_manager_vk.h141 void DestroyPool(LowLevelContextDescriptorPoolVk& descriptorPool);