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