Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h17 enum class AllocationPropertyFlags { enum
56 virtual bool allocateMemoryForImage(VkImage, AllocationPropertyFlags, GrVkBackendMemory*) { in allocateMemoryForImage() argument
73 virtual bool allocateMemoryForBuffer(VkBuffer, BufferUsage, AllocationPropertyFlags, in allocateMemoryForBuffer() argument
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp13 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef