to top
Android APIs
Since: API Level 1
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, IntBuffer framebuffers)
abstract void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset)
abstract void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
abstract void glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers)
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, IntBuffer framebuffers)
abstract void glGenFramebuffersOES(int n, int[] framebuffers, int offset)
abstract void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
abstract void glGenRenderbuffersOES(int n, IntBuffer renderbuffers)
abstract void glGenerateMipmapOES(int target)
abstract void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params)
abstract void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
abstract void glGetIntegerv(int pname, int[] params, int offset)
abstract void glGetIntegerv(int pname, IntBuffer params)
abstract void glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params)
abstract void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
abstract void glGetTexGenfv(int coord, int pname, float[] params, int offset)
abstract void glGetTexGenfv(int coord, int pname, FloatBuffer params)
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, FloatBuffer params)
abstract void glTexEnvfv(int target, int pname, float[] params, int offset)
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

public static final int GL_BLEND_DST_ALPHA

Since: API Level 1

Constant Value: 32970 (0x000080ca)

public static final int GL_BLEND_DST_RGB

Since: API Level 1

Constant Value: 32968 (0x000080c8)

public static final int GL_BLEND_EQUATION

Since: API Level 1

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_EQUATION_ALPHA

Since: API Level 1

Constant Value: 34877 (0x0000883d)

public static final int GL_BLEND_EQUATION_RGB

Since: API Level 1

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_SRC_ALPHA

Since: API Level 1

Constant Value: 32971 (0x000080cb)

public static final int GL_BLEND_SRC_RGB

Since: API Level 1

Constant Value: 32969 (0x000080c9)

public static final int GL_COLOR_ATTACHMENT0_OES

Since: API Level 1

Constant Value: 36064 (0x00008ce0)

public static final int GL_COLOR_ATTACHMENT10_OES

Since: API Level 1

Constant Value: 36074 (0x00008cea)

public static final int GL_COLOR_ATTACHMENT11_OES

Since: API Level 1

Constant Value: 36075 (0x00008ceb)

public static final int GL_COLOR_ATTACHMENT12_OES

Since: API Level 1

Constant Value: 36076 (0x00008cec)

public static final int GL_COLOR_ATTACHMENT13_OES

Since: API Level 1

Constant Value: 36077 (0x00008ced)

public static final int GL_COLOR_ATTACHMENT14_OES

Since: API Level 1

Constant Value: 36078 (0x00008cee)

public static final int GL_COLOR_ATTACHMENT15_OES

Since: API Level 1

Constant Value: 36079 (0x00008cef)

public static final int GL_COLOR_ATTACHMENT1_OES

Since: API Level 1

Constant Value: 36065 (0x00008ce1)

public static final int GL_COLOR_ATTACHMENT2_OES

Since: API Level 1

Constant Value: 36066 (0x00008ce2)

public static final int GL_COLOR_ATTACHMENT3_OES

Since: API Level 1

Constant Value: 36067 (0x00008ce3)

public static final int GL_COLOR_ATTACHMENT4_OES

Since: API Level 1

Constant Value: 36068 (0x00008ce4)

public static final int GL_COLOR_ATTACHMENT5_OES

Since: API Level 1

Constant Value: 36069 (0x00008ce5)

public static final int GL_COLOR_ATTACHMENT6_OES

Since: API Level 1

Constant Value: 36070 (0x00008ce6)

public static final int GL_COLOR_ATTACHMENT7_OES

Since: API Level 1

Constant Value: 36071 (0x00008ce7)

public static final int GL_COLOR_ATTACHMENT8_OES

Since: API Level 1

Constant Value: 36072 (0x00008ce8)

public static final int GL_COLOR_ATTACHMENT9_OES

Since: API Level 1

Constant Value: 36073 (0x00008ce9)

public static final int GL_DECR_WRAP

Since: API Level 1

Constant Value: 34056 (0x00008508)

public static final int GL_DEPTH_ATTACHMENT_OES

Since: API Level 1

Constant Value: 36096 (0x00008d00)

public static final int GL_DEPTH_COMPONENT

Since: API Level 1

Constant Value: 6402 (0x00001902)

public static final int GL_DEPTH_COMPONENT16

Since: API Level 1

Constant Value: 33189 (0x000081a5)

public static final int GL_DEPTH_COMPONENT24

Since: API Level 1

Constant Value: 33190 (0x000081a6)

public static final int GL_DEPTH_COMPONENT32

Since: API Level 1

Constant Value: 33191 (0x000081a7)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

Since: API Level 1

Constant Value: 36049 (0x00008cd1)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

Since: API Level 1

Constant Value: 36048 (0x00008cd0)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

Since: API Level 1

Constant Value: 36051 (0x00008cd3)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

Since: API Level 1

Constant Value: 36050 (0x00008cd2)

public static final int GL_FRAMEBUFFER_BINDING_OES

Since: API Level 1

Constant Value: 36006 (0x00008ca6)

public static final int GL_FRAMEBUFFER_COMPLETE_OES

Since: API Level 1

Constant Value: 36053 (0x00008cd5)

public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

Since: API Level 1

Constant Value: 36054 (0x00008cd6)

public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

Since: API Level 1

Constant Value: 36057 (0x00008cd9)

public static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES

Since: API Level 1

Constant Value: 36059 (0x00008cdb)

public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

Since: API Level 1

Constant Value: 36058 (0x00008cda)

public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

Since: API Level 1

Constant Value: 36055 (0x00008cd7)

public static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES

Since: API Level 1

Constant Value: 36060 (0x00008cdc)

public static final int GL_FRAMEBUFFER_OES

Since: API Level 1

Constant Value: 36160 (0x00008d40)

public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES

Since: API Level 1

Constant Value: 36061 (0x00008cdd)

public static final int GL_FUNC_ADD

Since: API Level 1

Constant Value: 32774 (0x00008006)

public static final int GL_FUNC_REVERSE_SUBTRACT

Since: API Level 1

Constant Value: 32779 (0x0000800b)

public static final int GL_FUNC_SUBTRACT

Since: API Level 1

Constant Value: 32778 (0x0000800a)

public static final int GL_INCR_WRAP

Since: API Level 1

Constant Value: 34055 (0x00008507)

public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES

Since: API Level 1

Constant Value: 1286 (0x00000506)

public static final int GL_MAX_COLOR_ATTACHMENTS_OES

Since: API Level 1

Constant Value: 36063 (0x00008cdf)

public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE

Since: API Level 1

Constant Value: 34076 (0x0000851c)

public static final int GL_MAX_RENDERBUFFER_SIZE_OES

Since: API Level 1

Constant Value: 34024 (0x000084e8)

public static final int GL_MIRRORED_REPEAT

Since: API Level 1

Constant Value: 33648 (0x00008370)

public static final int GL_NORMAL_MAP

Since: API Level 1

Constant Value: 34065 (0x00008511)

public static final int GL_REFLECTION_MAP

Since: API Level 1

Constant Value: 34066 (0x00008512)

public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES

Since: API Level 1

Constant Value: 36179 (0x00008d53)

public static final int GL_RENDERBUFFER_BINDING_OES

Since: API Level 1

Constant Value: 36007 (0x00008ca7)

public static final int GL_RENDERBUFFER_BLUE_SIZE_OES

Since: API Level 1

Constant Value: 36178 (0x00008d52)

public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES

Since: API Level 1

Constant Value: 36180 (0x00008d54)

public static final int GL_RENDERBUFFER_GREEN_SIZE_OES

Since: API Level 1

Constant Value: 36177 (0x00008d51)

public static final int GL_RENDERBUFFER_HEIGHT_OES

Since: API Level 1

Constant Value: 36163 (0x00008d43)

public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES

Since: API Level 1

Constant Value: 36164 (0x00008d44)

public static final int GL_RENDERBUFFER_OES

Since: API Level 1

Constant Value: 36161 (0x00008d41)

public static final int GL_RENDERBUFFER_RED_SIZE_OES

Since: API Level 1

Constant Value: 36176 (0x00008d50)

public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES

Since: API Level 1

Constant Value: 36181 (0x00008d55)

public static final int GL_RENDERBUFFER_WIDTH_OES

Since: API Level 1

Constant Value: 36162 (0x00008d42)

public static final int GL_RGB565_OES

Since: API Level 1

Constant Value: 36194 (0x00008d62)

public static final int GL_RGB5_A1

Since: API Level 1

Constant Value: 32855 (0x00008057)

public static final int GL_RGB8

Since: API Level 1

Constant Value: 32849 (0x00008051)

public static final int GL_RGBA4

Since: API Level 1

Constant Value: 32854 (0x00008056)

public static final int GL_RGBA8

Since: API Level 1

Constant Value: 32856 (0x00008058)

public static final int GL_STENCIL_ATTACHMENT_OES

Since: API Level 1

Constant Value: 36128 (0x00008d20)

public static final int GL_STENCIL_INDEX

Since: API Level 1

Constant Value: 6401 (0x00001901)

public static final int GL_STENCIL_INDEX1_OES

Since: API Level 1

Constant Value: 36166 (0x00008d46)

public static final int GL_STENCIL_INDEX4_OES

Since: API Level 1

Constant Value: 36167 (0x00008d47)

public static final int GL_STENCIL_INDEX8_OES

Since: API Level 1

Constant Value: 36168 (0x00008d48)

public static final int GL_STR

Since: API Level 1

Constant Value: -1 (0xffffffff)

public static final int GL_TEXTURE_BINDING_CUBE_MAP

Since: API Level 1

Constant Value: 34068 (0x00008514)

public static final int GL_TEXTURE_CUBE_MAP

Since: API Level 1

Constant Value: 34067 (0x00008513)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X

Since: API Level 1

Constant Value: 34070 (0x00008516)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

Since: API Level 1

Constant Value: 34072 (0x00008518)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

Since: API Level 1

Constant Value: 34074 (0x0000851a)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X

Since: API Level 1

Constant Value: 34069 (0x00008515)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y

Since: API Level 1

Constant Value: 34071 (0x00008517)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z

Since: API Level 1

Constant Value: 34073 (0x00008519)

public static final int GL_TEXTURE_GEN_MODE

Since: API Level 1

Constant Value: 9472 (0x00002500)

public static final int GL_TEXTURE_GEN_STR

Since: API Level 1

Constant Value: 36192 (0x00008d60)

Public Methods

public abstract void glBindFramebufferOES (int target, int framebuffer)

Since: API Level 1

public abstract void glBindRenderbufferOES (int target, int renderbuffer)

Since: API Level 1

public abstract void glBindTexture (int target, int texture)

Since: API Level 1

public abstract void glBlendEquation (int mode)

Since: API Level 1

public abstract void glBlendEquationSeparate (int modeRGB, int modeAlpha)

Since: API Level 1

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

Since: API Level 1

public abstract int glCheckFramebufferStatusOES (int target)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glDeleteFramebuffersOES (int n, IntBuffer framebuffers)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glDeleteRenderbuffersOES (int n, IntBuffer renderbuffers)

Since: API Level 1

public abstract void glEnable (int cap)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glGenFramebuffersOES (int n, IntBuffer framebuffers)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glGenRenderbuffersOES (int n, IntBuffer renderbuffers)

Since: API Level 1

public abstract void glGenerateMipmapOES (int target)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract void glGetIntegerv (int pname, IntBuffer params)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

public abstract boolean glIsFramebufferOES (int framebuffer)

Since: API Level 1

public abstract boolean glIsRenderbufferOES (int renderbuffer)

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1

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

Since: API Level 1