Added in API level 1
GL11ExtensionPack
interface GL11ExtensionPack : GL
javax.microedition.khronos.opengles.GL11ExtensionPack |
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 |
Public methods | |
---|---|
abstract Unit |
glBindFramebufferOES(target: Int, framebuffer: Int) |
abstract Unit |
glBindRenderbufferOES(target: Int, renderbuffer: Int) |
abstract Unit |
glBindTexture(target: Int, texture: Int) |
abstract Unit |
glBlendEquation(mode: Int) |
abstract Unit |
glBlendEquationSeparate(modeRGB: Int, modeAlpha: Int) |
abstract Unit |
glBlendFuncSeparate(srcRGB: Int, dstRGB: Int, srcAlpha: Int, dstAlpha: Int) |
abstract Int |
glCheckFramebufferStatusOES(target: Int) |
abstract Unit | |
abstract Unit | |
abstract Unit |
glDeleteFramebuffersOES(n: Int, framebuffers: IntArray!, offset: Int) |
abstract Unit |
glDeleteFramebuffersOES(n: Int, framebuffers: IntBuffer!) |
abstract Unit |
glDeleteRenderbuffersOES(n: Int, renderbuffers: IntArray!, offset: Int) |
abstract Unit |
glDeleteRenderbuffersOES(n: Int, renderbuffers: IntBuffer!) |
abstract Unit | |
abstract Unit |
glFramebufferRenderbufferOES(target: Int, attachment: Int, renderbuffertarget: Int, renderbuffer: Int) |
abstract Unit | |
abstract Unit |
glGenFramebuffersOES(n: Int, framebuffers: IntArray!, offset: Int) |
abstract Unit |
glGenFramebuffersOES(n: Int, framebuffers: IntBuffer!) |
abstract Unit |
glGenRenderbuffersOES(n: Int, renderbuffers: IntArray!, offset: Int) |
abstract Unit |
glGenRenderbuffersOES(n: Int, renderbuffers: IntBuffer!) |
abstract Unit |
glGenerateMipmapOES(target: Int) |
abstract Unit | |
abstract Unit |
glGetFramebufferAttachmentParameterivOES(target: Int, attachment: Int, pname: Int, params: IntBuffer!) |
abstract Unit |
glGetIntegerv(pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glGetIntegerv(pname: Int, params: IntBuffer!) |
abstract Unit |
glGetRenderbufferParameterivOES(target: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glGetRenderbufferParameterivOES(target: Int, pname: Int, params: IntBuffer!) |
abstract Unit |
glGetTexGenfv(coord: Int, pname: Int, params: FloatArray!, offset: Int) |
abstract Unit |
glGetTexGenfv(coord: Int, pname: Int, params: FloatBuffer!) |
abstract Unit |
glGetTexGeniv(coord: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glGetTexGeniv(coord: Int, pname: Int, params: IntBuffer!) |
abstract Unit |
glGetTexGenxv(coord: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glGetTexGenxv(coord: Int, pname: Int, params: IntBuffer!) |
abstract Boolean |
glIsFramebufferOES(framebuffer: Int) |
abstract Boolean |
glIsRenderbufferOES(renderbuffer: Int) |
abstract Unit |
glRenderbufferStorageOES(target: Int, internalformat: Int, width: Int, height: Int) |
abstract Unit |
glStencilOp(fail: Int, zfail: Int, zpass: Int) |
abstract Unit | |
abstract Unit |
glTexEnvfv(target: Int, pname: Int, params: FloatArray!, offset: Int) |
abstract Unit |
glTexEnvfv(target: Int, pname: Int, params: FloatBuffer!) |
abstract Unit | |
abstract Unit |
glTexEnvxv(target: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glTexEnvxv(target: Int, pname: Int, params: IntBuffer!) |
abstract Unit | |
abstract Unit |
glTexGenfv(coord: Int, pname: Int, params: FloatArray!, offset: Int) |
abstract Unit |
glTexGenfv(coord: Int, pname: Int, params: FloatBuffer!) |
abstract Unit | |
abstract Unit |
glTexGeniv(coord: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glTexGeniv(coord: Int, pname: Int, params: IntBuffer!) |
abstract Unit | |
abstract Unit |
glTexGenxv(coord: Int, pname: Int, params: IntArray!, offset: Int) |
abstract Unit |
glTexGenxv(coord: Int, pname: Int, params: IntBuffer!) |
abstract Unit |
glTexParameterf(target: Int, pname: Int, param: Float) |
Constants
GL_COLOR_ATTACHMENT10_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT10_OES: Int
Value: 36074
GL_COLOR_ATTACHMENT11_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT11_OES: Int
Value: 36075
GL_COLOR_ATTACHMENT12_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT12_OES: Int
Value: 36076
GL_COLOR_ATTACHMENT13_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT13_OES: Int
Value: 36077
GL_COLOR_ATTACHMENT14_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT14_OES: Int
Value: 36078
GL_COLOR_ATTACHMENT15_OES
Added in API level 1
static val GL_COLOR_ATTACHMENT15_OES: Int
Value: 36079
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Added in API level 1
static val GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES: Int
Value: 36049
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
Added in API level 1
static val GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES: Int
Value: 36048
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Added in API level 1
static val GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES: Int
Value: 36051
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Added in API level 1
static val GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES: Int
Value: 36050
GL_FRAMEBUFFER_BINDING_OES
Added in API level 1
static val GL_FRAMEBUFFER_BINDING_OES: Int
Value: 36006
GL_FRAMEBUFFER_COMPLETE_OES
Added in API level 1
static val GL_FRAMEBUFFER_COMPLETE_OES: Int
Value: 36053
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES: Int
Value: 36054
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES: Int
Value: 36057
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES: Int
Value: 36059
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES: Int
Value: 36058
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES: Int
Value: 36055
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
Added in API level 1
static val GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES: Int
Value: 36060
GL_FRAMEBUFFER_UNSUPPORTED_OES
Added in API level 1
static val GL_FRAMEBUFFER_UNSUPPORTED_OES: Int
Value: 36061
GL_INVALID_FRAMEBUFFER_OPERATION_OES
Added in API level 1
static val GL_INVALID_FRAMEBUFFER_OPERATION_OES: Int
Value: 1286
GL_MAX_COLOR_ATTACHMENTS_OES
Added in API level 1
static val GL_MAX_COLOR_ATTACHMENTS_OES: Int
Value: 36063
GL_MAX_CUBE_MAP_TEXTURE_SIZE
Added in API level 1
static val GL_MAX_CUBE_MAP_TEXTURE_SIZE: Int
Value: 34076
GL_MAX_RENDERBUFFER_SIZE_OES
Added in API level 1
static val GL_MAX_RENDERBUFFER_SIZE_OES: Int
Value: 34024
GL_RENDERBUFFER_ALPHA_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_ALPHA_SIZE_OES: Int
Value: 36179
GL_RENDERBUFFER_BINDING_OES
Added in API level 1
static val GL_RENDERBUFFER_BINDING_OES: Int
Value: 36007
GL_RENDERBUFFER_BLUE_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_BLUE_SIZE_OES: Int
Value: 36178
GL_RENDERBUFFER_DEPTH_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_DEPTH_SIZE_OES: Int
Value: 36180
GL_RENDERBUFFER_GREEN_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_GREEN_SIZE_OES: Int
Value: 36177
GL_RENDERBUFFER_HEIGHT_OES
Added in API level 1
static val GL_RENDERBUFFER_HEIGHT_OES: Int
Value: 36163
GL_RENDERBUFFER_INTERNAL_FORMAT_OES
Added in API level 1
static val GL_RENDERBUFFER_INTERNAL_FORMAT_OES: Int
Value: 36164
GL_RENDERBUFFER_RED_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_RED_SIZE_OES: Int
Value: 36176
GL_RENDERBUFFER_STENCIL_SIZE_OES
Added in API level 1
static val GL_RENDERBUFFER_STENCIL_SIZE_OES: Int
Value: 36181
GL_RENDERBUFFER_WIDTH_OES
Added in API level 1
static val GL_RENDERBUFFER_WIDTH_OES: Int
Value: 36162
GL_STENCIL_ATTACHMENT_OES
Added in API level 1
static val GL_STENCIL_ATTACHMENT_OES: Int
Value: 36128
GL_TEXTURE_BINDING_CUBE_MAP
Added in API level 1
static val GL_TEXTURE_BINDING_CUBE_MAP: Int
Value: 34068
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_NEGATIVE_X: Int
Value: 34070
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: Int
Value: 34072
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: Int
Value: 34074
GL_TEXTURE_CUBE_MAP_POSITIVE_X
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_POSITIVE_X: Int
Value: 34069
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_POSITIVE_Y: Int
Value: 34071
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
Added in API level 1
static val GL_TEXTURE_CUBE_MAP_POSITIVE_Z: Int
Value: 34073
Public methods
glBindFramebufferOES
Added in API level 1
abstract fun glBindFramebufferOES(
target: Int,
framebuffer: Int
): Unit
glBindRenderbufferOES
Added in API level 1
abstract fun glBindRenderbufferOES(
target: Int,
renderbuffer: Int
): Unit
glBlendEquationSeparate
Added in API level 1
abstract fun glBlendEquationSeparate(
modeRGB: Int,
modeAlpha: Int
): Unit
glBlendFuncSeparate
Added in API level 1
abstract fun glBlendFuncSeparate(
srcRGB: Int,
dstRGB: Int,
srcAlpha: Int,
dstAlpha: Int
): Unit
glCheckFramebufferStatusOES
Added in API level 1
abstract fun glCheckFramebufferStatusOES(target: Int): Int
glCompressedTexImage2D
Added in API level 1
abstract fun glCompressedTexImage2D(
target: Int,
level: Int,
internalformat: Int,
width: Int,
height: Int,
border: Int,
imageSize: Int,
data: Buffer!
): Unit
glCopyTexImage2D
Added in API level 1
abstract fun glCopyTexImage2D(
target: Int,
level: Int,
internalformat: Int,
x: Int,
y: Int,
width: Int,
height: Int,
border: Int
): Unit
glDeleteFramebuffersOES
Added in API level 1
abstract fun glDeleteFramebuffersOES(
n: Int,
framebuffers: IntArray!,
offset: Int
): Unit
glDeleteFramebuffersOES
Added in API level 1
abstract fun glDeleteFramebuffersOES(
n: Int,
framebuffers: IntBuffer!
): Unit
glDeleteRenderbuffersOES
Added in API level 1
abstract fun glDeleteRenderbuffersOES(
n: Int,
renderbuffers: IntArray!,
offset: Int
): Unit
glDeleteRenderbuffersOES
Added in API level 1
abstract fun glDeleteRenderbuffersOES(
n: Int,
renderbuffers: IntBuffer!
): Unit
glFramebufferRenderbufferOES
Added in API level 1
abstract fun glFramebufferRenderbufferOES(
target: Int,
attachment: Int,
renderbuffertarget: Int,
renderbuffer: Int
): Unit
glFramebufferTexture2DOES
Added in API level 1
abstract fun glFramebufferTexture2DOES(
target: Int,
attachment: Int,
textarget: Int,
texture: Int,
level: Int
): Unit
glGenFramebuffersOES
Added in API level 1
abstract fun glGenFramebuffersOES(
n: Int,
framebuffers: IntArray!,
offset: Int
): Unit
glGenFramebuffersOES
Added in API level 1
abstract fun glGenFramebuffersOES(
n: Int,
framebuffers: IntBuffer!
): Unit
glGenRenderbuffersOES
Added in API level 1
abstract fun glGenRenderbuffersOES(
n: Int,
renderbuffers: IntArray!,
offset: Int
): Unit
glGenRenderbuffersOES
Added in API level 1
abstract fun glGenRenderbuffersOES(
n: Int,
renderbuffers: IntBuffer!
): Unit
glGetFramebufferAttachmentParameterivOES
Added in API level 1
abstract fun glGetFramebufferAttachmentParameterivOES(
target: Int,
attachment: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetFramebufferAttachmentParameterivOES
Added in API level 1
abstract fun glGetFramebufferAttachmentParameterivOES(
target: Int,
attachment: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetIntegerv
Added in API level 1
abstract fun glGetIntegerv(
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetIntegerv
Added in API level 1
abstract fun glGetIntegerv(
pname: Int,
params: IntBuffer!
): Unit
glGetRenderbufferParameterivOES
Added in API level 1
abstract fun glGetRenderbufferParameterivOES(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetRenderbufferParameterivOES
Added in API level 1
abstract fun glGetRenderbufferParameterivOES(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetTexGenfv
Added in API level 1
abstract fun glGetTexGenfv(
coord: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glGetTexGenfv
Added in API level 1
abstract fun glGetTexGenfv(
coord: Int,
pname: Int,
params: FloatBuffer!
): Unit
glGetTexGeniv
Added in API level 1
abstract fun glGetTexGeniv(
coord: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexGeniv
Added in API level 1
abstract fun glGetTexGeniv(
coord: Int,
pname: Int,
params: IntBuffer!
): Unit
glGetTexGenxv
Added in API level 1
abstract fun glGetTexGenxv(
coord: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glGetTexGenxv
Added in API level 1
abstract fun glGetTexGenxv(
coord: Int,
pname: Int,
params: IntBuffer!
): Unit
glIsRenderbufferOES
Added in API level 1
abstract fun glIsRenderbufferOES(renderbuffer: Int): Boolean
glRenderbufferStorageOES
Added in API level 1
abstract fun glRenderbufferStorageOES(
target: Int,
internalformat: Int,
width: Int,
height: Int
): Unit
glTexEnvfv
Added in API level 1
abstract fun glTexEnvfv(
target: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glTexEnvfv
Added in API level 1
abstract fun glTexEnvfv(
target: Int,
pname: Int,
params: FloatBuffer!
): Unit
glTexEnvxv
Added in API level 1
abstract fun glTexEnvxv(
target: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexEnvxv
Added in API level 1
abstract fun glTexEnvxv(
target: Int,
pname: Int,
params: IntBuffer!
): Unit
glTexGenfv
Added in API level 1
abstract fun glTexGenfv(
coord: Int,
pname: Int,
params: FloatArray!,
offset: Int
): Unit
glTexGenfv
Added in API level 1
abstract fun glTexGenfv(
coord: Int,
pname: Int,
params: FloatBuffer!
): Unit
glTexGeniv
Added in API level 1
abstract fun glTexGeniv(
coord: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexGeniv
Added in API level 1
abstract fun glTexGeniv(
coord: Int,
pname: Int,
params: IntBuffer!
): Unit
glTexGenxv
Added in API level 1
abstract fun glTexGenxv(
coord: Int,
pname: Int,
params: IntArray!,
offset: Int
): Unit
glTexGenxv
Added in API level 1
abstract fun glTexGenxv(
coord: Int,
pname: Int,
params: IntBuffer!
): Unit
glTexParameterf
Added in API level 1
abstract fun glTexParameterf(
target: Int,
pname: Int,
param: Float
): Unit