javax.microedition.khronos.egl |
A package containing the Khronos EGL interfaces. Although this
specification incorporates portions of the EGL documentation, the
documentation available at the Khronos Web site
should always be considered definitive.
This specification defines exception behavior that is intended to
enhance platform security by preventing invalid memory accesses from
occuring in the underlying EGL implementation. The TCK for this
specification will test for proper generation of exceptions.
See the documentation for the EGL10 interface for a
description of the integration between EGL and platform drawing APIs
such as MIDP and Personal Basis Profile.
|
Java Source File Name | Type | Comment |
EGL.java | Interface | The EGL interface is the parent interface for
the Java(TM) programming language bindings for EGL 1.0,
1.1, and extensions.
An EGL object is obtained by calling
EGLContext.getEGL() . |
EGL10.java | Interface | The EGL10 interface contains the Java(TM) programming language
bindings for EGL 1.0.
The documentation in this interface is normative with respect
to instance variable names and values, method names and signatures,
and exception behavior. |
EGL10Impl.java | Class | |
EGL11.java | Interface | The EGL11 interface contains the Java(TM) programming language
bindings for EGL 1.1. |
EGL11Impl.java | Class | |
EGLConfig.java | Class | A class encapsulating an EGL configuration. |
EGLConfigImpl.java | Class | A class encapsulating an EGL configuration. |
EGLContext.java | Class | A class encapsulating the EGL context. |
EGLContextImpl.java | Class | |
EGLDisplay.java | Class | A class encapsulating an EGL display. |
EGLDisplayImpl.java | Class | A class encapsulating an EGL display. |
EGLSurface.java | Class | A class encapsulating an EGL surface. |
EGLSurfaceImpl.java | Class | A class encapsulating an EGL surface. |