Searched refs:AllocAndBindImageMemory (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.h | 29 bool AllocAndBindImageMemory(const GrVkGpu* gpu,
|
D | GrVkImage.cpp | 191 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) { in InitImageInfo()
|
D | GrVkMemory.cpp | 89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu, in AllocAndBindImageMemory() function in GrVkMemory
|
D | GrVkGpu.cpp | 1400 if (!GrVkMemory::AllocAndBindImageMemory(this, image, false, &alloc)) { in createTestingOnlyVkImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkMemory.h | 29 bool AllocAndBindImageMemory(const GrVkGpu* gpu,
|
D | GrVkMemory.cpp | 89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu, in AllocAndBindImageMemory() function in GrVkMemory
|
D | GrVkImage.cpp | 197 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, isLinear, &alloc)) { in InitImageInfo()
|
D | GrVkGpu.cpp | 1412 if (!GrVkMemory::AllocAndBindImageMemory(this, image, false, &alloc)) { in createTestingOnlyVkImage()
|