Searched refs:DestroyAndFreeBufferMemory (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkBuffer.cpp | 152 DestroyAndFreeBufferMemory(gpu, alloc, buffer); 224 void GrVkBuffer::DestroyAndFreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) function in GrVkBuffer 345 DestroyAndFreeBufferMemory(this->getVkGpu(), fAlloc, fBuffer);
|
H A D | GrVkBuffer.h | 31 static void DestroyAndFreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer);
|
H A D | GrVkMemoryReclaimer.cpp | 77 GrVkBuffer::DestroyAndFreeBufferMemory(item.fGpu, item.fAlloc, item.fBuffer); in invokeParallelReclaiming()
|
Completed in 2 milliseconds