#include <texture_registrar.h>
Definition at line 85 of file texture_registrar.h.
◆ ~TextureRegistrar()
virtual flutter::TextureRegistrar::~TextureRegistrar |
( |
| ) |
|
|
virtualdefault |
◆ MarkTextureFrameAvailable()
virtual bool flutter::TextureRegistrar::MarkTextureFrameAvailable |
( |
int64_t |
texture_id | ) |
|
|
pure virtual |
◆ RegisterTexture()
virtual int64_t flutter::TextureRegistrar::RegisterTexture |
( |
TextureVariant * |
texture | ) |
|
|
pure virtual |
◆ UnregisterTexture() [1/2]
virtual bool flutter::TextureRegistrar::UnregisterTexture |
( |
int64_t |
texture_id | ) |
|
|
pure virtual |
◆ UnregisterTexture() [2/2]
virtual void flutter::TextureRegistrar::UnregisterTexture |
( |
int64_t |
texture_id, |
|
|
std::function< void()> |
callback |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: