Interface GL11ExtensionPack
-
-
Field Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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, java.nio.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, java.nio.IntBuffer framebuffers)
void
glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
void
glDeleteRenderbuffersOES(int n, java.nio.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, java.nio.IntBuffer framebuffers)
void
glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
void
glGenRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers)
void
glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
void
glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, java.nio.IntBuffer params)
void
glGetIntegerv(int pname, int[] params, int offset)
void
glGetIntegerv(int pname, java.nio.IntBuffer params)
void
glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
void
glGetRenderbufferParameterivOES(int target, int pname, java.nio.IntBuffer params)
void
glGetTexGenfv(int coord, int pname, float[] params, int offset)
void
glGetTexGenfv(int coord, int pname, java.nio.FloatBuffer params)
void
glGetTexGeniv(int coord, int pname, int[] params, int offset)
void
glGetTexGeniv(int coord, int pname, java.nio.IntBuffer params)
void
glGetTexGenxv(int coord, int pname, int[] params, int offset)
void
glGetTexGenxv(int coord, int pname, java.nio.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, java.nio.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, java.nio.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, java.nio.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, java.nio.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, java.nio.IntBuffer params)
void
glTexParameterf(int target, int pname, float param)
-
-
-
Field Detail
-
GL_BLEND_DST_ALPHA
static final int GL_BLEND_DST_ALPHA
- See Also:
- Constant Field Values
-
GL_BLEND_DST_RGB
static final int GL_BLEND_DST_RGB
- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION
static final int GL_BLEND_EQUATION
- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_ALPHA
static final int GL_BLEND_EQUATION_ALPHA
- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_RGB
static final int GL_BLEND_EQUATION_RGB
- See Also:
- Constant Field Values
-
GL_BLEND_SRC_ALPHA
static final int GL_BLEND_SRC_ALPHA
- See Also:
- Constant Field Values
-
GL_BLEND_SRC_RGB
static final int GL_BLEND_SRC_RGB
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT0_OES
static final int GL_COLOR_ATTACHMENT0_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT1_OES
static final int GL_COLOR_ATTACHMENT1_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT2_OES
static final int GL_COLOR_ATTACHMENT2_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT3_OES
static final int GL_COLOR_ATTACHMENT3_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT4_OES
static final int GL_COLOR_ATTACHMENT4_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT5_OES
static final int GL_COLOR_ATTACHMENT5_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT6_OES
static final int GL_COLOR_ATTACHMENT6_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT7_OES
static final int GL_COLOR_ATTACHMENT7_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT8_OES
static final int GL_COLOR_ATTACHMENT8_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT9_OES
static final int GL_COLOR_ATTACHMENT9_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT10_OES
static final int GL_COLOR_ATTACHMENT10_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT11_OES
static final int GL_COLOR_ATTACHMENT11_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT12_OES
static final int GL_COLOR_ATTACHMENT12_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT13_OES
static final int GL_COLOR_ATTACHMENT13_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT14_OES
static final int GL_COLOR_ATTACHMENT14_OES
- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT15_OES
static final int GL_COLOR_ATTACHMENT15_OES
- See Also:
- Constant Field Values
-
GL_DECR_WRAP
static final int GL_DECR_WRAP
- See Also:
- Constant Field Values
-
GL_DEPTH_ATTACHMENT_OES
static final int GL_DEPTH_ATTACHMENT_OES
- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT
static final int GL_DEPTH_COMPONENT
- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT16
static final int GL_DEPTH_COMPONENT16
- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT24
static final int GL_DEPTH_COMPONENT24
- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT32
static final int GL_DEPTH_COMPONENT32
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_BINDING_OES
static final int GL_FRAMEBUFFER_BINDING_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_COMPLETE_OES
static final int GL_FRAMEBUFFER_COMPLETE_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_OES
static final int GL_FRAMEBUFFER_OES
- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_UNSUPPORTED_OES
static final int GL_FRAMEBUFFER_UNSUPPORTED_OES
- See Also:
- Constant Field Values
-
GL_FUNC_ADD
static final int GL_FUNC_ADD
- See Also:
- Constant Field Values
-
GL_FUNC_REVERSE_SUBTRACT
static final int GL_FUNC_REVERSE_SUBTRACT
- See Also:
- Constant Field Values
-
GL_FUNC_SUBTRACT
static final int GL_FUNC_SUBTRACT
- See Also:
- Constant Field Values
-
GL_INCR_WRAP
static final int GL_INCR_WRAP
- See Also:
- Constant Field Values
-
GL_INVALID_FRAMEBUFFER_OPERATION_OES
static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES
- See Also:
- Constant Field Values
-
GL_MAX_COLOR_ATTACHMENTS_OES
static final int GL_MAX_COLOR_ATTACHMENTS_OES
- See Also:
- Constant Field Values
-
GL_MAX_CUBE_MAP_TEXTURE_SIZE
static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE
- See Also:
- Constant Field Values
-
GL_MAX_RENDERBUFFER_SIZE_OES
static final int GL_MAX_RENDERBUFFER_SIZE_OES
- See Also:
- Constant Field Values
-
GL_MIRRORED_REPEAT
static final int GL_MIRRORED_REPEAT
- See Also:
- Constant Field Values
-
GL_NORMAL_MAP
static final int GL_NORMAL_MAP
- See Also:
- Constant Field Values
-
GL_REFLECTION_MAP
static final int GL_REFLECTION_MAP
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_ALPHA_SIZE_OES
static final int GL_RENDERBUFFER_ALPHA_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_BINDING_OES
static final int GL_RENDERBUFFER_BINDING_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_BLUE_SIZE_OES
static final int GL_RENDERBUFFER_BLUE_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_DEPTH_SIZE_OES
static final int GL_RENDERBUFFER_DEPTH_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_GREEN_SIZE_OES
static final int GL_RENDERBUFFER_GREEN_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_HEIGHT_OES
static final int GL_RENDERBUFFER_HEIGHT_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_INTERNAL_FORMAT_OES
static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_OES
static final int GL_RENDERBUFFER_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_RED_SIZE_OES
static final int GL_RENDERBUFFER_RED_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_STENCIL_SIZE_OES
static final int GL_RENDERBUFFER_STENCIL_SIZE_OES
- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_WIDTH_OES
static final int GL_RENDERBUFFER_WIDTH_OES
- See Also:
- Constant Field Values
-
GL_RGB5_A1
static final int GL_RGB5_A1
- See Also:
- Constant Field Values
-
GL_RGB565_OES
static final int GL_RGB565_OES
- See Also:
- Constant Field Values
-
GL_RGB8
static final int GL_RGB8
- See Also:
- Constant Field Values
-
GL_RGBA4
static final int GL_RGBA4
- See Also:
- Constant Field Values
-
GL_RGBA8
static final int GL_RGBA8
- See Also:
- Constant Field Values
-
GL_STENCIL_ATTACHMENT_OES
static final int GL_STENCIL_ATTACHMENT_OES
- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX
static final int GL_STENCIL_INDEX
- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX1_OES
static final int GL_STENCIL_INDEX1_OES
- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX4_OES
static final int GL_STENCIL_INDEX4_OES
- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX8_OES
static final int GL_STENCIL_INDEX8_OES
- See Also:
- Constant Field Values
-
GL_STR
static final int GL_STR
- See Also:
- Constant Field Values
-
GL_TEXTURE_BINDING_CUBE_MAP
static final int GL_TEXTURE_BINDING_CUBE_MAP
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP
static final int GL_TEXTURE_CUBE_MAP
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_X
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y
- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z
- See Also:
- Constant Field Values
-
GL_TEXTURE_GEN_MODE
static final int GL_TEXTURE_GEN_MODE
- See Also:
- Constant Field Values
-
GL_TEXTURE_GEN_STR
static final int GL_TEXTURE_GEN_STR
- See Also:
- Constant Field Values
-
-
Method Detail
-
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, java.nio.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
void glDeleteFramebuffersOES(int n, java.nio.IntBuffer framebuffers)
-
glDeleteRenderbuffersOES
void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
-
glDeleteRenderbuffersOES
void glDeleteRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers)
-
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
void glGenFramebuffersOES(int n, java.nio.IntBuffer framebuffers)
-
glGenRenderbuffersOES
void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
-
glGenRenderbuffersOES
void glGenRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers)
-
glGetFramebufferAttachmentParameterivOES
void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
-
glGetFramebufferAttachmentParameterivOES
void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, java.nio.IntBuffer params)
-
glGetIntegerv
void glGetIntegerv(int pname, int[] params, int offset)
-
glGetIntegerv
void glGetIntegerv(int pname, java.nio.IntBuffer params)
-
glGetRenderbufferParameterivOES
void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
-
glGetRenderbufferParameterivOES
void glGetRenderbufferParameterivOES(int target, int pname, java.nio.IntBuffer params)
-
glGetTexGenfv
void glGetTexGenfv(int coord, int pname, float[] params, int offset)
-
glGetTexGenfv
void glGetTexGenfv(int coord, int pname, java.nio.FloatBuffer params)
-
glGetTexGeniv
void glGetTexGeniv(int coord, int pname, int[] params, int offset)
-
glGetTexGeniv
void glGetTexGeniv(int coord, int pname, java.nio.IntBuffer params)
-
glGetTexGenxv
void glGetTexGenxv(int coord, int pname, int[] params, int offset)
-
glGetTexGenxv
void glGetTexGenxv(int coord, int pname, java.nio.IntBuffer params)
-
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
void glTexEnvfv(int target, int pname, java.nio.FloatBuffer params)
-
glTexEnvx
void glTexEnvx(int target, int pname, int param)
-
glTexEnvxv
void glTexEnvxv(int target, int pname, int[] params, int offset)
-
glTexEnvxv
void glTexEnvxv(int target, int pname, java.nio.IntBuffer params)
-
glTexGenf
void glTexGenf(int coord, int pname, float param)
-
glTexGenfv
void glTexGenfv(int coord, int pname, float[] params, int offset)
-
glTexGenfv
void glTexGenfv(int coord, int pname, java.nio.FloatBuffer params)
-
glTexGeni
void glTexGeni(int coord, int pname, int param)
-
glTexGeniv
void glTexGeniv(int coord, int pname, int[] params, int offset)
-
glTexGeniv
void glTexGeniv(int coord, int pname, java.nio.IntBuffer params)
-
glTexGenx
void glTexGenx(int coord, int pname, int param)
-
glTexGenxv
void glTexGenxv(int coord, int pname, int[] params, int offset)
-
glTexGenxv
void glTexGenxv(int coord, int pname, java.nio.IntBuffer params)
-
glTexParameterf
void glTexParameterf(int target, int pname, float param)
-
-