Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::testing::MockAllocator, 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 | |
DebugTraceMemoryStatistics() const | impeller::Allocator | inlinevirtual |
GetMaxTextureSizeSupported() const =0 | impeller::Allocator | pure virtual |
IsValid() const | impeller::Allocator | |
MinimumBytesPerRow(PixelFormat format) const | impeller::Allocator | virtual |
MOCK_METHOD(ISize, GetMaxTextureSizeSupported,(),(const, override)) | impeller::testing::MockAllocator | |
MOCK_METHOD(std::shared_ptr< DeviceBuffer >, OnCreateBuffer,(const DeviceBufferDescriptor &desc),(override)) | impeller::testing::MockAllocator | |
MOCK_METHOD(std::shared_ptr< Texture >, OnCreateTexture,(const TextureDescriptor &desc),(override)) | impeller::testing::MockAllocator | |
OnCreateBuffer(const DeviceBufferDescriptor &desc)=0 | impeller::Allocator | protectedpure virtual |
OnCreateTexture(const TextureDescriptor &desc)=0 | impeller::Allocator | protectedpure virtual |
~Allocator() | impeller::Allocator | virtual |