#include <playground_impl_gles.h>
Classes | |
| class | ReactorWorker |
| struct | ShareableContext |
Public Member Functions | |
| PlaygroundImplGLES (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 |
Additional Inherited Members | |
Public Types inherited from impeller::PlaygroundImpl | |
| using | WindowHandle = void * |
Static Public Member Functions inherited from impeller::PlaygroundImpl | |
| static std::unique_ptr< PlaygroundImpl > | Create (PlaygroundBackend backend, PlaygroundSwitches switches) |
Protected Member Functions inherited from impeller::PlaygroundImpl | |
| PlaygroundImpl (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 122 of file playground_impl_gles.cc.
References FML_CHECK, FML_LOG, impeller::PlaygroundImpl::switches_, and window.
| impeller::PlaygroundImplGLES::~PlaygroundImplGLES | ( | ) |
Definition at line 267 of file playground_impl_gles.cc.
|
overridevirtual |
Implements impeller::PlaygroundImpl.
Definition at line 374 of file playground_impl_gles.cc.
References fml::kUnimplemented.