# Print output for @column tags ?> GL11ExtensionPack - Android SDK | Android Developers

Most visited

Recently visited

GL11ExtensionPack

public interface GL11ExtensionPack
implements GL

javax.microedition.khronos.opengles.GL11ExtensionPack


Summary

Constants

int GL_BLEND_DST_ALPHA

int GL_BLEND_DST_RGB

int GL_BLEND_EQUATION

int GL_BLEND_EQUATION_ALPHA

int GL_BLEND_EQUATION_RGB

int GL_BLEND_SRC_ALPHA

int GL_BLEND_SRC_RGB

int GL_COLOR_ATTACHMENT0_OES

int GL_COLOR_ATTACHMENT10_OES

int GL_COLOR_ATTACHMENT11_OES

int GL_COLOR_ATTACHMENT12_OES

int GL_COLOR_ATTACHMENT13_OES

int GL_COLOR_ATTACHMENT14_OES

int GL_COLOR_ATTACHMENT15_OES

int GL_COLOR_ATTACHMENT1_OES

int GL_COLOR_ATTACHMENT2_OES

int GL_COLOR_ATTACHMENT3_OES

int GL_COLOR_ATTACHMENT4_OES

int GL_COLOR_ATTACHMENT5_OES

int GL_COLOR_ATTACHMENT6_OES

int GL_COLOR_ATTACHMENT7_OES

int GL_COLOR_ATTACHMENT8_OES

int GL_COLOR_ATTACHMENT9_OES

int GL_DECR_WRAP

int GL_DEPTH_ATTACHMENT_OES

int GL_DEPTH_COMPONENT

int GL_DEPTH_COMPONENT16

int GL_DEPTH_COMPONENT24

int GL_DEPTH_COMPONENT32

int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

int GL_FRAMEBUFFER_BINDING_OES

int GL_FRAMEBUFFER_COMPLETE_OES

int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES

int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES

int GL_FRAMEBUFFER_OES

int GL_FRAMEBUFFER_UNSUPPORTED_OES

int GL_FUNC_ADD

int GL_FUNC_REVERSE_SUBTRACT

int GL_FUNC_SUBTRACT

int GL_INCR_WRAP

int GL_INVALID_FRAMEBUFFER_OPERATION_OES

int GL_MAX_COLOR_ATTACHMENTS_OES

int GL_MAX_CUBE_MAP_TEXTURE_SIZE

int GL_MAX_RENDERBUFFER_SIZE_OES

int GL_MIRRORED_REPEAT

int GL_NORMAL_MAP

int GL_REFLECTION_MAP

int GL_RENDERBUFFER_ALPHA_SIZE_OES

int GL_RENDERBUFFER_BINDING_OES

int GL_RENDERBUFFER_BLUE_SIZE_OES

int GL_RENDERBUFFER_DEPTH_SIZE_OES

int GL_RENDERBUFFER_GREEN_SIZE_OES

int GL_RENDERBUFFER_HEIGHT_OES

int GL_RENDERBUFFER_INTERNAL_FORMAT_OES

int GL_RENDERBUFFER_OES

int GL_RENDERBUFFER_RED_SIZE_OES

int GL_RENDERBUFFER_STENCIL_SIZE_OES

int GL_RENDERBUFFER_WIDTH_OES

int GL_RGB565_OES

int GL_RGB5_A1

int GL_RGB8

int GL_RGBA4

int GL_RGBA8

int GL_STENCIL_ATTACHMENT_OES

int GL_STENCIL_INDEX

int GL_STENCIL_INDEX1_OES

int GL_STENCIL_INDEX4_OES

int GL_STENCIL_INDEX8_OES

int GL_STR

int GL_TEXTURE_BINDING_CUBE_MAP

int GL_TEXTURE_CUBE_MAP

int GL_TEXTURE_CUBE_MAP_NEGATIVE_X

int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

int GL_TEXTURE_CUBE_MAP_POSITIVE_X

int GL_TEXTURE_CUBE_MAP_POSITIVE_Y

int GL_TEXTURE_CUBE_MAP_POSITIVE_Z

int GL_TEXTURE_GEN_MODE

int GL_TEXTURE_GEN_STR

Public methods

abstract void glBindFramebufferOES(int target, int framebuffer)
abstract void glBindRenderbufferOES(int target, int renderbuffer)
abstract void glBindTexture(int target, int texture)
abstract void glBlendEquation(int mode)
abstract void glBlendEquationSeparate(int modeRGB, int modeAlpha)
abstract void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
abstract int glCheckFramebufferStatusOES(int target)
abstract void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)
abstract void glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border)
abstract void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset)
abstract void glDeleteFramebuffersOES(int n, IntBuffer framebuffers)
abstract void glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers)
abstract void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
abstract void glEnable(int cap)
abstract void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)
abstract void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level)
abstract void glGenFramebuffersOES(int n, int[] framebuffers, int offset)
abstract void glGenFramebuffersOES(int n, IntBuffer framebuffers)
abstract void glGenRenderbuffersOES(int n, IntBuffer renderbuffers)
abstract void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
abstract void glGenerateMipmapOES(int target)
abstract void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
abstract void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params)
abstract void glGetIntegerv(int pname, int[] params, int offset)
abstract void glGetIntegerv(int pname, IntBuffer params)
abstract void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
abstract void glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params)
abstract void glGetTexGenfv(int coord, int pname, FloatBuffer params)
abstract void glGetTexGenfv(int coord, int pname, float[] params, int offset)
abstract void glGetTexGeniv(int coord, int pname, IntBuffer params)
abstract void glGetTexGeniv(int coord, int pname, int[] params, int offset)
abstract void glGetTexGenxv(int coord, int pname, int[] params, int offset)
abstract void glGetTexGenxv(int coord, int pname, IntBuffer params)
abstract boolean glIsFramebufferOES(int framebuffer)
abstract boolean glIsRenderbufferOES(int renderbuffer)
abstract void glRenderbufferStorageOES(int target, int internalformat, int width, int height)
abstract void glStencilOp(int fail, int zfail, int zpass)
abstract void glTexEnvf(int target, int pname, float param)
abstract void glTexEnvfv(int target, int pname, float[] params, int offset)
abstract void glTexEnvfv(int target, int pname, FloatBuffer params)
abstract void glTexEnvx(int target, int pname, int param)
abstract void glTexEnvxv(int target, int pname, int[] params, int offset)
abstract void glTexEnvxv(int target, int pname, IntBuffer params)
abstract void glTexGenf(int coord, int pname, float param)
abstract void glTexGenfv(int coord, int pname, FloatBuffer params)
abstract void glTexGenfv(int coord, int pname, float[] params, int offset)
abstract void glTexGeni(int coord, int pname, int param)
abstract void glTexGeniv(int coord, int pname, IntBuffer params)
abstract void glTexGeniv(int coord, int pname, int[] params, int offset)
abstract void glTexGenx(int coord, int pname, int param)
abstract void glTexGenxv(int coord, int pname, int[] params, int offset)
abstract void glTexGenxv(int coord, int pname, IntBuffer params)
abstract void glTexParameterf(int target, int pname, float param)

Constants

GL_BLEND_DST_ALPHA

public static final int GL_BLEND_DST_ALPHA

Constant Value: 32970 (0x000080ca)

GL_BLEND_DST_RGB

public static final int GL_BLEND_DST_RGB

Constant Value: 32968 (0x000080c8)

GL_BLEND_EQUATION

public static final int GL_BLEND_EQUATION

Constant Value: 32777 (0x00008009)

GL_BLEND_EQUATION_ALPHA

public static final int GL_BLEND_EQUATION_ALPHA

Constant Value: 34877 (0x0000883d)

GL_BLEND_EQUATION_RGB

public static final int GL_BLEND_EQUATION_RGB

Constant Value: 32777 (0x00008009)

GL_BLEND_SRC_ALPHA

public static final int GL_BLEND_SRC_ALPHA

Constant Value: 32971 (0x000080cb)

GL_BLEND_SRC_RGB

public static final int GL_BLEND_SRC_RGB

Constant Value: 32969 (0x000080c9)

GL_COLOR_ATTACHMENT0_OES

public static final int GL_COLOR_ATTACHMENT0_OES

Constant Value: 36064 (0x00008ce0)

GL_COLOR_ATTACHMENT10_OES

public static final int GL_COLOR_ATTACHMENT10_OES

Constant Value: 36074 (0x00008cea)

GL_COLOR_ATTACHMENT11_OES

public static final int GL_COLOR_ATTACHMENT11_OES

Constant Value: 36075 (0x00008ceb)

GL_COLOR_ATTACHMENT12_OES

public static final int GL_COLOR_ATTACHMENT12_OES

Constant Value: 36076 (0x00008cec)

GL_COLOR_ATTACHMENT13_OES

public static final int GL_COLOR_ATTACHMENT13_OES

Constant Value: 36077 (0x00008ced)

GL_COLOR_ATTACHMENT14_OES

public static final int GL_COLOR_ATTACHMENT14_OES

Constant Value: 36078 (0x00008cee)

GL_COLOR_ATTACHMENT15_OES

public static final int GL_COLOR_ATTACHMENT15_OES

Constant Value: 36079 (0x00008cef)

GL_COLOR_ATTACHMENT1_OES

public static final int GL_COLOR_ATTACHMENT1_OES

Constant Value: 36065 (0x00008ce1)

GL_COLOR_ATTACHMENT2_OES

public static final int GL_COLOR_ATTACHMENT2_OES

Constant Value: 36066 (0x00008ce2)

GL_COLOR_ATTACHMENT3_OES

public static final int GL_COLOR_ATTACHMENT3_OES

Constant Value: 36067 (0x00008ce3)

GL_COLOR_ATTACHMENT4_OES

public static final int GL_COLOR_ATTACHMENT4_OES

Constant Value: 36068 (0x00008ce4)

GL_COLOR_ATTACHMENT5_OES

public static final int GL_COLOR_ATTACHMENT5_OES

Constant Value: 36069 (0x00008ce5)

GL_COLOR_ATTACHMENT6_OES

public static final int GL_COLOR_ATTACHMENT6_OES

Constant Value: 36070 (0x00008ce6)

GL_COLOR_ATTACHMENT7_OES

public static final int GL_COLOR_ATTACHMENT7_OES

Constant Value: 36071 (0x00008ce7)

GL_COLOR_ATTACHMENT8_OES

public static final int GL_COLOR_ATTACHMENT8_OES

Constant Value: 36072 (0x00008ce8)

GL_COLOR_ATTACHMENT9_OES

public static final int GL_COLOR_ATTACHMENT9_OES

Constant Value: 36073 (0x00008ce9)

GL_DECR_WRAP

public static final int GL_DECR_WRAP

Constant Value: 34056 (0x00008508)

GL_DEPTH_ATTACHMENT_OES

public static final int GL_DEPTH_ATTACHMENT_OES

Constant Value: 36096 (0x00008d00)

GL_DEPTH_COMPONENT

public static final int GL_DEPTH_COMPONENT

Constant Value: 6402 (0x00001902)

GL_DEPTH_COMPONENT16

public static final int GL_DEPTH_COMPONENT16

Constant Value: 33189 (0x000081a5)

GL_DEPTH_COMPONENT24

public static final int GL_DEPTH_COMPONENT24

Constant Value: 33190 (0x000081a6)

GL_DEPTH_COMPONENT32

public static final int GL_DEPTH_COMPONENT32

Constant Value: 33191 (0x000081a7)

GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

Constant Value: 36049 (0x00008cd1)

GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

Constant Value: 36048 (0x00008cd0)

GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

Constant Value: 36051 (0x00008cd3)

GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

Constant Value: 36050 (0x00008cd2)

GL_FRAMEBUFFER_BINDING_OES

public static final int GL_FRAMEBUFFER_BINDING_OES

Constant Value: 36006 (0x00008ca6)

GL_FRAMEBUFFER_COMPLETE_OES

public static final int GL_FRAMEBUFFER_COMPLETE_OES

Constant Value: 36053 (0x00008cd5)

GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

Constant Value: 36054 (0x00008cd6)

GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

Constant Value: 36057 (0x00008cd9)

GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES

Constant Value: 36059 (0x00008cdb)

GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

Constant Value: 36058 (0x00008cda)

GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

Constant Value: 36055 (0x00008cd7)

GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES

public static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES

Constant Value: 36060 (0x00008cdc)

GL_FRAMEBUFFER_OES

public static final int GL_FRAMEBUFFER_OES

Constant Value: 36160 (0x00008d40)

GL_FRAMEBUFFER_UNSUPPORTED_OES

public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES

Constant Value: 36061 (0x00008cdd)

GL_FUNC_ADD

public static final int GL_FUNC_ADD

Constant Value: 32774 (0x00008006)

GL_FUNC_REVERSE_SUBTRACT

public static final int GL_FUNC_REVERSE_SUBTRACT

Constant Value: 32779 (0x0000800b)

GL_FUNC_SUBTRACT

public static final int GL_FUNC_SUBTRACT

Constant Value: 32778 (0x0000800a)

GL_INCR_WRAP

public static final int GL_INCR_WRAP

Constant Value: 34055 (0x00008507)

GL_INVALID_FRAMEBUFFER_OPERATION_OES

public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES

Constant Value: 1286 (0x00000506)

GL_MAX_COLOR_ATTACHMENTS_OES

public static final int GL_MAX_COLOR_ATTACHMENTS_OES

Constant Value: 36063 (0x00008cdf)

GL_MAX_CUBE_MAP_TEXTURE_SIZE

public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE

Constant Value: 34076 (0x0000851c)

GL_MAX_RENDERBUFFER_SIZE_OES

public static final int GL_MAX_RENDERBUFFER_SIZE_OES

Constant Value: 34024 (0x000084e8)

GL_MIRRORED_REPEAT

public static final int GL_MIRRORED_REPEAT

Constant Value: 33648 (0x00008370)

GL_NORMAL_MAP

public static final int GL_NORMAL_MAP

Constant Value: 34065 (0x00008511)

GL_REFLECTION_MAP

public static final int GL_REFLECTION_MAP

Constant Value: 34066 (0x00008512)

GL_RENDERBUFFER_ALPHA_SIZE_OES

public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES

Constant Value: 36179 (0x00008d53)

GL_RENDERBUFFER_BINDING_OES

public static final int GL_RENDERBUFFER_BINDING_OES

Constant Value: 36007 (0x00008ca7)

GL_RENDERBUFFER_BLUE_SIZE_OES

public static final int GL_RENDERBUFFER_BLUE_SIZE_OES

Constant Value: 36178 (0x00008d52)

GL_RENDERBUFFER_DEPTH_SIZE_OES

public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES

Constant Value: 36180 (0x00008d54)

GL_RENDERBUFFER_GREEN_SIZE_OES

public static final int GL_RENDERBUFFER_GREEN_SIZE_OES

Constant Value: 36177 (0x00008d51)

GL_RENDERBUFFER_HEIGHT_OES

public static final int GL_RENDERBUFFER_HEIGHT_OES

Constant Value: 36163 (0x00008d43)

GL_RENDERBUFFER_INTERNAL_FORMAT_OES

public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES

Constant Value: 36164 (0x00008d44)

GL_RENDERBUFFER_OES

public static final int GL_RENDERBUFFER_OES

Constant Value: 36161 (0x00008d41)

GL_RENDERBUFFER_RED_SIZE_OES

public static final int GL_RENDERBUFFER_RED_SIZE_OES

Constant Value: 36176 (0x00008d50)

GL_RENDERBUFFER_STENCIL_SIZE_OES

public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES

Constant Value: 36181 (0x00008d55)

GL_RENDERBUFFER_WIDTH_OES

public static final int GL_RENDERBUFFER_WIDTH_OES

Constant Value: 36162 (0x00008d42)

GL_RGB565_OES

public static final int GL_RGB565_OES

Constant Value: 36194 (0x00008d62)

GL_RGB5_A1

public static final int GL_RGB5_A1

Constant Value: 32855 (0x00008057)

GL_RGB8

public static final int GL_RGB8

Constant Value: 32849 (0x00008051)

GL_RGBA4

public static final int GL_RGBA4

Constant Value: 32854 (0x00008056)

GL_RGBA8

public static final int GL_RGBA8

Constant Value: 32856 (0x00008058)

GL_STENCIL_ATTACHMENT_OES

public static final int GL_STENCIL_ATTACHMENT_OES

Constant Value: 36128 (0x00008d20)

GL_STENCIL_INDEX

public static final int GL_STENCIL_INDEX

Constant Value: 6401 (0x00001901)

GL_STENCIL_INDEX1_OES

public static final int GL_STENCIL_INDEX1_OES

Constant Value: 36166 (0x00008d46)

GL_STENCIL_INDEX4_OES

public static final int GL_STENCIL_INDEX4_OES

Constant Value: 36167 (0x00008d47)

GL_STENCIL_INDEX8_OES

public static final int GL_STENCIL_INDEX8_OES

Constant Value: 36168 (0x00008d48)

GL_STR

public static final int GL_STR

Constant Value: -1 (0xffffffff)

GL_TEXTURE_BINDING_CUBE_MAP

public static final int GL_TEXTURE_BINDING_CUBE_MAP

Constant Value: 34068 (0x00008514)

GL_TEXTURE_CUBE_MAP

public static final int GL_TEXTURE_CUBE_MAP

Constant Value: 34067 (0x00008513)

GL_TEXTURE_CUBE_MAP_NEGATIVE_X

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X

Constant Value: 34070 (0x00008516)

GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

Constant Value: 34072 (0x00008518)

GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

Constant Value: 34074 (0x0000851a)

GL_TEXTURE_CUBE_MAP_POSITIVE_X

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X

Constant Value: 34069 (0x00008515)

GL_TEXTURE_CUBE_MAP_POSITIVE_Y

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y

Constant Value: 34071 (0x00008517)

GL_TEXTURE_CUBE_MAP_POSITIVE_Z

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z

Constant Value: 34073 (0x00008519)

GL_TEXTURE_GEN_MODE

public static final int GL_TEXTURE_GEN_MODE

Constant Value: 9472 (0x00002500)

GL_TEXTURE_GEN_STR

public static final int GL_TEXTURE_GEN_STR

Constant Value: 36192 (0x00008d60)

Public methods

glBindFramebufferOES

public abstract void glBindFramebufferOES (int target, 
                int framebuffer)

Parameters
target int

framebuffer int

glBindRenderbufferOES

public abstract void glBindRenderbufferOES (int target, 
                int renderbuffer)

Parameters
target int

renderbuffer int

glBindTexture

public abstract void glBindTexture (int target, 
                int texture)

Parameters
target int

texture int

glBlendEquation

public abstract void glBlendEquation (int mode)

Parameters
mode int

glBlendEquationSeparate

public abstract void glBlendEquationSeparate (int modeRGB, 
                int modeAlpha)

Parameters
modeRGB int

modeAlpha int

glBlendFuncSeparate

public abstract void glBlendFuncSeparate (int srcRGB, 
                int dstRGB, 
                int srcAlpha, 
                int dstAlpha)

Parameters
srcRGB int

dstRGB int

srcAlpha int

dstAlpha int

glCheckFramebufferStatusOES

public abstract int glCheckFramebufferStatusOES (int target)

Parameters
target int

Returns
int

glCompressedTexImage2D

public abstract void glCompressedTexImage2D (int target, 
                int level, 
                int internalformat, 
                int width, 
                int height, 
                int border, 
                int imageSize, 
                Buffer data)

Parameters
target int

level int

internalformat int

width int

height int

border int

imageSize int

data Buffer

glCopyTexImage2D

public abstract void glCopyTexImage2D (int target, 
                int level, 
                int internalformat, 
                int x, 
                int y, 
                int width, 
                int height, 
                int border)

Parameters
target int

level int

internalformat int

x int

y int

width int

height int

border int

glDeleteFramebuffersOES

public abstract void glDeleteFramebuffersOES (int n, 
                int[] framebuffers, 
                int offset)

Parameters
n int

framebuffers int

offset int

glDeleteFramebuffersOES

public abstract void glDeleteFramebuffersOES (int n, 
                IntBuffer framebuffers)

Parameters
n int

framebuffers IntBuffer

glDeleteRenderbuffersOES

public abstract void glDeleteRenderbuffersOES (int n, 
                IntBuffer renderbuffers)

Parameters
n int

renderbuffers IntBuffer

glDeleteRenderbuffersOES

public abstract void glDeleteRenderbuffersOES (int n, 
                int[] renderbuffers, 
                int offset)

Parameters
n int

renderbuffers int

offset int

glEnable

public abstract void glEnable (int cap)

Parameters
cap int

glFramebufferRenderbufferOES

public abstract void glFramebufferRenderbufferOES (int target, 
                int attachment, 
                int renderbuffertarget, 
                int renderbuffer)

Parameters
target int

attachment int

renderbuffertarget int

renderbuffer int

glFramebufferTexture2DOES

public abstract void glFramebufferTexture2DOES (int target, 
                int attachment, 
                int textarget, 
                int texture, 
                int level)

Parameters
target int

attachment int

textarget int

texture int

level int

glGenFramebuffersOES

public abstract void glGenFramebuffersOES (int n, 
                int[] framebuffers, 
                int offset)

Parameters
n int

framebuffers int

offset int

glGenFramebuffersOES

public abstract void glGenFramebuffersOES (int n, 
                IntBuffer framebuffers)

Parameters
n int

framebuffers IntBuffer

glGenRenderbuffersOES

public abstract void glGenRenderbuffersOES (int n, 
                IntBuffer renderbuffers)

Parameters
n int

renderbuffers IntBuffer

glGenRenderbuffersOES

public abstract void glGenRenderbuffersOES (int n, 
                int[] renderbuffers, 
                int offset)

Parameters
n int

renderbuffers int

offset int

glGenerateMipmapOES

public abstract void glGenerateMipmapOES (int target)

Parameters
target int

glGetFramebufferAttachmentParameterivOES

public abstract void glGetFramebufferAttachmentParameterivOES (int target, 
                int attachment, 
                int pname, 
                int[] params, 
                int offset)

Parameters
target int

attachment int

pname int

params int

offset int

glGetFramebufferAttachmentParameterivOES

public abstract void glGetFramebufferAttachmentParameterivOES (int target, 
                int attachment, 
                int pname, 
                IntBuffer params)

Parameters
target int

attachment int

pname int

params IntBuffer

glGetIntegerv

public abstract void glGetIntegerv (int pname, 
                int[] params, 
                int offset)

Parameters
pname int

params int

offset int

glGetIntegerv

public abstract void glGetIntegerv (int pname, 
                IntBuffer params)

Parameters
pname int

params IntBuffer

glGetRenderbufferParameterivOES

public abstract void glGetRenderbufferParameterivOES (int target, 
                int pname, 
                int[] params, 
                int offset)

Parameters
target int

pname int

params int

offset int

glGetRenderbufferParameterivOES

public abstract void glGetRenderbufferParameterivOES (int target, 
                int pname, 
                IntBuffer params)

Parameters
target int

pname int

params IntBuffer

glGetTexGenfv

public abstract void glGetTexGenfv (int coord, 
                int pname, 
                FloatBuffer params)

Parameters
coord int

pname int

params FloatBuffer

glGetTexGenfv

public abstract void glGetTexGenfv (int coord, 
                int pname, 
                float[] params, 
                int offset)

Parameters
coord int

pname int

params float

offset int

glGetTexGeniv

public abstract void glGetTexGeniv (int coord, 
                int pname, 
                IntBuffer params)

Parameters
coord int

pname int

params IntBuffer

glGetTexGeniv

public abstract void glGetTexGeniv (int coord, 
                int pname, 
                int[] params, 
                int offset)

Parameters
coord int

pname int

params int

offset int

glGetTexGenxv

public abstract void glGetTexGenxv (int coord, 
                int pname, 
                int[] params, 
                int offset)

Parameters
coord int

pname int

params int

offset int

glGetTexGenxv

public abstract void glGetTexGenxv (int coord, 
                int pname, 
                IntBuffer params)

Parameters
coord int

pname int

params IntBuffer

glIsFramebufferOES

public abstract boolean glIsFramebufferOES (int framebuffer)

Parameters
framebuffer int

Returns
boolean

glIsRenderbufferOES

public abstract boolean glIsRenderbufferOES (int renderbuffer)

Parameters
renderbuffer int

Returns
boolean

glRenderbufferStorageOES

public abstract void glRenderbufferStorageOES (int target, 
                int internalformat, 
                int width, 
                int height)

Parameters
target int

internalformat int

width int

height int

glStencilOp

public abstract void glStencilOp (int fail, 
                int zfail, 
                int zpass)

Parameters
fail int

zfail int

zpass int

glTexEnvf

public abstract void glTexEnvf (int target, 
                int pname, 
                float param)

Parameters
target int

pname int

param float

glTexEnvfv

public abstract void glTexEnvfv (int target, 
                int pname, 
                float[] params, 
                int offset)

Parameters
target int

pname int

params float

offset int

glTexEnvfv

public abstract void glTexEnvfv (int target, 
                int pname, 
                FloatBuffer params)

Parameters
target int

pname int

params FloatBuffer

glTexEnvx

public abstract void glTexEnvx (int target, 
                int pname, 
                int param)

Parameters
target int

pname int

param int

glTexEnvxv

public abstract void glTexEnvxv (int target, 
                int pname, 
                int[] params, 
                int offset)

Parameters
target int

pname int

params int

offset int

glTexEnvxv

public abstract void glTexEnvxv (int target, 
                int pname, 
                IntBuffer params)

Parameters
target int

pname int

params IntBuffer

glTexGenf

public abstract void glTexGenf (int coord, 
                int pname, 
                float param)

Parameters
coord int

pname int

param float

glTexGenfv

public abstract void glTexGenfv (int coord, 
                int pname, 
                FloatBuffer params)

Parameters
coord int

pname int

params FloatBuffer

glTexGenfv

public abstract void glTexGenfv (int coord, 
                int pname, 
                float[] params, 
                int offset)

Parameters
coord int

pname int

params float

offset int

glTexGeni

public abstract void glTexGeni (int coord, 
                int pname, 
                int param)

Parameters
coord int

pname int

param int

glTexGeniv

public abstract void glTexGeniv (int coord, 
                int pname, 
                IntBuffer params)

Parameters
coord int

pname int

params IntBuffer

glTexGeniv

public abstract void glTexGeniv (int coord, 
                int pname, 
                int[] params, 
                int offset)

Parameters
coord int

pname int

params int

offset int

glTexGenx

public abstract void glTexGenx (int coord, 
                int pname, 
                int param)

Parameters
coord int

pname int

param int

glTexGenxv

public abstract void glTexGenxv (int coord, 
                int pname, 
                int[] params, 
                int offset)

Parameters
coord int

pname int

params int

offset int

glTexGenxv

public abstract void glTexGenxv (int coord, 
                int pname, 
                IntBuffer params)

Parameters
coord int

pname int

params IntBuffer

glTexParameterf

public abstract void glTexParameterf (int target, 
                int pname, 
                float param)

Parameters
target int

pname int

param float