Uses of Class
org.lwjgl.opengles.EGLSurface

Packages that use EGLSurface
org.lwjgl.opengles   
 

Uses of EGLSurface in org.lwjgl.opengles
 

Methods in org.lwjgl.opengles that return EGLSurface
 EGLSurface EGLDisplay.createWindowSurface(EGLConfig config, long window, java.nio.IntBuffer attrib_list)
          Creates an on-screen rendering surface on this EGL display.
static EGLSurface EGL.eglGetCurrentSurface(int readdraw)
          Returns the EGL surfaces used for rendering by the current context.
 

Methods in org.lwjgl.opengles with parameters of type EGLSurface
static void EGL.eglQuerySurface(EGLDisplay dpy, EGLSurface surface, int attribute, java.nio.IntBuffer value)
          Returns the value of the specified EGL surface attribute in the value parameter.
 void EGLContext.makeCurrent(EGLSurface surface)
           
 void EGLContext.makeCurrent(EGLSurface draw, EGLSurface read)
           
 void PixelFormat.setSurfaceAttribs(EGLSurface surface)
          Applies this PixelFormat's surface attributes to the specified EGL surface.
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.