Package graphics.glimpse.offscreen.egl

Types

EGLConfigSpec
Link copied to clipboard
data class EGLConfigSpec(colorChannelBits: Int, depthBits: Int, stencilBits: Int)
EGL config specification.
EGLConfigWrapper
Link copied to clipboard
class EGLConfigWrapper
A wrapper for EGL config.
EGLContextWrapper
Link copied to clipboard
class EGLContextWrapper : AutoCloseable
A wrapper for EGL context.
EGLDisplayWrapper
Link copied to clipboard
class EGLDisplayWrapper
A wrapper for EGL display.
EGLOffscreenSurfaceWrapper
Link copied to clipboard
class EGLOffscreenSurfaceWrapper(egl: EGL10, eglDisplay: EGLDisplay, eglContext: EGLContext, eglSurface: EGLSurface) : AutoCloseable
A wrapper for offscreen EGL surface.
EGLWrapper
Link copied to clipboard
class EGLWrapper
A wrapper for EGL interface.