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
A B C E F G H I J L P R S T U W

A

allocateDirect(int) - Static method in class java.nio.ByteBuffer
Allocates a new direct byte buffer.
array() - Method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer  (optional operation).
array() - Method in class java.nio.FloatBuffer
Returns the float array that backs this buffer  (optional operation).
array() - Method in class java.nio.IntBuffer
Returns the int array that backs this buffer  (optional operation).
array() - Method in class java.nio.ShortBuffer
Returns the short array that backs this buffer  (optional operation).
arrayOffset() - Method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
asFloatBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an int buffer.
asShortBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.

B

Buffer - class java.nio.Buffer.
A container for data of a specific primitive type.
BufferOverflowException - exception java.nio.BufferOverflowException.
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
BufferOverflowException() - Constructor for class java.nio.BufferOverflowException
Constructs an instance of this class.
BufferUnderflowException - exception java.nio.BufferUnderflowException.
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
BufferUnderflowException() - Constructor for class java.nio.BufferUnderflowException
Constructs an instance of this class.
ByteBuffer - class java.nio.ByteBuffer.
A byte buffer.

C

Comparable - interface java.lang.Comparable.
This interface imposes a total ordering on the objects of each class that implements it.
capacity() - Method in class java.nio.Buffer
Returns this buffer's capacity.
clear() - Method in class java.nio.Buffer
Clears this buffer.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Object) - Method in class java.nio.ByteBuffer
Compares this buffer to another.
compareTo(Object) - Method in class java.nio.FloatBuffer
Compares this buffer to another.
compareTo(Object) - Method in class java.nio.IntBuffer
Compares this buffer to another.
compareTo(Object) - Method in class java.nio.ShortBuffer
Compares this buffer to another.

E

EGL - interface javax.microedition.khronos.egl.EGL.
The EGL interface is the parent interface for the Java(TM) programming language bindings for EGL 1.0, 1.1, and extensions.
EGL10 - interface javax.microedition.khronos.egl.EGL10.
The EGL10 interface contains the Java(TM) programming language bindings for EGL 1.0.
EGL11 - interface javax.microedition.khronos.egl.EGL11.
The EGL11 interface contains the Java(TM) programming language bindings for EGL 1.1.
EGLConfig - class javax.microedition.khronos.egl.EGLConfig.
A class encapsulating an EGL configuration.
EGLContext - class javax.microedition.khronos.egl.EGLContext.
A class encapsulating the EGL context.
EGLDisplay - class javax.microedition.khronos.egl.EGLDisplay.
A class encapsulating an EGL display.
EGLSurface - class javax.microedition.khronos.egl.EGLSurface.
A class encapsulating an EGL surface.
EGL_ALPHA_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_BACK_BUFFER - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_BAD_ACCESS - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad access'.
EGL_BAD_ALLOC - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad alloc'.
EGL_BAD_ATTRIBUTE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad attribute'.
EGL_BAD_CONFIG - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad config'.
EGL_BAD_CONTEXT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad context'.
EGL_BAD_CURRENT_SURFACE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad current surface'.
EGL_BAD_DISPLAY - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad display'.
EGL_BAD_MATCH - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad match'.
EGL_BAD_NATIVE_PIXMAP - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad native pixmap'.
EGL_BAD_NATIVE_WINDOW - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad native window'.
EGL_BAD_PARAMETER - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad parameter'.
EGL_BAD_SURFACE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'bad surface'.
EGL_BIND_TO_TEXTURE_RGB - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_BIND_TO_TEXTURE_RGBA - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_BLUE_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_BUFFER_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_CONFIG_CAVEAT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_CONFIG_ID - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_CONTEXT_LOST - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_CORE_NATIVE_ENGINE - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use as the engine argument of eglWaitNative, indicating the core native engine of the platform.
EGL_DEFAULT_DISPLAY - Static variable in interface javax.microedition.khronos.egl.EGL10
An object that is used as an argument to eglGetDisplay to indicate that the defalt display of the device is to be used.
EGL_DEPTH_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_DONT_CARE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_DRAW - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use in the readdraw argument of getCurrentSurface.
EGL_EXTENSIONS - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use in eglQueryString.
EGL_FALSE - Static variable in interface javax.microedition.khronos.egl.EGL10
A value corresponding to the 'EGLBoolean' false value.
EGL_GREEN_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_HEIGHT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLSurface attribute name.
EGL_LARGEST_PBUFFER - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLSurface attribute name.
EGL_LEVEL - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_MAX_PBUFFER_HEIGHT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_MAX_PBUFFER_PIXELS - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_MAX_PBUFFER_WIDTH - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_MAX_SWAP_INTERVAL - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_MIN_SWAP_INTERVAL - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_MIPMAP_LEVEL - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_MIPMAP_TEXTURE - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_NATIVE_RENDERABLE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_NATIVE_VISUAL_ID - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_NATIVE_VISUAL_TYPE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_NONE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name and value.
EGL_NON_CONFORMANT_CONFIG - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_NOT_INITIALIZED - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating 'not initialized'.
EGL_NO_CONTEXT - Static variable in interface javax.microedition.khronos.egl.EGL10
An EGLContext object used to indicate a null context.
EGL_NO_DISPLAY - Static variable in interface javax.microedition.khronos.egl.EGL10
An EGLContext object used to indicate a null display.
EGL_NO_SURFACE - Static variable in interface javax.microedition.khronos.egl.EGL10
An EGLContext object used to indicate a null surface.
EGL_NO_TEXTURE - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_PBUFFER_BIT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_PIXMAP_BIT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_PRESERVED_RESOURCES - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_READ - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use as the readdraw argument of getCurrentSurface.
EGL_RED_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_SAMPLES - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_SAMPLE_BUFFERS - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_SLOW_CONFIG - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_STENCIL_SIZE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_SUCCESS - Static variable in interface javax.microedition.khronos.egl.EGL10
EGL error code indicating success.
EGL_SURFACE_TYPE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_TEXTURE_2D - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_TEXTURE_FORMAT - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_TEXTURE_RGB - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_TEXTURE_RGBA - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_TEXTURE_TARGET - Static variable in interface javax.microedition.khronos.egl.EGL11
EGL 1.1 constant.
EGL_TRANSPARENT_BLUE_VALUE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_TRANSPARENT_GREEN_VALUE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_TRANSPARENT_RED_VALUE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_TRANSPARENT_RGB - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
EGL_TRANSPARENT_TYPE - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute name.
EGL_TRUE - Static variable in interface javax.microedition.khronos.egl.EGL10
A value corresponding to the 'EGLBoolean' true value.
EGL_VENDOR - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use in eglQueryString.
EGL_VERSION - Static variable in interface javax.microedition.khronos.egl.EGL10
Constant for use in eglQueryString.
EGL_WIDTH - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLSurface attribute name.
EGL_WINDOW_BIT - Static variable in interface javax.microedition.khronos.egl.EGL10
EGLConfig attribute value.
eglBindTexImage(EGLDisplay, EGLSurface, int) - Method in interface javax.microedition.khronos.egl.EGL11
(EGL 1.1 only) Defines a two-dimensional texture image.
eglChooseConfig(EGLDisplay, int[], EGLConfig[], int, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Return a list of EGL frame buffer configurations that match specified attributes.
eglCopyBuffers(EGLDisplay, EGLSurface, Object) - Method in interface javax.microedition.khronos.egl.EGL10
Copy EGL surface color buffer to a native pixmap.
eglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Create a new EGL rendering context.
eglCreatePbufferSurface(EGLDisplay, EGLConfig, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Create a new EGL pixel buffer surface.
eglCreatePixmapSurface(EGLDisplay, EGLConfig, Object, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Create a new EGL pixmap surface.
eglCreateWindowSurface(EGLDisplay, EGLConfig, Object, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Create a new EGL window surface.
eglDestroyContext(EGLDisplay, EGLContext) - Method in interface javax.microedition.khronos.egl.EGL10
Destroy an EGL rendering context.
eglDestroySurface(EGLDisplay, EGLSurface) - Method in interface javax.microedition.khronos.egl.EGL10
Destroy an EGL surface.
eglGetConfigAttrib(EGLDisplay, EGLConfig, int, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Return information about an EGL frame buffer configuration.
eglGetConfigs(EGLDisplay, EGLConfig[], int, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Return a list of all EGL frame buffer configurations for a display.
eglGetCurrentContext() - Method in interface javax.microedition.khronos.egl.EGL10
Return the current EGL rendering context.
eglGetCurrentDisplay() - Method in interface javax.microedition.khronos.egl.EGL10
Return the display for the current EGL rendering context.
eglGetCurrentSurface(int) - Method in interface javax.microedition.khronos.egl.EGL10
Return the read or draw surface for the current EGL rendering context.
eglGetDisplay(Object) - Method in interface javax.microedition.khronos.egl.EGL10
Return an EGL display connection.
eglGetError() - Method in interface javax.microedition.khronos.egl.EGL10
Return error information.
eglInitialize(EGLDisplay, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Initialize an EGL display connection.
eglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext) - Method in interface javax.microedition.khronos.egl.EGL10
Attach an EGL rendering context to EGL surfaces.
eglQueryContext(EGLDisplay, EGLContext, int, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Return EGL rendering context information.
eglQueryString(EGLDisplay, int) - Method in interface javax.microedition.khronos.egl.EGL10
Return a string describing an EGL display connection.
eglQuerySurface(EGLDisplay, EGLSurface, int, int[]) - Method in interface javax.microedition.khronos.egl.EGL10
Return EGL surface information.
eglReleaseTexImage(EGLDisplay, EGLSurface, int) - Method in interface javax.microedition.khronos.egl.EGL11
(EGL 1.1 only) Releases a color buffer that is being used as a texture.
eglSurfaceAttrib(EGLDisplay, EGLSurface, int, int) - Method in interface javax.microedition.khronos.egl.EGL11
(EGL 1.1 only) Set an EGL surface attribute.
eglSwapBuffers(EGLDisplay, EGLSurface) - Method in interface javax.microedition.khronos.egl.EGL10
Post EGL surface color buffer to a native window.
eglSwapInterval(EGLDisplay, int) - Method in interface javax.microedition.khronos.egl.EGL11
(EGL 1.1 only) Specifies the minimum number of video frame periods per buffer swap for the window associated with the current context.
eglTerminate(EGLDisplay) - Method in interface javax.microedition.khronos.egl.EGL10
Terminate an EGL display connection.
eglWaitGL() - Method in interface javax.microedition.khronos.egl.EGL10
Complete GL execution prior to subsequent native rendering calls.
eglWaitNative(int, Object) - Method in interface javax.microedition.khronos.egl.EGL10
Complete native execution prior to subsequent GL rendering calls.
equals(Object) - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.IntBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is equal to another object.

F

FloatBuffer - class java.nio.FloatBuffer.
A float buffer.
flip() - Method in class java.nio.Buffer
Flips this buffer.

G

GL - interface javax.microedition.khronos.opengles.GL.
The GL interface is the parent interface for the Java(TM) programming language bindings for OpenGL(R) ES 1.0, 1.1, and extensions.
GL10 - interface javax.microedition.khronos.opengles.GL10.
The GL10 interface contains the Java(TM) programming language bindings for OpenGL(R) ES 1.0 core functionality.
GL10Ext - interface javax.microedition.khronos.opengles.GL10Ext.
The GL10Ext interface contains the Java(TM) programming language bindings for the OES_query_matrix extension to OpenGL(R) ES 1.0.
GL11 - interface javax.microedition.khronos.opengles.GL11.
The GL11 interface contains the Java(TM) programming language bindings for OpenGL(R) ES 1.1 core functionality.
GL11Ext - interface javax.microedition.khronos.opengles.GL11Ext.
The GL11Ext interface contains the Java(TM) programming language bindings for all optional profile extensions to OpenGL(R) ES 1.1.
GL11ExtensionPack - interface javax.microedition.khronos.opengles.GL11ExtensionPack.
The GL11ExtensionPack interface contains the Java(TM) programming language bindings for the OpenGL ES 1.1 Extension Pack.
GL_ACTIVE_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ADD - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ADD_SIGNED - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA_SCALE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALPHA_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA_TEST_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALPHA_TEST_REF - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALWAYS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AMBIENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AMBIENT_AND_DIFFUSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND_REVERSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ARRAY_BUFFER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BACK - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BLEND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BLEND_DST - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BLEND_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate (OES_blend_func_separate extension).
GL_BLEND_DST_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate (OES_blend_func_separate extension).
GL_BLEND_EQUATION - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger (OES_blend_equation_separate extension).
GL_BLEND_EQUATION_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger (OES_blend_equation_separate extension).
GL_BLEND_EQUATION_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger (OES_blend_equation_separate extension).
GL_BLEND_SRC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BLEND_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate (OES_blend_func_separate extension).
GL_BLEND_SRC_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate (OES_blend_func_separate extension).
GL_BLUE_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BUFFER_ACCESS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BUFFER_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BUFFER_USAGE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BYTE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CCW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CLAMP_TO_EDGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CLEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE0 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE1 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE2 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE3 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE4 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE5 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ATTACHMENT0_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT10_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT11_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT12_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT13_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT14_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT15_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT1_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT2_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT3_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT4_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT5_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT6_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT7_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT8_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT9_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_COLOR_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_LOGIC_OP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_MATERIAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMBINE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMBINE_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMBINE_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CONSTANT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CONSTANT_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COORD_REPLACE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glTexEnv (OES_point_sprite extension).
GL_COPY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COPY_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CULL_FACE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CULL_FACE_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_NORMAL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_TEXTURE_COORDS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DECAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DECR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DECR_WRAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glStencilOp (OES_stencil_wrap extension).
GL_DEPTH_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_DEPTH_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_COMPONENT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant (OES_framebuffer_object extension).
GL_DEPTH_COMPONENT16 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_DEPTH_COMPONENT24 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_DEPTH_COMPONENT32 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_DEPTH_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DIFFUSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DITHER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DONT_CARE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DOT3_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DOT3_RGBA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DST_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DYNAMIC_DRAW - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ELEMENT_ARRAY_BUFFER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_EMISSION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EQUIV - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXP2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXTENSIONS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FALSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FASTEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FIXED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FLAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FLOAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_DENSITY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_END - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_MODE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_START - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv (OES_framebuffer_object extension).
GL_FRAMEBUFFER_COMPLETE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the target parameter of glBindFramebufferOES, glCheckFramebufferStatusOES, glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_FRAMEBUFFER_UNSUPPORTED_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES (OES_framebuffer_object extension).
GL_FRONT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRONT_AND_BACK - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRONT_FACE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_FUNC_ADD - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation (OES_blend_subtract extension).
GL_FUNC_REVERSE_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation (OES_blend_subtract extension).
GL_FUNC_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation (OES_blend_subtract extension).
GL_GENERATE_MIPMAP - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_GENERATE_MIPMAP_HINT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_GEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_GREATER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_GREEN_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_IMPLEMENTATION_COLOR_READ_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INCR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INCR_WRAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glStencilOp (OES_stencil_wrap extension).
GL_INTERPOLATE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_INVALID_ENUM - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVALID_FRAMEBUFFER_OPERATION_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glGetError (OES_framebuffer_object extension).
GL_INVALID_OPERATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVALID_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVERT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_KEEP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LESS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT0 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT3 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT6 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT7 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHTING - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT_MODEL_AMBIENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_MIPMAP_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_MIPMAP_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_LOOP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_STRIP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_WIDTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_LOGIC_OP_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_LUMINANCE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LUMINANCE_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glEnableClientState and glDisableClientState (OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGetPointer (OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MATRIX_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MATRIX_PALETTE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glMatrixMode (OES_matrix_palette extension).
GL_MAX_CLIP_PLANES - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MAX_COLOR_ATTACHMENTS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv (OES_framebuffer_object extension).
GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glGetIntegerv (OES_texture_cube_map extension).
GL_MAX_ELEMENTS_INDICES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_ELEMENTS_VERTICES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_LIGHTS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_PALETTE_MATRICES_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_RENDERBUFFER_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv (OES_framebuffer_object extension).
GL_MAX_TEXTURE_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_TEXTURE_UNITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_VERTEX_UNITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_MAX_VIEWPORT_DIMS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MIRRORED_REPEAT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexParameter and glGetTexParameter (OES_texture_mirrored_repeat extension).
GL_MODELVIEW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MODELVIEW_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_matrix_get extension).
GL_MODELVIEW_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MODULATE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MULTISAMPLE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NAND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST_MIPMAP_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST_MIPMAP_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEVER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NICEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NOOP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NORMALIZE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NORMAL_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen (OES_texture_cube_map extension).
GL_NOTEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NO_ERROR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_DST_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_SRC_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OPERAND0_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND0_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND1_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND1_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND2_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND2_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OR_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OR_REVERSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OUT_OF_MEMORY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PACK_ALIGNMENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_R5_G6_B5_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGB5_A1_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGB8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGBA4_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGBA8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_R5_G6_B5_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGB5_A1_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGB8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGBA4_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGBA8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINTS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_DISTANCE_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glEnableClientState and glDisableClientState (OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGetPointer (OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_point_size_array extension).
GL_POINT_SIZE_MAX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE_MIN - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_SPRITE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glTexEnv and glEnable (OES_point_sprite extension).
GL_POLYGON_OFFSET_FACTOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POLYGON_OFFSET_FILL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POLYGON_OFFSET_UNITS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POLYGON_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POSITION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PREVIOUS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PRIMARY_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PROJECTION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PROJECTION_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_matrix_get extension).
GL_PROJECTION_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_QUADRATIC_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RED_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_REFLECTION_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen (OES_texture_cube_map extension).
GL_RENDERBUFFER_ALPHA_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv (OES_framebuffer_object extension).
GL_RENDERBUFFER_BLUE_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_DEPTH_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_GREEN_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_HEIGHT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_INTERNAL_FORMAT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the target parameter of glBindRenderbufferOES, glRenderbufferStorageOES, and glGetRenderbufferParameterivOES, and returned by glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_RED_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_STENCIL_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERBUFFER_WIDTH_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES (OES_framebuffer_object extension).
GL_RENDERER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_REPEAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_REPLACE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RESCALE_NORMAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGB - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGB565_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_RGB5_A1 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_RGB8 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_RGBA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGBA4 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_RGBA8 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_RGB_SCALE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLES - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_BUFFERS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_COVERAGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_COVERAGE_INVERT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_COVERAGE_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SCISSOR_BOX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SCISSOR_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SET - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SHADE_MODEL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SHININESS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SHORT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPECULAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_CUTOFF - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_DIRECTION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_EXPONENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC0_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC0_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC1_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC1_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC2_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC2_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC_ALPHA_SATURATE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STACK_OVERFLOW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STACK_UNDERFLOW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STATIC_DRAW - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES (OES_framebuffer_object extension).
GL_STENCIL_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_FAIL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_INDEX - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant (OES_framebuffer_object extension).
GL_STENCIL_INDEX1_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_STENCIL_INDEX4_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_STENCIL_INDEX8_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES (OES_framebuffer_object extension).
GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_REF - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_VALUE_MASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STR - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen for the OES_texture_cube_map extension.
GL_SUBPIXEL_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE0 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE10 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE11 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE12 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE13 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE14 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE15 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE16 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE17 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE18 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE19 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE20 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE21 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE22 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE23 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE24 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE25 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE26 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE27 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE28 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE29 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE3 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE30 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE31 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE6 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE7 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE8 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE9 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_2D - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_BINDING_2D - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glGetInteger (OES_texture_cube_map extension).
GL_TEXTURE_COORD_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_CROP_RECT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glTexParameter (OES_draw_texture extension).
GL_TEXTURE_CUBE_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBindTexture, glTexParameter, glEnable, glDisable, and glIsEnabled (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D (OES_texture_cube_map extension).
GL_TEXTURE_ENV - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_ENV_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_ENV_MODE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_GEN_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen (OES_texture_cube_map extension).
GL_TEXTURE_GEN_STR - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glEnable and glDisable (OES_texture_cube_map extension).
GL_TEXTURE_MAG_FILTER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet (OES_matrix_get extension).
GL_TEXTURE_MIN_FILTER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_WRAP_S - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_WRAP_T - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLE_FAN - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLE_STRIP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRUE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNPACK_ALIGNMENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_BYTE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VENDOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VERSION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VERTEX_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VIEWPORT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_WEIGHT_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_WEIGHT_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glEnableClientState and glDisableClientState (OES_matrix_palette extension).
GL_WEIGHT_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGetPointer (OES_matrix_palette extension).
GL_WEIGHT_ARRAY_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_WEIGHT_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_WEIGHT_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet (OES_matrix_palette extension).
GL_WRITE_ONLY - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_XOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ZERO - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
getEGL() - Static method in class javax.microedition.khronos.egl.EGLContext
Returns an EGL object.
getFloat() - Method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getGL() - Method in class javax.microedition.khronos.egl.EGLContext
Returns a GL object associated with this EGL context.
getInt() - Method in class java.nio.ByteBuffer
Relative get method for reading an int value.
getInt(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading an int value.
getShort() - Method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
glActiveTexture(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select server-side active texture unit.
glAlphaFunc(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the alpha test function.
glAlphaFuncx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glAlphaFunc.
glBindBuffer(int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Bind a named buffer to a target.
glBindFramebufferOES(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Bind a framebuffer.
glBindRenderbufferOES(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Bind a renderbuffer.
glBindTexture(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Bind a named texture to a texturing target.
glBindTexture(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Bind a named texture to a texturing target.
glBlendEquation(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_blend_subtract extension) Specify the blending equation.
glBlendEquationSeparate(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_blend_equation_separate extension) Provide different blend equations for RGB and alpha.
glBlendFunc(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify pixel arithmetic.
glBlendFuncSeparate(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + GL_OES_blend_func_separate extension) Apply different blend factors to RGB and alpha.
glBufferData(int, int, Buffer, int) - Method in interface javax.microedition.khronos.opengles.GL11
Creates and initializes the data store of a buffer object.
glBufferSubData(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11
Modifies some or all of the data contained in a buffer object's data store.
glCheckFramebufferStatusOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Check the status of a framebuffer.
glClear(int) - Method in interface javax.microedition.khronos.opengles.GL10
Clear buffers to preset values.
glClearColor(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify clear values for the color buffer.
glClearColorx(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glClearColor.
glClearDepthf(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the clear value for the depth buffer.
glClearDepthx(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glClearDepth.
glClearStencil(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the clear value for the stencil buffer.
glClientActiveTexture(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select client-side active texture unit.
glClipPlanef(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Specify a plane against which all geometry is clipped.
glClipPlanef(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glClipPlane.
glClipPlanex(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glClipPlane.
glClipPlanex(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glClipPlane.
glColor4f(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current color.
glColor4ub(byte, byte, byte, byte) - Method in interface javax.microedition.khronos.opengles.GL11
Byte version of glColor.
glColor4x(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glColor.
glColorMask(boolean, boolean, boolean, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Enable and disable writing of color buffer components.
glColorPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of colors.
glColorPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glColorPointer.
glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional compressed texture image.
glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify a two-dimensional compressed texture image.
glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional compressed texture subimage.
glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture image with pixels from the color buffer.
glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify a two-dimensional texture image with pixels from the color buffer.
glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture subimage with pixels from the color buffer.
glCullFace(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify whether front- or back-facing polygons are culled.
glCurrentPaletteMatrixOES(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Defines which of the palette’s matrices is affected by subsequent matrix operations.
glDeleteBuffers(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Delete named buffer objects.
glDeleteBuffers(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glDeleteBuffers.
glDeleteFramebuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Delete framebuffer objects.
glDeleteFramebuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glDeleteFramebuffersOES.
glDeleteRenderbuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Delete a renderbuffer.
glDeleteRenderbuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glDeleteRenderbuffersOES.
glDeleteTextures(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Delete named textures.
glDeleteTextures(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glDeleteTextures.
glDepthFunc(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the value used for depth buffer comparisons.
glDepthMask(boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Enable or disable writing into the depth buffer.
glDepthRangef(float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify mapping of depth values from normalized device coordinates to window coordinates.
glDepthRangex(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glDepthRange.
glDisable(int) - Method in interface javax.microedition.khronos.opengles.GL10
Disable server-side GL capabilities.
glDisableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL10
Disable client-side capability.
glDrawArrays(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Render primitives from array data.
glDrawElements(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Render primitives from array data.
glDrawElements(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glDrawElements.
glDrawTexfOES(float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) glDrawTexOES draws a texture rectangle to the screen.
glDrawTexfvOES(float[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Floating-point array version of glDrawTexOES.
glDrawTexfvOES(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Floating-point Buffer version of glDrawTexOES.
glDrawTexiOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer version of glDrawTexOES.
glDrawTexivOES(int[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer array version of glDrawTexOES.
glDrawTexivOES(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer Buffer version of glDrawTexOES.
glDrawTexsOES(short, short, short, short, short) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer version of glDrawTexOES.
glDrawTexsvOES(short[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer array version of glDrawTexOES.
glDrawTexsvOES(ShortBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer Buffer version of glDrawTexOES.
glDrawTexxOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point version of glDrawTexOES.
glDrawTexxvOES(int[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point array version of glDrawTexOES.
glDrawTexxvOES(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point Buffer version of glDrawTexOES.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL10
Enable server-side GL capabilities.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(1.1 + OES_matrix_palette extension) Enable server-side GL capabilities.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Enable server-side GL capabilities.
glEnableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL10
Enable client-side capability.
glEnableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Enable client-side capability.
glFinish() - Method in interface javax.microedition.khronos.opengles.GL10
Block until all GL execution is complete.
glFlush() - Method in interface javax.microedition.khronos.opengles.GL10
Force execution of GL commands in finite time.
glFogf(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify fog parameters.
glFogfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify fog parameters (array version).
glFogfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glFog.
glFogx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glFog.
glFogxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glFog.
glFogxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glFog.
glFramebufferRenderbufferOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Attach a renderbuffer to a framebuffer.
glFramebufferTexture2DOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Attach an image from a texture object to a framebuffer.
glFrontFace(int) - Method in interface javax.microedition.khronos.opengles.GL10
Define front- and back-facing polygons.
glFrustumf(float, float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a perspective matrix.
glFrustumx(int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glFrustum.
glGenBuffers(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Generate buffer object names.
glGenBuffers(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGenBuffers.
glGenFramebuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate framebuffer names.
glGenFramebuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGenFramebuffersOES.
glGenRenderbuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate renderbuffer names.
glGenRenderbuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGenRenderbuffersOES.
glGenTextures(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Generate texture names.
glGenTextures(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glGenTextures.
glGenerateMipmapOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate mipmaps manually.
glGetBooleanv(int, boolean[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Boolean array version of glGet.
glGetBooleanv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Boolean Buffer version of glGet.
glGetBufferParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return buffer parameter values.
glGetBufferParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetBufferParameter.
glGetClipPlanef(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return the coefficients of the specified clipping plane.
glGetClipPlanef(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetClipPlane.
glGetClipPlanex(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetClipPlane.
glGetClipPlanex(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetClipPlane.
glGetError() - Method in interface javax.microedition.khronos.opengles.GL10
Return error information.
glGetFixedv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGet.
glGetFixedv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGet.
glGetFloatv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point array version of glGet.
glGetFloatv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGet.
glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Query the value of a framebuffer attachment parameter.
glGetFramebufferAttachmentParameterivOES(int, int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGetFramebufferAttachmentParameterivOES.
glGetIntegerv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Return the value or values of a selected parameter.
glGetIntegerv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glGetIntegerv.
glGetIntegerv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map, OES_blend_subtract, OES_blend_func_separate, and OES_blend_equation_separate extensions) Return the value or values of a selected parameter.
glGetIntegerv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map, OES_blend_subtract, OES_blend_func_separate, and OES_blend_equation_separate extensions) Integer Buffer version of getGetIntegerv.
glGetLightfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return light source parameter values.
glGetLightfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetLight.
glGetLightxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetLight.
glGetLightxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetLight.
glGetMaterialfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return material parameters values.
glGetMaterialfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetMaterial.
glGetMaterialxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetMaterial.
glGetMaterialxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetMaterial.
glGetPointerv(int, Buffer[]) - Method in interface javax.microedition.khronos.opengles.GL11
Return the Buffer associated with the specified pointer.
glGetRenderbufferParameterivOES(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Query a renderbuffer parameter.
glGetRenderbufferParameterivOES(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGetRenderbufferParameterivOES.
glGetString(int) - Method in interface javax.microedition.khronos.opengles.GL10
Return a string describing the underlying GL implementation.
glGetTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return texture environment parameters.
glGetTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetTexEnv.
glGetTexEnviv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glGetTexEnv.
glGetTexEnviv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetTExEnv.
glGetTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point version of glGetTexEnv.
glGetTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetTexEnv.
glGetTexGenfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point array version of glGetTexGen.
glGetTexGenfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point Buffer version of glGetTexGen.
glGetTexGeniv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Get texture coordinate generation parameters.
glGetTexGeniv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer Buffer version of glGetTexGen.
glGetTexGenxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point array version of glGetTexGen.
glGetTexGenxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point Buffer version of glGetTexGen.
glGetTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return texture parameter values.
glGetTexParameterfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetTexParameter.
glGetTexParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glGetTexParameter.
glGetTexParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetTexParameter.
glGetTexParameterxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetTexParameter.
glGetTexParameterxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetTexParameter.
glHint(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify implementation-specific hints.
glIsBuffer(int) - Method in interface javax.microedition.khronos.opengles.GL11
Determine if a name corresponds to a buffer object.
glIsEnabled(int) - Method in interface javax.microedition.khronos.opengles.GL11
Test whether a capability is enabled.
glIsFramebufferOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Determine whether a token represents a framebuffer.
glIsRenderbufferOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Determine whether a token represents a renderbuffer.
glIsTexture(int) - Method in interface javax.microedition.khronos.opengles.GL11
Determine if a name corresponds to a texture.
glLightModelf(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the lighting model parameters.
glLightModelfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set the lighting model parameters (array version).
glLightModelfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLightModel.
glLightModelx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLightModel.
glLightModelxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLightModel.
glLightModelxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLightModel.
glLightf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set light source parameters.
glLightfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set light source parameters (array version).
glLightfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLight.
glLightx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLight.
glLightxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLight.
glLightxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLight.
glLineWidth(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the width of rasterized lines.
glLineWidthx(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLineWidth.
glLoadIdentity() - Method in interface javax.microedition.khronos.opengles.GL10
Replace the current matrix with the identity matrix.
glLoadMatrixf(float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Replace the current matrix with the specified matrix.
glLoadMatrixf(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLoadMatrix.
glLoadMatrixx(int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLoadMatrix.
glLoadMatrixx(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLoadMatrix.
glLoadPaletteFromModelViewMatrixOES() - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Copies the current model view matrix to a matrix in the current matrix palette.
glLogicOp(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a logical pixel operation.
glMaterialf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify material parameters for the lighting model.
glMaterialfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify material parameters for the lighting model (array version).
glMaterialfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glMaterial.
glMaterialx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glMaterial.
glMaterialxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glMaterial.
glMaterialxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glMaterial.
glMatrixIndexPointerOES(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Define an array of matrix indices.
glMatrixIndexPointerOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
VBO version of glMatrixIndexPointerOES.
glMatrixMode(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify which matrix is the current matrix.
glMultMatrixf(float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix with the specified matrix.
glMultMatrixf(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glMultMatrix.
glMultMatrixx(int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glMultMatrix.
glMultMatrixx(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glMultMatrix.
glMultiTexCoord4f(int, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current texture coordinates.
glMultiTexCoord4x(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glMultiTexCoord.
glNormal3f(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current normal vector.
glNormal3x(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glNormal.
glNormalPointer(int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of normals.
glNormalPointer(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glNormalPointer.
glOrthof(float, float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix with an orthographic matrix.
glOrthox(int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glOrtho.
glPixelStorei(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set pixel storage modes.
glPointParameterf(int, float) - Method in interface javax.microedition.khronos.opengles.GL11
Specify parameters for point rasterization.
glPointParameterfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Specify parameters for point rasterization (array version).
glPointParameterfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glPointParameter.
glPointParameterx(int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point version of glPointParameter.
glPointParameterxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glPointParameter.
glPointParameterxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glPointParameterfv.
glPointSize(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the diameter of rasterized points.
glPointSizePointerOES(int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11
(OES_point_size_array extension) Define an array of point sizes.
glPointSizePointerOES(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
(OES_point_size_array extension) VBO version of glPointSizePointerOES.
glPointSizex(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glPointSize.
glPolygonOffset(float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the scale and units used to calculate depth values.
glPolygonOffsetx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glPolygonOffset.
glPopMatrix() - Method in interface javax.microedition.khronos.opengles.GL10
Pop the current matrix stack.
glPushMatrix() - Method in interface javax.microedition.khronos.opengles.GL10
Push the current matrix stack.
glQueryMatrixxOES(int[], int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10Ext
(OES_query_matrix extension) Return the values of the current matrix.
glReadPixels(int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Read a block of pixels from the color buffer.
glRenderbufferStorageOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Establish the layout of a renderbuffer object's image.
glRotatef(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a rotation matrix.
glRotatex(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glRotate.
glSampleCoverage(float, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Specify mask to modify multisampled pixel fragments.
glSampleCoveragex(int, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glSampleCoverage.
glScalef(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a general scaling matrix.
glScalex(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glScale.
glScissor(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Define the scissor box.
glShadeModel(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select flat or smooth shading.
glStencilFunc(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set function and reference value for stencil testing.
glStencilMask(int) - Method in interface javax.microedition.khronos.opengles.GL10
Control the writing of individual bits in the stencil planes.
glStencilOp(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set stencil test actions.
glStencilOp(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_stencil_wrap extension) Set stencil test actions.
glTexCoordPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of texture coordinates.
glTexCoordPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glTexCoordPointer.
glTexEnvf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture environment parameters.
glTexEnvf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Set texture environment parameters.
glTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture environment parameters (array version).
glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glTexEnv.
glTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Floating-point array version of glTexEnv.
glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Floating-point Buffer version of glTexEnv.
glTexEnvi(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer version of glTexEnv.
glTexEnviv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glTexEnv.
glTexEnviv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glTexEnvfv.
glTexEnvx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTexEnv.
glTexEnvx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Integer version of glTexEnv.
glTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glTexEnv.
glTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glTexEnv.
glTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Fixed-point array version of glTexEnv.
glTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Fixed-point Buffer version of glTexEnv.
glTexGenf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point version of glTexGen.
glTexGenfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point array version of glTexGen.
glTexGenfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point Buffer version of glTexGen.
glTexGeni(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify texture coordinate generation function.
glTexGeniv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer array version of glTexGen.
glTexGeniv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer Buffer version of glTexGen.
glTexGenx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point version of glTexGen.
glTexGenxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point array version of glTexGen.
glTexGenxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point Buffer version of glTexGen.
glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture image.
glTexParameterf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture parameters.
glTexParameterf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_mirrored_repeat extension) Set texture parameters.
glTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point array version of glTexParameter.
glTexParameterfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glTexParameter.
glTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Set texture parameters.
glTexParameteri(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer version of glTexParameter.
glTexParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glTexParameter.
glTexParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glTexParameter.
glTexParameterx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTexParameter.
glTexParameterxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glTexParameter.
glTexParameterxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glTexParameter.
glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture subimage.
glTranslatef(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a translation matrix.
glTranslatex(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTranslate.
glVertexPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of vertex coordinates.
glVertexPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glVertexPointer.
glViewport(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set the viewport.
glWeightPointerOES(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Define an array of weights.
glWeightPointerOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) VBO version of glWeightPointerOES.

H

hasArray() - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is backed by an accessible byte array.
hasArray() - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is backed by an accessible float array.
hasArray() - Method in class java.nio.IntBuffer
Tells whether or not this buffer is backed by an accessible int array.
hasArray() - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is backed by an accessible short array.
hasRemaining() - Method in class java.nio.Buffer
Tells whether there are any elements between the current position and the limit.
hashCode() - Method in class java.nio.ByteBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.FloatBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.IntBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.ShortBuffer
Returns the current hash code of this buffer.

I

IntBuffer - class java.nio.IntBuffer.
An int buffer.
isDirect() - Method in class java.nio.ByteBuffer
Tells whether or not this byte buffer is direct.
isDirect() - Method in class java.nio.FloatBuffer
Tells whether or not this float buffer is direct.
isDirect() - Method in class java.nio.IntBuffer
Tells whether or not this int buffer is direct.
isDirect() - Method in class java.nio.ShortBuffer
Tells whether or not this short buffer is direct.

J

java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.nio - package java.nio
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
javax.microedition.khronos.egl - package javax.microedition.khronos.egl
A package containing the Khronos EGL interfaces.
javax.microedition.khronos.opengles - package javax.microedition.khronos.opengles
A package containing the Khronos OpenGL(R) ES interfaces.

L

limit() - Method in class java.nio.Buffer
Returns this buffer's limit.
limit(int) - Method in class java.nio.Buffer
Sets this buffer's limit.

P

position() - Method in class java.nio.Buffer
Returns this buffer's position.
position(int) - Method in class java.nio.Buffer
Sets this buffer's position.
put(byte) - Method in class java.nio.ByteBuffer
Relative put method  (optional operation).
put(int, byte) - Method in class java.nio.ByteBuffer
Absolute put method  (optional operation).
put(ByteBuffer) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(float) - Method in class java.nio.FloatBuffer
Relative put method  (optional operation).
put(int, float) - Method in class java.nio.FloatBuffer
Absolute put method  (optional operation).
put(FloatBuffer) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[]) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(int) - Method in class java.nio.IntBuffer
Relative put method  (optional operation).
put(int, int) - Method in class java.nio.IntBuffer
Absolute put method  (optional operation).
put(IntBuffer) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[]) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(short) - Method in class java.nio.ShortBuffer
Relative put method  (optional operation).
put(int, short) - Method in class java.nio.ShortBuffer
Absolute put method  (optional operation).
put(ShortBuffer) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[]) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
putFloat(float) - Method in class java.nio.ByteBuffer
Relative put method for writing a float value  (optional operation).
putFloat(int, float) - Method in class java.nio.ByteBuffer
Absolute put method for writing a float value  (optional operation).
putInt(int) - Method in class java.nio.ByteBuffer
Relative put method for writing an int value  (optional operation).
putInt(int, int) - Method in class java.nio.ByteBuffer
Absolute put method for writing an int value  (optional operation).
putShort(short) - Method in class java.nio.ByteBuffer
Relative put method for writing a short value  (optional operation).
putShort(int, short) - Method in class java.nio.ByteBuffer
Absolute put method for writing a short value  (optional operation).

R

remaining() - Method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
rewind() - Method in class java.nio.Buffer
Rewinds this buffer.

S

ShortBuffer - class java.nio.ShortBuffer.
A short buffer.
slice() - Method in class java.nio.ByteBuffer
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.FloatBuffer
Creates a new float buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.IntBuffer
Creates a new int buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.ShortBuffer
Creates a new short buffer whose content is a shared subsequence of this buffer's content.

T

toString() - Method in class java.nio.ByteBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.FloatBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.IntBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.ShortBuffer
Returns a string summarizing the state of this buffer.

U

UnsupportedOperationException - exception java.lang.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.

W

wrap(byte[], int, int) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(byte[]) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(float[], int, int) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(float[]) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(int[], int, int) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(int[]) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(short[], int, int) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.
wrap(short[]) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.

A B C E F G H I J L P R S T U W
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.