public interface

GL11Ext

implements GL
javax.microedition.khronos.opengles.GL11Ext

Summary

Constants
int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
int GL_MATRIX_INDEX_ARRAY_OES
int GL_MATRIX_INDEX_ARRAY_POINTER_OES
int GL_MATRIX_INDEX_ARRAY_SIZE_OES
int GL_MATRIX_INDEX_ARRAY_STRIDE_OES
int GL_MATRIX_INDEX_ARRAY_TYPE_OES
int GL_MATRIX_PALETTE_OES
int GL_MAX_PALETTE_MATRICES_OES
int GL_MAX_VERTEX_UNITS_OES
int GL_TEXTURE_CROP_RECT_OES
int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
int GL_WEIGHT_ARRAY_OES
int GL_WEIGHT_ARRAY_POINTER_OES
int GL_WEIGHT_ARRAY_SIZE_OES
int GL_WEIGHT_ARRAY_STRIDE_OES
int GL_WEIGHT_ARRAY_TYPE_OES
Public Methods
abstract void glCurrentPaletteMatrixOES(int matrixpaletteindex)
abstract void glDrawTexfOES(float x, float y, float z, float width, float height)
abstract void glDrawTexfvOES(FloatBuffer coords)
abstract void glDrawTexfvOES(float[] coords, int offset)
abstract void glDrawTexiOES(int x, int y, int z, int width, int height)
abstract void glDrawTexivOES(IntBuffer coords)
abstract void glDrawTexivOES(int[] coords, int offset)
abstract void glDrawTexsOES(short x, short y, short z, short width, short height)
abstract void glDrawTexsvOES(ShortBuffer coords)
abstract void glDrawTexsvOES(short[] coords, int offset)
abstract void glDrawTexxOES(int x, int y, int z, int width, int height)
abstract void glDrawTexxvOES(int[] coords, int offset)
abstract void glDrawTexxvOES(IntBuffer coords)
abstract void glEnable(int cap)
abstract void glEnableClientState(int array)
abstract void glLoadPaletteFromModelViewMatrixOES()
abstract void glMatrixIndexPointerOES(int size, int type, int stride, int offset)
abstract void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)
abstract void glTexParameterfv(int target, int pname, float[] param, int offset)
abstract void glWeightPointerOES(int size, int type, int stride, int offset)
abstract void glWeightPointerOES(int size, int type, int stride, Buffer pointer)

Constants

public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES

Constant Value: 35742 (0x00008b9e)

public static final int GL_MATRIX_INDEX_ARRAY_OES

Constant Value: 34884 (0x00008844)

public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES

Constant Value: 34889 (0x00008849)

public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES

Constant Value: 34886 (0x00008846)

public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES

Constant Value: 34888 (0x00008848)

public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES

Constant Value: 34887 (0x00008847)

public static final int GL_MATRIX_PALETTE_OES

Constant Value: 34880 (0x00008840)

public static final int GL_MAX_PALETTE_MATRICES_OES

Constant Value: 34882 (0x00008842)

public static final int GL_MAX_VERTEX_UNITS_OES

Constant Value: 34468 (0x000086a4)

public static final int GL_TEXTURE_CROP_RECT_OES

Constant Value: 35741 (0x00008b9d)

public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

Constant Value: 34974 (0x0000889e)

public static final int GL_WEIGHT_ARRAY_OES

Constant Value: 34477 (0x000086ad)

public static final int GL_WEIGHT_ARRAY_POINTER_OES

Constant Value: 34476 (0x000086ac)

public static final int GL_WEIGHT_ARRAY_SIZE_OES

Constant Value: 34475 (0x000086ab)

public static final int GL_WEIGHT_ARRAY_STRIDE_OES

Constant Value: 34474 (0x000086aa)

public static final int GL_WEIGHT_ARRAY_TYPE_OES

Constant Value: 34473 (0x000086a9)

Public Methods

public abstract void glCurrentPaletteMatrixOES (int matrixpaletteindex)

public abstract void glDrawTexfOES (float x, float y, float z, float width, float height)

public abstract void glDrawTexfvOES (FloatBuffer coords)

public abstract void glDrawTexfvOES (float[] coords, int offset)

public abstract void glDrawTexiOES (int x, int y, int z, int width, int height)

public abstract void glDrawTexivOES (IntBuffer coords)

public abstract void glDrawTexivOES (int[] coords, int offset)

public abstract void glDrawTexsOES (short x, short y, short z, short width, short height)

public abstract void glDrawTexsvOES (ShortBuffer coords)

public abstract void glDrawTexsvOES (short[] coords, int offset)

public abstract void glDrawTexxOES (int x, int y, int z, int width, int height)

public abstract void glDrawTexxvOES (int[] coords, int offset)

public abstract void glDrawTexxvOES (IntBuffer coords)

public abstract void glEnable (int cap)

public abstract void glEnableClientState (int array)

public abstract void glLoadPaletteFromModelViewMatrixOES ()

public abstract void glMatrixIndexPointerOES (int size, int type, int stride, int offset)

public abstract void glMatrixIndexPointerOES (int size, int type, int stride, Buffer pointer)

public abstract void glTexParameterfv (int target, int pname, float[] param, int offset)

public abstract void glWeightPointerOES (int size, int type, int stride, int offset)

public abstract void glWeightPointerOES (int size, int type, int stride, Buffer pointer)