GL11Ext
public
interface
GL11Ext
implements
GL
javax.microedition.khronos.opengles.GL11Ext
|
Summary
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(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
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
Constant Value:
35742
(0x00008b9e)
GL_MATRIX_INDEX_ARRAY_OES
public static final int GL_MATRIX_INDEX_ARRAY_OES
Constant Value:
34884
(0x00008844)
GL_MATRIX_INDEX_ARRAY_POINTER_OES
public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES
Constant Value:
34889
(0x00008849)
GL_MATRIX_INDEX_ARRAY_SIZE_OES
public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES
Constant Value:
34886
(0x00008846)
GL_MATRIX_INDEX_ARRAY_STRIDE_OES
public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES
Constant Value:
34888
(0x00008848)
GL_MATRIX_INDEX_ARRAY_TYPE_OES
public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES
Constant Value:
34887
(0x00008847)
GL_MATRIX_PALETTE_OES
public static final int GL_MATRIX_PALETTE_OES
Constant Value:
34880
(0x00008840)
GL_MAX_PALETTE_MATRICES_OES
public static final int GL_MAX_PALETTE_MATRICES_OES
Constant Value:
34882
(0x00008842)
GL_MAX_VERTEX_UNITS_OES
public static final int GL_MAX_VERTEX_UNITS_OES
Constant Value:
34468
(0x000086a4)
GL_TEXTURE_CROP_RECT_OES
public static final int GL_TEXTURE_CROP_RECT_OES
Constant Value:
35741
(0x00008b9d)
GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
Constant Value:
34974
(0x0000889e)
GL_WEIGHT_ARRAY_OES
public static final int GL_WEIGHT_ARRAY_OES
Constant Value:
34477
(0x000086ad)
GL_WEIGHT_ARRAY_POINTER_OES
public static final int GL_WEIGHT_ARRAY_POINTER_OES
Constant Value:
34476
(0x000086ac)
GL_WEIGHT_ARRAY_SIZE_OES
public static final int GL_WEIGHT_ARRAY_SIZE_OES
Constant Value:
34475
(0x000086ab)
GL_WEIGHT_ARRAY_STRIDE_OES
public static final int GL_WEIGHT_ARRAY_STRIDE_OES
Constant Value:
34474
(0x000086aa)
GL_WEIGHT_ARRAY_TYPE_OES
public static final int GL_WEIGHT_ARRAY_TYPE_OES
Constant Value:
34473
(0x000086a9)
Public methods
glCurrentPaletteMatrixOES
public abstract void glCurrentPaletteMatrixOES (int matrixpaletteindex)
Parameters |
matrixpaletteindex |
int |
glDrawTexfOES
public abstract void glDrawTexfOES (float x,
float y,
float z,
float width,
float height)
Parameters |
x |
float |
y |
float |
z |
float |
width |
float |
height |
float |
glDrawTexfvOES
public abstract void glDrawTexfvOES (FloatBuffer coords)
Parameters |
coords |
FloatBuffer |
glDrawTexfvOES
public abstract void glDrawTexfvOES (float[] coords,
int offset)
Parameters |
coords |
float |
offset |
int |
glDrawTexiOES
public abstract void glDrawTexiOES (int x,
int y,
int z,
int width,
int height)
Parameters |
x |
int |
y |
int |
z |
int |
width |
int |
height |
int |
glDrawTexivOES
public abstract void glDrawTexivOES (int[] coords,
int offset)
Parameters |
coords |
int |
offset |
int |
glDrawTexivOES
public abstract void glDrawTexivOES (IntBuffer coords)
Parameters |
coords |
IntBuffer |
glDrawTexsOES
public abstract void glDrawTexsOES (short x,
short y,
short z,
short width,
short height)
Parameters |
x |
short |
y |
short |
z |
short |
width |
short |
height |
short |
glDrawTexsvOES
public abstract void glDrawTexsvOES (ShortBuffer coords)
Parameters |
coords |
ShortBuffer |
glDrawTexsvOES
public abstract void glDrawTexsvOES (short[] coords,
int offset)
Parameters |
coords |
short |
offset |
int |
glDrawTexxOES
public abstract void glDrawTexxOES (int x,
int y,
int z,
int width,
int height)
Parameters |
x |
int |
y |
int |
z |
int |
width |
int |
height |
int |
glDrawTexxvOES
public abstract void glDrawTexxvOES (int[] coords,
int offset)
Parameters |
coords |
int |
offset |
int |
glDrawTexxvOES
public abstract void glDrawTexxvOES (IntBuffer coords)
Parameters |
coords |
IntBuffer |
glEnable
public abstract void glEnable (int cap)
glEnableClientState
public abstract void glEnableClientState (int array)
glLoadPaletteFromModelViewMatrixOES
public abstract void glLoadPaletteFromModelViewMatrixOES ()
glMatrixIndexPointerOES
public abstract void glMatrixIndexPointerOES (int size,
int type,
int stride,
Buffer pointer)
Parameters |
size |
int |
type |
int |
stride |
int |
pointer |
Buffer |
glMatrixIndexPointerOES
public abstract void glMatrixIndexPointerOES (int size,
int type,
int stride,
int offset)
Parameters |
size |
int |
type |
int |
stride |
int |
offset |
int |
glTexParameterfv
public abstract void glTexParameterfv (int target,
int pname,
float[] param,
int offset)
Parameters |
target |
int |
pname |
int |
param |
float |
offset |
int |
glWeightPointerOES
public abstract void glWeightPointerOES (int size,
int type,
int stride,
int offset)
Parameters |
size |
int |
type |
int |
stride |
int |
offset |
int |
glWeightPointerOES
public abstract void glWeightPointerOES (int size,
int type,
int stride,
Buffer pointer)
Parameters |
size |
int |
type |
int |
stride |
int |
pointer |
Buffer |