Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flutter::AndroidEnvironmentGL Class Reference

#include <android_environment_gl.h>

Inheritance diagram for flutter::AndroidEnvironmentGL:
fml::RefCountedThreadSafe< AndroidEnvironmentGL > fml::internal::RefCountedThreadSafeBase

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 ()
 

Detailed Description

Definition at line 15 of file android_environment_gl.h.

Member Function Documentation

◆ Display()

EGLDisplay flutter::AndroidEnvironmentGL::Display ( ) const

Definition at line 36 of file android_environment_gl.cc.

36 {
37 return display_;
38}

◆ IsValid()

bool flutter::AndroidEnvironmentGL::IsValid ( ) const

Definition at line 32 of file android_environment_gl.cc.

32 {
33 return valid_;
34}

The documentation for this class was generated from the following files: