Flutter Impeller
impeller::AllocatorGLES Class Referencefinal

#include <allocator_gles.h>

Inheritance diagram for impeller::AllocatorGLES:
impeller::Allocator

Public Member Functions

 ~AllocatorGLES () override
 
- Public Member Functions inherited from impeller::Allocator
virtual ~Allocator ()
 
bool IsValid () const
 
std::shared_ptr< DeviceBufferCreateBuffer (const DeviceBufferDescriptor &desc)
 
std::shared_ptr< TextureCreateTexture (const TextureDescriptor &desc)
 
virtual uint16_t MinimumBytesPerRow (PixelFormat format) const
 Minimum value for row_bytes on a Texture. The row bytes parameter of that method must be aligned to this value. More...
 
std::shared_ptr< DeviceBufferCreateBufferWithCopy (const uint8_t *buffer, size_t length)
 
std::shared_ptr< DeviceBufferCreateBufferWithCopy (const fml::Mapping &mapping)
 
virtual void DebugTraceMemoryStatistics () const
 Write debug memory usage information to the dart timeline in debug and profile modes. More...
 
virtual Bytes DebugGetHeapUsage () const
 

Friends

class ContextGLES
 

Additional Inherited Members

- Protected Member Functions inherited from impeller::Allocator
 Allocator ()
 

Detailed Description

Definition at line 13 of file allocator_gles.h.

Constructor & Destructor Documentation

◆ ~AllocatorGLES()

impeller::AllocatorGLES::~AllocatorGLES ( )
overridedefault

Friends And Related Function Documentation

◆ ContextGLES

friend class ContextGLES
friend

Definition at line 19 of file allocator_gles.h.


The documentation for this class was generated from the following files: