#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 =0 |
| Retrieve the impeller::Context. | |
Definition at line 21 of file io_manager.h.
|
virtualdefault |
|
pure virtual |
Retrieve the impeller::Context.
Call may block until context is availabe.
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.
|
pure virtual |
Implemented in flutter::testing::TestIOManager, and flutter::ShellIOManager.