Flutter Engine
The Flutter Engine
|
An instance of an EGL surface. There is no ability to create surfaces directly. Instead, one must be created using a Display connection. More...
#include <surface.h>
Public Member Functions | |
~Surface () | |
bool | IsValid () const |
const EGLSurface & | GetHandle () const |
bool | Present () const |
Present the surface. For an offscreen pixel buffer surface, this is a no-op. More... | |
Friends | |
class | Display |
An instance of an EGL surface. There is no ability to create surfaces directly. Instead, one must be created using a Display connection.
Surface::~Surface | ( | ) |
Definition at line 13 of file surface.cc.
const EGLSurface & Surface::GetHandle | ( | ) | const |
Definition at line 21 of file surface.cc.
bool Surface::IsValid | ( | ) | const |
Definition at line 25 of file surface.cc.
bool Surface::Present | ( | ) | const |
Present the surface. For an offscreen pixel buffer surface, this is a no-op.
Definition at line 29 of file surface.cc.