Home
last modified time | relevance | path

Searched defs:memoryAllocator (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/graphite/vk/
DVulkanSharedContext.cpp88 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = context.fMemoryAllocator; in Make() local
116 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator, in VulkanSharedContext()
DVulkanSharedContext.h36 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
/external/skia/src/gpu/graphite/mtl/
DMtlSharedContext.h32 skgpu::MtlMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.h45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
DGrD3DGpu.cpp48 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.h63 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
DGrVkGpu.cpp215 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local
255 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator) in GrVkGpu()