Home
last modified time | relevance | path

Searched defs:AllocationPropertyFlags (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h18 enum class AllocationPropertyFlags { enum
57 virtual bool allocateMemoryForImage(VkImage, AllocationPropertyFlags, GrVkBackendMemory*) { in allocateMemoryForImage() argument
74 virtual bool allocateMemoryForBuffer(VkBuffer, BufferUsage, AllocationPropertyFlags, in allocateMemoryForBuffer() argument
/third_party/skia/m133/include/gpu/vk/
DVulkanMemoryAllocator.h23 enum AllocationPropertyFlags { enum
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp21 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef