Home
last modified time | relevance | path

Searched refs:FreeImageMemory (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkImage.cpp129 GrVkMemory::FreeImageMemory(gpu, isLinear, info->fAlloc); in DestroyImageInfo()
158 GrVkMemory::FreeImageMemory(gpu, isLinear, fAlloc); in freeGPUData()
DGrVkMemory.h35 void FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, const GrVkAlloc& alloc);
DGrVkGpu.cpp1075 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()
DGrVkMemory.cpp215 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling, in FreeImageMemory() function in GrVkMemory