Home
last modified time | relevance | path

Searched refs:allocateBufferMemory (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.h48 VkResult allocateBufferMemory(VkBuffer buffer, BufferUsage usage,
DGrVkMemory.cpp34 VkResult result = allocator->allocateBufferMemory(buffer, usage, propFlags, &memory); in AllocAndBindBufferMemory()
DGrVkAMDMemoryAllocator.cpp137 VkResult GrVkAMDMemoryAllocator::allocateBufferMemory(VkBuffer buffer, BufferUsage usage, in allocateBufferMemory() function in GrVkAMDMemoryAllocator
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h80 virtual VkResult allocateBufferMemory(VkBuffer buffer, in allocateBufferMemory() function