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