Searched refs:FreeImageMemory (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 129 GrVkMemory::FreeImageMemory(gpu, isLinear, info->fAlloc); in DestroyImageInfo() 158 GrVkMemory::FreeImageMemory(gpu, isLinear, fAlloc); in freeGPUData()
|
D | GrVkMemory.h | 35 void FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, const GrVkAlloc& alloc);
|
D | GrVkGpu.cpp | 1075 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture() 1096 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture() 1104 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture() 1111 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture() 1129 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture() 1209 GrVkMemory::FreeImageMemory(this, linearTiling, alloc); in createTestingOnlyBackendTexture()
|
D | GrVkMemory.cpp | 215 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, in FreeImageMemory() function in GrVkMemory
|