Home
last modified time | relevance | path

Searched refs:allocateMemoryForImage (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h56 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/
DGrVkMemoryAllocator.h53 virtual bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags,
/third_party/flutter/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h25 …bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, GrVkBackendMemory*) over…
DGrVkAMDMemoryAllocator.cpp66 bool GrVkAMDMemoryAllocator::allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, in allocateMemoryForImage() function in GrVkAMDMemoryAllocator
DGrVkMemory.cpp109 if (!allocator->allocateMemoryForImage(image, propFlags, &memory)) { in AllocAndBindImageMemory()