Searched refs:allocateMemoryForImage (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/include/gpu/vk/ |
D | GrVkMemoryAllocator.h | 56 virtual bool allocateMemoryForImage(VkImage, AllocationPropertyFlags, GrVkBackendMemory*) { in allocateMemoryForImage() function 64 bool result = this->allocateMemoryForImage(image, flags, memory); in allocateImageMemory()
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkMemoryAllocator.h | 53 virtual bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags,
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.h | 25 …bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, GrVkBackendMemory*) over…
|
D | GrVkAMDMemoryAllocator.cpp | 66 bool GrVkAMDMemoryAllocator::allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, in allocateMemoryForImage() function in GrVkAMDMemoryAllocator
|
D | GrVkMemory.cpp | 109 if (!allocator->allocateMemoryForImage(image, propFlags, &memory)) { in AllocAndBindImageMemory()
|