#include <ios_context_metal_impeller.h>
Public Member Functions | |
| IOSContextMetalImpeller (const Settings &settings, const std::shared_ptr< const fml::SyncSwitch > &is_gpu_disabled_sync_switch) | |
| ~IOSContextMetalImpeller () | |
| IOSRenderingBackend | GetBackend () const override |
| Get the rendering backend used by this context. More... | |
Public Member Functions inherited from flutter::IOSContext | |
| virtual | ~IOSContext () |
| Collects the context object. This must happen on the thread on which this object was created. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from flutter::IOSContext | |
| static std::unique_ptr< IOSContext > | Create (IOSRenderingAPI api, IOSRenderingBackend backend, const std::shared_ptr< const fml::SyncSwitch > &is_gpu_disabled_sync_switch, const Settings &settings) |
| Create an iOS context object capable of creating the on-screen and off-screen GPU context for use by Impeller. More... | |
Protected Member Functions inherited from flutter::IOSContext | |
| IOSContext () | |
Definition at line 21 of file ios_context_metal_impeller.h.
|
explicit |
| flutter::IOSContextMetalImpeller::~IOSContextMetalImpeller | ( | ) |
|
overridevirtual |
Get the rendering backend used by this context.
Reimplemented from flutter::IOSContext.