to top
Android APIs
public class

GLES11Ext

extends Object
java.lang.Object
   ↳ android.opengl.GLES11Ext

Summary

Constants
int GL_3DC_XY_AMD
int GL_3DC_X_AMD
int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
int GL_ATC_RGB_AMD
int GL_BGRA
int GL_BLEND_DST_ALPHA_OES
int GL_BLEND_DST_RGB_OES
int GL_BLEND_EQUATION_ALPHA_OES
int GL_BLEND_EQUATION_OES
int GL_BLEND_EQUATION_RGB_OES
int GL_BLEND_SRC_ALPHA_OES
int GL_BLEND_SRC_RGB_OES
int GL_BUFFER_ACCESS_OES
int GL_BUFFER_MAPPED_OES
int GL_BUFFER_MAP_POINTER_OES
int GL_COLOR_ATTACHMENT0_OES
int GL_CURRENT_PALETTE_MATRIX_OES
int GL_DECR_WRAP_OES
int GL_DEPTH24_STENCIL8_OES
int GL_DEPTH_ATTACHMENT_OES
int GL_DEPTH_COMPONENT16_OES
int GL_DEPTH_COMPONENT24_OES
int GL_DEPTH_COMPONENT32_OES
int GL_DEPTH_STENCIL_OES
int GL_ETC1_RGB8_OES
int GL_FIXED_OES
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_FORMATS_OES
int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
int GL_FRAMEBUFFER_OES
int GL_FRAMEBUFFER_UNSUPPORTED_OES
int GL_FUNC_ADD_OES
int GL_FUNC_REVERSE_SUBTRACT_OES
int GL_FUNC_SUBTRACT_OES
int GL_INCR_WRAP_OES
int GL_INVALID_FRAMEBUFFER_OPERATION_OES
int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
int GL_MATRIX_INDEX_ARRAY_OES
int GL_MATRIX_INDEX_ARRAY_POINTER_OES
int GL_MATRIX_INDEX_ARRAY_SIZE_OES
int GL_MATRIX_INDEX_ARRAY_STRIDE_OES
int GL_MATRIX_INDEX_ARRAY_TYPE_OES
int GL_MATRIX_PALETTE_OES
int GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
int GL_MAX_PALETTE_MATRICES_OES
int GL_MAX_RENDERBUFFER_SIZE_OES
int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
int GL_MAX_VERTEX_UNITS_OES
int GL_MIRRORED_REPEAT_OES
int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_NONE_OES
int GL_NORMAL_MAP_OES
int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_REFLECTION_MAP_OES
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_REQUIRED_TEXTURE_IMAGE_UNITS_OES
int GL_RGB565_OES
int GL_RGB5_A1_OES
int GL_RGB8_OES
int GL_RGBA4_OES
int GL_RGBA8_OES
int GL_SAMPLER_EXTERNAL_OES
int GL_STENCIL_ATTACHMENT_OES
int GL_STENCIL_INDEX1_OES
int GL_STENCIL_INDEX4_OES
int GL_STENCIL_INDEX8_OES
int GL_TEXTURE_BINDING_CUBE_MAP_OES
int GL_TEXTURE_BINDING_EXTERNAL_OES
int GL_TEXTURE_CROP_RECT_OES
int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
int GL_TEXTURE_CUBE_MAP_OES
int GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES
int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
int GL_TEXTURE_EXTERNAL_OES
int GL_TEXTURE_GEN_MODE_OES
int GL_TEXTURE_GEN_STR_OES
int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
int GL_TEXTURE_MAX_ANISOTROPY_EXT
int GL_UNSIGNED_INT_24_8_OES
int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
int GL_WEIGHT_ARRAY_OES
int GL_WEIGHT_ARRAY_POINTER_OES
int GL_WEIGHT_ARRAY_SIZE_OES
int GL_WEIGHT_ARRAY_STRIDE_OES
int GL_WEIGHT_ARRAY_TYPE_OES
int GL_WRITE_ONLY_OES
Public Constructors
GLES11Ext()
Public Methods
static void glAlphaFuncxOES(int func, int ref)
static void glBindFramebufferOES(int target, int framebuffer)
static void glBindRenderbufferOES(int target, int renderbuffer)
static void glBlendEquationOES(int mode)
static void glBlendEquationSeparateOES(int modeRGB, int modeAlpha)
static void glBlendFuncSeparateOES(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
static int glCheckFramebufferStatusOES(int target)
static void glClearColorxOES(int red, int green, int blue, int alpha)
static void glClearDepthfOES(float depth)
static void glClearDepthxOES(int depth)
static void glClipPlanefOES(int plane, FloatBuffer equation)
static void glClipPlanefOES(int plane, float[] equation, int offset)
static void glClipPlanexOES(int plane, IntBuffer equation)
static void glClipPlanexOES(int plane, int[] equation, int offset)
static void glColor4xOES(int red, int green, int blue, int alpha)
static void glCurrentPaletteMatrixOES(int matrixpaletteindex)
static void glDeleteFramebuffersOES(int n, IntBuffer framebuffers)
static void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset)
static void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
static void glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers)
static void glDepthRangefOES(float zNear, float zFar)
static void glDepthRangexOES(int zNear, int zFar)
static void glDrawTexfOES(float x, float y, float z, float width, float height)
static void glDrawTexfvOES(float[] coords, int offset)
static void glDrawTexfvOES(FloatBuffer coords)
static void glDrawTexiOES(int x, int y, int z, int width, int height)
static void glDrawTexivOES(IntBuffer coords)
static void glDrawTexivOES(int[] coords, int offset)
static void glDrawTexsOES(short x, short y, short z, short width, short height)
static void glDrawTexsvOES(short[] coords, int offset)
static void glDrawTexsvOES(ShortBuffer coords)
static void glDrawTexxOES(int x, int y, int z, int width, int height)
static void glDrawTexxvOES(int[] coords, int offset)
static void glDrawTexxvOES(IntBuffer coords)
static void glEGLImageTargetRenderbufferStorageOES(int target, Buffer image)
static void glEGLImageTargetTexture2DOES(int target, Buffer image)
static void glFogxOES(int pname, int param)
static void glFogxvOES(int pname, int[] params, int offset)
static void glFogxvOES(int pname, IntBuffer params)
static void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)
static void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level)
static void glFrustumfOES(float left, float right, float bottom, float top, float zNear, float zFar)
static void glFrustumxOES(int left, int right, int bottom, int top, int zNear, int zFar)
static void glGenFramebuffersOES(int n, int[] framebuffers, int offset)
static void glGenFramebuffersOES(int n, IntBuffer framebuffers)
static void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
static void glGenRenderbuffersOES(int n, IntBuffer renderbuffers)
static void glGenerateMipmapOES(int target)
static void glGetClipPlanefOES(int pname, float[] eqn, int offset)
static void glGetClipPlanefOES(int pname, FloatBuffer eqn)
static void glGetClipPlanexOES(int pname, int[] eqn, int offset)
static void glGetClipPlanexOES(int pname, IntBuffer eqn)
static void glGetFixedvOES(int pname, int[] params, int offset)
static void glGetFixedvOES(int pname, IntBuffer params)
static void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params)
static void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
static void glGetLightxvOES(int light, int pname, IntBuffer params)
static void glGetLightxvOES(int light, int pname, int[] params, int offset)
static void glGetMaterialxvOES(int face, int pname, int[] params, int offset)
static void glGetMaterialxvOES(int face, int pname, IntBuffer params)
static void glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params)
static void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
static void glGetTexEnvxvOES(int env, int pname, IntBuffer params)
static void glGetTexEnvxvOES(int env, int pname, int[] params, int offset)
static void glGetTexGenfvOES(int coord, int pname, FloatBuffer params)
static void glGetTexGenfvOES(int coord, int pname, float[] params, int offset)
static void glGetTexGenivOES(int coord, int pname, int[] params, int offset)
static void glGetTexGenivOES(int coord, int pname, IntBuffer params)
static void glGetTexGenxvOES(int coord, int pname, int[] params, int offset)
static void glGetTexGenxvOES(int coord, int pname, IntBuffer params)
static void glGetTexParameterxvOES(int target, int pname, int[] params, int offset)
static void glGetTexParameterxvOES(int target, int pname, IntBuffer params)
static boolean glIsFramebufferOES(int framebuffer)
static boolean glIsRenderbufferOES(int renderbuffer)
static void glLightModelxOES(int pname, int param)
static void glLightModelxvOES(int pname, IntBuffer params)
static void glLightModelxvOES(int pname, int[] params, int offset)
static void glLightxOES(int light, int pname, int param)
static void glLightxvOES(int light, int pname, IntBuffer params)
static void glLightxvOES(int light, int pname, int[] params, int offset)
static void glLineWidthxOES(int width)
static void glLoadMatrixxOES(int[] m, int offset)
static void glLoadMatrixxOES(IntBuffer m)
static void glLoadPaletteFromModelViewMatrixOES()
static void glMaterialxOES(int face, int pname, int param)
static void glMaterialxvOES(int face, int pname, int[] params, int offset)
static void glMaterialxvOES(int face, int pname, IntBuffer params)
static void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)
static void glMultMatrixxOES(IntBuffer m)
static void glMultMatrixxOES(int[] m, int offset)
static void glMultiTexCoord4xOES(int target, int s, int t, int r, int q)
static void glNormal3xOES(int nx, int ny, int nz)
static void glOrthofOES(float left, float right, float bottom, float top, float zNear, float zFar)
static void glOrthoxOES(int left, int right, int bottom, int top, int zNear, int zFar)
static void glPointParameterxOES(int pname, int param)
static void glPointParameterxvOES(int pname, IntBuffer params)
static void glPointParameterxvOES(int pname, int[] params, int offset)
static void glPointSizexOES(int size)
static void glPolygonOffsetxOES(int factor, int units)
static void glRenderbufferStorageOES(int target, int internalformat, int width, int height)
static void glRotatexOES(int angle, int x, int y, int z)
static void glSampleCoveragexOES(int value, boolean invert)
static void glScalexOES(int x, int y, int z)
static void glTexEnvxOES(int target, int pname, int param)
static void glTexEnvxvOES(int target, int pname, IntBuffer params)
static void glTexEnvxvOES(int target, int pname, int[] params, int offset)
static void glTexGenfOES(int coord, int pname, float param)
static void glTexGenfvOES(int coord, int pname, float[] params, int offset)
static void glTexGenfvOES(int coord, int pname, FloatBuffer params)
static void glTexGeniOES(int coord, int pname, int param)
static void glTexGenivOES(int coord, int pname, int[] params, int offset)
static void glTexGenivOES(int coord, int pname, IntBuffer params)
static void glTexGenxOES(int coord, int pname, int param)
static void glTexGenxvOES(int coord, int pname, IntBuffer params)
static void glTexGenxvOES(int coord, int pname, int[] params, int offset)
static void glTexParameterxOES(int target, int pname, int param)
static void glTexParameterxvOES(int target, int pname, IntBuffer params)
static void glTexParameterxvOES(int target, int pname, int[] params, int offset)
static void glTranslatexOES(int x, int y, int z)
static void glWeightPointerOES(int size, int type, int stride, Buffer pointer)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int GL_3DC_XY_AMD

Since: API Level 4

Constant Value: 34810 (0x000087fa)

public static final int GL_3DC_X_AMD

Since: API Level 4

Constant Value: 34809 (0x000087f9)

public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD

Since: API Level 4

Constant Value: 35987 (0x00008c93)

public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD

Since: API Level 4

Constant Value: 34798 (0x000087ee)

public static final int GL_ATC_RGB_AMD

Since: API Level 4

Constant Value: 35986 (0x00008c92)

public static final int GL_BGRA

Since: API Level 4

Constant Value: 32993 (0x000080e1)

public static final int GL_BLEND_DST_ALPHA_OES

Since: API Level 4

Constant Value: 32970 (0x000080ca)

public static final int GL_BLEND_DST_RGB_OES

Since: API Level 4

Constant Value: 32968 (0x000080c8)

public static final int GL_BLEND_EQUATION_ALPHA_OES

Since: API Level 4

Constant Value: 34877 (0x0000883d)

public static final int GL_BLEND_EQUATION_OES

Since: API Level 4

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_EQUATION_RGB_OES

Since: API Level 4

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_SRC_ALPHA_OES

Since: API Level 4

Constant Value: 32971 (0x000080cb)

public static final int GL_BLEND_SRC_RGB_OES

Since: API Level 4

Constant Value: 32969 (0x000080c9)

public static final int GL_BUFFER_ACCESS_OES

Since: API Level 4

Constant Value: 35003 (0x000088bb)

public static final int GL_BUFFER_MAPPED_OES

Since: API Level 4

Constant Value: 35004 (0x000088bc)

public static final int GL_BUFFER_MAP_POINTER_OES

Since: API Level 4

Constant Value: 35005 (0x000088bd)

public static final int GL_COLOR_ATTACHMENT0_OES

Since: API Level 4

Constant Value: 36064 (0x00008ce0)

public static final int GL_CURRENT_PALETTE_MATRIX_OES

Since: API Level 4

Constant Value: 34883 (0x00008843)

public static final int GL_DECR_WRAP_OES

Since: API Level 4

Constant Value: 34056 (0x00008508)

public static final int GL_DEPTH24_STENCIL8_OES

Since: API Level 4

Constant Value: 35056 (0x000088f0)

public static final int GL_DEPTH_ATTACHMENT_OES

Since: API Level 4

Constant Value: 36096 (0x00008d00)

public static final int GL_DEPTH_COMPONENT16_OES

Since: API Level 4

Constant Value: 33189 (0x000081a5)

public static final int GL_DEPTH_COMPONENT24_OES

Since: API Level 4

Constant Value: 33190 (0x000081a6)

public static final int GL_DEPTH_COMPONENT32_OES

Since: API Level 4

Constant Value: 33191 (0x000081a7)

public static final int GL_DEPTH_STENCIL_OES

Since: API Level 4

Constant Value: 34041 (0x000084f9)

public static final int GL_ETC1_RGB8_OES

Since: API Level 4

Constant Value: 36196 (0x00008d64)

public static final int GL_FIXED_OES

Since: API Level 4

Constant Value: 5132 (0x0000140c)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

Since: API Level 4

Constant Value: 36049 (0x00008cd1)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

Since: API Level 4

Constant Value: 36048 (0x00008cd0)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

Since: API Level 4

Constant Value: 36051 (0x00008cd3)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

Since: API Level 4

Constant Value: 36050 (0x00008cd2)

public static final int GL_FRAMEBUFFER_BINDING_OES

Since: API Level 4

Constant Value: 36006 (0x00008ca6)

public static final int GL_FRAMEBUFFER_COMPLETE_OES

Since: API Level 4

Constant Value: 36053 (0x00008cd5)

public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

Since: API Level 4

Constant Value: 36054 (0x00008cd6)

public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

Since: API Level 4

Constant Value: 36057 (0x00008cd9)

public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

Since: API Level 4

Constant Value: 36058 (0x00008cda)

public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

Since: API Level 4

Constant Value: 36055 (0x00008cd7)

public static final int GL_FRAMEBUFFER_OES

Since: API Level 4

Constant Value: 36160 (0x00008d40)

public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES

Since: API Level 4

Constant Value: 36061 (0x00008cdd)

public static final int GL_FUNC_ADD_OES

Since: API Level 4

Constant Value: 32774 (0x00008006)

public static final int GL_FUNC_REVERSE_SUBTRACT_OES

Since: API Level 4

Constant Value: 32779 (0x0000800b)

public static final int GL_FUNC_SUBTRACT_OES

Since: API Level 4

Constant Value: 32778 (0x0000800a)

public static final int GL_INCR_WRAP_OES

Since: API Level 4

Constant Value: 34055 (0x00008507)

public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES

Since: API Level 4

Constant Value: 1286 (0x00000506)

public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES

Since: API Level 4

Constant Value: 35742 (0x00008b9e)

public static final int GL_MATRIX_INDEX_ARRAY_OES

Since: API Level 4

Constant Value: 34884 (0x00008844)

public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES

Since: API Level 4

Constant Value: 34889 (0x00008849)

public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES

Since: API Level 4

Constant Value: 34886 (0x00008846)

public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES

Since: API Level 4

Constant Value: 34888 (0x00008848)

public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES

Since: API Level 4

Constant Value: 34887 (0x00008847)

public static final int GL_MATRIX_PALETTE_OES

Since: API Level 4

Constant Value: 34880 (0x00008840)

public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES

Since: API Level 4

Constant Value: 34076 (0x0000851c)

public static final int GL_MAX_PALETTE_MATRICES_OES

Since: API Level 4

Constant Value: 34882 (0x00008842)

public static final int GL_MAX_RENDERBUFFER_SIZE_OES

Since: API Level 4

Constant Value: 34024 (0x000084e8)

public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT

Since: API Level 4

Constant Value: 34047 (0x000084ff)

public static final int GL_MAX_VERTEX_UNITS_OES

Since: API Level 4

Constant Value: 34468 (0x000086a4)

public static final int GL_MIRRORED_REPEAT_OES

Since: API Level 4

Constant Value: 33648 (0x00008370)

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_NONE_OES

Since: API Level 4

Constant Value: 0 (0x00000000)

public static final int GL_NORMAL_MAP_OES

Since: API Level 4

Constant Value: 34065 (0x00008511)

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_REFLECTION_MAP_OES

Since: API Level 4

Constant Value: 34066 (0x00008512)

public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES

Since: API Level 4

Constant Value: 36179 (0x00008d53)

public static final int GL_RENDERBUFFER_BINDING_OES

Since: API Level 4

Constant Value: 36007 (0x00008ca7)

public static final int GL_RENDERBUFFER_BLUE_SIZE_OES

Since: API Level 4

Constant Value: 36178 (0x00008d52)

public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES

Since: API Level 4

Constant Value: 36180 (0x00008d54)

public static final int GL_RENDERBUFFER_GREEN_SIZE_OES

Since: API Level 4

Constant Value: 36177 (0x00008d51)

public static final int GL_RENDERBUFFER_HEIGHT_OES

Since: API Level 4

Constant Value: 36163 (0x00008d43)

public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES

Since: API Level 4

Constant Value: 36164 (0x00008d44)

public static final int GL_RENDERBUFFER_OES

Since: API Level 4

Constant Value: 36161 (0x00008d41)

public static final int GL_RENDERBUFFER_RED_SIZE_OES

Since: API Level 4

Constant Value: 36176 (0x00008d50)

public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES

Since: API Level 4

Constant Value: 36181 (0x00008d55)

public static final int GL_RENDERBUFFER_WIDTH_OES

Since: API Level 4

Constant Value: 36162 (0x00008d42)

public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES

Since: API Level 15

Constant Value: 36200 (0x00008d68)

public static final int GL_RGB565_OES

Since: API Level 4

Constant Value: 36194 (0x00008d62)

public static final int GL_RGB5_A1_OES

Since: API Level 4

Constant Value: 32855 (0x00008057)

public static final int GL_RGB8_OES

Since: API Level 4

Constant Value: 32849 (0x00008051)

public static final int GL_RGBA4_OES

Since: API Level 4

Constant Value: 32854 (0x00008056)

public static final int GL_RGBA8_OES

Since: API Level 4

Constant Value: 32856 (0x00008058)

public static final int GL_SAMPLER_EXTERNAL_OES

Since: API Level 15

Constant Value: 36198 (0x00008d66)

public static final int GL_STENCIL_ATTACHMENT_OES

Since: API Level 4

Constant Value: 36128 (0x00008d20)

public static final int GL_STENCIL_INDEX1_OES

Since: API Level 4

Constant Value: 36166 (0x00008d46)

public static final int GL_STENCIL_INDEX4_OES

Since: API Level 4

Constant Value: 36167 (0x00008d47)

public static final int GL_STENCIL_INDEX8_OES

Since: API Level 4

Constant Value: 36168 (0x00008d48)

public static final int GL_TEXTURE_BINDING_CUBE_MAP_OES

Since: API Level 4

Constant Value: 34068 (0x00008514)

public static final int GL_TEXTURE_BINDING_EXTERNAL_OES

Since: API Level 15

Constant Value: 36199 (0x00008d67)

public static final int GL_TEXTURE_CROP_RECT_OES

Since: API Level 4

Constant Value: 35741 (0x00008b9d)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES

Since: API Level 4

Constant Value: 34070 (0x00008516)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES

Since: API Level 4

Constant Value: 34072 (0x00008518)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES

Since: API Level 4

Constant Value: 34074 (0x0000851a)

public static final int GL_TEXTURE_CUBE_MAP_OES

Since: API Level 4

Constant Value: 34067 (0x00008513)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES

Since: API Level 4

Constant Value: 34069 (0x00008515)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES

Since: API Level 4

Constant Value: 34071 (0x00008517)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES

Since: API Level 4

Constant Value: 34073 (0x00008519)

public static final int GL_TEXTURE_EXTERNAL_OES

Since: API Level 15

Constant Value: 36197 (0x00008d65)

public static final int GL_TEXTURE_GEN_MODE_OES

Since: API Level 4

Constant Value: 9472 (0x00002500)

public static final int GL_TEXTURE_GEN_STR_OES

Since: API Level 4

Constant Value: 36192 (0x00008d60)

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_MAX_ANISOTROPY_EXT

Since: API Level 4

Constant Value: 34046 (0x000084fe)

public static final int GL_UNSIGNED_INT_24_8_OES

Since: API Level 4

Constant Value: 34042 (0x000084fa)

public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

Since: API Level 4

Constant Value: 34974 (0x0000889e)

public static final int GL_WEIGHT_ARRAY_OES

Since: API Level 4

Constant Value: 34477 (0x000086ad)

public static final int GL_WEIGHT_ARRAY_POINTER_OES

Since: API Level 4

Constant Value: 34476 (0x000086ac)

public static final int GL_WEIGHT_ARRAY_SIZE_OES

Since: API Level 4

Constant Value: 34475 (0x000086ab)

public static final int GL_WEIGHT_ARRAY_STRIDE_OES

Since: API Level 4

Constant Value: 34474 (0x000086aa)

public static final int GL_WEIGHT_ARRAY_TYPE_OES

Since: API Level 4

Constant Value: 34473 (0x000086a9)

public static final int GL_WRITE_ONLY_OES

Since: API Level 4

Constant Value: 35001 (0x000088b9)

Public Constructors

public GLES11Ext ()

Since: API Level 4

Public Methods

public static void glAlphaFuncxOES (int func, int ref)

Since: API Level 4

public static void glBindFramebufferOES (int target, int framebuffer)

Since: API Level 4

public static void glBindRenderbufferOES (int target, int renderbuffer)

Since: API Level 4

public static void glBlendEquationOES (int mode)

Since: API Level 4

public static void glBlendEquationSeparateOES (int modeRGB, int modeAlpha)

Since: API Level 4

public static void glBlendFuncSeparateOES (int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)

Since: API Level 4

public static int glCheckFramebufferStatusOES (int target)

Since: API Level 4

public static void glClearColorxOES (int red, int green, int blue, int alpha)

Since: API Level 4

public static void glClearDepthfOES (float depth)

Since: API Level 4

public static void glClearDepthxOES (int depth)

Since: API Level 4

public static void glClipPlanefOES (int plane, FloatBuffer equation)

Since: API Level 4

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

Since: API Level 4

public static void glClipPlanexOES (int plane, IntBuffer equation)

Since: API Level 4

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

Since: API Level 4

public static void glColor4xOES (int red, int green, int blue, int alpha)

Since: API Level 4

public static void glCurrentPaletteMatrixOES (int matrixpaletteindex)

Since: API Level 4

public static void glDeleteFramebuffersOES (int n, IntBuffer framebuffers)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glDeleteRenderbuffersOES (int n, IntBuffer renderbuffers)

Since: API Level 4

public static void glDepthRangefOES (float zNear, float zFar)

Since: API Level 4

public static void glDepthRangexOES (int zNear, int zFar)

Since: API Level 4

public static void glDrawTexfOES (float x, float y, float z, float width, float height)

Since: API Level 4

public static void glDrawTexfvOES (float[] coords, int offset)

Since: API Level 4

public static void glDrawTexfvOES (FloatBuffer coords)

Since: API Level 4

public static void glDrawTexiOES (int x, int y, int z, int width, int height)

Since: API Level 4

public static void glDrawTexivOES (IntBuffer coords)

Since: API Level 4

public static void glDrawTexivOES (int[] coords, int offset)

Since: API Level 4

public static void glDrawTexsOES (short x, short y, short z, short width, short height)

Since: API Level 4

public static void glDrawTexsvOES (short[] coords, int offset)

Since: API Level 4

public static void glDrawTexsvOES (ShortBuffer coords)

Since: API Level 4

public static void glDrawTexxOES (int x, int y, int z, int width, int height)

Since: API Level 4

public static void glDrawTexxvOES (int[] coords, int offset)

Since: API Level 4

public static void glDrawTexxvOES (IntBuffer coords)

Since: API Level 4

public static void glEGLImageTargetRenderbufferStorageOES (int target, Buffer image)

Since: API Level 4

public static void glEGLImageTargetTexture2DOES (int target, Buffer image)

Since: API Level 4

public static void glFogxOES (int pname, int param)

Since: API Level 4

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

Since: API Level 4

public static void glFogxvOES (int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glFrustumfOES (float left, float right, float bottom, float top, float zNear, float zFar)

Since: API Level 4

public static void glFrustumxOES (int left, int right, int bottom, int top, int zNear, int zFar)

Since: API Level 4

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

Since: API Level 4

public static void glGenFramebuffersOES (int n, IntBuffer framebuffers)

Since: API Level 4

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

Since: API Level 4

public static void glGenRenderbuffersOES (int n, IntBuffer renderbuffers)

Since: API Level 4

public static void glGenerateMipmapOES (int target)

Since: API Level 4

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

Since: API Level 4

public static void glGetClipPlanefOES (int pname, FloatBuffer eqn)

Since: API Level 4

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

Since: API Level 4

public static void glGetClipPlanexOES (int pname, IntBuffer eqn)

Since: API Level 4

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

Since: API Level 4

public static void glGetFixedvOES (int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glGetTexGenfvOES (int coord, int pname, FloatBuffer params)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glGetTexGenivOES (int coord, int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

public static void glGetTexGenxvOES (int coord, int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static boolean glIsFramebufferOES (int framebuffer)

Since: API Level 4

public static boolean glIsRenderbufferOES (int renderbuffer)

Since: API Level 4

public static void glLightModelxOES (int pname, int param)

Since: API Level 4

public static void glLightModelxvOES (int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

public static void glLightxOES (int light, int pname, int param)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glLineWidthxOES (int width)

Since: API Level 4

public static void glLoadMatrixxOES (int[] m, int offset)

Since: API Level 4

public static void glLoadMatrixxOES (IntBuffer m)

Since: API Level 4

public static void glLoadPaletteFromModelViewMatrixOES ()

Since: API Level 4

public static void glMaterialxOES (int face, int pname, int param)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glMatrixIndexPointerOES (int size, int type, int stride, Buffer pointer)

Since: API Level 4

public static void glMultMatrixxOES (IntBuffer m)

Since: API Level 4

public static void glMultMatrixxOES (int[] m, int offset)

Since: API Level 4

public static void glMultiTexCoord4xOES (int target, int s, int t, int r, int q)

Since: API Level 4

public static void glNormal3xOES (int nx, int ny, int nz)

Since: API Level 4

public static void glOrthofOES (float left, float right, float bottom, float top, float zNear, float zFar)

Since: API Level 4

public static void glOrthoxOES (int left, int right, int bottom, int top, int zNear, int zFar)

Since: API Level 4

public static void glPointParameterxOES (int pname, int param)

Since: API Level 4

public static void glPointParameterxvOES (int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

public static void glPointSizexOES (int size)

Since: API Level 4

public static void glPolygonOffsetxOES (int factor, int units)

Since: API Level 4

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

Since: API Level 4

public static void glRotatexOES (int angle, int x, int y, int z)

Since: API Level 4

public static void glSampleCoveragexOES (int value, boolean invert)

Since: API Level 4

public static void glScalexOES (int x, int y, int z)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glTexGenfOES (int coord, int pname, float param)

Since: API Level 4

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

Since: API Level 4

public static void glTexGenfvOES (int coord, int pname, FloatBuffer params)

Since: API Level 4

public static void glTexGeniOES (int coord, int pname, int param)

Since: API Level 4

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

Since: API Level 4

public static void glTexGenivOES (int coord, int pname, IntBuffer params)

Since: API Level 4

public static void glTexGenxOES (int coord, int pname, int param)

Since: API Level 4

public static void glTexGenxvOES (int coord, int pname, IntBuffer params)

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

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

Since: API Level 4

public static void glTranslatexOES (int x, int y, int z)

Since: API Level 4

public static void glWeightPointerOES (int size, int type, int stride, Buffer pointer)

Since: API Level 4