Egl Core
class EglCore
Core EGL state (display, context, config).
The EGLContext must only be attached to one thread at a time. This class is not thread-safe.
Constructors
Properties
Functions
Link copied to clipboard
Creates an EGL surface associated with an offscreen buffer.
Link copied to clipboard
Creates an EGL surface associated with a Surface.
Link copied to clipboard
Returns the GLES version this context is configured for (currently 2 or 3).
Link copied to clipboard
Returns true if our context and the specified surface are current.
Link copied to clipboard
Writes the current display, context, and surface to the log.
Link copied to clipboard
Makes our EGL context current, using the supplied surface for both "draw" and "read".
Makes our EGL context current, using the supplied "draw" and "read" surfaces.
Link copied to clipboard
Makes no context current.
Link copied to clipboard
Queries a string value.
Link copied to clipboard
Performs a simple surface query.
Link copied to clipboard
Destroys the specified surface.
Link copied to clipboard
Sends the presentation time stamp to EGL.
Link copied to clipboard
Calls eglSwapBuffers.