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