5#ifndef FLUTTER_IMPELLER_TOOLKIT_EGL_SURFACE_H_
6#define FLUTTER_IMPELLER_TOOLKIT_EGL_SURFACE_H_
43 EGLDisplay
display_ = EGL_NO_DISPLAY;
44 EGLSurface
surface_ = EGL_NO_SURFACE;
A connection to an EGL display. Only one connection per application instance is sufficient.
An instance of an EGL surface. There is no ability to create surfaces directly. Instead,...
const EGLSurface & GetHandle() const
bool Present() const
Present the surface. For an offscreen pixel buffer surface, this is a no-op.