to top
Android APIs
Since: API Level 1
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(float[] coords, int offset)
abstract void glDrawTexfvOES(FloatBuffer coords)
abstract void glDrawTexiOES(int x, int y, int z, int width, int height)
abstract void glDrawTexivOES(int[] coords, int offset)
abstract void glDrawTexivOES(IntBuffer coords)
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, Buffer pointer)
abstract void glMatrixIndexPointerOES(int size, int type, int stride, int offset)
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

Since: API Level 1

Constant Value: 35742 (0x00008b9e)

public static final int GL_MATRIX_INDEX_ARRAY_OES

Since: API Level 1

Constant Value: 34884 (0x00008844)

public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES

Since: API Level 1

Constant Value: 34889 (0x00008849)

public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES

Since: API Level 1

Constant Value: 34886 (0x00008846)

public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES

Since: API Level 1

Constant Value: 34888 (0x00008848)

public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES

Since: API Level 1

Constant Value: 34887 (0x00008847)

public static final int GL_MATRIX_PALETTE_OES

Since: API Level 1

Constant Value: 34880 (0x00008840)

public static final int GL_MAX_PALETTE_MATRICES_OES

Since: API Level 1

Constant Value: 34882 (0x00008842)

public static final int GL_MAX_VERTEX_UNITS_OES

Since: API Level 1

Constant Value: 34468 (0x000086a4)

public static final int GL_TEXTURE_CROP_RECT_OES

Since: API Level 1

Constant Value: 35741 (0x00008b9d)

public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

Since: API Level 1

Constant Value: 34974 (0x0000889e)

public static final int GL_WEIGHT_ARRAY_OES

Since: API Level 1

Constant Value: 34477 (0x000086ad)

public static final int GL_WEIGHT_ARRAY_POINTER_OES

Since: API Level 1

Constant Value: 34476 (0x000086ac)

public static final int GL_WEIGHT_ARRAY_SIZE_OES

Since: API Level 1

Constant Value: 34475 (0x000086ab)

public static final int GL_WEIGHT_ARRAY_STRIDE_OES

Since: API Level 1

Constant Value: 34474 (0x000086aa)

public static final int GL_WEIGHT_ARRAY_TYPE_OES

Since: API Level 1

Constant Value: 34473 (0x000086a9)

Public Methods

public abstract void glCurrentPaletteMatrixOES (int matrixpaletteindex)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glDrawTexfvOES (FloatBuffer coords)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glDrawTexivOES (IntBuffer coords)

Since: API Level 1

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

Since: API Level 1

public abstract void glDrawTexsvOES (ShortBuffer coords)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glDrawTexxvOES (IntBuffer coords)

Since: API Level 1

public abstract void glEnable (int cap)

Since: API Level 1

public abstract void glEnableClientState (int array)

Since: API Level 1

public abstract void glLoadPaletteFromModelViewMatrixOES ()

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1