|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLES1
This interface contains all core embedded OpenGL methods of ES 1.x, with x >= 0, inclusive, as well as most of it's extensions defined at the time of this specification.
Field Summary | |
---|---|
static int |
GL_ETC1_RGB8_OES
Part of GL_OES_compressed_ETC1_RGB8_texture |
static int |
GL_HALF_FLOAT_OES
Part of GL_OES_vertex_half_float |
static int |
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
Part of GL_OES_matrix_palette |
static int |
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
Part of GL_OES_matrix_get |
static int |
GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
Part of GL_OES_point_size_array |
static int |
GL_POINT_SIZE_ARRAY_OES
Part of GL_OES_point_size_array |
static int |
GL_POINT_SIZE_ARRAY_POINTER_OES
Part of GL_OES_point_size_array |
static int |
GL_POINT_SIZE_ARRAY_STRIDE_OES
Part of GL_OES_point_size_array |
static int |
GL_POINT_SIZE_ARRAY_TYPE_OES
Part of GL_OES_point_size_array |
static int |
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
Part of GL_OES_matrix_get |
static int |
GL_TEXTURE_CROP_RECT_OES
Part of GL_OES_draw_texture |
static int |
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
Part of GL_OES_matrix_get |
Fields inherited from interface javax.media.opengl.fixedfunc.GLMatrixFunc |
---|
GL_MATRIX_MODE, GL_MODELVIEW, GL_MODELVIEW_MATRIX, GL_PROJECTION, GL_PROJECTION_MATRIX, GL_TEXTURE_MATRIX |
Fields inherited from interface javax.media.opengl.fixedfunc.GLPointerFunc |
---|
GL_COLOR_ARRAY, GL_NORMAL_ARRAY, GL_TEXTURE_COORD_ARRAY, GL_VERTEX_ARRAY |
Fields inherited from interface javax.media.opengl.fixedfunc.GLLightingFunc |
---|
GL_AMBIENT, GL_AMBIENT_AND_DIFFUSE, GL_COLOR_MATERIAL, GL_CONSTANT_ATTENUATION, GL_DIFFUSE, GL_EMISSION, GL_FLAT, GL_LIGHT0, GL_LIGHT1, GL_LIGHT2, GL_LIGHT3, GL_LIGHT4, GL_LIGHT5, GL_LIGHT6, GL_LIGHT7, GL_LIGHTING, GL_LINEAR_ATTENUATION, GL_NORMALIZE, GL_POSITION, GL_QUADRATIC_ATTENUATION, GL_SHININESS, GL_SMOOTH, GL_SPECULAR, GL_SPOT_CUTOFF, GL_SPOT_DIRECTION, GL_SPOT_EXPONENT |
Method Summary | |
---|---|
void |
glAlphaFuncx(int func,
int ref)
Entry point to C language function: void glAlphaFuncx(GLenum func, GLclampx ref); Part of GL_VERSION_ES_CL_CM |
void |
glClearColorx(int red,
int green,
int blue,
int alpha)
Entry point to C language function: void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); Part of GL_VERSION_ES_CL_CM |
void |
glClearDepthx(int depth)
Entry point to C language function: void glClearDepthx(GLclampx depth); Part of GL_VERSION_ES_CL_CM |
void |
glClipPlanef(int plane,
float[] equation,
int equation_offset)
Entry point to C language function: void glClipPlanef(GLenum plane, const GLfloat * equation); Part of GL_VERSION_ES_CM |
void |
glClipPlanef(int plane,
FloatBuffer equation)
Entry point to C language function: void glClipPlanef(GLenum plane, const GLfloat * equation); Part of GL_VERSION_ES_CM |
void |
glClipPlanex(int plane,
int[] equation,
int equation_offset)
Entry point to C language function: void glClipPlanex(GLenum plane, const GLfixed * equation); Part of GL_VERSION_ES_CL_CM |
void |
glClipPlanex(int plane,
IntBuffer equation)
Entry point to C language function: void glClipPlanex(GLenum plane, const GLfixed * equation); Part of GL_VERSION_ES_CL_CM |
void |
glColor4x(int red,
int green,
int blue,
int alpha)
Entry point to C language function: void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); Part of GL_VERSION_ES_CL_CM |
void |
glDepthRangex(int zNear,
int zFar)
Entry point to C language function: void glDepthRangex(GLclampx zNear, GLclampx zFar); Part of GL_VERSION_ES_CL_CM |
void |
glDrawTexfOES(float x,
float y,
float z,
float width,
float height)
Entry point to C language function: void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); Part of GL_OES_draw_texture |
void |
glDrawTexfvOES(float[] coords,
int coords_offset)
Entry point to C language function: void glDrawTexfvOES(const GLfloat * coords); Part of GL_OES_draw_texture |
void |
glDrawTexfvOES(FloatBuffer coords)
Entry point to C language function: void glDrawTexfvOES(const GLfloat * coords); Part of GL_OES_draw_texture |
void |
glDrawTexiOES(int x,
int y,
int z,
int width,
int height)
Entry point to C language function: void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height); Part of GL_OES_draw_texture |
void |
glDrawTexivOES(int[] coords,
int coords_offset)
Entry point to C language function: void glDrawTexivOES(const GLint * coords); Part of GL_OES_draw_texture |
void |
glDrawTexivOES(IntBuffer coords)
Entry point to C language function: void glDrawTexivOES(const GLint * coords); Part of GL_OES_draw_texture |
void |
glDrawTexsOES(short x,
short y,
short z,
short width,
short height)
Entry point to C language function: void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); Part of GL_OES_draw_texture |
void |
glDrawTexsvOES(short[] coords,
int coords_offset)
Entry point to C language function: void glDrawTexsvOES(const GLshort * coords); Part of GL_OES_draw_texture |
void |
glDrawTexsvOES(ShortBuffer coords)
Entry point to C language function: void glDrawTexsvOES(const GLshort * coords); Part of GL_OES_draw_texture |
void |
glDrawTexxOES(int x,
int y,
int z,
int width,
int height)
Entry point to C language function: void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); Part of GL_OES_draw_texture |
void |
glDrawTexxvOES(int[] coords,
int coords_offset)
Entry point to C language function: void glDrawTexxvOES(const GLfixed * coords); Part of GL_OES_draw_texture |
void |
glDrawTexxvOES(IntBuffer coords)
Entry point to C language function: void glDrawTexxvOES(const GLfixed * coords); Part of GL_OES_draw_texture |
void |
glEGLImageTargetRenderbufferStorageOES(int target,
Buffer image)
Entry point to C language function: void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); Part of GL_OES_EGL_image |
void |
glEGLImageTargetTexture2DOES(int target,
Buffer image)
Entry point to C language function: void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image); Part of GL_OES_EGL_image |
void |
glFogx(int pname,
int param)
Entry point to C language function: void glFogx(GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glFogxv(int pname,
int[] params,
int params_offset)
Entry point to C language function: void glFogxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glFogxv(int pname,
IntBuffer params)
Entry point to C language function: void glFogxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glFrustumx(int left,
int right,
int bottom,
int top,
int zNear,
int zFar)
Entry point to C language function: void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); Part of GL_VERSION_ES_CL_CM |
void |
glGetClipPlanef(int pname,
float[] eqn,
int eqn_offset)
Entry point to C language function: void glGetClipPlanef(GLenum pname, GLfloat * eqn); Part of GL_VERSION_ES_CM |
void |
glGetClipPlanef(int pname,
FloatBuffer eqn)
Entry point to C language function: void glGetClipPlanef(GLenum pname, GLfloat * eqn); Part of GL_VERSION_ES_CM |
void |
glGetClipPlanex(int pname,
int[] eqn,
int eqn_offset)
Entry point to C language function: void glGetClipPlanex(GLenum pname, GLfixed * eqn); Part of GL_VERSION_ES_CL_CM |
void |
glGetClipPlanex(int pname,
IntBuffer eqn)
Entry point to C language function: void glGetClipPlanex(GLenum pname, GLfixed * eqn); Part of GL_VERSION_ES_CL_CM |
void |
glGetFixedv(int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetFixedv(GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetFixedv(int pname,
IntBuffer params)
Entry point to C language function: void glGetFixedv(GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetLightxv(int light,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetLightxv(GLenum light, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetLightxv(int light,
int pname,
IntBuffer params)
Entry point to C language function: void glGetLightxv(GLenum light, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetMaterialxv(int face,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetMaterialxv(int face,
int pname,
IntBuffer params)
Entry point to C language function: void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetTexEnvxv(int tenv,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetTexEnvxv(int tenv,
int pname,
IntBuffer params)
Entry point to C language function: void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetTexGenxv(int coord,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetTexGenxvOES(GLenum coord, GLenum pname, GLfixed * params); Part of GL_OES_texture_cube_map |
void |
glGetTexGenxv(int coord,
int pname,
IntBuffer params)
Entry point to C language function: void glGetTexGenxvOES(GLenum coord, GLenum pname, GLfixed * params); Part of GL_OES_texture_cube_map |
void |
glGetTexParameterxv(int target,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glGetTexParameterxv(int target,
int pname,
IntBuffer params)
Entry point to C language function: void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glLightModelx(int pname,
int param)
Entry point to C language function: void glLightModelx(GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glLightModelxv(int pname,
int[] params,
int params_offset)
Entry point to C language function: void glLightModelxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glLightModelxv(int pname,
IntBuffer params)
Entry point to C language function: void glLightModelxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glLightx(int light,
int pname,
int param)
Entry point to C language function: void glLightx(GLenum light, GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glLightxv(int light,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glLightxv(GLenum light, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glLightxv(int light,
int pname,
IntBuffer params)
Entry point to C language function: void glLightxv(GLenum light, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glLineWidthx(int width)
Entry point to C language function: void glLineWidthx(GLfixed width); Part of GL_VERSION_ES_CL_CM |
void |
glLoadMatrixx(int[] m,
int m_offset)
Entry point to C language function: void glLoadMatrixx(const GLfixed * m); Part of GL_VERSION_ES_CL_CM |
void |
glLoadMatrixx(IntBuffer m)
Entry point to C language function: void glLoadMatrixx(const GLfixed * m); Part of GL_VERSION_ES_CL_CM |
void |
glLoadPaletteFromModelViewMatrixOES()
Entry point to C language function: void glLoadPaletteFromModelViewMatrixOES(void); Part of GL_OES_matrix_palette |
void |
glMaterialx(int face,
int pname,
int param)
Entry point to C language function: void glMaterialx(GLenum face, GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glMaterialxv(int face,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glMaterialxv(int face,
int pname,
IntBuffer params)
Entry point to C language function: void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glMultiTexCoord4x(int target,
int s,
int t,
int r,
int q)
Entry point to C language function: void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); Part of GL_VERSION_ES_CL_CM |
void |
glMultMatrixx(int[] m,
int m_offset)
Entry point to C language function: void glMultMatrixx(const GLfixed * m); Part of GL_VERSION_ES_CL_CM |
void |
glMultMatrixx(IntBuffer m)
Entry point to C language function: void glMultMatrixx(const GLfixed * m); Part of GL_VERSION_ES_CL_CM |
void |
glNormal3x(int nx,
int ny,
int nz)
Entry point to C language function: void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); Part of GL_VERSION_ES_CL_CM |
void |
glOrthox(int left,
int right,
int bottom,
int top,
int zNear,
int zFar)
Entry point to C language function: void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); Part of GL_VERSION_ES_CL_CM |
void |
glPointParameterx(int pname,
int param)
Entry point to C language function: void glPointParameterx(GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glPointParameterxv(int pname,
int[] params,
int params_offset)
Entry point to C language function: void glPointParameterxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glPointParameterxv(int pname,
IntBuffer params)
Entry point to C language function: void glPointParameterxv(GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glPointSizePointerOES(int type,
int stride,
Buffer pointer)
Entry point to C language function: void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid * pointer); Part of GL_OES_point_size_array |
void |
glPointSizex(int size)
Entry point to C language function: void glPointSizex(GLfixed size); Part of GL_VERSION_ES_CL_CM |
void |
glPolygonOffsetx(int factor,
int units)
Entry point to C language function: void glPolygonOffsetx(GLfixed factor, GLfixed units); Part of GL_VERSION_ES_CL_CM |
int |
glQueryMatrixxOES(int[] mantissa,
int mantissa_offset,
int[] exponent,
int exponent_offset)
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent); Part of GL_OES_query_matrix |
int |
glQueryMatrixxOES(IntBuffer mantissa,
IntBuffer exponent)
Entry point to C language function: GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent); Part of GL_OES_query_matrix |
void |
glRotatex(int angle,
int x,
int y,
int z)
Entry point to C language function: void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); Part of GL_VERSION_ES_CL_CM |
void |
glSampleCoveragex(int value,
boolean invert)
Entry point to C language function: void glSampleCoveragex(GLclampx value, GLboolean invert); Part of GL_VERSION_ES_CL_CM |
void |
glScalex(int x,
int y,
int z)
Entry point to C language function: void glScalex(GLfixed x, GLfixed y, GLfixed z); Part of GL_VERSION_ES_CL_CM |
void |
glTexEnvx(int target,
int pname,
int param)
Entry point to C language function: void glTexEnvx(GLenum target, GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glTexEnvxv(int target,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glTexEnvxv(int target,
int pname,
IntBuffer params)
Entry point to C language function: void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glTexGenx(int coord,
int pname,
int param)
Entry point to C language function: void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param); Part of GL_OES_texture_cube_map |
void |
glTexGenxv(int coord,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed * params); Part of GL_OES_texture_cube_map |
void |
glTexGenxv(int coord,
int pname,
IntBuffer params)
Entry point to C language function: void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed * params); Part of GL_OES_texture_cube_map |
void |
glTexParameterx(int target,
int pname,
int param)
Entry point to C language function: void glTexParameterx(GLenum target, GLenum pname, GLfixed param); Part of GL_VERSION_ES_CL_CM |
void |
glTexParameterxv(int target,
int pname,
int[] params,
int params_offset)
Entry point to C language function: void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glTexParameterxv(int target,
int pname,
IntBuffer params)
Entry point to C language function: void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params); Part of GL_VERSION_ES_CL_CM |
void |
glTranslatex(int x,
int y,
int z)
Entry point to C language function: void glTranslatex(GLfixed x, GLfixed y, GLfixed z); Part of GL_VERSION_ES_CL_CM |
Methods inherited from interface javax.media.opengl.GL2ES1 |
---|
glAlphaFunc, glClientActiveTexture, glColor4ub, glCurrentPaletteMatrix, glFogf, glFogfv, glFogfv, glFrustum, glGetLightfv, glGetLightfv, glGetMaterialfv, glGetMaterialfv, glGetTexEnvfv, glGetTexEnvfv, glGetTexEnviv, glGetTexEnviv, glGetTexGenfv, glGetTexGenfv, glGetTexGeniv, glGetTexGeniv, glLightf, glLightModelf, glLightModelfv, glLightModelfv, glLogicOp, glMatrixIndexPointer, glMultiTexCoord4f, glNormal3f, glOrtho, glPointParameterf, glPointParameterfv, glPointParameterfv, glPointSize, glTexEnvf, glTexEnvfv, glTexEnvfv, glTexEnvi, glTexEnviv, glTexEnviv, glTexGenf, glTexGenfv, glTexGenfv, glTexGeni, glTexGeniv, glTexGeniv, glWeightPointer |
Methods inherited from interface javax.media.opengl.GLBase |
---|
getContext, getExtension, getGL, getGL2, getGL2ES1, getGL2ES2, getGL2GL3, getGL3, getGL3bc, getGL4, getGL4bc, getGLES1, getGLES2, getGLProfile, getPlatformGLExtensions, getSwapInterval, hasGLSL, isExtensionAvailable, isFunctionAvailable, isGL, isGL2, isGL2ES1, isGL2ES2, isGL2GL3, isGL3, isGL3bc, isGL4, isGL4bc, isGLES, isGLES1, isGLES2, setSwapInterval |
Methods inherited from interface javax.media.opengl.fixedfunc.GLMatrixFunc |
---|
glFrustumf, glGetFloatv, glGetFloatv, glGetIntegerv, glGetIntegerv, glLoadIdentity, glLoadMatrixf, glLoadMatrixf, glMatrixMode, glMultMatrixf, glMultMatrixf, glOrthof, glPopMatrix, glPushMatrix, glRotatef, glScalef, glTranslatef |
Methods inherited from interface javax.media.opengl.fixedfunc.GLPointerFunc |
---|
glColor4f, glColorPointer, glColorPointer, glColorPointer, glDisableClientState, glEnableClientState, glNormalPointer, glNormalPointer, glNormalPointer, glTexCoordPointer, glTexCoordPointer, glTexCoordPointer, glVertexPointer, glVertexPointer, glVertexPointer |
Methods inherited from interface javax.media.opengl.fixedfunc.GLLightingFunc |
---|
glColor4f, glLightfv, glLightfv, glMaterialf, glMaterialfv, glMaterialfv, glShadeModel |
Field Detail |
---|
static final int GL_POINT_SIZE_ARRAY_OES
GL_OES_point_size_array
static final int GL_POINT_SIZE_ARRAY_TYPE_OES
GL_OES_point_size_array
static final int GL_POINT_SIZE_ARRAY_STRIDE_OES
GL_OES_point_size_array
static final int GL_POINT_SIZE_ARRAY_POINTER_OES
GL_OES_point_size_array
static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
GL_OES_point_size_array
static final int GL_ETC1_RGB8_OES
GL_OES_compressed_ETC1_RGB8_texture
static final int GL_TEXTURE_CROP_RECT_OES
GL_OES_draw_texture
static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get
static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get
static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
GL_OES_matrix_get
static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
GL_OES_matrix_palette
static final int GL_HALF_FLOAT_OES
GL_OES_vertex_half_float
Method Detail |
---|
void glAlphaFuncx(int func, int ref)
void glAlphaFuncx(GLenum func, GLclampx ref);
GL_VERSION_ES_CL_CM
void glClearColorx(int red, int green, int blue, int alpha)
void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
GL_VERSION_ES_CL_CM
void glClearDepthx(int depth)
void glClearDepthx(GLclampx depth);
GL_VERSION_ES_CL_CM
void glClipPlanef(int plane, FloatBuffer equation)
void glClipPlanef(GLenum plane, const GLfloat * equation);
GL_VERSION_ES_CM
void glClipPlanef(int plane, float[] equation, int equation_offset)
void glClipPlanef(GLenum plane, const GLfloat * equation);
GL_VERSION_ES_CM
void glClipPlanex(int plane, IntBuffer equation)
void glClipPlanex(GLenum plane, const GLfixed * equation);
GL_VERSION_ES_CL_CM
void glClipPlanex(int plane, int[] equation, int equation_offset)
void glClipPlanex(GLenum plane, const GLfixed * equation);
GL_VERSION_ES_CL_CM
void glColor4x(int red, int green, int blue, int alpha)
void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
GL_VERSION_ES_CL_CM
void glDepthRangex(int zNear, int zFar)
void glDepthRangex(GLclampx zNear, GLclampx zFar);
GL_VERSION_ES_CL_CM
void glDrawTexfOES(float x, float y, float z, float width, float height)
void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
GL_OES_draw_texture
void glDrawTexfvOES(FloatBuffer coords)
void glDrawTexfvOES(const GLfloat * coords);
GL_OES_draw_texture
void glDrawTexfvOES(float[] coords, int coords_offset)
void glDrawTexfvOES(const GLfloat * coords);
GL_OES_draw_texture
void glDrawTexiOES(int x, int y, int z, int width, int height)
void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
GL_OES_draw_texture
void glDrawTexivOES(IntBuffer coords)
void glDrawTexivOES(const GLint * coords);
GL_OES_draw_texture
void glDrawTexivOES(int[] coords, int coords_offset)
void glDrawTexivOES(const GLint * coords);
GL_OES_draw_texture
void glDrawTexsOES(short x, short y, short z, short width, short height)
void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
GL_OES_draw_texture
void glDrawTexsvOES(ShortBuffer coords)
void glDrawTexsvOES(const GLshort * coords);
GL_OES_draw_texture
void glDrawTexsvOES(short[] coords, int coords_offset)
void glDrawTexsvOES(const GLshort * coords);
GL_OES_draw_texture
void glDrawTexxOES(int x, int y, int z, int width, int height)
void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
GL_OES_draw_texture
void glDrawTexxvOES(IntBuffer coords)
void glDrawTexxvOES(const GLfixed * coords);
GL_OES_draw_texture
void glDrawTexxvOES(int[] coords, int coords_offset)
void glDrawTexxvOES(const GLfixed * coords);
GL_OES_draw_texture
void glEGLImageTargetRenderbufferStorageOES(int target, Buffer image)
void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
GL_OES_EGL_image
void glEGLImageTargetTexture2DOES(int target, Buffer image)
void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image);
GL_OES_EGL_image
void glFogx(int pname, int param)
void glFogx(GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glFogxv(int pname, IntBuffer params)
void glFogxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glFogxv(int pname, int[] params, int params_offset)
void glFogxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar)
void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
GL_VERSION_ES_CL_CM
void glGetClipPlanef(int pname, FloatBuffer eqn)
void glGetClipPlanef(GLenum pname, GLfloat * eqn);
GL_VERSION_ES_CM
void glGetClipPlanef(int pname, float[] eqn, int eqn_offset)
void glGetClipPlanef(GLenum pname, GLfloat * eqn);
GL_VERSION_ES_CM
void glGetClipPlanex(int pname, IntBuffer eqn)
void glGetClipPlanex(GLenum pname, GLfixed * eqn);
GL_VERSION_ES_CL_CM
void glGetClipPlanex(int pname, int[] eqn, int eqn_offset)
void glGetClipPlanex(GLenum pname, GLfixed * eqn);
GL_VERSION_ES_CL_CM
void glGetFixedv(int pname, IntBuffer params)
void glGetFixedv(GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetFixedv(int pname, int[] params, int params_offset)
void glGetFixedv(GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetLightxv(int light, int pname, IntBuffer params)
void glGetLightxv(GLenum light, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetLightxv(int light, int pname, int[] params, int params_offset)
void glGetLightxv(GLenum light, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetMaterialxv(int face, int pname, IntBuffer params)
void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetMaterialxv(int face, int pname, int[] params, int params_offset)
void glGetMaterialxv(GLenum face, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetTexEnvxv(int tenv, int pname, IntBuffer params)
void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetTexEnvxv(int tenv, int pname, int[] params, int params_offset)
void glGetTexEnvxv(GLenum tenv, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetTexGenxv(int coord, int pname, IntBuffer params)
void glGetTexGenxvOES(GLenum coord, GLenum pname, GLfixed * params);
GL_OES_texture_cube_map
void glGetTexGenxv(int coord, int pname, int[] params, int params_offset)
void glGetTexGenxvOES(GLenum coord, GLenum pname, GLfixed * params);
GL_OES_texture_cube_map
void glGetTexParameterxv(int target, int pname, IntBuffer params)
void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glGetTexParameterxv(int target, int pname, int[] params, int params_offset)
void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed * params);
GL_VERSION_ES_CL_CM
void glLightModelx(int pname, int param)
void glLightModelx(GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glLightModelxv(int pname, IntBuffer params)
void glLightModelxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glLightModelxv(int pname, int[] params, int params_offset)
void glLightModelxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glLightx(int light, int pname, int param)
void glLightx(GLenum light, GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glLightxv(int light, int pname, IntBuffer params)
void glLightxv(GLenum light, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glLightxv(int light, int pname, int[] params, int params_offset)
void glLightxv(GLenum light, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glLineWidthx(int width)
void glLineWidthx(GLfixed width);
GL_VERSION_ES_CL_CM
void glLoadMatrixx(IntBuffer m)
void glLoadMatrixx(const GLfixed * m);
GL_VERSION_ES_CL_CM
void glLoadMatrixx(int[] m, int m_offset)
void glLoadMatrixx(const GLfixed * m);
GL_VERSION_ES_CL_CM
void glLoadPaletteFromModelViewMatrixOES()
void glLoadPaletteFromModelViewMatrixOES(void);
GL_OES_matrix_palette
void glMaterialx(int face, int pname, int param)
void glMaterialx(GLenum face, GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glMaterialxv(int face, int pname, IntBuffer params)
void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glMaterialxv(int face, int pname, int[] params, int params_offset)
void glMaterialxv(GLenum face, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glMultMatrixx(IntBuffer m)
void glMultMatrixx(const GLfixed * m);
GL_VERSION_ES_CL_CM
void glMultMatrixx(int[] m, int m_offset)
void glMultMatrixx(const GLfixed * m);
GL_VERSION_ES_CL_CM
void glMultiTexCoord4x(int target, int s, int t, int r, int q)
void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
GL_VERSION_ES_CL_CM
void glNormal3x(int nx, int ny, int nz)
void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
GL_VERSION_ES_CL_CM
void glOrthox(int left, int right, int bottom, int top, int zNear, int zFar)
void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
GL_VERSION_ES_CL_CM
void glPointParameterx(int pname, int param)
void glPointParameterx(GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glPointParameterxv(int pname, IntBuffer params)
void glPointParameterxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glPointParameterxv(int pname, int[] params, int params_offset)
void glPointParameterxv(GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glPointSizePointerOES(int type, int stride, Buffer pointer)
void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid * pointer);
GL_OES_point_size_array
void glPointSizex(int size)
void glPointSizex(GLfixed size);
GL_VERSION_ES_CL_CM
void glPolygonOffsetx(int factor, int units)
void glPolygonOffsetx(GLfixed factor, GLfixed units);
GL_VERSION_ES_CL_CM
int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent);
GL_OES_query_matrix
int glQueryMatrixxOES(int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset)
GLbitfield glQueryMatrixxOES(GLfixed * mantissa, GLint * exponent);
GL_OES_query_matrix
void glRotatex(int angle, int x, int y, int z)
void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
GL_VERSION_ES_CL_CM
void glSampleCoveragex(int value, boolean invert)
void glSampleCoveragex(GLclampx value, GLboolean invert);
GL_VERSION_ES_CL_CM
void glScalex(int x, int y, int z)
void glScalex(GLfixed x, GLfixed y, GLfixed z);
GL_VERSION_ES_CL_CM
void glTexEnvx(int target, int pname, int param)
void glTexEnvx(GLenum target, GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glTexEnvxv(int target, int pname, IntBuffer params)
void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glTexEnvxv(int target, int pname, int[] params, int params_offset)
void glTexEnvxv(GLenum target, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glTexGenx(int coord, int pname, int param)
void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
GL_OES_texture_cube_map
void glTexGenxv(int coord, int pname, IntBuffer params)
void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed * params);
GL_OES_texture_cube_map
void glTexGenxv(int coord, int pname, int[] params, int params_offset)
void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed * params);
GL_OES_texture_cube_map
void glTexParameterx(int target, int pname, int param)
void glTexParameterx(GLenum target, GLenum pname, GLfixed param);
GL_VERSION_ES_CL_CM
void glTexParameterxv(int target, int pname, IntBuffer params)
void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glTexParameterxv(int target, int pname, int[] params, int params_offset)
void glTexParameterxv(GLenum target, GLenum pname, const GLfixed * params);
GL_VERSION_ES_CL_CM
void glTranslatex(int x, int y, int z)
void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
GL_VERSION_ES_CL_CM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |