Added in API level 1

GL11Ext

interface GL11Ext : GL

Summary

Public methods
abstract Unit
glCurrentPaletteMatrixOES(matrixpaletteindex: Int)

abstract Unit
glDrawTexfOES(x: Float, y: Float, z: Float, width: Float, height: Float)

abstract Unit
glDrawTexfvOES(coords: FloatArray!, offset: Int)

abstract Unit

abstract Unit
glDrawTexiOES(x: Int, y: Int, z: Int, width: Int, height: Int)

abstract Unit
glDrawTexivOES(coords: IntArray!, offset: Int)

abstract Unit

abstract Unit
glDrawTexsOES(x: Short, y: Short, z: Short, width: Short, height: Short)

abstract Unit

abstract Unit
glDrawTexsvOES(coords: ShortArray!, offset: Int)

abstract Unit
glDrawTexxOES(x: Int, y: Int, z: Int, width: Int, height: Int)

abstract Unit
glDrawTexxvOES(coords: IntArray!, offset: Int)

abstract Unit

abstract Unit
glEnable(cap: Int)

abstract Unit

abstract Unit

abstract Unit
glMatrixIndexPointerOES(size: Int, type: Int, stride: Int, offset: Int)

abstract Unit
glMatrixIndexPointerOES(size: Int, type: Int, stride: Int, pointer: Buffer!)

abstract Unit
glTexParameterfv(target: Int, pname: Int, param: FloatArray!, offset: Int)

abstract Unit
glWeightPointerOES(size: Int, type: Int, stride: Int, offset: Int)

abstract Unit
glWeightPointerOES(size: Int, type: Int, stride: Int, pointer: Buffer!)

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_MATRIX_PALETTE_OES

Added in API level 1
static val GL_MATRIX_PALETTE_OES: Int
Value: 34880

GL_MAX_PALETTE_MATRICES_OES

Added in API level 1
static val GL_MAX_PALETTE_MATRICES_OES: Int
Value: 34882

GL_MAX_VERTEX_UNITS_OES

Added in API level 1
static val GL_MAX_VERTEX_UNITS_OES: Int
Value: 34468

GL_TEXTURE_CROP_RECT_OES

Added in API level 1
static val GL_TEXTURE_CROP_RECT_OES: Int
Value: 35741

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_OES

Added in API level 1
static val GL_WEIGHT_ARRAY_OES: Int
Value: 34477

GL_WEIGHT_ARRAY_POINTER_OES

Added in API level 1
static val GL_WEIGHT_ARRAY_POINTER_OES: Int
Value: 34476

GL_WEIGHT_ARRAY_SIZE_OES

Added in API level 1
static val GL_WEIGHT_ARRAY_SIZE_OES: Int
Value: 34475

GL_WEIGHT_ARRAY_STRIDE_OES

Added in API level 1
static val GL_WEIGHT_ARRAY_STRIDE_OES: Int
Value: 34474

GL_WEIGHT_ARRAY_TYPE_OES

Added in API level 1
static val GL_WEIGHT_ARRAY_TYPE_OES: Int
Value: 34473

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

glDrawTexfvOES

Added in API level 1
abstract fun glDrawTexfvOES(coords: FloatBuffer!): 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

glDrawTexivOES

Added in API level 1
abstract fun glDrawTexivOES(coords: IntBuffer!): 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: ShortBuffer!): 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

glDrawTexxvOES

Added in API level 1
abstract fun glDrawTexxvOES(coords: IntBuffer!): Unit

glEnable

Added in API level 1
abstract fun glEnable(cap: Int): Unit

glEnableClientState

Added in API level 1
abstract fun glEnableClientState(array: 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,
    offset: Int
): Unit

glMatrixIndexPointerOES

Added in API level 1
abstract fun glMatrixIndexPointerOES(
    size: Int,
    type: Int,
    stride: Int,
    pointer: Buffer!
): 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,
    offset: Int
): Unit

glWeightPointerOES

Added in API level 1
abstract fun glWeightPointerOES(
    size: Int,
    type: Int,
    stride: Int,
    pointer: Buffer!
): Unit