Uses of Class
org.lwjgl.opengles.EGLSurface
-
Packages that use EGLSurface Package Description org.lwjgl.opengles -
-
Uses of EGLSurface in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return EGLSurface Modifier and Type Method Description EGLSurfaceEGLDisplay. createWindowSurface(EGLConfig config, long window, IntBuffer attrib_list)Creates an on-screen rendering surface on this EGL display.static EGLSurfaceEGL. eglGetCurrentSurface(int readdraw)Returns the EGL surfaces used for rendering by the current context.Methods in org.lwjgl.opengles with parameters of type EGLSurface Modifier and Type Method Description static voidEGL. eglQuerySurface(EGLDisplay dpy, EGLSurface surface, int attribute, IntBuffer value)Returns the value of the specified EGL surface attribute in the value parameter.voidEGLContext. makeCurrent(EGLSurface surface)voidEGLContext. makeCurrent(EGLSurface draw, EGLSurface read)voidPixelFormat. setSurfaceAttribs(EGLSurface surface)Applies this PixelFormat's surface attributes to the specified EGL surface.
-