Searched defs:AllocationPropertyFlags (Results 1 – 2 of 2) sorted by relevance
18 enum class AllocationPropertyFlags { enum57 virtual bool allocateMemoryForImage(VkImage, AllocationPropertyFlags, GrVkBackendMemory*) { in allocateMemoryForImage() argument74 virtual bool allocateMemoryForBuffer(VkBuffer, BufferUsage, AllocationPropertyFlags, in allocateMemoryForBuffer() argument
21 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef