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

? Examples
GLES11Ext()
Public Methods

? Examples
static void glAlphaFuncxOES(int func, int ref)

? Examples
static void glBindFramebufferOES(int target, int framebuffer)

? Examples
static void glBindRenderbufferOES(int target, int renderbuffer)

? Examples
static void glBlendEquationOES(int mode)

? Examples
static void glBlendEquationSeparateOES(int modeRGB, int modeAlpha)

? Examples
static void glBlendFuncSeparateOES(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)

? Examples
static int glCheckFramebufferStatusOES(int target)

? Examples
static void glClearColorxOES(int red, int green, int blue, int alpha)

? Examples
static void glClearDepthfOES(float depth)

? Examples
static void glClearDepthxOES(int depth)

? Examples
static void glClipPlanefOES(int plane, FloatBuffer equation)

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

? Examples
static void glClipPlanexOES(int plane, IntBuffer equation)

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

? Examples
static void glColor4xOES(int red, int green, int blue, int alpha)

? Examples
static void glCurrentPaletteMatrixOES(int matrixpaletteindex)

? Examples
static void glDeleteFramebuffersOES(int n, IntBuffer framebuffers)

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

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

? Examples
static void glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers)

? Examples
static void glDepthRangefOES(float zNear, float zFar)

? Examples
static void glDepthRangexOES(int zNear, int zFar)

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

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

? Examples
static void glDrawTexfvOES( FloatBuffer coords)

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

? Examples
static void glDrawTexivOES( IntBuffer coords)

? Examples
static void glDrawTexivOES(int[] coords, int offset)

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

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

? Examples
static void glDrawTexsvOES( ShortBuffer coords)

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

? Examples
static void glDrawTexxvOES(int[] coords, int offset)

? Examples
static void glDrawTexxvOES( IntBuffer coords)

? Examples
static void glEGLImageTargetRenderbufferStorageOES(int target, Buffer image)

? Examples
static void glEGLImageTargetTexture2DOES(int target, Buffer image)

? Examples
static void glFogxOES(int pname, int param)

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

? Examples
static void glFogxvOES(int pname, IntBuffer params)

? Examples
static void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)

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

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

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

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

? Examples
static void glGenFramebuffersOES(int n, IntBuffer framebuffers)

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

? Examples
static void glGenRenderbuffersOES(int n, IntBuffer renderbuffers)

? Examples
static void glGenerateMipmapOES(int target)

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

? Examples
static void glGetClipPlanefOES(int pname, FloatBuffer eqn)

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

? Examples
static void glGetClipPlanexOES(int pname, IntBuffer eqn)

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

? Examples
static void glGetFixedvOES(int pname, IntBuffer params)

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

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

? Examples
static void glGetLightxvOES(int light, int pname, IntBuffer params)

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

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

? Examples
static void glGetMaterialxvOES(int face, int pname, IntBuffer params)

? Examples
static void glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params)

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

? Examples
static void glGetTexEnvxvOES(int env, int pname, IntBuffer params)

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

? Examples
static void glGetTexGenfvOES(int coord, int pname, FloatBuffer params)

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

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

? Examples
static void glGetTexGenivOES(int coord, int pname, IntBuffer params)

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

? Examples
static void glGetTexGenxvOES(int coord, int pname, IntBuffer params)

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

? Examples
static void glGetTexParameterxvOES(int target, int pname, IntBuffer params)

? Examples
static boolean glIsFramebufferOES(int framebuffer)

? Examples
static boolean glIsRenderbufferOES(int renderbuffer)

? Examples
static void glLightModelxOES(int pname, int param)

? Examples
static void glLightModelxvOES(int pname, IntBuffer params)

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

? Examples
static void glLightxOES(int light, int pname, int param)

? Examples
static void glLightxvOES(int light, int pname, IntBuffer params)

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

? Examples
static void glLineWidthxOES(int width)

? Examples
static void glLoadMatrixxOES(int[] m, int offset)

? Examples
static void glLoadMatrixxOES( IntBuffer m)

? Examples
static void glLoadPaletteFromModelViewMatrixOES()

? Examples
static void glMaterialxOES(int face, int pname, int param)

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

? Examples
static void glMaterialxvOES(int face, int pname, IntBuffer params)

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

? Examples
static void glMultMatrixxOES( IntBuffer m)

? Examples
static void glMultMatrixxOES(int[] m, int offset)

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

? Examples
static void glNormal3xOES(int nx, int ny, int nz)

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

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

? Examples
static void glPointParameterxOES(int pname, int param)

? Examples
static void glPointParameterxvOES(int pname, IntBuffer params)

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

? Examples
static void glPointSizexOES(int size)

? Examples
static void glPolygonOffsetxOES(int factor, int units)

? Examples
static void glRenderbufferStorageOES(int target, int internalformat, int width, int height)

? Examples
static void glRotatexOES(int angle, int x, int y, int z)

? Examples
static void glSampleCoveragexOES(int value, boolean invert)

? Examples
static void glScalexOES(int x, int y, int z)

? Examples
static void glTexEnvxOES(int target, int pname, int param)

? Examples
static void glTexEnvxvOES(int target, int pname, IntBuffer params)

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

? Examples
static void glTexGenfOES(int coord, int pname, float param)

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

? Examples
static void glTexGenfvOES(int coord, int pname, FloatBuffer params)

? Examples
static void glTexGeniOES(int coord, int pname, int param)

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

? Examples
static void glTexGenivOES(int coord, int pname, IntBuffer params)

? Examples
static void glTexGenxOES(int coord, int pname, int param)

? Examples
static void glTexGenxvOES(int coord, int pname, IntBuffer params)

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

? Examples
static void glTexParameterxOES(int target, int pname, int param)

? Examples
static void glTexParameterxvOES(int target, int pname, IntBuffer params)

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

? Examples
static void glTranslatexOES(int x, int y, int z)

? Examples
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

Added in API level 4

Constant Value: 34810 (0x000087fa)

public static final int GL_3DC_X_AMD

Added in API level 4

Constant Value: 34809 (0x000087f9)

public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD

Added in API level 4

Constant Value: 35987 (0x00008c93)

public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD

Added in API level 4

Constant Value: 34798 (0x000087ee)

public static final int GL_ATC_RGB_AMD

Added in API level 4

Constant Value: 35986 (0x00008c92)

public static final int GL_BGRA

Added in API level 4

Constant Value: 32993 (0x000080e1)

public static final int GL_BLEND_DST_ALPHA_OES

Added in API level 4

Constant Value: 32970 (0x000080ca)

public static final int GL_BLEND_DST_RGB_OES

Added in API level 4

Constant Value: 32968 (0x000080c8)

public static final int GL_BLEND_EQUATION_ALPHA_OES

Added in API level 4

Constant Value: 34877 (0x0000883d)

public static final int GL_BLEND_EQUATION_OES

Added in API level 4

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_EQUATION_RGB_OES

Added in API level 4

Constant Value: 32777 (0x00008009)

public static final int GL_BLEND_SRC_ALPHA_OES

Added in API level 4

Constant Value: 32971 (0x000080cb)

public static final int GL_BLEND_SRC_RGB_OES

Added in API level 4

Constant Value: 32969 (0x000080c9)

public static final int GL_BUFFER_ACCESS_OES

Added in API level 4

Constant Value: 35003 (0x000088bb)

public static final int GL_BUFFER_MAPPED_OES

Added in API level 4

Constant Value: 35004 (0x000088bc)

public static final int GL_BUFFER_MAP_POINTER_OES

Added in API level 4

Constant Value: 35005 (0x000088bd)

public static final int GL_COLOR_ATTACHMENT0_OES

Added in API level 4

Constant Value: 36064 (0x00008ce0)

public static final int GL_CURRENT_PALETTE_MATRIX_OES

Added in API level 4

Constant Value: 34883 (0x00008843)

public static final int GL_DECR_WRAP_OES

Added in API level 4

Constant Value: 34056 (0x00008508)

public static final int GL_DEPTH24_STENCIL8_OES

Added in API level 4

Constant Value: 35056 (0x000088f0)

public static final int GL_DEPTH_ATTACHMENT_OES

Added in API level 4

Constant Value: 36096 (0x00008d00)

public static final int GL_DEPTH_COMPONENT16_OES

Added in API level 4

Constant Value: 33189 (0x000081a5)

public static final int GL_DEPTH_COMPONENT24_OES

Added in API level 4

Constant Value: 33190 (0x000081a6)

public static final int GL_DEPTH_COMPONENT32_OES

Added in API level 4

Constant Value: 33191 (0x000081a7)

public static final int GL_DEPTH_STENCIL_OES

Added in API level 4

Constant Value: 34041 (0x000084f9)

public static final int GL_ETC1_RGB8_OES

Added in API level 4

Constant Value: 36196 (0x00008d64)

public static final int GL_FIXED_OES

Added in API level 4

Constant Value: 5132 (0x0000140c)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES

Added in API level 4

Constant Value: 36049 (0x00008cd1)

public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES

Added in API level 4

Constant Value: 36048 (0x00008cd0)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES

Added in API level 4

Constant Value: 36051 (0x00008cd3)

public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES

Added in API level 4

Constant Value: 36050 (0x00008cd2)

public static final int GL_FRAMEBUFFER_BINDING_OES

Added in API level 4

Constant Value: 36006 (0x00008ca6)

public static final int GL_FRAMEBUFFER_COMPLETE_OES

Added in API level 4

Constant Value: 36053 (0x00008cd5)

public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES

Added in API level 4

Constant Value: 36054 (0x00008cd6)

public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES

Added in API level 4

Constant Value: 36057 (0x00008cd9)

public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES

Added in API level 4

Constant Value: 36058 (0x00008cda)

public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES

Added in API level 4

Constant Value: 36055 (0x00008cd7)

public static final int GL_FRAMEBUFFER_OES

Added in API level 4

Constant Value: 36160 (0x00008d40)

public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES

Added in API level 4

Constant Value: 36061 (0x00008cdd)

public static final int GL_FUNC_ADD_OES

Added in API level 4

Constant Value: 32774 (0x00008006)

public static final int GL_FUNC_REVERSE_SUBTRACT_OES

Added in API level 4

Constant Value: 32779 (0x0000800b)

public static final int GL_FUNC_SUBTRACT_OES

Added in API level 4

Constant Value: 32778 (0x0000800a)

public static final int GL_INCR_WRAP_OES

Added in API level 4

Constant Value: 34055 (0x00008507)

public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES

Added in API level 4

Constant Value: 1286 (0x00000506)

public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES

Added in API level 4

Constant Value: 35742 (0x00008b9e)

public static final int GL_MATRIX_INDEX_ARRAY_OES

Added in API level 4

Constant Value: 34884 (0x00008844)

public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES

Added in API level 4

Constant Value: 34889 (0x00008849)

public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES

Added in API level 4

Constant Value: 34886 (0x00008846)

public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES

Added in API level 4

Constant Value: 34888 (0x00008848)

public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES

Added in API level 4

Constant Value: 34887 (0x00008847)

public static final int GL_MATRIX_PALETTE_OES

Added in API level 4

Constant Value: 34880 (0x00008840)

public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES

Added in API level 4

Constant Value: 34076 (0x0000851c)

public static final int GL_MAX_PALETTE_MATRICES_OES

Added in API level 4

Constant Value: 34882 (0x00008842)

public static final int GL_MAX_RENDERBUFFER_SIZE_OES

Added in API level 4

Constant Value: 34024 (0x000084e8)

public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT

Added in API level 4

Constant Value: 34047 (0x000084ff)

public static final int GL_MAX_VERTEX_UNITS_OES

Added in API level 4

Constant Value: 34468 (0x000086a4)

public static final int GL_MIRRORED_REPEAT_OES

Added in API level 4

Constant Value: 33648 (0x00008370)

public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES

Added in API level 4

Constant Value: 35213 (0x0000898d)

public static final int GL_NONE_OES

Added in API level 4

Constant Value: 0 (0x00000000)

public static final int GL_NORMAL_MAP_OES

Added in API level 4

Constant Value: 34065 (0x00008511)

public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES

Added in API level 4

Constant Value: 35214 (0x0000898e)

public static final int GL_REFLECTION_MAP_OES

Added in API level 4

Constant Value: 34066 (0x00008512)

public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES

Added in API level 4

Constant Value: 36179 (0x00008d53)

public static final int GL_RENDERBUFFER_BINDING_OES

Added in API level 4

Constant Value: 36007 (0x00008ca7)

public static final int GL_RENDERBUFFER_BLUE_SIZE_OES

Added in API level 4

Constant Value: 36178 (0x00008d52)

public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES

Added in API level 4

Constant Value: 36180 (0x00008d54)

public static final int GL_RENDERBUFFER_GREEN_SIZE_OES

Added in API level 4

Constant Value: 36177 (0x00008d51)

public static final int GL_RENDERBUFFER_HEIGHT_OES

Added in API level 4

Constant Value: 36163 (0x00008d43)

public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES

Added in API level 4

Constant Value: 36164 (0x00008d44)

public static final int GL_RENDERBUFFER_OES

Added in API level 4

Constant Value: 36161 (0x00008d41)

public static final int GL_RENDERBUFFER_RED_SIZE_OES

Added in API level 4

Constant Value: 36176 (0x00008d50)

public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES

Added in API level 4

Constant Value: 36181 (0x00008d55)

public static final int GL_RENDERBUFFER_WIDTH_OES

Added in API level 4

Constant Value: 36162 (0x00008d42)

public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES

Added in API level 15

Constant Value: 36200 (0x00008d68)

public static final int GL_RGB565_OES

Added in API level 4

Constant Value: 36194 (0x00008d62)

public static final int GL_RGB5_A1_OES

Added in API level 4

Constant Value: 32855 (0x00008057)

public static final int GL_RGB8_OES

Added in API level 4

Constant Value: 32849 (0x00008051)

public static final int GL_RGBA4_OES

Added in API level 4

Constant Value: 32854 (0x00008056)

public static final int GL_RGBA8_OES

Added in API level 4

Constant Value: 32856 (0x00008058)

public static final int GL_SAMPLER_EXTERNAL_OES

Added in API level 15

Constant Value: 36198 (0x00008d66)

public static final int GL_STENCIL_ATTACHMENT_OES

Added in API level 4

Constant Value: 36128 (0x00008d20)

public static final int GL_STENCIL_INDEX1_OES

Added in API level 4

Constant Value: 36166 (0x00008d46)

public static final int GL_STENCIL_INDEX4_OES

Added in API level 4

Constant Value: 36167 (0x00008d47)

public static final int GL_STENCIL_INDEX8_OES

Added in API level 4

Constant Value: 36168 (0x00008d48)

public static final int GL_TEXTURE_BINDING_CUBE_MAP_OES

Added in API level 4

Constant Value: 34068 (0x00008514)

public static final int GL_TEXTURE_BINDING_EXTERNAL_OES

Added in API level 15

Constant Value: 36199 (0x00008d67)

public static final int GL_TEXTURE_CROP_RECT_OES

Added in API level 4

Constant Value: 35741 (0x00008b9d)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES

Added in API level 4

Constant Value: 34070 (0x00008516)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES

Added in API level 4

Constant Value: 34072 (0x00008518)

public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES

Added in API level 4

Constant Value: 34074 (0x0000851a)

public static final int GL_TEXTURE_CUBE_MAP_OES

Added in API level 4

Constant Value: 34067 (0x00008513)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES

Added in API level 4

Constant Value: 34069 (0x00008515)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES

Added in API level 4

Constant Value: 34071 (0x00008517)

public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES

Added in API level 4

Constant Value: 34073 (0x00008519)

public static final int GL_TEXTURE_EXTERNAL_OES

Added in API level 15

Constant Value: 36197 (0x00008d65)

public static final int GL_TEXTURE_GEN_MODE_OES

Added in API level 4

Constant Value: 9472 (0x00002500)

public static final int GL_TEXTURE_GEN_STR_OES

Added in API level 4

Constant Value: 36192 (0x00008d60)

public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES

Added in API level 4

Constant Value: 35215 (0x0000898f)

public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT

Added in API level 4

Constant Value: 34046 (0x000084fe)

public static final int GL_UNSIGNED_INT_24_8_OES

Added in API level 4

Constant Value: 34042 (0x000084fa)

public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

Added in API level 4

Constant Value: 34974 (0x0000889e)

public static final int GL_WEIGHT_ARRAY_OES

Added in API level 4

Constant Value: 34477 (0x000086ad)

public static final int GL_WEIGHT_ARRAY_POINTER_OES

Added in API level 4

Constant Value: 34476 (0x000086ac)

public static final int GL_WEIGHT_ARRAY_SIZE_OES

Added in API level 4

Constant Value: 34475 (0x000086ab)

public static final int GL_WEIGHT_ARRAY_STRIDE_OES

Added in API level 4

Constant Value: 34474 (0x000086aa)

public static final int GL_WEIGHT_ARRAY_TYPE_OES

Added in API level 4

Constant Value: 34473 (0x000086a9)

public static final int GL_WRITE_ONLY_OES

Added in API level 4

Constant Value: 35001 (0x000088b9)

Public Constructors

public GLES11Ext ()

Added in API level 4

Public Methods

public static void glAlphaFuncxOES (int func, int ref)

Added in API level 4

public static void glBindFramebufferOES (int target, int framebuffer)

Added in API level 4

public static void glBindRenderbufferOES (int target, int renderbuffer)

Added in API level 4

public static void glBlendEquationOES (int mode)

Added in API level 4

public static void glBlendEquationSeparateOES (int modeRGB, int modeAlpha)

Added in API level 4

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

Added in API level 4

public static int glCheckFramebufferStatusOES (int target)

Added in API level 4

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

Added in API level 4

public static void glClearDepthfOES (float depth)

Added in API level 4

public static void glClearDepthxOES (int depth)

Added in API level 4

public static void glClipPlanefOES (int plane, FloatBuffer equation)

Added in API level 4

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

Added in API level 4

public static void glClipPlanexOES (int plane, IntBuffer equation)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glCurrentPaletteMatrixOES (int matrixpaletteindex)

Added in API level 4

public static void glDeleteFramebuffersOES (int n, IntBuffer framebuffers)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glDeleteRenderbuffersOES (int n, IntBuffer renderbuffers)

Added in API level 4

public static void glDepthRangefOES (float zNear, float zFar)

Added in API level 4

public static void glDepthRangexOES (int zNear, int zFar)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glDrawTexfvOES (FloatBuffer coords)

Added in API level 4

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

Added in API level 4

public static void glDrawTexivOES (IntBuffer coords)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glDrawTexsvOES (ShortBuffer coords)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glDrawTexxvOES (IntBuffer coords)

Added in API level 4

public static void glEGLImageTargetRenderbufferStorageOES (int target, Buffer image)

Added in API level 4

public static void glEGLImageTargetTexture2DOES (int target, Buffer image)

Added in API level 4

public static void glFogxOES (int pname, int param)

Added in API level 4

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

Added in API level 4

public static void glFogxvOES (int pname, IntBuffer params)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glGenFramebuffersOES (int n, IntBuffer framebuffers)

Added in API level 4

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

Added in API level 4

public static void glGenRenderbuffersOES (int n, IntBuffer renderbuffers)

Added in API level 4

public static void glGenerateMipmapOES (int target)

Added in API level 4

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

Added in API level 4

public static void glGetClipPlanefOES (int pname, FloatBuffer eqn)

Added in API level 4

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

Added in API level 4

public static void glGetClipPlanexOES (int pname, IntBuffer eqn)

Added in API level 4

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

Added in API level 4

public static void glGetFixedvOES (int pname, IntBuffer params)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static boolean glIsFramebufferOES (int framebuffer)

Added in API level 4

public static boolean glIsRenderbufferOES (int renderbuffer)

Added in API level 4

public static void glLightModelxOES (int pname, int param)

Added in API level 4

public static void glLightModelxvOES (int pname, IntBuffer params)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glLineWidthxOES (int width)

Added in API level 4

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

Added in API level 4

public static void glLoadMatrixxOES (IntBuffer m)

Added in API level 4

public static void glLoadPaletteFromModelViewMatrixOES ()

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glMultMatrixxOES (IntBuffer m)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glPointParameterxOES (int pname, int param)

Added in API level 4

public static void glPointParameterxvOES (int pname, IntBuffer params)

Added in API level 4

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

Added in API level 4

public static void glPointSizexOES (int size)

Added in API level 4

public static void glPolygonOffsetxOES (int factor, int units)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

public static void glSampleCoveragexOES (int value, boolean invert)

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

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

Added in API level 4

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.