Home
last modified time | relevance | path

Searched refs:allocateImageMemory (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h50 VkResult allocateImageMemory(VkImage image, AllocationPropertyFlags flags,
H A DGrVkMemory.cpp203 HITRACE_OHOS_NAME_ALWAYS("allocateImageMemory");
204 VkResult result = allocator->allocateImageMemory(image, propFlags, &memory);
H A DGrVkAMDMemoryAllocator.cpp193 VkResult GrVkAMDMemoryAllocator::allocateImageMemory(VkImage image, AllocationPropertyFlags flags, in allocateImageMemory() function in GrVkAMDMemoryAllocator
/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h56 // DEPRECATED: Use and implement allocateImageMemory instead
63 virtual VkResult allocateImageMemory(VkImage image, AllocationPropertyFlags flags, in allocateImageMemory() function in GrVkMemoryAllocator

Completed in 3 milliseconds