Searched refs:GrD3DAMDMemoryAllocator (Results 1 – 4 of 4) sorted by relevance
23 class GrD3DAMDMemoryAllocator : public GrD3DMemoryAllocator {27 ~GrD3DAMDMemoryAllocator() override { fAllocator->Release(); } in ~GrD3DAMDMemoryAllocator()47 friend class GrD3DAMDMemoryAllocator;52 GrD3DAMDMemoryAllocator(D3D12MA::Allocator* allocator) : fAllocator(allocator) {} in GrD3DAMDMemoryAllocator() function
11 sk_sp<GrD3DMemoryAllocator> GrD3DAMDMemoryAllocator::Make(IDXGIAdapter* adapter, in Make()24 return sk_sp<GrD3DMemoryAllocator>(new GrD3DAMDMemoryAllocator(allocator)); in Make()27 gr_cp<ID3D12Resource> GrD3DAMDMemoryAllocator::createResource( in createResource()50 gr_cp<ID3D12Resource> GrD3DAMDMemoryAllocator::createAliasingResource( in createAliasingResource()
47 memoryAllocator = GrD3DAMDMemoryAllocator::Make( in Make()
672 "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.cpp",673 "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.h",