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