Home
last modified time | relevance | path

Searched refs:ResourceHeapAllocator (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.h31 class PooledResourceMemoryAllocator : public ResourceHeapAllocator {
33 PooledResourceMemoryAllocator(ResourceHeapAllocator* heapAllocator);
46 ResourceHeapAllocator* mHeapAllocator = nullptr;
DBuddyMemoryAllocator.h27 class ResourceHeapAllocator; variable
44 ResourceHeapAllocator* heapAllocator);
62 ResourceHeapAllocator* mHeapAllocator;
DResourceHeapAllocator.h26 class ResourceHeapAllocator {
28 virtual ~ResourceHeapAllocator() = default;
DPooledResourceMemoryAllocator.cpp21 ResourceHeapAllocator* heapAllocator) in PooledResourceMemoryAllocator()
DBuddyMemoryAllocator.cpp24 ResourceHeapAllocator* heapAllocator) in BuddyMemoryAllocator()
DCMakeLists.txt149 "ResourceHeapAllocator.h"
DBUILD.gn304 "ResourceHeapAllocator.h",
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DHeapAllocatorD3D12.h27 class HeapAllocator : public ResourceHeapAllocator {
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp26 class DummyResourceHeapAllocator : public ResourceHeapAllocator {
43 ResourceHeapAllocator* heapAllocator) in DummyBuddyResourceAllocator()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp43 class ResourceMemoryAllocator::SingleTypeAllocator : public ResourceHeapAllocator {