Flutter Engine
The Flutter Engine
|
#include <android_environment_gl.h>
Public Member Functions | |
bool | IsValid () const |
EGLDisplay | Display () const |
Public Member Functions inherited from fml::RefCountedThreadSafe< AndroidEnvironmentGL > | |
void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
void | AddRef () const |
bool | HasOneRef () const |
void | AssertHasOneRef () const |
Additional Inherited Members | |
Protected Member Functions inherited from fml::RefCountedThreadSafe< AndroidEnvironmentGL > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Definition at line 15 of file android_environment_gl.h.
EGLDisplay flutter::AndroidEnvironmentGL::Display | ( | ) | const |
Definition at line 36 of file android_environment_gl.cc.
bool flutter::AndroidEnvironmentGL::IsValid | ( | ) | const |
Definition at line 32 of file android_environment_gl.cc.