Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp61 void DestroyPool() { in DestroyPool() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator
62 mPooledMemoryAllocator.DestroyPool(); in DestroyPool()
286 void ResourceMemoryAllocator::DestroyPool() { in DestroyPool() function in dawn_native::vulkan::ResourceMemoryAllocator
288 alloc->DestroyPool(); in DestroyPool()
DResourceMemoryAllocatorVk.h49 void DestroyPool();
DDeviceVk.cpp984 mResourceMemoryAllocator->DestroyPool(); in DestroyImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.h40 void DestroyPool();
DPooledResourceMemoryAllocator.cpp25 void PooledResourceMemoryAllocator::DestroyPool() { in DestroyPool() function in dawn_native::PooledResourceMemoryAllocator
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.h72 void DestroyPool();
DResourceAllocatorManagerD3D12.cpp404 void ResourceAllocatorManager::DestroyPool() { in DestroyPool() function in dawn_native::d3d12::ResourceAllocatorManager
406 alloc->DestroyPool(); in DestroyPool()
DDeviceD3D12.cpp678 mResourceAllocatorManager->DestroyPool(); in DestroyImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h35 void DestroyPool(VmaAllocator allocator, VmaPool pool); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp458 poolAllocator.DestroyPool(); in TEST()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7809 void DestroyPool(VmaPool pool);
16809 void VmaAllocator_T::DestroyPool(VmaPool pool) in DestroyPool() function
17957 allocator->DestroyPool(pool); in vmaDestroyPool()