GLES11Ext
public class GLES11Ext
extends Object
java.lang.Object | |
↳ | android.opengl.GLES11Ext |
Summary
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, float[] equation, int offset) |
static void | glClipPlanefOES(int plane, FloatBuffer equation) |
static void | glClipPlanexOES(int plane, int[] equation, int offset) |
static void | glClipPlanexOES(int plane, IntBuffer equation) |
static void | glColor4xOES(int red, int green, int blue, int alpha) |
static void | glCurrentPaletteMatrixOES(int matrixpaletteindex) |
static void | glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) |
static void | glDeleteFramebuffersOES(int n, IntBuffer framebuffers) |
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(ShortBuffer coords) |
static void | glDrawTexsvOES(short[] coords, int offset) |
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, IntBuffer framebuffers) |
static void | glGenFramebuffersOES(int n, int[] framebuffers, int offset) |
static void | glGenRenderbuffersOES(int n, IntBuffer renderbuffers) |
static void | glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) |
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, IntBuffer eqn) |
static void | glGetClipPlanexOES(int pname, int[] eqn, int offset) |
static void | glGetFixedvOES(int pname, IntBuffer params) |
static void | glGetFixedvOES(int pname, int[] params, int offset) |
static void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) |
static void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) |
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, int[] params, int offset) |
static void | glGetTexEnvxvOES(int env, int pname, IntBuffer params) |
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, IntBuffer params) |
static void | glGetTexGenivOES(int coord, int pname, int[] params, int offset) |
static void | glGetTexGenxvOES(int coord, int pname, IntBuffer params) |
static void | glGetTexGenxvOES(int coord, int pname, int[] params, int offset) |
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, int[] params, int offset) |
static void | glLightModelxvOES(int pname, IntBuffer params) |
static void | glLightxOES(int light, int pname, int param) |
static void | glLightxvOES(int light, int pname, int[] params, int offset) |
static void | glLightxvOES(int light, int pname, IntBuffer params) |
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, int[] params, int offset) |
static void | glTexEnvxvOES(int target, int pname, IntBuffer params) |
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, IntBuffer params) |
static void | glTexGenivOES(int coord, int pname, int[] params, int offset) |
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, int[] params, int offset) |
static void | glTexParameterxvOES(int target, int pname, IntBuffer params) |
static void | glTranslatexOES(int x, int y, int z) |
static void | glWeightPointerOES(int size, int type, int stride, Buffer pointer) |
Inherited methods | |
---|---|
Constants
GL_3DC_XY_AMD
public static final int GL_3DC_XY_AMD
Constant Value: 34810 (0x000087fa)
GL_3DC_X_AMD
public static final int GL_3DC_X_AMD
Constant Value: 34809 (0x000087f9)
GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
Constant Value: 35987 (0x00008c93)
GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
Constant Value: 34798 (0x000087ee)
GL_ATC_RGB_AMD
public static final int GL_ATC_RGB_AMD
Constant Value: 35986 (0x00008c92)
GL_BLEND_DST_ALPHA_OES
public static final int GL_BLEND_DST_ALPHA_OES
Constant Value: 32970 (0x000080ca)
GL_BLEND_DST_RGB_OES
public static final int GL_BLEND_DST_RGB_OES
Constant Value: 32968 (0x000080c8)
GL_BLEND_EQUATION_ALPHA_OES
public static final int GL_BLEND_EQUATION_ALPHA_OES
Constant Value: 34877 (0x0000883d)
GL_BLEND_EQUATION_OES
public static final int GL_BLEND_EQUATION_OES
Constant Value: 32777 (0x00008009)
GL_BLEND_EQUATION_RGB_OES
public static final int GL_BLEND_EQUATION_RGB_OES
Constant Value: 32777 (0x00008009)
GL_BLEND_SRC_ALPHA_OES
public static final int GL_BLEND_SRC_ALPHA_OES
Constant Value: 32971 (0x000080cb)
GL_BLEND_SRC_RGB_OES
public static final int GL_BLEND_SRC_RGB_OES
Constant Value: 32969 (0x000080c9)
GL_BUFFER_ACCESS_OES
public static final int GL_BUFFER_ACCESS_OES
Constant Value: 35003 (0x000088bb)
GL_BUFFER_MAPPED_OES
public static final int GL_BUFFER_MAPPED_OES
Constant Value: 35004 (0x000088bc)
GL_BUFFER_MAP_POINTER_OES
public static final int GL_BUFFER_MAP_POINTER_OES
Constant Value: 35005 (0x000088bd)
GL_COLOR_ATTACHMENT0_OES
public static final int GL_COLOR_ATTACHMENT0_OES
Constant Value: 36064 (0x00008ce0)
GL_CURRENT_PALETTE_MATRIX_OES
public static final int GL_CURRENT_PALETTE_MATRIX_OES
Constant Value: 34883 (0x00008843)
GL_DECR_WRAP_OES
public static final int GL_DECR_WRAP_OES
Constant Value: 34056 (0x00008508)
GL_DEPTH24_STENCIL8_OES
public static final int GL_DEPTH24_STENCIL8_OES
Constant Value: 35056 (0x000088f0)
GL_DEPTH_ATTACHMENT_OES
public static final int GL_DEPTH_ATTACHMENT_OES
Constant Value: 36096 (0x00008d00)
GL_DEPTH_COMPONENT16_OES
public static final int GL_DEPTH_COMPONENT16_OES
Constant Value: 33189 (0x000081a5)
GL_DEPTH_COMPONENT24_OES
public static final int GL_DEPTH_COMPONENT24_OES
Constant Value: 33190 (0x000081a6)
GL_DEPTH_COMPONENT32_OES
public static final int GL_DEPTH_COMPONENT32_OES
Constant Value: 33191 (0x000081a7)
GL_DEPTH_STENCIL_OES
public static final int GL_DEPTH_STENCIL_OES
Constant Value: 34041 (0x000084f9)
GL_ETC1_RGB8_OES
public static final int GL_ETC1_RGB8_OES
Constant Value: 36196 (0x00008d64)
GL_FIXED_OES
public static final int GL_FIXED_OES
Constant Value: 5132 (0x0000140c)
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Constant Value: 36049 (0x00008cd1)
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
Constant Value: 36048 (0x00008cd0)
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Constant Value: 36051 (0x00008cd3)
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Constant Value: 36050 (0x00008cd2)
GL_FRAMEBUFFER_BINDING_OES
public static final int GL_FRAMEBUFFER_BINDING_OES
Constant Value: 36006 (0x00008ca6)
GL_FRAMEBUFFER_COMPLETE_OES
public static final int GL_FRAMEBUFFER_COMPLETE_OES
Constant Value: 36053 (0x00008cd5)
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
Constant Value: 36054 (0x00008cd6)
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Constant Value: 36057 (0x00008cd9)
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
Constant Value: 36058 (0x00008cda)
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Constant Value: 36055 (0x00008cd7)
GL_FRAMEBUFFER_OES
public static final int GL_FRAMEBUFFER_OES
Constant Value: 36160 (0x00008d40)
GL_FRAMEBUFFER_UNSUPPORTED_OES
public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES
Constant Value: 36061 (0x00008cdd)
GL_FUNC_ADD_OES
public static final int GL_FUNC_ADD_OES
Constant Value: 32774 (0x00008006)
GL_FUNC_REVERSE_SUBTRACT_OES
public static final int GL_FUNC_REVERSE_SUBTRACT_OES
Constant Value: 32779 (0x0000800b)
GL_FUNC_SUBTRACT_OES
public static final int GL_FUNC_SUBTRACT_OES
Constant Value: 32778 (0x0000800a)
GL_INCR_WRAP_OES
public static final int GL_INCR_WRAP_OES
Constant Value: 34055 (0x00008507)
GL_INVALID_FRAMEBUFFER_OPERATION_OES
public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES
Constant Value: 1286 (0x00000506)
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
Constant Value: 35742 (0x00008b9e)
GL_MATRIX_INDEX_ARRAY_OES
public static final int GL_MATRIX_INDEX_ARRAY_OES
Constant Value: 34884 (0x00008844)
GL_MATRIX_INDEX_ARRAY_POINTER_OES
public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES
Constant Value: 34889 (0x00008849)
GL_MATRIX_INDEX_ARRAY_SIZE_OES
public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES
Constant Value: 34886 (0x00008846)
GL_MATRIX_INDEX_ARRAY_STRIDE_OES
public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES
Constant Value: 34888 (0x00008848)
GL_MATRIX_INDEX_ARRAY_TYPE_OES
public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES
Constant Value: 34887 (0x00008847)
GL_MATRIX_PALETTE_OES
public static final int GL_MATRIX_PALETTE_OES
Constant Value: 34880 (0x00008840)
GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
Constant Value: 34076 (0x0000851c)
GL_MAX_PALETTE_MATRICES_OES
public static final int GL_MAX_PALETTE_MATRICES_OES
Constant Value: 34882 (0x00008842)
GL_MAX_RENDERBUFFER_SIZE_OES
public static final int GL_MAX_RENDERBUFFER_SIZE_OES
Constant Value: 34024 (0x000084e8)
GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
Constant Value: 34047 (0x000084ff)
GL_MAX_VERTEX_UNITS_OES
public static final int GL_MAX_VERTEX_UNITS_OES
Constant Value: 34468 (0x000086a4)
GL_MIRRORED_REPEAT_OES
public static final int GL_MIRRORED_REPEAT_OES
Constant Value: 33648 (0x00008370)
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
Constant Value: 35213 (0x0000898d)
GL_NORMAL_MAP_OES
public static final int GL_NORMAL_MAP_OES
Constant Value: 34065 (0x00008511)
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
Constant Value: 35214 (0x0000898e)
GL_REFLECTION_MAP_OES
public static final int GL_REFLECTION_MAP_OES
Constant Value: 34066 (0x00008512)
GL_RENDERBUFFER_ALPHA_SIZE_OES
public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES
Constant Value: 36179 (0x00008d53)
GL_RENDERBUFFER_BINDING_OES
public static final int GL_RENDERBUFFER_BINDING_OES
Constant Value: 36007 (0x00008ca7)
GL_RENDERBUFFER_BLUE_SIZE_OES
public static final int GL_RENDERBUFFER_BLUE_SIZE_OES
Constant Value: 36178 (0x00008d52)
GL_RENDERBUFFER_DEPTH_SIZE_OES
public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES
Constant Value: 36180 (0x00008d54)
GL_RENDERBUFFER_GREEN_SIZE_OES
public static final int GL_RENDERBUFFER_GREEN_SIZE_OES
Constant Value: 36177 (0x00008d51)
GL_RENDERBUFFER_HEIGHT_OES
public static final int GL_RENDERBUFFER_HEIGHT_OES
Constant Value: 36163 (0x00008d43)
GL_RENDERBUFFER_INTERNAL_FORMAT_OES
public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES
Constant Value: 36164 (0x00008d44)
GL_RENDERBUFFER_OES
public static final int GL_RENDERBUFFER_OES
Constant Value: 36161 (0x00008d41)
GL_RENDERBUFFER_RED_SIZE_OES
public static final int GL_RENDERBUFFER_RED_SIZE_OES
Constant Value: 36176 (0x00008d50)
GL_RENDERBUFFER_STENCIL_SIZE_OES
public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES
Constant Value: 36181 (0x00008d55)
GL_RENDERBUFFER_WIDTH_OES
public static final int GL_RENDERBUFFER_WIDTH_OES
Constant Value: 36162 (0x00008d42)
GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES
public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES
Constant Value: 36200 (0x00008d68)
GL_RGB565_OES
public static final int GL_RGB565_OES
Constant Value: 36194 (0x00008d62)
GL_RGB5_A1_OES
public static final int GL_RGB5_A1_OES
Constant Value: 32855 (0x00008057)
GL_RGB8_OES
public static final int GL_RGB8_OES
Constant Value: 32849 (0x00008051)
GL_RGBA4_OES
public static final int GL_RGBA4_OES
Constant Value: 32854 (0x00008056)
GL_RGBA8_OES
public static final int GL_RGBA8_OES
Constant Value: 32856 (0x00008058)
GL_SAMPLER_EXTERNAL_OES
public static final int GL_SAMPLER_EXTERNAL_OES
Constant Value: 36198 (0x00008d66)
GL_STENCIL_ATTACHMENT_OES
public static final int GL_STENCIL_ATTACHMENT_OES
Constant Value: 36128 (0x00008d20)
GL_STENCIL_INDEX1_OES
public static final int GL_STENCIL_INDEX1_OES
Constant Value: 36166 (0x00008d46)
GL_STENCIL_INDEX4_OES
public static final int GL_STENCIL_INDEX4_OES
Constant Value: 36167 (0x00008d47)
GL_STENCIL_INDEX8_OES
public static final int GL_STENCIL_INDEX8_OES
Constant Value: 36168 (0x00008d48)
GL_TEXTURE_BINDING_CUBE_MAP_OES
public static final int GL_TEXTURE_BINDING_CUBE_MAP_OES
Constant Value: 34068 (0x00008514)
GL_TEXTURE_BINDING_EXTERNAL_OES
public static final int GL_TEXTURE_BINDING_EXTERNAL_OES
Constant Value: 36199 (0x00008d67)
GL_TEXTURE_CROP_RECT_OES
public static final int GL_TEXTURE_CROP_RECT_OES
Constant Value: 35741 (0x00008b9d)
GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
Constant Value: 34070 (0x00008516)
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
Constant Value: 34072 (0x00008518)
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
Constant Value: 34074 (0x0000851a)
GL_TEXTURE_CUBE_MAP_OES
public static final int GL_TEXTURE_CUBE_MAP_OES
Constant Value: 34067 (0x00008513)
GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES
Constant Value: 34069 (0x00008515)
GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
Constant Value: 34071 (0x00008517)
GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
Constant Value: 34073 (0x00008519)
GL_TEXTURE_EXTERNAL_OES
public static final int GL_TEXTURE_EXTERNAL_OES
Constant Value: 36197 (0x00008d65)
GL_TEXTURE_GEN_MODE_OES
public static final int GL_TEXTURE_GEN_MODE_OES
Constant Value: 9472 (0x00002500)
GL_TEXTURE_GEN_STR_OES
public static final int GL_TEXTURE_GEN_STR_OES
Constant Value: 36192 (0x00008d60)
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
Constant Value: 35215 (0x0000898f)
GL_TEXTURE_MAX_ANISOTROPY_EXT
public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT
Constant Value: 34046 (0x000084fe)
GL_UNSIGNED_INT_24_8_OES
public static final int GL_UNSIGNED_INT_24_8_OES
Constant Value: 34042 (0x000084fa)
GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
Constant Value: 34974 (0x0000889e)
GL_WEIGHT_ARRAY_OES
public static final int GL_WEIGHT_ARRAY_OES
Constant Value: 34477 (0x000086ad)
GL_WEIGHT_ARRAY_POINTER_OES
public static final int GL_WEIGHT_ARRAY_POINTER_OES
Constant Value: 34476 (0x000086ac)
GL_WEIGHT_ARRAY_SIZE_OES
public static final int GL_WEIGHT_ARRAY_SIZE_OES
Constant Value: 34475 (0x000086ab)
GL_WEIGHT_ARRAY_STRIDE_OES
public static final int GL_WEIGHT_ARRAY_STRIDE_OES
Constant Value: 34474 (0x000086aa)
GL_WEIGHT_ARRAY_TYPE_OES
public static final int GL_WEIGHT_ARRAY_TYPE_OES
Constant Value: 34473 (0x000086a9)
GL_WRITE_ONLY_OES
public static final int GL_WRITE_ONLY_OES
Constant Value: 35001 (0x000088b9)
Public constructors
GLES11Ext
public GLES11Ext ()
Public methods
glAlphaFuncxOES
public static void glAlphaFuncxOES (int func, int ref)
Parameters | |
---|---|
func | int |
ref | int |
glBindFramebufferOES
public static void glBindFramebufferOES (int target, int framebuffer)
Parameters | |
---|---|
target | int |
framebuffer | int |
glBindRenderbufferOES
public static void glBindRenderbufferOES (int target, int renderbuffer)
Parameters | |
---|---|
target | int |
renderbuffer | int |
glBlendEquationOES
public static void glBlendEquationOES (int mode)
Parameters | |
---|---|
mode | int |
glBlendEquationSeparateOES
public static void glBlendEquationSeparateOES (int modeRGB, int modeAlpha)
Parameters | |
---|---|
modeRGB | int |
modeAlpha | int |
glBlendFuncSeparateOES
public static void glBlendFuncSeparateOES (int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Parameters | |
---|---|
srcRGB | int |
dstRGB | int |
srcAlpha | int |
dstAlpha | int |
glCheckFramebufferStatusOES
public static int glCheckFramebufferStatusOES (int target)
Parameters | |
---|---|
target | int |
Returns | |
---|---|
int |
glClearColorxOES
public static void glClearColorxOES (int red, int green, int blue, int alpha)
Parameters | |
---|---|
red | int |
green | int |
blue | int |
alpha | int |
glClearDepthfOES
public static void glClearDepthfOES (float depth)
Parameters | |
---|---|
depth | float |
glClearDepthxOES
public static void glClearDepthxOES (int depth)
Parameters | |
---|---|
depth | int |
glClipPlanefOES
public static void glClipPlanefOES (int plane, float[] equation, int offset)
Parameters | |
---|---|
plane | int |
equation | float |
offset | int |
glClipPlanefOES
public static void glClipPlanefOES (int plane, FloatBuffer equation)
Parameters | |
---|---|
plane | int |
equation | FloatBuffer |
glClipPlanexOES
public static void glClipPlanexOES (int plane, int[] equation, int offset)
Parameters | |
---|---|
plane | int |
equation | int |
offset | int |
glClipPlanexOES
public static void glClipPlanexOES (int plane, IntBuffer equation)
Parameters | |
---|---|
plane | int |
equation | IntBuffer |
glColor4xOES
public static void glColor4xOES (int red, int green, int blue, int alpha)
Parameters | |
---|---|
red | int |
green | int |
blue | int |
alpha | int |
glCurrentPaletteMatrixOES
public static void glCurrentPaletteMatrixOES (int matrixpaletteindex)
Parameters | |
---|---|
matrixpaletteindex | int |
glDeleteFramebuffersOES
public static void glDeleteFramebuffersOES (int n, int[] framebuffers, int offset)
Parameters | |
---|---|
n | int |
framebuffers | int |
offset | int |
glDeleteFramebuffersOES
public static void glDeleteFramebuffersOES (int n, IntBuffer framebuffers)
Parameters | |
---|---|
n | int |
framebuffers | IntBuffer |
glDeleteRenderbuffersOES
public static void glDeleteRenderbuffersOES (int n, int[] renderbuffers, int offset)
Parameters | |
---|---|
n | int |
renderbuffers | int |
offset | int |
glDeleteRenderbuffersOES
public static void glDeleteRenderbuffersOES (int n, IntBuffer renderbuffers)
Parameters | |
---|---|
n | int |
renderbuffers | IntBuffer |
glDepthRangefOES
public static void glDepthRangefOES (float zNear, float zFar)
Parameters | |
---|---|
zNear | float |
zFar | float |
glDepthRangexOES
public static void glDepthRangexOES (int zNear, int zFar)
Parameters | |
---|---|
zNear | int |
zFar | int |
glDrawTexfOES
public static void glDrawTexfOES (float x, float y, float z, float width, float height)
Parameters | |
---|---|
x | float |
y | float |
z | float |
width | float |
height | float |
glDrawTexfvOES
public static void glDrawTexfvOES (float[] coords, int offset)
Parameters | |
---|---|
coords | float |
offset | int |
glDrawTexfvOES
public static void glDrawTexfvOES (FloatBuffer coords)
Parameters | |
---|---|
coords | FloatBuffer |
glDrawTexiOES
public static void glDrawTexiOES (int x, int y, int z, int width, int height)
Parameters | |
---|---|
x | int |
y | int |
z | int |
width | int |
height | int |
glDrawTexivOES
public static void glDrawTexivOES (IntBuffer coords)
Parameters | |
---|---|
coords | IntBuffer |
glDrawTexivOES
public static void glDrawTexivOES (int[] coords, int offset)
Parameters | |
---|---|
coords | int |
offset | int |
glDrawTexsOES
public static void glDrawTexsOES (short x, short y, short z, short width, short height)
Parameters | |
---|---|
x | short |
y | short |
z | short |
width | short |
height | short |
glDrawTexsvOES
public static void glDrawTexsvOES (ShortBuffer coords)
Parameters | |
---|---|
coords | ShortBuffer |
glDrawTexsvOES
public static void glDrawTexsvOES (short[] coords, int offset)
Parameters | |
---|---|
coords | short |
offset | int |
glDrawTexxOES
public static void glDrawTexxOES (int x, int y, int z, int width, int height)
Parameters | |
---|---|
x | int |
y | int |
z | int |
width | int |
height | int |
glDrawTexxvOES
public static void glDrawTexxvOES (int[] coords, int offset)
Parameters | |
---|---|
coords | int |
offset | int |
glDrawTexxvOES
public static void glDrawTexxvOES (IntBuffer coords)
Parameters | |
---|---|
coords | IntBuffer |
glEGLImageTargetRenderbufferStorageOES
public static void glEGLImageTargetRenderbufferStorageOES (int target, Buffer image)
Parameters | |
---|---|
target | int |
image | Buffer |
glEGLImageTargetTexture2DOES
public static void glEGLImageTargetTexture2DOES (int target, Buffer image)
Parameters | |
---|---|
target | int |
image | Buffer |
glFogxOES
public static void glFogxOES (int pname, int param)
Parameters | |
---|---|
pname | int |
param | int |
glFogxvOES
public static void glFogxvOES (int pname, int[] params, int offset)
Parameters | |
---|---|
pname | int |
params | int |
offset | int |
glFogxvOES
public static void glFogxvOES (int pname, IntBuffer params)
Parameters | |
---|---|
pname | int |
params | IntBuffer |
glFramebufferRenderbufferOES
public static void glFramebufferRenderbufferOES (int target, int attachment, int renderbuffertarget, int renderbuffer)
Parameters | |
---|---|
target | int |
attachment | int |
renderbuffertarget | int |
renderbuffer | int |
glFramebufferTexture2DOES
public static void glFramebufferTexture2DOES (int target, int attachment, int textarget, int texture, int level)
Parameters | |
---|---|
target | int |
attachment | int |
textarget | int |
texture | int |
level | int |
glFrustumfOES
public static void glFrustumfOES (float left, float right, float bottom, float top, float zNear, float zFar)
Parameters | |
---|---|
left | float |
right | float |
bottom | float |
top | float |
zNear | float |
zFar | float |
glFrustumxOES
public static void glFrustumxOES (int left, int right, int bottom, int top, int zNear, int zFar)
Parameters | |
---|---|
left | int |
right | int |
bottom | int |
top | int |
zNear | int |
zFar | int |
glGenFramebuffersOES
public static void glGenFramebuffersOES (int n, IntBuffer framebuffers)
Parameters | |
---|---|
n | int |
framebuffers | IntBuffer |
glGenFramebuffersOES
public static void glGenFramebuffersOES (int n, int[] framebuffers, int offset)
Parameters | |
---|---|
n | int |
framebuffers | int |
offset | int |
glGenRenderbuffersOES
public static void glGenRenderbuffersOES (int n, IntBuffer renderbuffers)
Parameters | |
---|---|
n | int |
renderbuffers | IntBuffer |
glGenRenderbuffersOES
public static void glGenRenderbuffersOES (int n, int[] renderbuffers, int offset)
Parameters | |
---|---|
n | int |
renderbuffers | int |
offset | int |
glGenerateMipmapOES
public static void glGenerateMipmapOES (int target)
Parameters | |
---|---|
target | int |
glGetClipPlanefOES
public static void glGetClipPlanefOES (int pname, float[] eqn, int offset)
Parameters | |
---|---|
pname | int |
eqn | float |
offset | int |
glGetClipPlanefOES
public static void glGetClipPlanefOES (int pname, FloatBuffer eqn)
Parameters | |
---|---|
pname | int |
eqn | FloatBuffer |
glGetClipPlanexOES
public static void glGetClipPlanexOES (int pname, IntBuffer eqn)
Parameters | |
---|---|
pname | int |
eqn | IntBuffer |
glGetClipPlanexOES
public static void glGetClipPlanexOES (int pname, int[] eqn, int offset)
Parameters | |
---|---|
pname | int |
eqn | int |
offset | int |
glGetFixedvOES
public static void glGetFixedvOES (int pname, IntBuffer params)
Parameters | |
---|---|
pname | int |
params | IntBuffer |
glGetFixedvOES
public static void glGetFixedvOES (int pname, int[] params, int offset)
Parameters | |
---|---|
pname | int |
params | int |
offset | int |
glGetFramebufferAttachmentParameterivOES
public static void glGetFramebufferAttachmentParameterivOES (int target, int attachment, int pname, int[] params, int offset)
Parameters | |
---|---|
target | int |
attachment | int |
pname | int |
params | int |
offset | int |
glGetFramebufferAttachmentParameterivOES
public static void glGetFramebufferAttachmentParameterivOES (int target, int attachment, int pname, IntBuffer params)
Parameters | |
---|---|
target | int |
attachment | int |
pname | int |
params | IntBuffer |
glGetLightxvOES
public static void glGetLightxvOES (int light, int pname, IntBuffer params)
Parameters | |
---|---|
light | int |
pname | int |
params | IntBuffer |
glGetLightxvOES
public static void glGetLightxvOES (int light, int pname, int[] params, int offset)
Parameters | |
---|---|
light | int |
pname | int |
params | int |
offset | int |
glGetMaterialxvOES
public static void glGetMaterialxvOES (int face, int pname, int[] params, int offset)
Parameters | |
---|---|
face | int |
pname | int |
params | int |
offset | int |
glGetMaterialxvOES
public static void glGetMaterialxvOES (int face, int pname, IntBuffer params)
Parameters | |
---|---|
face | int |
pname | int |
params | IntBuffer |
glGetRenderbufferParameterivOES
public static void glGetRenderbufferParameterivOES (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target | int |
pname | int |
params | IntBuffer |
glGetRenderbufferParameterivOES
public static void glGetRenderbufferParameterivOES (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target | int |
pname | int |
params | int |
offset | int |
glGetTexEnvxvOES
public static void glGetTexEnvxvOES (int env, int pname, int[] params, int offset)
Parameters | |
---|---|
env | int |
pname | int |
params | int |
offset | int |
glGetTexEnvxvOES
public static void glGetTexEnvxvOES (int env, int pname, IntBuffer params)
Parameters | |
---|---|
env | int |
pname | int |
params | IntBuffer |
glGetTexGenfvOES
public static void glGetTexGenfvOES (int coord, int pname, FloatBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | FloatBuffer |
glGetTexGenfvOES
public static void glGetTexGenfvOES (int coord, int pname, float[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | float |
offset | int |
glGetTexGenivOES
public static void glGetTexGenivOES (int coord, int pname, IntBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | IntBuffer |
glGetTexGenivOES
public static void glGetTexGenivOES (int coord, int pname, int[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | int |
offset | int |
glGetTexGenxvOES
public static void glGetTexGenxvOES (int coord, int pname, IntBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | IntBuffer |
glGetTexGenxvOES
public static void glGetTexGenxvOES (int coord, int pname, int[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | int |
offset | int |
glGetTexParameterxvOES
public static void glGetTexParameterxvOES (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target | int |
pname | int |
params | int |
offset | int |
glGetTexParameterxvOES
public static void glGetTexParameterxvOES (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target | int |
pname | int |
params | IntBuffer |
glIsFramebufferOES
public static boolean glIsFramebufferOES (int framebuffer)
Parameters | |
---|---|
framebuffer | int |
Returns | |
---|---|
boolean |
glIsRenderbufferOES
public static boolean glIsRenderbufferOES (int renderbuffer)
Parameters | |
---|---|
renderbuffer | int |
Returns | |
---|---|
boolean |
glLightModelxOES
public static void glLightModelxOES (int pname, int param)
Parameters | |
---|---|
pname | int |
param | int |
glLightModelxvOES
public static void glLightModelxvOES (int pname, int[] params, int offset)
Parameters | |
---|---|
pname | int |
params | int |
offset | int |
glLightModelxvOES
public static void glLightModelxvOES (int pname, IntBuffer params)
Parameters | |
---|---|
pname | int |
params | IntBuffer |
glLightxOES
public static void glLightxOES (int light, int pname, int param)
Parameters | |
---|---|
light | int |
pname | int |
param | int |
glLightxvOES
public static void glLightxvOES (int light, int pname, int[] params, int offset)
Parameters | |
---|---|
light | int |
pname | int |
params | int |
offset | int |
glLightxvOES
public static void glLightxvOES (int light, int pname, IntBuffer params)
Parameters | |
---|---|
light | int |
pname | int |
params | IntBuffer |
glLineWidthxOES
public static void glLineWidthxOES (int width)
Parameters | |
---|---|
width | int |
glLoadMatrixxOES
public static void glLoadMatrixxOES (int[] m, int offset)
Parameters | |
---|---|
m | int |
offset | int |
glLoadMatrixxOES
public static void glLoadMatrixxOES (IntBuffer m)
Parameters | |
---|---|
m | IntBuffer |
glLoadPaletteFromModelViewMatrixOES
public static void glLoadPaletteFromModelViewMatrixOES ()
glMaterialxOES
public static void glMaterialxOES (int face, int pname, int param)
Parameters | |
---|---|
face | int |
pname | int |
param | int |
glMaterialxvOES
public static void glMaterialxvOES (int face, int pname, int[] params, int offset)
Parameters | |
---|---|
face | int |
pname | int |
params | int |
offset | int |
glMaterialxvOES
public static void glMaterialxvOES (int face, int pname, IntBuffer params)
Parameters | |
---|---|
face | int |
pname | int |
params | IntBuffer |
glMatrixIndexPointerOES
public static void glMatrixIndexPointerOES (int size, int type, int stride, Buffer pointer)
Parameters | |
---|---|
size | int |
type | int |
stride | int |
pointer | Buffer |
glMultMatrixxOES
public static void glMultMatrixxOES (IntBuffer m)
Parameters | |
---|---|
m | IntBuffer |
glMultMatrixxOES
public static void glMultMatrixxOES (int[] m, int offset)
Parameters | |
---|---|
m | int |
offset | int |
glMultiTexCoord4xOES
public static void glMultiTexCoord4xOES (int target, int s, int t, int r, int q)
Parameters | |
---|---|
target | int |
s | int |
t | int |
r | int |
q | int |
glNormal3xOES
public static void glNormal3xOES (int nx, int ny, int nz)
Parameters | |
---|---|
nx | int |
ny | int |
nz | int |
glOrthofOES
public static void glOrthofOES (float left, float right, float bottom, float top, float zNear, float zFar)
Parameters | |
---|---|
left | float |
right | float |
bottom | float |
top | float |
zNear | float |
zFar | float |
glOrthoxOES
public static void glOrthoxOES (int left, int right, int bottom, int top, int zNear, int zFar)
Parameters | |
---|---|
left | int |
right | int |
bottom | int |
top | int |
zNear | int |
zFar | int |
glPointParameterxOES
public static void glPointParameterxOES (int pname, int param)
Parameters | |
---|---|
pname | int |
param | int |
glPointParameterxvOES
public static void glPointParameterxvOES (int pname, IntBuffer params)
Parameters | |
---|---|
pname | int |
params | IntBuffer |
glPointParameterxvOES
public static void glPointParameterxvOES (int pname, int[] params, int offset)
Parameters | |
---|---|
pname | int |
params | int |
offset | int |
glPointSizexOES
public static void glPointSizexOES (int size)
Parameters | |
---|---|
size | int |
glPolygonOffsetxOES
public static void glPolygonOffsetxOES (int factor, int units)
Parameters | |
---|---|
factor | int |
units | int |
glRenderbufferStorageOES
public static void glRenderbufferStorageOES (int target, int internalformat, int width, int height)
Parameters | |
---|---|
target | int |
internalformat | int |
width | int |
height | int |
glRotatexOES
public static void glRotatexOES (int angle, int x, int y, int z)
Parameters | |
---|---|
angle | int |
x | int |
y | int |
z | int |
glSampleCoveragexOES
public static void glSampleCoveragexOES (int value, boolean invert)
Parameters | |
---|---|
value | int |
invert | boolean |
glScalexOES
public static void glScalexOES (int x, int y, int z)
Parameters | |
---|---|
x | int |
y | int |
z | int |
glTexEnvxOES
public static void glTexEnvxOES (int target, int pname, int param)
Parameters | |
---|---|
target | int |
pname | int |
param | int |
glTexEnvxvOES
public static void glTexEnvxvOES (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target | int |
pname | int |
params | int |
offset | int |
glTexEnvxvOES
public static void glTexEnvxvOES (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target | int |
pname | int |
params | IntBuffer |
glTexGenfOES
public static void glTexGenfOES (int coord, int pname, float param)
Parameters | |
---|---|
coord | int |
pname | int |
param | float |
glTexGenfvOES
public static void glTexGenfvOES (int coord, int pname, float[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | float |
offset | int |
glTexGenfvOES
public static void glTexGenfvOES (int coord, int pname, FloatBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | FloatBuffer |
glTexGeniOES
public static void glTexGeniOES (int coord, int pname, int param)
Parameters | |
---|---|
coord | int |
pname | int |
param | int |
glTexGenivOES
public static void glTexGenivOES (int coord, int pname, IntBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | IntBuffer |
glTexGenivOES
public static void glTexGenivOES (int coord, int pname, int[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | int |
offset | int |
glTexGenxOES
public static void glTexGenxOES (int coord, int pname, int param)
Parameters | |
---|---|
coord | int |
pname | int |
param | int |
glTexGenxvOES
public static void glTexGenxvOES (int coord, int pname, IntBuffer params)
Parameters | |
---|---|
coord | int |
pname | int |
params | IntBuffer |
glTexGenxvOES
public static void glTexGenxvOES (int coord, int pname, int[] params, int offset)
Parameters | |
---|---|
coord | int |
pname | int |
params | int |
offset | int |
glTexParameterxOES
public static void glTexParameterxOES (int target, int pname, int param)
Parameters | |
---|---|
target | int |
pname | int |
param | int |
glTexParameterxvOES
public static void glTexParameterxvOES (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target | int |
pname | int |
params | int |
offset | int |
glTexParameterxvOES
public static void glTexParameterxvOES (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target | int |
pname | int |
params | IntBuffer |
glTranslatexOES
public static void glTranslatexOES (int x, int y, int z)
Parameters | |
---|---|
x | int |
y | int |
z | int |
glWeightPointerOES
public static void glWeightPointerOES (int size, int type, int stride, Buffer pointer)
Parameters | |
---|---|
size | int |
type | int |
stride | int |
pointer | Buffer |