Home
last modified time | relevance | path

Searched refs:HeapAllocator (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DHeapAllocatorD3D12.cpp23 HeapAllocator::HeapAllocator(Device* device, in HeapAllocator() function in dawn_native::d3d12::HeapAllocator
33 ResultOrError<std::unique_ptr<ResourceHeapBase>> HeapAllocator::AllocateResourceHeap( in AllocateResourceHeap()
67 void HeapAllocator::DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> heap) { in DeallocateResourceHeap()
DHeapAllocatorD3D12.h27 class HeapAllocator : public ResourceHeapAllocator {
29 HeapAllocator(Device* device,
33 ~HeapAllocator() override = default;
DResourceAllocatorManagerD3D12.h97 std::array<std::unique_ptr<HeapAllocator>, ResourceHeapKind::EnumCount> mHeapAllocators;
DResourceAllocatorManagerD3D12.cpp172 mHeapAllocators[i] = std::make_unique<HeapAllocator>( in ResourceAllocatorManager()
/third_party/flutter/skia/docs/examples/
DBitmap_HeapAllocator_allocPixelRef.cpp10 SkBitmap::HeapAllocator stdalloc; in draw()
/third_party/skia/docs/examples/
DBitmap_HeapAllocator_allocPixelRef.cpp10 SkBitmap::HeapAllocator stdalloc; in draw()
/third_party/skia/src/core/
DSkBitmap.cpp205 HeapAllocator stdalloc; in tryAllocPixels()
358 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef()
/third_party/flutter/skia/src/core/
DSkBitmap.cpp212 HeapAllocator stdalloc; in tryAllocPixels()
360 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) { in allocPixelRef()
/third_party/flutter/skia/include/core/
DSkBitmap.h1124 class HeapAllocator : public Allocator {
/third_party/skia/include/core/
DSkBitmap.h1171 class HeapAllocator : public Allocator {
/third_party/flutter/skia/site/user/api/
DSkBitmap_Reference.md145 Abstract subclass of <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a>.
172 <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a>
179 …class <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> : public <a href='#SkBitmap_Allocator'>A…
2138 …mented#Pixel'>pixel</a> memory with <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a>, and repla…
2166 …mented#Pixel'>pixel</a> memory with <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a>, and repla…
2194 …locator'>allocator</a> is nullptr, use <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> instead.
2211 …f861ca1839146d26e40d56c2a001c"><div><a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> limits the…
2231 …locator'>allocator</a> is nullptr, use <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> instead.
3198 Uses <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> to reserve memory for <a href='#SkBitmap_e…
3231 …erence#SkBitmap'>SkBitmap</a>. Uses <a href='#SkBitmap_HeapAllocator'>HeapAllocator</a> to reserve…
[all …]