A noop rendering context for usage on simulators without metal support. More...
#include <ios_context_noop.h>
Public Member Functions | |
IOSContextNoop () | |
~IOSContextNoop () | |
std::unique_ptr< Texture > | CreateExternalTexture (int64_t texture_id, NSObject< FlutterTexture > *texture) override |
Creates an external texture proxy of the appropriate client rendering API. More... | |
IOSRenderingBackend | GetBackend () const override |
Get the rendering backend used by this context. More... | |
![]() | |
virtual | ~IOSContext () |
Collects the context object. This must happen on the thread on which this object was created. More... | |
virtual std::shared_ptr< impeller::Context > | GetImpellerContext () const |
virtual std::shared_ptr< impeller::AiksContext > | GetAiksContext () const |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< IOSContext > | Create (IOSRenderingAPI api, IOSRenderingBackend backend, const std::shared_ptr< const fml::SyncSwitch > &is_gpu_disabled_sync_switch) |
Create an iOS context object capable of creating the on-screen and off-screen GPU context for use by Impeller. More... | |
![]() | |
IOSContext () | |
A noop rendering context for usage on simulators without metal support.
Definition at line 13 of file ios_context_noop.h.
|
default |
|
default |
|
overridevirtual |
Creates an external texture proxy of the appropriate client rendering API.
[in] | texture_id | The texture identifier |
[in] | texture | The texture |
Implements flutter::IOSContext.
Definition at line 24 of file ios_context_noop.mm.
|
overridevirtual |
Get the rendering backend used by this context.
Reimplemented from flutter::IOSContext.
Definition at line 19 of file ios_context_noop.mm.
References flutter::kImpeller.