Interface GL11ExtensionPack
- All Superinterfaces:
GL
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
glBindFramebufferOES
(int target, int framebuffer) void
glBindRenderbufferOES
(int target, int renderbuffer) void
glBindTexture
(int target, int texture) void
glBlendEquation
(int mode) void
glBlendEquationSeparate
(int modeRGB, int modeAlpha) void
glBlendFuncSeparate
(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) int
glCheckFramebufferStatusOES
(int target) void
glCompressedTexImage2D
(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) void
glCopyTexImage2D
(int target, int level, int internalformat, int x, int y, int width, int height, int border) void
glDeleteFramebuffersOES
(int n, int[] framebuffers, int offset) void
glDeleteFramebuffersOES
(int n, IntBuffer framebuffers) void
glDeleteRenderbuffersOES
(int n, int[] renderbuffers, int offset) void
glDeleteRenderbuffersOES
(int n, IntBuffer renderbuffers) void
glEnable
(int cap) void
glFramebufferRenderbufferOES
(int target, int attachment, int renderbuffertarget, int renderbuffer) void
glFramebufferTexture2DOES
(int target, int attachment, int textarget, int texture, int level) void
glGenerateMipmapOES
(int target) void
glGenFramebuffersOES
(int n, int[] framebuffers, int offset) void
glGenFramebuffersOES
(int n, IntBuffer framebuffers) void
glGenRenderbuffersOES
(int n, int[] renderbuffers, int offset) void
glGenRenderbuffersOES
(int n, IntBuffer renderbuffers) void
glGetFramebufferAttachmentParameterivOES
(int target, int attachment, int pname, int[] params, int offset) void
glGetFramebufferAttachmentParameterivOES
(int target, int attachment, int pname, IntBuffer params) void
glGetIntegerv
(int pname, int[] params, int offset) void
glGetIntegerv
(int pname, IntBuffer params) void
glGetRenderbufferParameterivOES
(int target, int pname, int[] params, int offset) void
glGetRenderbufferParameterivOES
(int target, int pname, IntBuffer params) void
glGetTexGenfv
(int coord, int pname, float[] params, int offset) void
glGetTexGenfv
(int coord, int pname, FloatBuffer params) void
glGetTexGeniv
(int coord, int pname, int[] params, int offset) void
glGetTexGeniv
(int coord, int pname, IntBuffer params) void
glGetTexGenxv
(int coord, int pname, int[] params, int offset) void
glGetTexGenxv
(int coord, int pname, IntBuffer params) boolean
glIsFramebufferOES
(int framebuffer) boolean
glIsRenderbufferOES
(int renderbuffer) void
glRenderbufferStorageOES
(int target, int internalformat, int width, int height) void
glStencilOp
(int fail, int zfail, int zpass) void
glTexEnvf
(int target, int pname, float param) void
glTexEnvfv
(int target, int pname, float[] params, int offset) void
glTexEnvfv
(int target, int pname, FloatBuffer params) void
glTexEnvx
(int target, int pname, int param) void
glTexEnvxv
(int target, int pname, int[] params, int offset) void
glTexEnvxv
(int target, int pname, IntBuffer params) void
glTexGenf
(int coord, int pname, float param) void
glTexGenfv
(int coord, int pname, float[] params, int offset) void
glTexGenfv
(int coord, int pname, FloatBuffer params) void
glTexGeni
(int coord, int pname, int param) void
glTexGeniv
(int coord, int pname, int[] params, int offset) void
glTexGeniv
(int coord, int pname, IntBuffer params) void
glTexGenx
(int coord, int pname, int param) void
glTexGenxv
(int coord, int pname, int[] params, int offset) void
glTexGenxv
(int coord, int pname, IntBuffer params) void
glTexParameterf
(int target, int pname, float param)
-
Field Details
-
GL_BLEND_DST_ALPHA
static final int GL_BLEND_DST_ALPHA- See Also:
-
GL_BLEND_DST_RGB
static final int GL_BLEND_DST_RGB- See Also:
-
GL_BLEND_EQUATION
static final int GL_BLEND_EQUATION- See Also:
-
GL_BLEND_EQUATION_ALPHA
static final int GL_BLEND_EQUATION_ALPHA- See Also:
-
GL_BLEND_EQUATION_RGB
static final int GL_BLEND_EQUATION_RGB- See Also:
-
GL_BLEND_SRC_ALPHA
static final int GL_BLEND_SRC_ALPHA- See Also:
-
GL_BLEND_SRC_RGB
static final int GL_BLEND_SRC_RGB- See Also:
-
GL_COLOR_ATTACHMENT0_OES
static final int GL_COLOR_ATTACHMENT0_OES- See Also:
-
GL_COLOR_ATTACHMENT1_OES
static final int GL_COLOR_ATTACHMENT1_OES- See Also:
-
GL_COLOR_ATTACHMENT2_OES
static final int GL_COLOR_ATTACHMENT2_OES- See Also:
-
GL_COLOR_ATTACHMENT3_OES
static final int GL_COLOR_ATTACHMENT3_OES- See Also:
-
GL_COLOR_ATTACHMENT4_OES
static final int GL_COLOR_ATTACHMENT4_OES- See Also:
-
GL_COLOR_ATTACHMENT5_OES
static final int GL_COLOR_ATTACHMENT5_OES- See Also:
-
GL_COLOR_ATTACHMENT6_OES
static final int GL_COLOR_ATTACHMENT6_OES- See Also:
-
GL_COLOR_ATTACHMENT7_OES
static final int GL_COLOR_ATTACHMENT7_OES- See Also:
-
GL_COLOR_ATTACHMENT8_OES
static final int GL_COLOR_ATTACHMENT8_OES- See Also:
-
GL_COLOR_ATTACHMENT9_OES
static final int GL_COLOR_ATTACHMENT9_OES- See Also:
-
GL_COLOR_ATTACHMENT10_OES
static final int GL_COLOR_ATTACHMENT10_OES- See Also:
-
GL_COLOR_ATTACHMENT11_OES
static final int GL_COLOR_ATTACHMENT11_OES- See Also:
-
GL_COLOR_ATTACHMENT12_OES
static final int GL_COLOR_ATTACHMENT12_OES- See Also:
-
GL_COLOR_ATTACHMENT13_OES
static final int GL_COLOR_ATTACHMENT13_OES- See Also:
-
GL_COLOR_ATTACHMENT14_OES
static final int GL_COLOR_ATTACHMENT14_OES- See Also:
-
GL_COLOR_ATTACHMENT15_OES
static final int GL_COLOR_ATTACHMENT15_OES- See Also:
-
GL_DECR_WRAP
static final int GL_DECR_WRAP- See Also:
-
GL_DEPTH_ATTACHMENT_OES
static final int GL_DEPTH_ATTACHMENT_OES- See Also:
-
GL_DEPTH_COMPONENT
static final int GL_DEPTH_COMPONENT- See Also:
-
GL_DEPTH_COMPONENT16
static final int GL_DEPTH_COMPONENT16- See Also:
-
GL_DEPTH_COMPONENT24
static final int GL_DEPTH_COMPONENT24- See Also:
-
GL_DEPTH_COMPONENT32
static final int GL_DEPTH_COMPONENT32- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES- See Also:
-
GL_FRAMEBUFFER_BINDING_OES
static final int GL_FRAMEBUFFER_BINDING_OES- See Also:
-
GL_FRAMEBUFFER_COMPLETE_OES
static final int GL_FRAMEBUFFER_COMPLETE_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES- See Also:
-
GL_FRAMEBUFFER_OES
static final int GL_FRAMEBUFFER_OES- See Also:
-
GL_FRAMEBUFFER_UNSUPPORTED_OES
static final int GL_FRAMEBUFFER_UNSUPPORTED_OES- See Also:
-
GL_FUNC_ADD
static final int GL_FUNC_ADD- See Also:
-
GL_FUNC_REVERSE_SUBTRACT
static final int GL_FUNC_REVERSE_SUBTRACT- See Also:
-
GL_FUNC_SUBTRACT
static final int GL_FUNC_SUBTRACT- See Also:
-
GL_INCR_WRAP
static final int GL_INCR_WRAP- See Also:
-
GL_INVALID_FRAMEBUFFER_OPERATION_OES
static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES- See Also:
-
GL_MAX_COLOR_ATTACHMENTS_OES
static final int GL_MAX_COLOR_ATTACHMENTS_OES- See Also:
-
GL_MAX_CUBE_MAP_TEXTURE_SIZE
static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE- See Also:
-
GL_MAX_RENDERBUFFER_SIZE_OES
static final int GL_MAX_RENDERBUFFER_SIZE_OES- See Also:
-
GL_MIRRORED_REPEAT
static final int GL_MIRRORED_REPEAT- See Also:
-
GL_NORMAL_MAP
static final int GL_NORMAL_MAP- See Also:
-
GL_REFLECTION_MAP
static final int GL_REFLECTION_MAP- See Also:
-
GL_RENDERBUFFER_ALPHA_SIZE_OES
static final int GL_RENDERBUFFER_ALPHA_SIZE_OES- See Also:
-
GL_RENDERBUFFER_BINDING_OES
static final int GL_RENDERBUFFER_BINDING_OES- See Also:
-
GL_RENDERBUFFER_BLUE_SIZE_OES
static final int GL_RENDERBUFFER_BLUE_SIZE_OES- See Also:
-
GL_RENDERBUFFER_DEPTH_SIZE_OES
static final int GL_RENDERBUFFER_DEPTH_SIZE_OES- See Also:
-
GL_RENDERBUFFER_GREEN_SIZE_OES
static final int GL_RENDERBUFFER_GREEN_SIZE_OES- See Also:
-
GL_RENDERBUFFER_HEIGHT_OES
static final int GL_RENDERBUFFER_HEIGHT_OES- See Also:
-
GL_RENDERBUFFER_INTERNAL_FORMAT_OES
static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES- See Also:
-
GL_RENDERBUFFER_OES
static final int GL_RENDERBUFFER_OES- See Also:
-
GL_RENDERBUFFER_RED_SIZE_OES
static final int GL_RENDERBUFFER_RED_SIZE_OES- See Also:
-
GL_RENDERBUFFER_STENCIL_SIZE_OES
static final int GL_RENDERBUFFER_STENCIL_SIZE_OES- See Also:
-
GL_RENDERBUFFER_WIDTH_OES
static final int GL_RENDERBUFFER_WIDTH_OES- See Also:
-
GL_RGB5_A1
static final int GL_RGB5_A1- See Also:
-
GL_RGB565_OES
static final int GL_RGB565_OES- See Also:
-
GL_RGB8
static final int GL_RGB8- See Also:
-
GL_RGBA4
static final int GL_RGBA4- See Also:
-
GL_RGBA8
static final int GL_RGBA8- See Also:
-
GL_STENCIL_ATTACHMENT_OES
static final int GL_STENCIL_ATTACHMENT_OES- See Also:
-
GL_STENCIL_INDEX
static final int GL_STENCIL_INDEX- See Also:
-
GL_STENCIL_INDEX1_OES
static final int GL_STENCIL_INDEX1_OES- See Also:
-
GL_STENCIL_INDEX4_OES
static final int GL_STENCIL_INDEX4_OES- See Also:
-
GL_STENCIL_INDEX8_OES
static final int GL_STENCIL_INDEX8_OES- See Also:
-
GL_STR
static final int GL_STR- See Also:
-
GL_TEXTURE_BINDING_CUBE_MAP
static final int GL_TEXTURE_BINDING_CUBE_MAP- See Also:
-
GL_TEXTURE_CUBE_MAP
static final int GL_TEXTURE_CUBE_MAP- See Also:
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X- See Also:
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y- See Also:
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z- See Also:
-
GL_TEXTURE_CUBE_MAP_POSITIVE_X
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X- See Also:
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y- See Also:
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z- See Also:
-
GL_TEXTURE_GEN_MODE
static final int GL_TEXTURE_GEN_MODE- See Also:
-
GL_TEXTURE_GEN_STR
static final int GL_TEXTURE_GEN_STR- See Also:
-
-
Method Details
-
glBindFramebufferOES
void glBindFramebufferOES(int target, int framebuffer) -
glBindRenderbufferOES
void glBindRenderbufferOES(int target, int renderbuffer) -
glBindTexture
void glBindTexture(int target, int texture) -
glBlendEquation
void glBlendEquation(int mode) -
glBlendEquationSeparate
void glBlendEquationSeparate(int modeRGB, int modeAlpha) -
glBlendFuncSeparate
void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) -
glCheckFramebufferStatusOES
int glCheckFramebufferStatusOES(int target) -
glCompressedTexImage2D
void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) -
glCopyTexImage2D
void glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) -
glDeleteFramebuffersOES
void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) -
glDeleteFramebuffersOES
-
glDeleteRenderbuffersOES
void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) -
glDeleteRenderbuffersOES
-
glEnable
void glEnable(int cap) -
glFramebufferRenderbufferOES
void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer) -
glFramebufferTexture2DOES
void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) -
glGenerateMipmapOES
void glGenerateMipmapOES(int target) -
glGenFramebuffersOES
void glGenFramebuffersOES(int n, int[] framebuffers, int offset) -
glGenFramebuffersOES
-
glGenRenderbuffersOES
void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) -
glGenRenderbuffersOES
-
glGetFramebufferAttachmentParameterivOES
void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) -
glGetFramebufferAttachmentParameterivOES
void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) -
glGetIntegerv
void glGetIntegerv(int pname, int[] params, int offset) -
glGetIntegerv
-
glGetRenderbufferParameterivOES
void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) -
glGetRenderbufferParameterivOES
-
glGetTexGenfv
void glGetTexGenfv(int coord, int pname, float[] params, int offset) -
glGetTexGenfv
-
glGetTexGeniv
void glGetTexGeniv(int coord, int pname, int[] params, int offset) -
glGetTexGeniv
-
glGetTexGenxv
void glGetTexGenxv(int coord, int pname, int[] params, int offset) -
glGetTexGenxv
-
glIsFramebufferOES
boolean glIsFramebufferOES(int framebuffer) -
glIsRenderbufferOES
boolean glIsRenderbufferOES(int renderbuffer) -
glRenderbufferStorageOES
void glRenderbufferStorageOES(int target, int internalformat, int width, int height) -
glStencilOp
void glStencilOp(int fail, int zfail, int zpass) -
glTexEnvf
void glTexEnvf(int target, int pname, float param) -
glTexEnvfv
void glTexEnvfv(int target, int pname, float[] params, int offset) -
glTexEnvfv
-
glTexEnvx
void glTexEnvx(int target, int pname, int param) -
glTexEnvxv
void glTexEnvxv(int target, int pname, int[] params, int offset) -
glTexEnvxv
-
glTexGenf
void glTexGenf(int coord, int pname, float param) -
glTexGenfv
void glTexGenfv(int coord, int pname, float[] params, int offset) -
glTexGenfv
-
glTexGeni
void glTexGeni(int coord, int pname, int param) -
glTexGeniv
void glTexGeniv(int coord, int pname, int[] params, int offset) -
glTexGeniv
-
glTexGenx
void glTexGenx(int coord, int pname, int param) -
glTexGenxv
void glTexGenxv(int coord, int pname, int[] params, int offset) -
glTexGenxv
-
glTexParameterf
void glTexParameterf(int target, int pname, float param)
-