Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

The Java™ Binding for the OpenGL® ES API

Uses of Class
javax.microedition.khronos.egl.EGLConfig

Packages that use EGLConfig
javax.microedition.khronos.egl A package containing the Khronos EGL interfaces. 
 

Uses of EGLConfig in javax.microedition.khronos.egl
 

Methods in javax.microedition.khronos.egl with parameters of type EGLConfig
 boolean EGL10.eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config)
          Return a list of all EGL frame buffer configurations for a display.
 boolean EGL10.eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config)
          Return a list of EGL frame buffer configurations that match specified attributes.
 boolean EGL10.eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value)
          Return information about an EGL frame buffer configuration.
 EGLSurface EGL10.eglCreateWindowSurface(EGLDisplay display, EGLConfig config, java.lang.Object native_window, int[] attrib_list)
          Create a new EGL window surface.
 EGLSurface EGL10.eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, java.lang.Object native_pixmap, int[] attrib_list)
          Create a new EGL pixmap surface.
 EGLSurface EGL10.eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)
          Create a new EGL pixel buffer surface.
 EGLContext EGL10.eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)
          Create a new EGL rendering context.
 


Final Release, Oct 2006

This specification is protected under the JSPA version 2.6.
Copyright © 2006 Sun Microsystems, Inc. 4150 Network Circle, California, 95054, U.S.A.
All Rights Reserved. Use is subject to license terms.
Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 239 specification.