Flutter Engine
 
Loading...
Searching...
No Matches
impeller::TestImpellerAllocator Class Reference

#include <image_decoder_no_gl_unittests.h>

Inheritance diagram for impeller::TestImpellerAllocator:
impeller::Allocator

Public Member Functions

 TestImpellerAllocator ()
 
 ~TestImpellerAllocator ()=default
 
- 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, bool threadsafe=false)
 Creates a new texture.
 
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.
 
virtual Bytes DebugGetHeapUsage () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 66 of file image_decoder_no_gl_unittests.h.

Constructor & Destructor Documentation

◆ TestImpellerAllocator()

impeller::TestImpellerAllocator::TestImpellerAllocator ( )
inline

Definition at line 68 of file image_decoder_no_gl_unittests.h.

68{}

◆ ~TestImpellerAllocator()

impeller::TestImpellerAllocator::~TestImpellerAllocator ( )
default

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