#include <allocator_mtl.h>
Public Member Functions | |
| AllocatorMTL () | |
| ~AllocatorMTL () override | |
Public Member Functions inherited from impeller::Allocator | |
| virtual | ~Allocator () |
| bool | IsValid () const |
| std::shared_ptr< DeviceBuffer > | CreateBuffer (const DeviceBufferDescriptor &desc) |
| std::shared_ptr< Texture > | CreateTexture (const TextureDescriptor &desc) |
| std::shared_ptr< DeviceBuffer > | CreateBufferWithCopy (const uint8_t *buffer, size_t length) |
| std::shared_ptr< DeviceBuffer > | CreateBufferWithCopy (const fml::Mapping &mapping) |
| virtual void | DidAcquireSurfaceFrame () |
| Increment an internal frame used to cycle through a ring buffer of allocation pools. More... | |
Friends | |
| class | ContextMTL |
Additional Inherited Members | |
Protected Member Functions inherited from impeller::Allocator | |
| Allocator () | |
Definition at line 14 of file allocator_mtl.h.
| impeller::AllocatorMTL::AllocatorMTL | ( | ) |
|
overridedefault |
|
friend |
Definition at line 22 of file allocator_mtl.h.