Home
last modified time | relevance | path

Searched defs:AllocationPropertyFlags (Results 1 – 4 of 4) 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/flutter/skia/include/gpu/vk/
DGrVkMemoryAllocator.h17 enum class AllocationPropertyFlags { enum
/third_party/skia/src/gpu/vk/
DGrVkMemory.cpp13 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef
/third_party/flutter/skia/src/gpu/vk/
DGrVkMemory.cpp14 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef