Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanSharedContext.cpp81 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = context.fMemoryAllocator; in Make() local
106 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator, in VulkanSharedContext()
H A DVulkanSharedContext.h37 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
H A DVulkanBackendTexture.cpp28 VulkanAlloc memoryAllocator() const { return fMemoryAlloc; } in memoryAllocator() function in skgpu::graphite::VulkanBackendTextureData
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlSharedContext.h32 skgpu::MtlMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h51 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
H A DGrD3DGpu.cpp53 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h111 skgpu::VulkanMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() function
H A DGrVkGpu.cpp159 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make() local
196 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator) in GrVkGpu()
/aosp_15_r20/external/skia/tools/gpu/vk/
H A DVkTestUtils.cpp857 sk_sp<skgpu::VulkanMemoryAllocator> memoryAllocator = VkTestMemoryAllocator::Make( in CreateVkBackendContext() local