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.EGLContext

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

Uses of EGLContext in javax.microedition.khronos.egl
 

Fields in javax.microedition.khronos.egl declared as EGLContext
static EGLContext EGL10.EGL_NO_CONTEXT
          An EGLContext object used to indicate a null context.
 

Methods in javax.microedition.khronos.egl that return EGLContext
 EGLContext EGL10.eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)
          Create a new EGL rendering context.
 EGLContext EGL10.eglGetCurrentContext()
          Return the current EGL rendering context.
 

Methods in javax.microedition.khronos.egl with parameters of type EGLContext
 EGLContext EGL10.eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list)
          Create a new EGL rendering context.
 boolean EGL10.eglDestroyContext(EGLDisplay display, EGLContext context)
          Destroy an EGL rendering context.
 boolean EGL10.eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
          Attach an EGL rendering context to EGL surfaces.
 boolean EGL10.eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value)
          Return EGL rendering context information.
 


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.