Added in API level 1
GL11Ext
interface GL11Ext : GL
javax.microedition.khronos.opengles.GL11Ext |
Summary
Constants | |
---|---|
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int |
Public methods | |
---|---|
abstract Unit |
glCurrentPaletteMatrixOES(matrixpaletteindex: Int) |
abstract Unit | |
abstract Unit |
glDrawTexfvOES(coords: FloatArray!, offset: Int) |
abstract Unit |
glDrawTexfvOES(coords: FloatBuffer!) |
abstract Unit | |
abstract Unit |
glDrawTexivOES(coords: IntArray!, offset: Int) |
abstract Unit |
glDrawTexivOES(coords: IntBuffer!) |
abstract Unit | |
abstract Unit |
glDrawTexsvOES(coords: ShortArray!, offset: Int) |
abstract Unit |
glDrawTexsvOES(coords: ShortBuffer!) |
abstract Unit | |
abstract Unit |
glDrawTexxvOES(coords: IntArray!, offset: Int) |
abstract Unit |
glDrawTexxvOES(coords: IntBuffer!) |
abstract Unit | |
abstract Unit |
glEnableClientState(array: Int) |
abstract Unit | |
abstract Unit |
glMatrixIndexPointerOES(size: Int, type: Int, stride: Int, pointer: Buffer!) |
abstract Unit |
glMatrixIndexPointerOES(size: Int, type: Int, stride: Int, offset: Int) |
abstract Unit |
glTexParameterfv(target: Int, pname: Int, param: FloatArray!, offset: Int) |
abstract Unit |
glWeightPointerOES(size: Int, type: Int, stride: Int, pointer: Buffer!) |
abstract Unit |
glWeightPointerOES(size: Int, type: Int, stride: Int, offset: Int) |
Constants
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES: Int
Value: 35742
GL_MATRIX_INDEX_ARRAY_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_OES: Int
Value: 34884
GL_MATRIX_INDEX_ARRAY_POINTER_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_POINTER_OES: Int
Value: 34889
GL_MATRIX_INDEX_ARRAY_SIZE_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_SIZE_OES: Int
Value: 34886
GL_MATRIX_INDEX_ARRAY_STRIDE_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_STRIDE_OES: Int
Value: 34888
GL_MATRIX_INDEX_ARRAY_TYPE_OES
Added in API level 1
static val GL_MATRIX_INDEX_ARRAY_TYPE_OES: Int
Value: 34887
GL_MAX_PALETTE_MATRICES_OES
Added in API level 1
static val GL_MAX_PALETTE_MATRICES_OES: Int
Value: 34882
GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
Added in API level 1
static val GL_WEIGHT_ARRAY_BUFFER_BINDING_OES: Int
Value: 34974
GL_WEIGHT_ARRAY_POINTER_OES
Added in API level 1
static val GL_WEIGHT_ARRAY_POINTER_OES: Int
Value: 34476
GL_WEIGHT_ARRAY_STRIDE_OES
Added in API level 1
static val GL_WEIGHT_ARRAY_STRIDE_OES: Int
Value: 34474
Public methods
glCurrentPaletteMatrixOES
Added in API level 1
abstract fun glCurrentPaletteMatrixOES(matrixpaletteindex: Int): Unit
glDrawTexfOES
Added in API level 1
abstract fun glDrawTexfOES(
x: Float,
y: Float,
z: Float,
width: Float,
height: Float
): Unit
glDrawTexfvOES
Added in API level 1
abstract fun glDrawTexfvOES(
coords: FloatArray!,
offset: Int
): Unit
glDrawTexiOES
Added in API level 1
abstract fun glDrawTexiOES(
x: Int,
y: Int,
z: Int,
width: Int,
height: Int
): Unit
glDrawTexivOES
Added in API level 1
abstract fun glDrawTexivOES(
coords: IntArray!,
offset: Int
): Unit
glDrawTexsOES
Added in API level 1
abstract fun glDrawTexsOES(
x: Short,
y: Short,
z: Short,
width: Short,
height: Short
): Unit
glDrawTexsvOES
Added in API level 1
abstract fun glDrawTexsvOES(
coords: ShortArray!,
offset: Int
): Unit
glDrawTexxOES
Added in API level 1
abstract fun glDrawTexxOES(
x: Int,
y: Int,
z: Int,
width: Int,
height: Int
): Unit
glDrawTexxvOES
Added in API level 1
abstract fun glDrawTexxvOES(
coords: IntArray!,
offset: Int
): Unit
glLoadPaletteFromModelViewMatrixOES
Added in API level 1
abstract fun glLoadPaletteFromModelViewMatrixOES(): Unit
glMatrixIndexPointerOES
Added in API level 1
abstract fun glMatrixIndexPointerOES(
size: Int,
type: Int,
stride: Int,
pointer: Buffer!
): Unit
glMatrixIndexPointerOES
Added in API level 1
abstract fun glMatrixIndexPointerOES(
size: Int,
type: Int,
stride: Int,
offset: Int
): Unit
glTexParameterfv
Added in API level 1
abstract fun glTexParameterfv(
target: Int,
pname: Int,
param: FloatArray!,
offset: Int
): Unit
glWeightPointerOES
Added in API level 1
abstract fun glWeightPointerOES(
size: Int,
type: Int,
stride: Int,
pointer: Buffer!
): Unit
glWeightPointerOES
Added in API level 1
abstract fun glWeightPointerOES(
size: Int,
type: Int,
stride: Int,
offset: Int
): Unit