#include <playground_impl_gles.h>
Classes | |
| class | ReactorWorker |
| struct | ShareableContext |
Public Member Functions | |
| PlaygroundImplGLES (const PlaygroundSwitches &switches) | |
| ~PlaygroundImplGLES () | |
| fml::Status | SetCapabilities (const std::shared_ptr< Capabilities > &capabilities) override |
Public Member Functions inherited from impeller::PlaygroundImpl | |
| virtual | ~PlaygroundImpl () |
| Vector2 | GetContentScale () const |
| virtual Playground::VKProcAddressResolver | CreateVKProcAddressResolver () const |
| virtual void | SetGPUDisabled (bool disabled) const |
Static Public Member Functions | |
| static void | OnTearDownTestEnvironment () |
Static Public Member Functions inherited from impeller::PlaygroundImpl | |
| static std::unique_ptr< PlaygroundImpl > | Create (PlaygroundBackend backend, PlaygroundSwitches switches) |
| static void | OnTearDownTestEnvironment () |
Additional Inherited Members | |
Public Types inherited from impeller::PlaygroundImpl | |
| using | WindowHandle = void * |
Protected Member Functions inherited from impeller::PlaygroundImpl | |
| PlaygroundImpl (const PlaygroundSwitches &switches) | |
Protected Attributes inherited from impeller::PlaygroundImpl | |
| const PlaygroundSwitches | switches_ |
Definition at line 16 of file playground_impl_gles.h.
|
explicit |
Definition at line 116 of file playground_impl_gles.cc.
References FML_CHECK, FML_LOG, impeller::PlaygroundImpl::switches_, and window.
| impeller::PlaygroundImplGLES::~PlaygroundImplGLES | ( | ) |
Definition at line 259 of file playground_impl_gles.cc.
|
static |
Definition at line 101 of file playground_impl_gles.cc.
Referenced by impeller::PlaygroundImpl::OnTearDownTestEnvironment().
|
overridevirtual |
Implements impeller::PlaygroundImpl.
Definition at line 366 of file playground_impl_gles.cc.
References fml::kUnimplemented.