This is the complete list of members for impeller::Allocator, including all inherited members.
| Allocator() | impeller::Allocator | protected |
| CreateBuffer(const DeviceBufferDescriptor &desc) | impeller::Allocator | |
| CreateBufferWithCopy(const uint8_t *buffer, size_t length) | impeller::Allocator | |
| CreateBufferWithCopy(const fml::Mapping &mapping) | impeller::Allocator | |
| CreateTexture(const TextureDescriptor &desc) | impeller::Allocator | |
| DebugGetHeapUsage() const | impeller::Allocator | inlinevirtual |
| DebugTraceMemoryStatistics() const | impeller::Allocator | inlinevirtual |
| GetMaxTextureSizeSupported() const =0 | impeller::Allocator | pure virtual |
| IsValid() const | impeller::Allocator | |
| MinimumBytesPerRow(PixelFormat format) const | impeller::Allocator | virtual |
| OnCreateBuffer(const DeviceBufferDescriptor &desc)=0 | impeller::Allocator | protectedpure virtual |
| OnCreateTexture(const TextureDescriptor &desc)=0 | impeller::Allocator | protectedpure virtual |
| ~Allocator() | impeller::Allocator | virtual |