Added in API level 1
GL11
interface GL11 : GL10
| javax.microedition.khronos.opengles.GL11 |
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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| abstract Unit | glBindBuffer(target: Int, buffer: Int) |
| abstract Unit | glBufferData(target: Int, size: Int, data: Buffer!, usage: Int) |
| abstract Unit | glBufferSubData(target: Int, offset: Int, size: Int, data: Buffer!) |
| abstract Unit | glClipPlanef(plane: Int, equation: FloatArray!, offset: Int) |
| abstract Unit | glClipPlanef(plane: Int, equation: FloatBuffer!) |
| abstract Unit | glClipPlanex(plane: Int, equation: IntArray!, offset: Int) |
| abstract Unit | glClipPlanex(plane: Int, equation: IntBuffer!) |
| abstract Unit | glColor4ub(red: Byte, green: Byte, blue: Byte, alpha: Byte) |
| abstract Unit | glColorPointer(size: Int, type: Int, stride: Int, offset: Int) |
| abstract Unit | glDeleteBuffers(n: Int, buffers: IntArray!, offset: Int) |
| abstract Unit | glDeleteBuffers(n: Int, buffers: IntBuffer!) |
| abstract Unit | glDrawElements(mode: Int, count: Int, type: Int, offset: Int) |
| abstract Unit | glGenBuffers(n: Int, buffers: IntArray!, offset: Int) |
| abstract Unit | glGenBuffers(n: Int, buffers: IntBuffer!) |
| abstract Unit | glGetBooleanv(pname: Int, params: BooleanArray!, offset: Int) |
| abstract Unit | glGetBooleanv(pname: Int, params: IntBuffer!) |
| abstract Unit | glGetBufferParameteriv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetBufferParameteriv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetClipPlanef(pname: Int, eqn: FloatArray!, offset: Int) |
| abstract Unit | glGetClipPlanef(pname: Int, eqn: FloatBuffer!) |
| abstract Unit | glGetClipPlanex(pname: Int, eqn: IntArray!, offset: Int) |
| abstract Unit | glGetClipPlanex(pname: Int, eqn: IntBuffer!) |
| abstract Unit | glGetFixedv(pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetFixedv(pname: Int, params: IntBuffer!) |
| abstract Unit | glGetFloatv(pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glGetFloatv(pname: Int, params: FloatBuffer!) |
| abstract Unit | glGetLightfv(light: Int, pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glGetLightfv(light: Int, pname: Int, params: FloatBuffer!) |
| abstract Unit | glGetLightxv(light: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetLightxv(light: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetMaterialfv(face: Int, pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glGetMaterialfv(face: Int, pname: Int, params: FloatBuffer!) |
| abstract Unit | glGetMaterialxv(face: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetMaterialxv(face: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetPointerv(pname: Int, params: Array<Buffer!>!) |
| abstract Unit | glGetTexEnviv(env: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetTexEnviv(env: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetTexEnvxv(env: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetTexEnvxv(env: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetTexParameterfv(target: Int, pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glGetTexParameterfv(target: Int, pname: Int, params: FloatBuffer!) |
| abstract Unit | glGetTexParameteriv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetTexParameteriv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glGetTexParameterxv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glGetTexParameterxv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Boolean | glIsBuffer(buffer: Int) |
| abstract Boolean | glIsEnabled(cap: Int) |
| abstract Boolean | glIsTexture(texture: Int) |
| abstract Unit | glNormalPointer(type: Int, stride: Int, offset: Int) |
| abstract Unit | glPointParameterf(pname: Int, param: Float) |
| abstract Unit | glPointParameterfv(pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glPointParameterfv(pname: Int, params: FloatBuffer!) |
| abstract Unit | glPointParameterx(pname: Int, param: Int) |
| abstract Unit | glPointParameterxv(pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glPointParameterxv(pname: Int, params: IntBuffer!) |
| abstract Unit | glPointSizePointerOES(type: Int, stride: Int, pointer: Buffer!) |
| abstract Unit | glTexCoordPointer(size: Int, type: Int, stride: Int, offset: Int) |
| abstract Unit | |
| abstract Unit | glTexEnviv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glTexEnviv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glTexParameterfv(target: Int, pname: Int, params: FloatArray!, offset: Int) |
| abstract Unit | glTexParameterfv(target: Int, pname: Int, params: FloatBuffer!) |
| abstract Unit | glTexParameteri(target: Int, pname: Int, param: Int) |
| abstract Unit | glTexParameteriv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glTexParameteriv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glTexParameterxv(target: Int, pname: Int, params: IntArray!, offset: Int) |
| abstract Unit | glTexParameterxv(target: Int, pname: Int, params: IntBuffer!) |
| abstract Unit | glVertexPointer(size: Int, type: Int, stride: Int, offset: Int) |
| Inherited functions | |
|---|---|
Constants
GL_COLOR_ARRAY_BUFFER_BINDING
Added in API level 1
static val GL_COLOR_ARRAY_BUFFER_BINDING: Int
Value: 34968GL_CURRENT_TEXTURE_COORDS
Added in API level 1
static val GL_CURRENT_TEXTURE_COORDS: Int
Value: 2819GL_ELEMENT_ARRAY_BUFFER_BINDING
Added in API level 1
static val GL_ELEMENT_ARRAY_BUFFER_BINDING: Int
Value: 34965GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
Added in API level 1
static val GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES: Int
Value: 35213GL_NORMAL_ARRAY_BUFFER_BINDING
Added in API level 1
static val GL_NORMAL_ARRAY_BUFFER_BINDING: Int
Value: 34967GL_POINT_DISTANCE_ATTENUATION
Added in API level 1
static val GL_POINT_DISTANCE_ATTENUATION: Int
Value: 33065GL_POINT_FADE_THRESHOLD_SIZE
Added in API level 1
static val GL_POINT_FADE_THRESHOLD_SIZE: Int
Value: 33064GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
Added in API level 1
static val GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES: Int
Value: 35743GL_POINT_SIZE_ARRAY_POINTER_OES
Added in API level 1
static val GL_POINT_SIZE_ARRAY_POINTER_OES: Int
Value: 35212GL_POINT_SIZE_ARRAY_STRIDE_OES
Added in API level 1
static val GL_POINT_SIZE_ARRAY_STRIDE_OES: Int
Value: 35211GL_POINT_SIZE_ARRAY_TYPE_OES
Added in API level 1
static val GL_POINT_SIZE_ARRAY_TYPE_OES: Int
Value: 35210GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
Added in API level 1
static val GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES: Int
Value: 35214GL_PROJECTION_STACK_DEPTH
Added in API level 1
static val GL_PROJECTION_STACK_DEPTH: Int
Value: 2980GL_SAMPLE_COVERAGE_INVERT
Added in API level 1
static val GL_SAMPLE_COVERAGE_INVERT: Int
Value: 32939GL_STENCIL_PASS_DEPTH_FAIL
Added in API level 1
static val GL_STENCIL_PASS_DEPTH_FAIL: Int
Value: 2965GL_STENCIL_PASS_DEPTH_PASS
Added in API level 1
static val GL_STENCIL_PASS_DEPTH_PASS: Int
Value: 2966GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
Added in API level 1
static val GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING: Int
Value: 34970GL_TEXTURE_COORD_ARRAY_POINTER
Added in API level 1
static val GL_TEXTURE_COORD_ARRAY_POINTER: Int
Value: 32914GL_TEXTURE_COORD_ARRAY_SIZE
Added in API level 1
static val GL_TEXTURE_COORD_ARRAY_SIZE: Int
Value: 32904GL_TEXTURE_COORD_ARRAY_STRIDE
Added in API level 1
static val GL_TEXTURE_COORD_ARRAY_STRIDE: Int
Value: 32906GL_TEXTURE_COORD_ARRAY_TYPE
Added in API level 1
static val GL_TEXTURE_COORD_ARRAY_TYPE: Int
Value: 32905GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
Added in API level 1
static val GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES: Int
Value: 35215GL_VERTEX_ARRAY_BUFFER_BINDING
Added in API level 1
static val GL_VERTEX_ARRAY_BUFFER_BINDING: Int
Value: 34966Public methods
glBufferData
Added in API level 1
abstract fun glBufferData(
target: Int,
size: Int,
data: Buffer!,
usage: Int
): Unit
glBufferSubData
Added in API level 1
abstract fun glBufferSubData(
target: Int,
offset: Int,
size: Int,
data: Buffer!
): Unit
glClipPlanef
Added in API level 1
abstract fun glClipPlanef(
plane: Int,
equation: FloatArray!,
offset: Int
): Unit
glClipPlanef
Added in API level 1
abstract fun glClipPlanef(
plane: Int,
equation: FloatBuffer!
): Unit
glClipPlanex
Added in API level 1
abstract fun glClipPlanex(
plane: Int,
equation: IntArray!,
offset: Int
): Unit
glClipPlanex
Added in API level 1
abstract fun glClipPlanex(
plane: Int,
equation: IntBuffer!
): Unit
glColor4ub
Added in API level 1
abstract fun glColor4ub(
red: Byte,
green: Byte,
blue: Byte,
alpha: Byte
): Unit
glColorPointer
Added in API level 1
abstract fun glColorPointer(
size: Int,
type: Int,
stride: Int,
offset: Int
): Unit
glDeleteBuffers
Added in API level 1
abstract fun glDeleteBuffers(
n: Int,
buffers: IntArray!,
offset: Int
): Unit
glDeleteBuffers
Added in API level 1
abstract fun glDeleteBuffers(
n: Int,
buffers: IntBuffer!
): Unit
glDrawElements
Added in API level 1
abstract fun glDrawElements(
mode: Int,
count: Int,
type: Int,
offset: Int
): Unit
glGenBuffers
Added in API level 1
abstract fun glGenBuffers(
n: Int,
buffers: IntArray!,
offset: Int
): Unit
glGetBooleanv
Added in API level 1
abstract fun glGetBooleanv(
pname: Int,
params: BooleanArray!,
offset: Int
): Unit
glGetBooleanv
Added in API level 1
abstract fun glGetBooleanv(
pname: Int,
params: IntBuffer!
): Unit
glGetBufferParameteriv
Added in API level 1
abstract fun glGetBufferParameteriv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetBufferParameteriv
Added in API level 1
abstract fun glGetBufferParameteriv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetClipPlanef
Added in API level 1
abstract fun glGetClipPlanef(
pname: Int,
eqn: FloatArray!,
offset: Int
): Unit
glGetClipPlanef
Added in API level 1
abstract fun glGetClipPlanef(
pname: Int,
eqn: FloatBuffer!
): Unit
glGetClipPlanex
Added in API level 1
abstract fun glGetClipPlanex(
pname: Int,
eqn: IntArray!,
offset: Int
): Unit
glGetClipPlanex
Added in API level 1
abstract fun glGetClipPlanex(
pname: Int,
eqn: IntBuffer!
): Unit
glGetFixedv
Added in API level 1
abstract fun glGetFixedv(
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetFloatv
Added in API level 1
abstract fun glGetFloatv(
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glGetLightfv
Added in API level 1
abstract fun glGetLightfv(
light: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glGetLightfv
Added in API level 1
abstract fun glGetLightfv(
light: Int,
pname: Int,
params: FloatBuffer!
): Unit
glGetLightxv
Added in API level 1
abstract fun glGetLightxv(
light: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetLightxv
Added in API level 1
abstract fun glGetLightxv(
light: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetMaterialfv
Added in API level 1
abstract fun glGetMaterialfv(
face: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glGetMaterialfv
Added in API level 1
abstract fun glGetMaterialfv(
face: Int,
pname: Int,
params: FloatBuffer!
): Unit
glGetMaterialxv
Added in API level 1
abstract fun glGetMaterialxv(
face: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetMaterialxv
Added in API level 1
abstract fun glGetMaterialxv(
face: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetPointerv
Added in API level 1
abstract fun glGetPointerv(
pname: Int,
params: Array<Buffer!>!
): Unit
glGetTexEnviv
Added in API level 1
abstract fun glGetTexEnviv(
env: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexEnviv
Added in API level 1
abstract fun glGetTexEnviv(
env: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetTexEnvxv
Added in API level 1
abstract fun glGetTexEnvxv(
env: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexEnvxv
Added in API level 1
abstract fun glGetTexEnvxv(
env: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetTexParameterfv
Added in API level 1
abstract fun glGetTexParameterfv(
target: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glGetTexParameterfv
Added in API level 1
abstract fun glGetTexParameterfv(
target: Int,
pname: Int,
params: FloatBuffer!
): Unit
glGetTexParameteriv
Added in API level 1
abstract fun glGetTexParameteriv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexParameteriv
Added in API level 1
abstract fun glGetTexParameteriv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetTexParameterxv
Added in API level 1
abstract fun glGetTexParameterxv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexParameterxv
Added in API level 1
abstract fun glGetTexParameterxv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glNormalPointer
Added in API level 1
abstract fun glNormalPointer(
type: Int,
stride: Int,
offset: Int
): Unit
glPointParameterf
Added in API level 1
abstract fun glPointParameterf(
pname: Int,
param: Float
): Unit
glPointParameterfv
Added in API level 1
abstract fun glPointParameterfv(
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glPointParameterfv
Added in API level 1
abstract fun glPointParameterfv(
pname: Int,
params: FloatBuffer!
): Unit
glPointParameterx
Added in API level 1
abstract fun glPointParameterx(
pname: Int,
param: Int
): Unit
glPointParameterxv
Added in API level 1
abstract fun glPointParameterxv(
pname: Int,
params: IntArray!,
offset: Int
): Unit
glPointParameterxv
Added in API level 1
abstract fun glPointParameterxv(
pname: Int,
params: IntBuffer!
): Unit
glPointSizePointerOES
Added in API level 1
abstract fun glPointSizePointerOES(
type: Int,
stride: Int,
pointer: Buffer!
): Unit
glTexCoordPointer
Added in API level 1
abstract fun glTexCoordPointer(
size: Int,
type: Int,
stride: Int,
offset: Int
): Unit
glTexEnviv
Added in API level 1
abstract fun glTexEnviv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexEnviv
Added in API level 1
abstract fun glTexEnviv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glTexParameterfv
Added in API level 1
abstract fun glTexParameterfv(
target: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glTexParameterfv
Added in API level 1
abstract fun glTexParameterfv(
target: Int,
pname: Int,
params: FloatBuffer!
): Unit
glTexParameteri
Added in API level 1
abstract fun glTexParameteri(
target: Int,
pname: Int,
param: Int
): Unit
glTexParameteriv
Added in API level 1
abstract fun glTexParameteriv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexParameteriv
Added in API level 1
abstract fun glTexParameteriv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glTexParameterxv
Added in API level 1
abstract fun glTexParameterxv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexParameterxv
Added in API level 1
abstract fun glTexParameterxv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glVertexPointer
Added in API level 1
abstract fun glVertexPointer(
size: Int,
type: Int,
stride: Int,
offset: Int
): Unit