#include <context.h>
Classes | |
| class | BackendData |
Public Member Functions | |
| Context (std::shared_ptr< impeller::Context > context, std::shared_ptr< BackendData > backend_data) | |
| ~Context () override | |
| Context (const Context &)=delete | |
| Context & | operator= (const Context &)=delete |
| bool | IsValid () const |
| std::shared_ptr< impeller::Context > | GetContext () const |
| AiksContext & | GetAiksContext () |
Public Member Functions inherited from impeller::interop::ObjectBase | |
| ObjectBase ()=default | |
| virtual | ~ObjectBase ()=default |
| ObjectBase (const ObjectBase &)=delete | |
| ObjectBase (ObjectBase &&)=delete | |
| ObjectBase & | operator= (const ObjectBase &)=delete |
| ObjectBase & | operator= (ObjectBase &&)=delete |
| void | Retain () |
| void | Release () |
| uint64_t | GetRefCountForTests () const |
Static Public Member Functions | |
| static ScopedObject< Context > | CreateOpenGLES (std::function< void *(const char *gl_proc_name)> proc_address_callback) |
Static Public Member Functions inherited from impeller::interop::ObjectBase | |
| static void | SafeRetain (void *ptr) |
| static void | SafeRelease (void *ptr) |
Additional Inherited Members | |
Public Types inherited from impeller::interop::Object< Context, IMPELLER_INTERNAL_HANDLE_NAME(ImpellerContext)> | |
| using | InteropClass = Context |
| using | InteropCSibling = IMPELLER_INTERNAL_HANDLE_NAME(ImpellerContext) |
|
explicit |
Definition at line 26 of file context.cc.
|
overridedefault |
|
delete |
|
static |
Definition at line 65 of file context.cc.
References impeller::ContextGLES::Create(), and VALIDATION_LOG.
Referenced by impeller::interop::ImpellerContextCreateOpenGLESNew().
| AiksContext & impeller::interop::Context::GetAiksContext | ( | ) |
Definition at line 107 of file context.cc.
| std::shared_ptr< impeller::Context > impeller::interop::Context::GetContext | ( | ) | const |
Definition at line 37 of file context.cc.
References impeller::AiksContext::GetContext().
Referenced by impeller::interop::Texture::Texture(), and impeller::interop::Surface::WrapFBO().
| bool impeller::interop::Context::IsValid | ( | ) | const |
Definition at line 33 of file context.cc.
References impeller::AiksContext::IsValid().
Referenced by impeller::interop::Texture::Texture().