Home
last modified time | relevance | path

Searched refs:GrD3DAMDMemoryAllocator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.h23 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
DGrD3DAMDMemoryAllocator.cpp11 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()
DGrD3DGpu.cpp47 memoryAllocator = GrD3DAMDMemoryAllocator::Make( in Make()
/third_party/skia/gn/
Dgpu.gni672 "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.cpp",
673 "$_src/gpu/d3d/GrD3DAMDMemoryAllocator.h",