Searched refs:DestroyAndFreeImageMemory (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemoryReclaimer.cpp | 79 GrVkImage::DestroyAndFreeImageMemory(item.fGpu, item.fAlloc, item.fImage); in invokeParallelReclaiming()
|
H A D | GrVkImage.cpp | 209 void GrVkImage::DestroyAndFreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image) in DestroyAndFreeImageMemory() function in GrVkImage 556 DestroyAndFreeImageMemory(gpu, info->fAlloc, info->fImage); in DestroyImageInfo() 620 DestroyAndFreeImageMemory(fGpu, fAlloc, fImage); in freeGPUData()
|
H A D | GrVkImage.h | 64 static void DestroyAndFreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image);
|
Completed in 3 milliseconds