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