#include <surface.h>
Definition at line 18 of file surface.h.
◆ Surface()
flutter::egl::Surface::Surface |
( |
EGLDisplay |
display, |
|
|
EGLContext |
context, |
|
|
EGLSurface |
surface |
|
) |
| |
◆ ~Surface()
flutter::egl::Surface::~Surface |
( |
| ) |
|
|
virtual |
◆ Destroy()
bool flutter::egl::Surface::Destroy |
( |
| ) |
|
|
virtual |
◆ FML_DISALLOW_COPY_AND_ASSIGN()
flutter::egl::Surface::FML_DISALLOW_COPY_AND_ASSIGN |
( |
Surface |
| ) |
|
|
protected |
◆ GetHandle()
const EGLSurface & flutter::egl::Surface::GetHandle |
( |
| ) |
const |
|
virtual |
◆ IsCurrent()
bool flutter::egl::Surface::IsCurrent |
( |
| ) |
const |
|
virtual |
◆ IsValid()
bool flutter::egl::Surface::IsValid |
( |
| ) |
const |
|
virtual |
◆ MakeCurrent()
bool flutter::egl::Surface::MakeCurrent |
( |
| ) |
const |
|
virtual |
◆ SwapBuffers()
bool flutter::egl::Surface::SwapBuffers |
( |
| ) |
const |
|
virtual |
◆ context_
EGLContext flutter::egl::Surface::context_ = EGL_NO_CONTEXT |
|
protected |
◆ display_
EGLDisplay flutter::egl::Surface::display_ = EGL_NO_DISPLAY |
|
protected |
◆ is_valid_
bool flutter::egl::Surface::is_valid_ = true |
|
protected |
◆ surface_
EGLSurface flutter::egl::Surface::surface_ = EGL_NO_SURFACE |
|
protected |
The documentation for this class was generated from the following files: