Searched defs:memoryAllocator (Results 1 – 7 of 7) sorted by relevance
88 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = context.fMemoryAllocator; in Make() local116 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator, in VulkanSharedContext()
36 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
32 skgpu::MtlMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
48 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local
63 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
215 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local255 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator) in GrVkGpu()