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

abstract Unit
glBlendEquationSeparate(modeRGB: Int, modeAlpha: Int)

abstract Unit
glBlendFuncSeparate(srcRGB: Int, dstRGB: Int, srcAlpha: Int, dstAlpha: Int)

abstract Int

abstract Unit
glCompressedTexImage2D(target: Int, level: Int, internalformat: Int, width: Int, height: Int, border: Int, imageSize: Int, data: Buffer!)

abstract Unit
glCopyTexImage2D(target: Int, level: Int, internalformat: Int, x: Int, y: Int, width: Int, height: Int, border: Int)

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
glEnable(cap: Int)

abstract Unit
glFramebufferRenderbufferOES(target: Int, attachment: Int, renderbuffertarget: Int, renderbuffer: Int)

abstract Unit
glFramebufferTexture2DOES(target: Int, attachment: Int, textarget: Int, texture: Int, level: Int)

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

abstract Unit
glGetFramebufferAttachmentParameterivOES(target: Int, attachment: Int, pname: Int, params: IntArray!, offset: Int)

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
glTexEnvf(target: Int, pname: Int, param: Float)

abstract Unit
glTexEnvfv(target: Int, pname: Int, params: FloatArray!, offset: Int)

abstract Unit
glTexEnvfv(target: Int, pname: Int, params: FloatBuffer!)

abstract Unit
glTexEnvx(target: Int, pname: Int, param: Int)

abstract Unit
glTexEnvxv(target: Int, pname: Int, params: IntArray!, offset: Int)

abstract Unit
glTexEnvxv(target: Int, pname: Int, params: IntBuffer!)

abstract Unit
glTexGenf(coord: Int, pname: Int, param: Float)

abstract Unit
glTexGenfv(coord: Int, pname: Int, params: FloatArray!, offset: Int)

abstract Unit
glTexGenfv(coord: Int, pname: Int, params: FloatBuffer!)

abstract Unit
glTexGeni(coord: Int, pname: Int, param: Int)

abstract Unit
glTexGeniv(coord: Int, pname: Int, params: IntArray!, offset: Int)

abstract Unit
glTexGeniv(coord: Int, pname: Int, params: IntBuffer!)

abstract Unit
glTexGenx(coord: Int, pname: Int, param: Int)

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_BLEND_DST_ALPHA

Added in API level 1
static val GL_BLEND_DST_ALPHA: Int
Value: 32970

GL_BLEND_DST_RGB

Added in API level 1
static val GL_BLEND_DST_RGB: Int
Value: 32968

GL_BLEND_EQUATION

Added in API level 1
static val GL_BLEND_EQUATION: Int
Value: 32777

GL_BLEND_EQUATION_ALPHA

Added in API level 1
static val GL_BLEND_EQUATION_ALPHA: Int
Value: 34877

GL_BLEND_EQUATION_RGB

Added in API level 1
static val GL_BLEND_EQUATION_RGB: Int
Value: 32777

GL_BLEND_SRC_ALPHA

Added in API level 1
static val GL_BLEND_SRC_ALPHA: Int
Value: 32971

GL_BLEND_SRC_RGB

Added in API level 1
static val GL_BLEND_SRC_RGB: Int
Value: 32969

GL_COLOR_ATTACHMENT0_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT0_OES: Int
Value: 36064

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_COLOR_ATTACHMENT1_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT1_OES: Int
Value: 36065

GL_COLOR_ATTACHMENT2_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT2_OES: Int
Value: 36066

GL_COLOR_ATTACHMENT3_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT3_OES: Int
Value: 36067

GL_COLOR_ATTACHMENT4_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT4_OES: Int
Value: 36068

GL_COLOR_ATTACHMENT5_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT5_OES: Int
Value: 36069

GL_COLOR_ATTACHMENT6_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT6_OES: Int
Value: 36070

GL_COLOR_ATTACHMENT7_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT7_OES: Int
Value: 36071

GL_COLOR_ATTACHMENT8_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT8_OES: Int
Value: 36072

GL_COLOR_ATTACHMENT9_OES

Added in API level 1
static val GL_COLOR_ATTACHMENT9_OES: Int
Value: 36073

GL_DECR_WRAP

Added in API level 1
static val GL_DECR_WRAP: Int
Value: 34056

GL_DEPTH_ATTACHMENT_OES

Added in API level 1
static val GL_DEPTH_ATTACHMENT_OES: Int
Value: 36096

GL_DEPTH_COMPONENT

Added in API level 1
static val GL_DEPTH_COMPONENT: Int
Value: 6402

GL_DEPTH_COMPONENT16

Added in API level 1
static val GL_DEPTH_COMPONENT16: Int
Value: 33189

GL_DEPTH_COMPONENT24

Added in API level 1
static val GL_DEPTH_COMPONENT24: Int
Value: 33190

GL_DEPTH_COMPONENT32

Added in API level 1
static val GL_DEPTH_COMPONENT32: Int
Value: 33191

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_OES

Added in API level 1
static val GL_FRAMEBUFFER_OES: Int
Value: 36160

GL_FRAMEBUFFER_UNSUPPORTED_OES

Added in API level 1
static val GL_FRAMEBUFFER_UNSUPPORTED_OES: Int
Value: 36061

GL_FUNC_ADD

Added in API level 1
static val GL_FUNC_ADD: Int
Value: 32774

GL_FUNC_REVERSE_SUBTRACT

Added in API level 1
static val GL_FUNC_REVERSE_SUBTRACT: Int
Value: 32779

GL_FUNC_SUBTRACT

Added in API level 1
static val GL_FUNC_SUBTRACT: Int
Value: 32778

GL_INCR_WRAP

Added in API level 1
static val GL_INCR_WRAP: Int
Value: 34055

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_MIRRORED_REPEAT

Added in API level 1
static val GL_MIRRORED_REPEAT: Int
Value: 33648

GL_NORMAL_MAP

Added in API level 1
static val GL_NORMAL_MAP: Int
Value: 34065

GL_REFLECTION_MAP

Added in API level 1
static val GL_REFLECTION_MAP: Int
Value: 34066

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_OES

Added in API level 1
static val GL_RENDERBUFFER_OES: Int
Value: 36161

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_RGB565_OES

Added in API level 1
static val GL_RGB565_OES: Int
Value: 36194

GL_RGB5_A1

Added in API level 1
static val GL_RGB5_A1: Int
Value: 32855

GL_RGB8

Added in API level 1
static val GL_RGB8: Int
Value: 32849

GL_RGBA4

Added in API level 1
static val GL_RGBA4: Int
Value: 32854

GL_RGBA8

Added in API level 1
static val GL_RGBA8: Int
Value: 32856

GL_STENCIL_ATTACHMENT_OES

Added in API level 1
static val GL_STENCIL_ATTACHMENT_OES: Int
Value: 36128

GL_STENCIL_INDEX

Added in API level 1
static val GL_STENCIL_INDEX: Int
Value: 6401

GL_STENCIL_INDEX1_OES

Added in API level 1
static val GL_STENCIL_INDEX1_OES: Int
Value: 36166

GL_STENCIL_INDEX4_OES

Added in API level 1
static val GL_STENCIL_INDEX4_OES: Int
Value: 36167

GL_STENCIL_INDEX8_OES

Added in API level 1
static val GL_STENCIL_INDEX8_OES: Int
Value: 36168

GL_STR

Added in API level 1
static val GL_STR: Int
Value: -1

GL_TEXTURE_BINDING_CUBE_MAP

Added in API level 1
static val GL_TEXTURE_BINDING_CUBE_MAP: Int
Value: 34068

GL_TEXTURE_CUBE_MAP

Added in API level 1
static val GL_TEXTURE_CUBE_MAP: Int
Value: 34067

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

GL_TEXTURE_GEN_MODE

Added in API level 1
static val GL_TEXTURE_GEN_MODE: Int
Value: 9472

GL_TEXTURE_GEN_STR

Added in API level 1
static val GL_TEXTURE_GEN_STR: Int
Value: 36192

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

glBindTexture

Added in API level 1
abstract fun glBindTexture(
    target: Int,
    texture: Int
): Unit

glBlendEquation

Added in API level 1
abstract fun glBlendEquation(mode: 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

glEnable

Added in API level 1
abstract fun glEnable(cap: Int): 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

glGenerateMipmapOES

Added in API level 1
abstract fun glGenerateMipmapOES(target: Int): 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

glIsFramebufferOES

Added in API level 1
abstract fun glIsFramebufferOES(framebuffer: Int): Boolean

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

glStencilOp

Added in API level 1
abstract fun glStencilOp(
    fail: Int,
    zfail: Int,
    zpass: Int
): Unit

glTexEnvf

Added in API level 1
abstract fun glTexEnvf(
    target: Int,
    pname: Int,
    param: Float
): 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

glTexEnvx

Added in API level 1
abstract fun glTexEnvx(
    target: Int,
    pname: Int,
    param: Int
): 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

glTexGenf

Added in API level 1
abstract fun glTexGenf(
    coord: Int,
    pname: Int,
    param: Float
): 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

glTexGeni

Added in API level 1
abstract fun glTexGeni(
    coord: Int,
    pname: Int,
    param: Int
): 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

glTexGenx

Added in API level 1
abstract fun glTexGenx(
    coord: Int,
    pname: Int,
    param: Int
): 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