to top
Android APIs
public class

GLES11

extends GLES10
java.lang.Object
   ↳ android.opengl.GLES10
     ↳ android.opengl.GLES11

Summary

Constants
int GL_ACTIVE_TEXTURE
int GL_ADD_SIGNED
int GL_ALPHA_SCALE
int GL_ALPHA_TEST_FUNC
int GL_ALPHA_TEST_REF
int GL_ARRAY_BUFFER
int GL_ARRAY_BUFFER_BINDING
int GL_BLEND_DST
int GL_BLEND_SRC
int GL_BUFFER_ACCESS
int GL_BUFFER_SIZE
int GL_BUFFER_USAGE
int GL_CLIENT_ACTIVE_TEXTURE
int GL_CLIP_PLANE0
int GL_CLIP_PLANE1
int GL_CLIP_PLANE2
int GL_CLIP_PLANE3
int GL_CLIP_PLANE4
int GL_CLIP_PLANE5
int GL_COLOR_ARRAY_BUFFER_BINDING
int GL_COLOR_ARRAY_POINTER
int GL_COLOR_ARRAY_SIZE
int GL_COLOR_ARRAY_STRIDE
int GL_COLOR_ARRAY_TYPE
int GL_COLOR_CLEAR_VALUE
int GL_COLOR_WRITEMASK
int GL_COMBINE
int GL_COMBINE_ALPHA
int GL_COMBINE_RGB
int GL_CONSTANT
int GL_COORD_REPLACE_OES
int GL_CULL_FACE_MODE
int GL_CURRENT_COLOR
int GL_CURRENT_NORMAL
int GL_CURRENT_TEXTURE_COORDS
int GL_DEPTH_CLEAR_VALUE
int GL_DEPTH_FUNC
int GL_DEPTH_RANGE
int GL_DEPTH_WRITEMASK
int GL_DOT3_RGB
int GL_DOT3_RGBA
int GL_DYNAMIC_DRAW
int GL_ELEMENT_ARRAY_BUFFER
int GL_ELEMENT_ARRAY_BUFFER_BINDING
int GL_FRONT_FACE
int GL_GENERATE_MIPMAP
int GL_GENERATE_MIPMAP_HINT
int GL_INTERPOLATE
int GL_LINE_WIDTH
int GL_LOGIC_OP_MODE
int GL_MATRIX_MODE
int GL_MAX_CLIP_PLANES
int GL_MODELVIEW_MATRIX
int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_MODELVIEW_STACK_DEPTH
int GL_NORMAL_ARRAY_BUFFER_BINDING
int GL_NORMAL_ARRAY_POINTER
int GL_NORMAL_ARRAY_STRIDE
int GL_NORMAL_ARRAY_TYPE
int GL_OPERAND0_ALPHA
int GL_OPERAND0_RGB
int GL_OPERAND1_ALPHA
int GL_OPERAND1_RGB
int GL_OPERAND2_ALPHA
int GL_OPERAND2_RGB
int GL_POINT_DISTANCE_ATTENUATION
int GL_POINT_FADE_THRESHOLD_SIZE
int GL_POINT_SIZE
int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
int GL_POINT_SIZE_ARRAY_OES
int GL_POINT_SIZE_ARRAY_POINTER_OES
int GL_POINT_SIZE_ARRAY_STRIDE_OES
int GL_POINT_SIZE_ARRAY_TYPE_OES
int GL_POINT_SIZE_MAX
int GL_POINT_SIZE_MIN
int GL_POINT_SPRITE_OES
int GL_POLYGON_OFFSET_FACTOR
int GL_POLYGON_OFFSET_UNITS
int GL_PREVIOUS
int GL_PRIMARY_COLOR
int GL_PROJECTION_MATRIX
int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_PROJECTION_STACK_DEPTH
int GL_RGB_SCALE
int GL_SAMPLES
int GL_SAMPLE_BUFFERS
int GL_SAMPLE_COVERAGE_INVERT
int GL_SAMPLE_COVERAGE_VALUE
int GL_SCISSOR_BOX
int GL_SHADE_MODEL
int GL_SRC0_ALPHA
int GL_SRC0_RGB
int GL_SRC1_ALPHA
int GL_SRC1_RGB
int GL_SRC2_ALPHA
int GL_SRC2_RGB
int GL_STATIC_DRAW
int GL_STENCIL_CLEAR_VALUE
int GL_STENCIL_FAIL
int GL_STENCIL_FUNC
int GL_STENCIL_PASS_DEPTH_FAIL
int GL_STENCIL_PASS_DEPTH_PASS
int GL_STENCIL_REF
int GL_STENCIL_VALUE_MASK
int GL_STENCIL_WRITEMASK
int GL_SUBTRACT
int GL_TEXTURE_BINDING_2D
int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
int GL_TEXTURE_COORD_ARRAY_POINTER
int GL_TEXTURE_COORD_ARRAY_SIZE
int GL_TEXTURE_COORD_ARRAY_STRIDE
int GL_TEXTURE_COORD_ARRAY_TYPE
int GL_TEXTURE_MATRIX
int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_TEXTURE_STACK_DEPTH
int GL_VERTEX_ARRAY_BUFFER_BINDING
int GL_VERTEX_ARRAY_POINTER
int GL_VERTEX_ARRAY_SIZE
int GL_VERTEX_ARRAY_STRIDE
int GL_VERTEX_ARRAY_TYPE
int GL_VIEWPORT
int GL_WRITE_ONLY
[Expand]
Inherited Constants
From class android.opengl.GLES10
Public Constructors
GLES11()
Public Methods
static void glBindBuffer(int target, int buffer)
static void glBufferData(int target, int size, Buffer data, int usage)
static void glBufferSubData(int target, int offset, int size, Buffer data)
static void glClipPlanef(int plane, FloatBuffer equation)
static void glClipPlanef(int plane, float[] equation, int offset)
static void glClipPlanex(int plane, IntBuffer equation)
static void glClipPlanex(int plane, int[] equation, int offset)
static void glColor4ub(byte red, byte green, byte blue, byte alpha)
static void glColorPointer(int size, int type, int stride, int offset)
static void glDeleteBuffers(int n, int[] buffers, int offset)
static void glDeleteBuffers(int n, IntBuffer buffers)
static void glDrawElements(int mode, int count, int type, int offset)
static void glGenBuffers(int n, int[] buffers, int offset)
static void glGenBuffers(int n, IntBuffer buffers)
static void glGetBooleanv(int pname, boolean[] params, int offset)
static void glGetBooleanv(int pname, IntBuffer params)
static void glGetBufferParameteriv(int target, int pname, IntBuffer params)
static void glGetBufferParameteriv(int target, int pname, int[] params, int offset)
static void glGetClipPlanef(int pname, FloatBuffer eqn)
static void glGetClipPlanef(int pname, float[] eqn, int offset)
static void glGetClipPlanex(int pname, int[] eqn, int offset)
static void glGetClipPlanex(int pname, IntBuffer eqn)
static void glGetFixedv(int pname, int[] params, int offset)
static void glGetFixedv(int pname, IntBuffer params)
static void glGetFloatv(int pname, float[] params, int offset)
static void glGetFloatv(int pname, FloatBuffer params)
static void glGetLightfv(int light, int pname, float[] params, int offset)
static void glGetLightfv(int light, int pname, FloatBuffer params)
static void glGetLightxv(int light, int pname, int[] params, int offset)
static void glGetLightxv(int light, int pname, IntBuffer params)
static void glGetMaterialfv(int face, int pname, FloatBuffer params)
static void glGetMaterialfv(int face, int pname, float[] params, int offset)
static void glGetMaterialxv(int face, int pname, int[] params, int offset)
static void glGetMaterialxv(int face, int pname, IntBuffer params)
static void glGetTexEnvfv(int env, int pname, FloatBuffer params)
static void glGetTexEnvfv(int env, int pname, float[] params, int offset)
static void glGetTexEnviv(int env, int pname, IntBuffer params)
static void glGetTexEnviv(int env, int pname, int[] params, int offset)
static void glGetTexEnvxv(int env, int pname, int[] params, int offset)
static void glGetTexEnvxv(int env, int pname, IntBuffer params)
static void glGetTexParameterfv(int target, int pname, float[] params, int offset)
static void glGetTexParameterfv(int target, int pname, FloatBuffer params)
static void glGetTexParameteriv(int target, int pname, int[] params, int offset)
static void glGetTexParameteriv(int target, int pname, IntBuffer params)
static void glGetTexParameterxv(int target, int pname, IntBuffer params)
static void glGetTexParameterxv(int target, int pname, int[] params, int offset)
static boolean glIsBuffer(int buffer)
static boolean glIsEnabled(int cap)
static boolean glIsTexture(int texture)
static void glNormalPointer(int type, int stride, int offset)
static void glPointParameterf(int pname, float param)
static void glPointParameterfv(int pname, float[] params, int offset)
static void glPointParameterfv(int pname, FloatBuffer params)
static void glPointParameterx(int pname, int param)
static void glPointParameterxv(int pname, int[] params, int offset)
static void glPointParameterxv(int pname, IntBuffer params)
static void glPointSizePointerOES(int type, int stride, Buffer pointer)
static void glTexCoordPointer(int size, int type, int stride, int offset)
static void glTexEnvi(int target, int pname, int param)
static void glTexEnviv(int target, int pname, IntBuffer params)
static void glTexEnviv(int target, int pname, int[] params, int offset)
static void glTexParameterfv(int target, int pname, float[] params, int offset)
static void glTexParameterfv(int target, int pname, FloatBuffer params)
static void glTexParameteri(int target, int pname, int param)
static void glTexParameteriv(int target, int pname, IntBuffer params)
static void glTexParameteriv(int target, int pname, int[] params, int offset)
static void glTexParameterxv(int target, int pname, IntBuffer params)
static void glTexParameterxv(int target, int pname, int[] params, int offset)
static void glVertexPointer(int size, int type, int stride, int offset)
[Expand]
Inherited Methods
From class android.opengl.GLES10
From class java.lang.Object

Constants

public static final int GL_ACTIVE_TEXTURE

Since: API Level 4

Constant Value: 34016 (0x000084e0)

public static final int GL_ADD_SIGNED

Since: API Level 4

Constant Value: 34164 (0x00008574)

public static final int GL_ALPHA_SCALE

Since: API Level 4

Constant Value: 3356 (0x00000d1c)

public static final int GL_ALPHA_TEST_FUNC

Since: API Level 4

Constant Value: 3009 (0x00000bc1)

public static final int GL_ALPHA_TEST_REF

Since: API Level 4

Constant Value: 3010 (0x00000bc2)

public static final int GL_ARRAY_BUFFER

Since: API Level 4

Constant Value: 34962 (0x00008892)

public static final int GL_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34964 (0x00008894)

public static final int GL_BLEND_DST

Since: API Level 4

Constant Value: 3040 (0x00000be0)

public static final int GL_BLEND_SRC

Since: API Level 4

Constant Value: 3041 (0x00000be1)

public static final int GL_BUFFER_ACCESS

Since: API Level 4

Constant Value: 35003 (0x000088bb)

public static final int GL_BUFFER_SIZE

Since: API Level 4

Constant Value: 34660 (0x00008764)

public static final int GL_BUFFER_USAGE

Since: API Level 4

Constant Value: 34661 (0x00008765)

public static final int GL_CLIENT_ACTIVE_TEXTURE

Since: API Level 4

Constant Value: 34017 (0x000084e1)

public static final int GL_CLIP_PLANE0

Since: API Level 4

Constant Value: 12288 (0x00003000)

public static final int GL_CLIP_PLANE1

Since: API Level 4

Constant Value: 12289 (0x00003001)

public static final int GL_CLIP_PLANE2

Since: API Level 4

Constant Value: 12290 (0x00003002)

public static final int GL_CLIP_PLANE3

Since: API Level 4

Constant Value: 12291 (0x00003003)

public static final int GL_CLIP_PLANE4

Since: API Level 4

Constant Value: 12292 (0x00003004)

public static final int GL_CLIP_PLANE5

Since: API Level 4

Constant Value: 12293 (0x00003005)

public static final int GL_COLOR_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34968 (0x00008898)

public static final int GL_COLOR_ARRAY_POINTER

Since: API Level 4

Constant Value: 32912 (0x00008090)

public static final int GL_COLOR_ARRAY_SIZE

Since: API Level 4

Constant Value: 32897 (0x00008081)

public static final int GL_COLOR_ARRAY_STRIDE

Since: API Level 4

Constant Value: 32899 (0x00008083)

public static final int GL_COLOR_ARRAY_TYPE

Since: API Level 4

Constant Value: 32898 (0x00008082)

public static final int GL_COLOR_CLEAR_VALUE

Since: API Level 4

Constant Value: 3106 (0x00000c22)

public static final int GL_COLOR_WRITEMASK

Since: API Level 4

Constant Value: 3107 (0x00000c23)

public static final int GL_COMBINE

Since: API Level 4

Constant Value: 34160 (0x00008570)

public static final int GL_COMBINE_ALPHA

Since: API Level 4

Constant Value: 34162 (0x00008572)

public static final int GL_COMBINE_RGB

Since: API Level 4

Constant Value: 34161 (0x00008571)

public static final int GL_CONSTANT

Since: API Level 4

Constant Value: 34166 (0x00008576)

public static final int GL_COORD_REPLACE_OES

Since: API Level 4

Constant Value: 34914 (0x00008862)

public static final int GL_CULL_FACE_MODE

Since: API Level 4

Constant Value: 2885 (0x00000b45)

public static final int GL_CURRENT_COLOR

Since: API Level 4

Constant Value: 2816 (0x00000b00)

public static final int GL_CURRENT_NORMAL

Since: API Level 4

Constant Value: 2818 (0x00000b02)

public static final int GL_CURRENT_TEXTURE_COORDS

Since: API Level 4

Constant Value: 2819 (0x00000b03)

public static final int GL_DEPTH_CLEAR_VALUE

Since: API Level 4

Constant Value: 2931 (0x00000b73)

public static final int GL_DEPTH_FUNC

Since: API Level 4

Constant Value: 2932 (0x00000b74)

public static final int GL_DEPTH_RANGE

Since: API Level 4

Constant Value: 2928 (0x00000b70)

public static final int GL_DEPTH_WRITEMASK

Since: API Level 4

Constant Value: 2930 (0x00000b72)

public static final int GL_DOT3_RGB

Since: API Level 4

Constant Value: 34478 (0x000086ae)

public static final int GL_DOT3_RGBA

Since: API Level 4

Constant Value: 34479 (0x000086af)

public static final int GL_DYNAMIC_DRAW

Since: API Level 4

Constant Value: 35048 (0x000088e8)

public static final int GL_ELEMENT_ARRAY_BUFFER

Since: API Level 4

Constant Value: 34963 (0x00008893)

public static final int GL_ELEMENT_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34965 (0x00008895)

public static final int GL_FRONT_FACE

Since: API Level 4

Constant Value: 2886 (0x00000b46)

public static final int GL_GENERATE_MIPMAP

Since: API Level 4

Constant Value: 33169 (0x00008191)

public static final int GL_GENERATE_MIPMAP_HINT

Since: API Level 4

Constant Value: 33170 (0x00008192)

public static final int GL_INTERPOLATE

Since: API Level 4

Constant Value: 34165 (0x00008575)

public static final int GL_LINE_WIDTH

Since: API Level 4

Constant Value: 2849 (0x00000b21)

public static final int GL_LOGIC_OP_MODE

Since: API Level 4

Constant Value: 3056 (0x00000bf0)

public static final int GL_MATRIX_MODE

Since: API Level 4

Constant Value: 2976 (0x00000ba0)

public static final int GL_MAX_CLIP_PLANES

Since: API Level 4

Constant Value: 3378 (0x00000d32)

public static final int GL_MODELVIEW_MATRIX

Since: API Level 4

Constant Value: 2982 (0x00000ba6)

public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES

Since: API Level 4

Constant Value: 35213 (0x0000898d)

public static final int GL_MODELVIEW_STACK_DEPTH

Since: API Level 4

Constant Value: 2979 (0x00000ba3)

public static final int GL_NORMAL_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34967 (0x00008897)

public static final int GL_NORMAL_ARRAY_POINTER

Since: API Level 4

Constant Value: 32911 (0x0000808f)

public static final int GL_NORMAL_ARRAY_STRIDE

Since: API Level 4

Constant Value: 32895 (0x0000807f)

public static final int GL_NORMAL_ARRAY_TYPE

Since: API Level 4

Constant Value: 32894 (0x0000807e)

public static final int GL_OPERAND0_ALPHA

Since: API Level 4

Constant Value: 34200 (0x00008598)

public static final int GL_OPERAND0_RGB

Since: API Level 4

Constant Value: 34192 (0x00008590)

public static final int GL_OPERAND1_ALPHA

Since: API Level 4

Constant Value: 34201 (0x00008599)

public static final int GL_OPERAND1_RGB

Since: API Level 4

Constant Value: 34193 (0x00008591)

public static final int GL_OPERAND2_ALPHA

Since: API Level 4

Constant Value: 34202 (0x0000859a)

public static final int GL_OPERAND2_RGB

Since: API Level 4

Constant Value: 34194 (0x00008592)

public static final int GL_POINT_DISTANCE_ATTENUATION

Since: API Level 4

Constant Value: 33065 (0x00008129)

public static final int GL_POINT_FADE_THRESHOLD_SIZE

Since: API Level 4

Constant Value: 33064 (0x00008128)

public static final int GL_POINT_SIZE

Since: API Level 4

Constant Value: 2833 (0x00000b11)

public static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES

Since: API Level 4

Constant Value: 35743 (0x00008b9f)

public static final int GL_POINT_SIZE_ARRAY_OES

Since: API Level 4

Constant Value: 35740 (0x00008b9c)

public static final int GL_POINT_SIZE_ARRAY_POINTER_OES

Since: API Level 4

Constant Value: 35212 (0x0000898c)

public static final int GL_POINT_SIZE_ARRAY_STRIDE_OES

Since: API Level 4

Constant Value: 35211 (0x0000898b)

public static final int GL_POINT_SIZE_ARRAY_TYPE_OES

Since: API Level 4

Constant Value: 35210 (0x0000898a)

public static final int GL_POINT_SIZE_MAX

Since: API Level 4

Constant Value: 33063 (0x00008127)

public static final int GL_POINT_SIZE_MIN

Since: API Level 4

Constant Value: 33062 (0x00008126)

public static final int GL_POINT_SPRITE_OES

Since: API Level 4

Constant Value: 34913 (0x00008861)

public static final int GL_POLYGON_OFFSET_FACTOR

Since: API Level 4

Constant Value: 32824 (0x00008038)

public static final int GL_POLYGON_OFFSET_UNITS

Since: API Level 4

Constant Value: 10752 (0x00002a00)

public static final int GL_PREVIOUS

Since: API Level 4

Constant Value: 34168 (0x00008578)

public static final int GL_PRIMARY_COLOR

Since: API Level 4

Constant Value: 34167 (0x00008577)

public static final int GL_PROJECTION_MATRIX

Since: API Level 4

Constant Value: 2983 (0x00000ba7)

public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES

Since: API Level 4

Constant Value: 35214 (0x0000898e)

public static final int GL_PROJECTION_STACK_DEPTH

Since: API Level 4

Constant Value: 2980 (0x00000ba4)

public static final int GL_RGB_SCALE

Since: API Level 4

Constant Value: 34163 (0x00008573)

public static final int GL_SAMPLES

Since: API Level 4

Constant Value: 32937 (0x000080a9)

public static final int GL_SAMPLE_BUFFERS

Since: API Level 4

Constant Value: 32936 (0x000080a8)

public static final int GL_SAMPLE_COVERAGE_INVERT

Since: API Level 4

Constant Value: 32939 (0x000080ab)

public static final int GL_SAMPLE_COVERAGE_VALUE

Since: API Level 4

Constant Value: 32938 (0x000080aa)

public static final int GL_SCISSOR_BOX

Since: API Level 4

Constant Value: 3088 (0x00000c10)

public static final int GL_SHADE_MODEL

Since: API Level 4

Constant Value: 2900 (0x00000b54)

public static final int GL_SRC0_ALPHA

Since: API Level 4

Constant Value: 34184 (0x00008588)

public static final int GL_SRC0_RGB

Since: API Level 4

Constant Value: 34176 (0x00008580)

public static final int GL_SRC1_ALPHA

Since: API Level 4

Constant Value: 34185 (0x00008589)

public static final int GL_SRC1_RGB

Since: API Level 4

Constant Value: 34177 (0x00008581)

public static final int GL_SRC2_ALPHA

Since: API Level 4

Constant Value: 34186 (0x0000858a)

public static final int GL_SRC2_RGB

Since: API Level 4

Constant Value: 34178 (0x00008582)

public static final int GL_STATIC_DRAW

Since: API Level 4

Constant Value: 35044 (0x000088e4)

public static final int GL_STENCIL_CLEAR_VALUE

Since: API Level 4

Constant Value: 2961 (0x00000b91)

public static final int GL_STENCIL_FAIL

Since: API Level 4

Constant Value: 2964 (0x00000b94)

public static final int GL_STENCIL_FUNC

Since: API Level 4

Constant Value: 2962 (0x00000b92)

public static final int GL_STENCIL_PASS_DEPTH_FAIL

Since: API Level 4

Constant Value: 2965 (0x00000b95)

public static final int GL_STENCIL_PASS_DEPTH_PASS

Since: API Level 4

Constant Value: 2966 (0x00000b96)

public static final int GL_STENCIL_REF

Since: API Level 4

Constant Value: 2967 (0x00000b97)

public static final int GL_STENCIL_VALUE_MASK

Since: API Level 4

Constant Value: 2963 (0x00000b93)

public static final int GL_STENCIL_WRITEMASK

Since: API Level 4

Constant Value: 2968 (0x00000b98)

public static final int GL_SUBTRACT

Since: API Level 4

Constant Value: 34023 (0x000084e7)

public static final int GL_TEXTURE_BINDING_2D

Since: API Level 4

Constant Value: 32873 (0x00008069)

public static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34970 (0x0000889a)

public static final int GL_TEXTURE_COORD_ARRAY_POINTER

Since: API Level 4

Constant Value: 32914 (0x00008092)

public static final int GL_TEXTURE_COORD_ARRAY_SIZE

Since: API Level 4

Constant Value: 32904 (0x00008088)

public static final int GL_TEXTURE_COORD_ARRAY_STRIDE

Since: API Level 4

Constant Value: 32906 (0x0000808a)

public static final int GL_TEXTURE_COORD_ARRAY_TYPE

Since: API Level 4

Constant Value: 32905 (0x00008089)

public static final int GL_TEXTURE_MATRIX

Since: API Level 4

Constant Value: 2984 (0x00000ba8)

public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES

Since: API Level 4

Constant Value: 35215 (0x0000898f)

public static final int GL_TEXTURE_STACK_DEPTH

Since: API Level 4

Constant Value: 2981 (0x00000ba5)

public static final int GL_VERTEX_ARRAY_BUFFER_BINDING

Since: API Level 4

Constant Value: 34966 (0x00008896)

public static final int GL_VERTEX_ARRAY_POINTER

Since: API Level 4

Constant Value: 32910 (0x0000808e)

public static final int GL_VERTEX_ARRAY_SIZE

Since: API Level 4

Constant Value: 32890 (0x0000807a)

public static final int GL_VERTEX_ARRAY_STRIDE

Since: API Level 4

Constant Value: 32892 (0x0000807c)

public static final int GL_VERTEX_ARRAY_TYPE

Since: API Level 4

Constant Value: 32891 (0x0000807b)

public static final int GL_VIEWPORT

Since: API Level 4

Constant Value: 2978 (0x00000ba2)

public static final int GL_WRITE_ONLY

Since: API Level 4

Constant Value: 35001 (0x000088b9)

Public Constructors

public GLES11 ()

Since: API Level 4

Public Methods

public static void glBindBuffer (int target, int buffer)

Since: API Level 4

public static void glBufferData (int target, int size, Buffer data, int usage)

Since: API Level 4

public static void glBufferSubData (int target, int offset, int size, Buffer data)

Since: API Level 4

public static void glClipPlanef (int plane, FloatBuffer equation)

Since: API Level 4

public static void glClipPlanef (int plane, float[] equation, int offset)

Since: API Level 4

public static void glClipPlanex (int plane, IntBuffer equation)

Since: API Level 4

public static void glClipPlanex (int plane, int[] equation, int offset)

Since: API Level 4

public static void glColor4ub (byte red, byte green, byte blue, byte alpha)

Since: API Level 4

public static void glColorPointer (int size, int type, int stride, int offset)

Since: API Level 4

public static void glDeleteBuffers (int n, int[] buffers, int offset)

Since: API Level 4

public static void glDeleteBuffers (int n, IntBuffer buffers)

Since: API Level 4

public static void glDrawElements (int mode, int count, int type, int offset)

Since: API Level 4

public static void glGenBuffers (int n, int[] buffers, int offset)

Since: API Level 4

public static void glGenBuffers (int n, IntBuffer buffers)

Since: API Level 4

public static void glGetBooleanv (int pname, boolean[] params, int offset)

Since: API Level 4

public static void glGetBooleanv (int pname, IntBuffer params)

Since: API Level 4

public static void glGetBufferParameteriv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glGetBufferParameteriv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetClipPlanef (int pname, FloatBuffer eqn)

Since: API Level 4

public static void glGetClipPlanef (int pname, float[] eqn, int offset)

Since: API Level 4

public static void glGetClipPlanex (int pname, int[] eqn, int offset)

Since: API Level 4

public static void glGetClipPlanex (int pname, IntBuffer eqn)

Since: API Level 4

public static void glGetFixedv (int pname, int[] params, int offset)

Since: API Level 4

public static void glGetFixedv (int pname, IntBuffer params)

Since: API Level 4

public static void glGetFloatv (int pname, float[] params, int offset)

Since: API Level 4

public static void glGetFloatv (int pname, FloatBuffer params)

Since: API Level 4

public static void glGetLightfv (int light, int pname, float[] params, int offset)

Since: API Level 4

public static void glGetLightfv (int light, int pname, FloatBuffer params)

Since: API Level 4

public static void glGetLightxv (int light, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetLightxv (int light, int pname, IntBuffer params)

Since: API Level 4

public static void glGetMaterialfv (int face, int pname, FloatBuffer params)

Since: API Level 4

public static void glGetMaterialfv (int face, int pname, float[] params, int offset)

Since: API Level 4

public static void glGetMaterialxv (int face, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetMaterialxv (int face, int pname, IntBuffer params)

Since: API Level 4

public static void glGetTexEnvfv (int env, int pname, FloatBuffer params)

Since: API Level 4

public static void glGetTexEnvfv (int env, int pname, float[] params, int offset)

Since: API Level 4

public static void glGetTexEnviv (int env, int pname, IntBuffer params)

Since: API Level 4

public static void glGetTexEnviv (int env, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetTexEnvxv (int env, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetTexEnvxv (int env, int pname, IntBuffer params)

Since: API Level 4

public static void glGetTexParameterfv (int target, int pname, float[] params, int offset)

Since: API Level 4

public static void glGetTexParameterfv (int target, int pname, FloatBuffer params)

Since: API Level 4

public static void glGetTexParameteriv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static void glGetTexParameteriv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glGetTexParameterxv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glGetTexParameterxv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static boolean glIsBuffer (int buffer)

Since: API Level 4

public static boolean glIsEnabled (int cap)

Since: API Level 4

public static boolean glIsTexture (int texture)

Since: API Level 4

public static void glNormalPointer (int type, int stride, int offset)

Since: API Level 4

public static void glPointParameterf (int pname, float param)

Since: API Level 4

public static void glPointParameterfv (int pname, float[] params, int offset)

Since: API Level 4

public static void glPointParameterfv (int pname, FloatBuffer params)

Since: API Level 4

public static void glPointParameterx (int pname, int param)

Since: API Level 4

public static void glPointParameterxv (int pname, int[] params, int offset)

Since: API Level 4

public static void glPointParameterxv (int pname, IntBuffer params)

Since: API Level 4

public static void glPointSizePointerOES (int type, int stride, Buffer pointer)

Since: API Level 4

public static void glTexCoordPointer (int size, int type, int stride, int offset)

Since: API Level 4

public static void glTexEnvi (int target, int pname, int param)

Since: API Level 4

public static void glTexEnviv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glTexEnviv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static void glTexParameterfv (int target, int pname, float[] params, int offset)

Since: API Level 4

public static void glTexParameterfv (int target, int pname, FloatBuffer params)

Since: API Level 4

public static void glTexParameteri (int target, int pname, int param)

Since: API Level 4

public static void glTexParameteriv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glTexParameteriv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static void glTexParameterxv (int target, int pname, IntBuffer params)

Since: API Level 4

public static void glTexParameterxv (int target, int pname, int[] params, int offset)

Since: API Level 4

public static void glVertexPointer (int size, int type, int stride, int offset)

Since: API Level 4