Flutter Engine
The Flutter Engine
|
#include <io_manager.h>
Public Member Functions | |
virtual | ~IOManager ()=default |
virtual fml::WeakPtr< IOManager > | GetWeakIOManager () const =0 |
virtual fml::WeakPtr< GrDirectContext > | GetResourceContext () const =0 |
virtual fml::RefPtr< flutter::SkiaUnrefQueue > | GetSkiaUnrefQueue () const =0 |
virtual std::shared_ptr< const fml::SyncSwitch > | GetIsGpuDisabledSyncSwitch ()=0 |
virtual std::shared_ptr< impeller::Context > | GetImpellerContext () const |
Definition at line 21 of file io_manager.h.
|
virtualdefault |
|
virtual |
Reimplemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.
Definition at line 9 of file io_manager.cc.
|
pure virtual |
Implemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.
|
pure virtual |
Implemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.
|
pure virtual |
Implemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.
|
pure virtual |
Implemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.