Home
last modified time | relevance | path

Searched refs:AllocAndBindImageMemory (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkMemory.h28 bool AllocAndBindImageMemory(GrVkGpu* gpu,
DGrVkMemory.cpp58 bool GrVkMemory::AllocAndBindImageMemory(GrVkGpu* gpu, in AllocAndBindImageMemory() function in GrVkMemory
DGrVkImage.cpp260 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) { in InitImageInfo()
/external/skqp/src/gpu/vk/
DGrVkMemory.h29 bool AllocAndBindImageMemory(const GrVkGpu* gpu,
DGrVkImage.cpp191 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) { in InitImageInfo()
DGrVkMemory.cpp89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu, in AllocAndBindImageMemory() function in GrVkMemory
DGrVkGpu.cpp1408 if (!GrVkMemory::AllocAndBindImageMemory(this, image, false, &alloc)) { in createTestingOnlyVkImage()