JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.TraceGLES1 Class Reference
Inheritance diagram for com.jogamp.opengl.TraceGLES1:
Collaboration diagram for com.jogamp.opengl.TraceGLES1:

Public Member Functions

 TraceGLES1 (GLES1 downstreamGLES1, PrintStream stream)
 
final GL getDownstreamGL () throws GLException
 Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More...
 
int getBoundBuffer (int arg0)
 
int getBoundFramebuffer (int arg0)
 Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More...
 
com.jogamp.opengl.GLBufferStorage getBufferStorage (int arg0)
 
com.jogamp.opengl.GLContext getContext ()
 Returns the GLContext associated which this GL object. More...
 
int getDefaultDrawBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultDrawFramebuffer ()
 Return the default draw framebuffer name. More...
 
int getDefaultReadBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultReadFramebuffer ()
 Return the default read framebuffer name. More...
 
java.lang.Object getExtension (java.lang.String arg0)
 
com.jogamp.opengl.GL getGL ()
 Casts this object to the GL interface. More...
 
com.jogamp.opengl.GL2 getGL2 ()
 Casts this object to the GL2 interface. More...
 
com.jogamp.opengl.GL2ES1 getGL2ES1 ()
 Casts this object to the GL2ES1 interface. More...
 
com.jogamp.opengl.GL2ES2 getGL2ES2 ()
 Casts this object to the GL2ES2 interface. More...
 
com.jogamp.opengl.GL2ES3 getGL2ES3 ()
 Casts this object to the GL2ES3 interface. More...
 
com.jogamp.opengl.GL2GL3 getGL2GL3 ()
 Casts this object to the GL2GL3 interface. More...
 
com.jogamp.opengl.GL3 getGL3 ()
 Casts this object to the GL3 interface. More...
 
com.jogamp.opengl.GL3ES3 getGL3ES3 ()
 Casts this object to the GL3ES3 interface. More...
 
com.jogamp.opengl.GL3bc getGL3bc ()
 Casts this object to the GL3bc interface. More...
 
com.jogamp.opengl.GL4 getGL4 ()
 Casts this object to the GL4 interface. More...
 
com.jogamp.opengl.GL4ES3 getGL4ES3 ()
 Casts this object to the GL4ES3 interface. More...
 
com.jogamp.opengl.GL4bc getGL4bc ()
 Casts this object to the GL4bc interface. More...
 
com.jogamp.opengl.GLES1 getGLES1 ()
 Casts this object to the GLES1 interface. More...
 
com.jogamp.opengl.GLES2 getGLES2 ()
 Casts this object to the GLES2 interface. More...
 
com.jogamp.opengl.GLES3 getGLES3 ()
 Casts this object to the GLES3 interface. More...
 
com.jogamp.opengl.GLProfile getGLProfile ()
 Returns the GLProfile associated with this GL object. More...
 
int getMaxRenderbufferSamples ()
 Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More...
 
java.lang.Object getPlatformGLExtensions ()
 Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More...
 
com.jogamp.opengl.GL getRootGL ()
 Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More...
 
int getSwapInterval ()
 Return the current swap interval. More...
 
void glActiveTexture (int arg0)
 Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB
More...
 
void glAlphaFunc (int arg0, float arg1)
 Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM
More...
 
void glAlphaFuncx (int arg0, int arg1)
 Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glAlphaFuncxOES
More...
 
void glBindBuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBindBufferARB
More...
 
void glBindFramebuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindFramebuffer}(GLenum target, GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glBindFramebufferOES, glBindFramebufferEXT
More...
 
void glBindRenderbuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glBindRenderbufferEXT, glBindRenderbufferOES
More...
 
void glBindTexture (int arg0, int arg1)
 Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glBindTextureEXT
More...
 
void glBindVertexArrayOES (int arg0)
 Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

More...
 
void glBlendEquation (int arg0)
 Entry point to C language function: void {@native glBlendEquation}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: glBlendEquationOES, glBlendEquationEXT
More...
 
void glBlendEquationSeparate (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB, GLenum modeAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT
More...
 
void glBlendFunc (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glBlendFuncSeparate (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT
More...
 
void glBufferData (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
int glCheckFramebufferStatus (int arg0)
 Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES
More...
 
void glClear (int arg0)
 Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClearColor (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glClearColorx (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glClearColorx}(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearColorxOES
More...
 
void glClearDepth (double arg0)
 Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More...
 
void glClearDepthf (float arg0)
 Entry point to C language function: void {@native glClearDepthf}(GLfloat d)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glClearDepthfOES
More...
 
void glClearDepthx (int arg0)
 Entry point to C language function: void {@native glClearDepthx}(GLclampx depth)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearDepthxOES
More...
 
void glClearStencil (int arg0)
 Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClientActiveTexture (int arg0)
 Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB
More...
 
void glClipPlanef (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES
More...
 
void glClipPlanef (int arg0, java.nio.FloatBuffer arg1)
 
void glClipPlanefIMG (int arg0, java.nio.FloatBuffer arg1)
 
void glClipPlanefIMG (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane

More...
 
void glClipPlanex (int arg0, java.nio.IntBuffer arg1)
 
void glClipPlanex (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG
More...
 
void glClipPlanexIMG (int arg0, java.nio.IntBuffer arg1)
 
void glClipPlanexIMG (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane

More...
 
void glColor4f (float arg0, float arg1, float arg2, float arg3)
 
void glColor4ub (byte arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColor4x (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glColor4x}(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glColor4xOES
More...
 
void glColorMask (boolean arg0, boolean arg1, boolean arg2, boolean arg3)
 Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColorPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glColorPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glColorPointer (int arg0, int arg1, int arg2, long arg3)
 
void glCompressedTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
 Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexImage2DARB
More...
 
void glCompressedTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glCompressedTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
 Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexSubImage2DARB
More...
 
void glCopyTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
 Entry point to C language function: void {@native glCopyTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexImage2DEXT
More...
 
void glCopyTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
 Entry point to C language function: void {@native glCopyTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexSubImage2DEXT
More...
 
void glCopyTextureLevelsAPPLE (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels

More...
 
void glCullFace (int arg0)
 Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glCurrentPaletteMatrixOES (int arg0)
 Entry point to C language function: void {@native glCurrentPaletteMatrixOES}(GLuint matrixpaletteindex)
Part of GL_OES_matrix_palette

More...
 
void glDeleteBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glDeleteBuffersARB
More...
 
void glDeleteBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteFramebuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteFramebuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
More...
 
void glDeleteRenderbuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
More...
 
void glDeleteRenderbuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteTextures (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteTextures (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glDeleteTexturesEXT
More...
 
void glDeleteVertexArraysOES (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object

More...
 
void glDeleteVertexArraysOES (int arg0, java.nio.IntBuffer arg1)
 
void glDepthFunc (int arg0)
 Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthMask (boolean arg0)
 Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthRange (double arg0, double arg1)
 Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More...
 
void glDepthRangef (float arg0, float arg1)
 Entry point to C language function: void {@native glDepthRangef}(GLfloat n, GLfloat f)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glDepthRangefOES
More...
 
void glDepthRangex (int arg0, int arg1)
 Entry point to C language function: void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glDepthRangexOES
More...
 
void glDisable (int arg0)
 Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDisableClientState (int arg0)
 
void glDisableDriverControlQCOM (int arg0)
 Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

More...
 
void glDiscardFramebufferEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer

More...
 
void glDiscardFramebufferEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glDrawArrays (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first, GLsizei count)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glDrawArraysEXT
More...
 
void glDrawElements (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1

More...
 
void glDrawElements (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glDrawTexfOES (float arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glDrawTexfOES}(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexfvOES (float[] arg0, int arg1)
 Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexfvOES (java.nio.FloatBuffer arg0)
 
void glDrawTexiOES (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glDrawTexiOES}(GLint x, GLint y, GLint z, GLint width, GLint height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexivOES (java.nio.IntBuffer arg0)
 
void glDrawTexivOES (int[] arg0, int arg1)
 Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexsOES (short arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glDrawTexsOES}(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexsvOES (java.nio.ShortBuffer arg0)
 
void glDrawTexsvOES (short[] arg0, int arg1)
 Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexxOES (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glDrawTexxOES}(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexxvOES (int[] arg0, int arg1)
 Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexxvOES (java.nio.IntBuffer arg0)
 
void glEGLImageTargetRenderbufferStorageOES (int arg0, long arg1)
 Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

More...
 
void glEGLImageTargetTexture2DOES (int arg0, long arg1)
 Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

More...
 
void glEnable (int arg0)
 Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glEnableClientState (int arg0)
 
void glEnableDriverControlQCOM (int arg0)
 Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

More...
 
void glEndTilingQCOM (int arg0)
 Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

More...
 
void glExtGetBufferPointervQCOM (int arg0, com.jogamp.common.nio.PointerBuffer arg1)
 
void glExtGetBuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetBuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
void glExtGetFramebuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetFramebuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
void glExtGetProgramBinarySourceQCOM (int arg0, int arg1, byte[] arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2

More...
 
void glExtGetProgramBinarySourceQCOM (int arg0, int arg1, java.nio.ByteBuffer arg2, java.nio.IntBuffer arg3)
 
void glExtGetProgramsQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2

More...
 
void glExtGetProgramsQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
void glExtGetRenderbuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetRenderbuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
void glExtGetShadersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2

More...
 
void glExtGetShadersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
void glExtGetTexLevelParameterivQCOM (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get

More...
 
void glExtGetTexLevelParameterivQCOM (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glExtGetTexSubImageQCOM (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
void glExtGetTexturesQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get

More...
 
void glExtGetTexturesQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
boolean glExtIsProgramBinaryQCOM (int arg0)
 Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program)
Part of GL_QCOM_extended_get2

More...
 
void glExtTexObjectStateOverrideiQCOM (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get

More...
 
void glFinish ()
 Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFlush ()
 Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFlushMappedBufferRange (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE
More...
 
void glFogf (int arg0, float arg1)
 Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogfv (int arg0, java.nio.FloatBuffer arg1)
 
void glFogfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogx (int arg0, int arg1)
 Entry point to C language function: void {@native glFogx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxOES
More...
 
void glFogxv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxvOES
More...
 
void glFogxv (int arg0, java.nio.IntBuffer arg1)
 
void glFramebufferRenderbuffer (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT
More...
 
void glFramebufferTexture2D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES
More...
 
void glFramebufferTexture2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_EXT_multisampled_render_to_texture

More...
 
void glFramebufferTexture2DMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

More...
 
void glFrontFace (int arg0)
 Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFrustum (double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
 
void glFrustumf (float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
 Multiply the current matrix with the frustum matrix. More...
 
void glFrustumx (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFrustumx}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFrustumxOES
More...
 
void glGenBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGenBuffersARB
More...
 
void glGenBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenFramebuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenFramebuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
More...
 
void glGenRenderbuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenRenderbuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
More...
 
void glGenTextures (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glGenTexturesEXT
More...
 
void glGenTextures (int arg0, java.nio.IntBuffer arg1)
 
void glGenVertexArraysOES (int arg0, java.nio.IntBuffer arg1)
 
void glGenVertexArraysOES (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object

More...
 
void glGenerateMipmap (int arg0)
 Entry point to C language function: void {@native glGenerateMipmap}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenerateMipmapOES, glGenerateMipmapEXT
More...
 
void glGetBooleanv (int arg0, java.nio.ByteBuffer arg1)
 
void glGetBooleanv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetBufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetBufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGetBufferParameterivARB
More...
 
void glGetClipPlanef (int arg0, java.nio.FloatBuffer arg1)
 
void glGetClipPlanef (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES
More...
 
void glGetClipPlanex (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetClipPlanexOES
More...
 
void glGetClipPlanex (int arg0, java.nio.IntBuffer arg1)
 
void glGetDriverControlStringQCOM (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control

More...
 
void glGetDriverControlStringQCOM (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetDriverControlsQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control

More...
 
void glGetDriverControlsQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
 
int glGetError ()
 Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetFixedv (int arg0, java.nio.IntBuffer arg1)
 
void glGetFixedv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetFixedvOES
More...
 
void glGetFloatv (int arg0, java.nio.FloatBuffer arg1)
 Copy the named matrix into the given storage. More...
 
void glGetFloatv (int arg0, float[] arg1, int arg2)
 Copy the named matrix to the given storage at offset. More...
 
void glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
More...
 
int glGetGraphicsResetStatus ()
 Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR
More...
 
void glGetIntegerv (int arg0, java.nio.IntBuffer arg1)
 
void glGetIntegerv (int arg0, int[] arg1, int arg2)
 
void glGetLightfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetLightfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetLightxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetLightxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetLightxvOES
More...
 
void glGetMaterialfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMaterialfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetMaterialxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetMaterialxvOES
More...
 
void glGetMaterialxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetRenderbufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetRenderbufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
More...
 
java.lang.String glGetString (int arg0)
 Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexEnvfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexEnvfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexEnvxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexEnvxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES
More...
 
void glGetTexGenfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexGenfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES
More...
 
void glGetTexGeniv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES
More...
 
void glGetTexGeniv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexGenxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexGenxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES
More...
 
void glGetTexParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexParameterxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexParameterxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES
More...
 
void glGetnUniformfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
More...
 
void glGetnUniformfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetnUniformiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
More...
 
void glGetnUniformiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glHint (int arg0, int arg1)
 Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
Alias for: glHintPGI
More...
 
boolean glIsBuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glIsBufferARB
More...
 
boolean glIsEnabled (int arg0)
 Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
boolean glIsFramebuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glIsFramebufferEXT, glIsFramebufferOES
More...
 
boolean glIsRenderbuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glIsRenderbufferOES, glIsRenderbufferEXT
More...
 
boolean glIsTexture (int arg0)
 Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glIsTextureEXT
More...
 
boolean glIsVertexArrayOES (int arg0)
 Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

More...
 
void glLightModelf (int arg0, float arg1)
 Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelfv (int arg0, java.nio.FloatBuffer arg1)
 
void glLightModelfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelx (int arg0, int arg1)
 Entry point to C language function: void {@native glLightModelx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxOES
More...
 
void glLightModelxv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxvOES
More...
 
void glLightModelxv (int arg0, java.nio.IntBuffer arg1)
 
void glLightf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glLightfv (int arg0, int arg1, float[] arg2, int arg3)
 
void glLightx (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glLightx}(GLenum light, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxOES
More...
 
void glLightxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glLightxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxvOES
More...
 
void glLineWidth (float arg0)
 Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glLineWidthx (int arg0)
 Entry point to C language function: void {@native glLineWidthx}(GLfixed width)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLineWidthxOES
More...
 
void glLoadIdentity ()
 Load the current matrix with the identity matrix. More...
 
void glLoadMatrixf (java.nio.FloatBuffer arg0)
 Load the current matrix w/ the provided one. More...
 
void glLoadMatrixf (float[] arg0, int arg1)
 Load the current matrix w/ the provided one. More...
 
void glLoadMatrixx (java.nio.IntBuffer arg0)
 
void glLoadMatrixx (int[] arg0, int arg1)
 Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLoadMatrixxOES
More...
 
void glLoadPaletteFromModelViewMatrixOES ()
 Entry point to C language function: void {@native glLoadPaletteFromModelViewMatrixOES}()
Part of GL_OES_matrix_palette

More...
 
void glLogicOp (int arg0)
 Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
java.nio.ByteBuffer glMapBuffer (int arg0, int arg1)
 Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access)
Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glMapBufferOES, glMapBufferARB
More...
 
java.nio.ByteBuffer glMapBufferRange (int arg0, long arg1, long arg2, int arg3)
 Entry point to C language function: void * {@native glMapBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: glMapBufferRangeEXT
More...
 
void glMaterialf (int arg0, int arg1, float arg2)
 
void glMaterialfv (int arg0, int arg1, float[] arg2, int arg3)
 
void glMaterialfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glMaterialx (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMaterialx}(GLenum face, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxOES
More...
 
void glMaterialxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMaterialxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxvOES
More...
 
void glMatrixIndexPointerOES (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glMatrixMode (int arg0)
 Sets the current matrix mode. More...
 
void glMultMatrixf (java.nio.FloatBuffer arg0)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultMatrixf (float[] arg0, int arg1)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultMatrixx (java.nio.IntBuffer arg0)
 
void glMultMatrixx (int[] arg0, int arg1)
 Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultMatrixxOES
More...
 
void glMultiTexCoord4f (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_ES_CM, GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fARB
More...
 
void glMultiTexCoord4x (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexCoord4x}(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultiTexCoord4xOES
More...
 
void glNormal3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glNormal3x (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glNormal3x}(GLfixed nx, GLfixed ny, GLfixed nz)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glNormal3xOES
More...
 
void glNormalPointer (int arg0, int arg1, java.nio.Buffer arg2)
 
void glNormalPointer (int arg0, int arg1, long arg2)
 
void glNormalPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glOrtho (double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
 
void glOrthof (float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
 Multiply the current matrix with the orthogonal matrix. More...
 
void glOrthox (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glOrthox}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glOrthoxOES
More...
 
void glPixelStorei (int arg0, int arg1)
 Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glPointParameterf (int arg0, float arg1)
 Entry point to C language function: void {@native glPointParameterf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_EXT_point_parameters, GL_ARB_point_parameters, GL_SGIS_point_parameters
Alias for: glPointParameterfEXT, glPointParameterfARB, glPointParameterfSGIS
More...
 
void glPointParameterfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
More...
 
void glPointParameterfv (int arg0, java.nio.FloatBuffer arg1)
 
void glPointParameterx (int arg0, int arg1)
 Entry point to C language function: void {@native glPointParameterx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxOES
More...
 
void glPointParameterxv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxvOES
More...
 
void glPointParameterxv (int arg0, java.nio.IntBuffer arg1)
 
void glPointSize (float arg0)
 Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glPointSizePointerOES (int arg0, int arg1, java.nio.Buffer arg2)
 
void glPointSizex (int arg0)
 Entry point to C language function: void {@native glPointSizex}(GLfixed size)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointSizexOES
More...
 
void glPolygonOffset (float arg0, float arg1)
 Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor, GLfloat units)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
Alias for: glPolygonOffsetEXT
More...
 
void glPolygonOffsetx (int arg0, int arg1)
 Entry point to C language function: void {@native glPolygonOffsetx}(GLfixed factor, GLfixed units)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPolygonOffsetxOES
More...
 
void glPopMatrix ()
 Pop the current matrix from it's stack. More...
 
void glPushMatrix ()
 Push the current matrix to it's stack, while preserving it's values. More...
 
int glQueryMatrixxOES (int[] arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

More...
 
int glQueryMatrixxOES (java.nio.IntBuffer arg0, java.nio.IntBuffer arg1)
 
void glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glReadnPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glRenderbufferStorage (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES
More...
 
void glRenderbufferStorageMultisample (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV
More...
 
void glRenderbufferStorageMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample

More...
 
void glRenderbufferStorageMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

More...
 
void glResolveMultisampleFramebuffer ()
 Entry point to C language function: void {@native glResolveMultisampleFramebuffer}()
Part of GL_APPLE_framebuffer_multisample
Alias for: glResolveMultisampleFramebufferAPPLE
More...
 
void glRotatef (float arg0, float arg1, float arg2, float arg3)
 Rotate the current matrix. More...
 
void glRotatex (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glRotatexOES
More...
 
void glSampleCoverage (float arg0, boolean arg1)
 Entry point to C language function: void {@native glSampleCoverage}(GLfloat value, GLboolean invert)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
Alias for: glSampleCoverageARB, glSampleCoverageOES
More...
 
void glSampleCoveragex (int arg0, boolean arg1)
 Entry point to C language function: void {@native glSampleCoveragex}(GLclampx value, GLboolean invert)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glSampleCoveragexOES
More...
 
void glScalef (float arg0, float arg1, float arg2)
 Scale the current matrix. More...
 
void glScalex (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glScalex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glScalexOES
More...
 
void glScissor (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glShadeModel (int arg0)
 
void glStartTilingQCOM (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

More...
 
void glStencilFunc (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilMask (int arg0)
 Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilOp (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexCoordPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glTexCoordPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glTexCoordPointer (int arg0, int arg1, int arg2, long arg3)
 
void glTexEnvf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexEnvfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvi (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexEnvx (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxOES
More...
 
void glTexEnvxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexEnvxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxvOES
More...
 
void glTexGenf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES
More...
 
void glTexGenfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexGenfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES
More...
 
void glTexGeni (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES
More...
 
void glTexGeniv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES
More...
 
void glTexGeniv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexGenx (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexGenx}(GLenum coord, GLenum pname, GLfixed param)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxOES
More...
 
void glTexGenxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexGenxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES
More...
 
void glTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
 Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameterf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameterx (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexParameterx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxOES
More...
 
void glTexParameterxv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxvOES
More...
 
void glTexParameterxv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexStorage1D (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
Alias for: glTexStorage1DEXT
More...
 
void glTexStorage2D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glTexStorage2D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage2DEXT
More...
 
void glTexStorage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glTexStorage3D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage3DEXT
More...
 
void glTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
 Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
Alias for: glTexSubImage2DEXT
More...
 
void glTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glTextureStorage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
void glTextureStorage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glTextureStorage2DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
void glTextureStorage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glTextureStorage3DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
void glTranslatef (float arg0, float arg1, float arg2)
 Translate the current matrix. More...
 
void glTranslatex (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTranslatex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTranslatexOES
More...
 
boolean glUnmapBuffer (int arg0)
 Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glUnmapBufferOES, glUnmapBufferARB
More...
 
void glVertexPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glVertexPointer (int arg0, int arg1, int arg2, long arg3)
 
void glVertexPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glViewport (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glWeightPointerOES (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
boolean hasBasicFBOSupport ()
 Returns true if basic FBO support is available, otherwise false. More...
 
boolean hasFullFBOSupport ()
 Returns true if full FBO support is available, otherwise false. More...
 
boolean hasGLSL ()
 Indicates whether this GL object supports GLSL. More...
 
boolean isExtensionAvailable (java.lang.String arg0)
 
boolean isFunctionAvailable (java.lang.String arg0)
 
boolean isGL ()
 Indicates whether this GL object conforms to any of the OpenGL profiles. More...
 
boolean isGL2 ()
 Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More...
 
boolean isGL2ES1 ()
 Indicates whether this GL object conforms to a GL2ES1 compatible profile. More...
 
boolean isGL2ES2 ()
 Indicates whether this GL object conforms to a GL2ES2 compatible profile. More...
 
boolean isGL2ES3 ()
 Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More...
 
boolean isGL2GL3 ()
 Indicates whether this GL object conforms to a GL2GL3 compatible profile. More...
 
boolean isGL3 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More...
 
boolean isGL3ES3 ()
 Indicates whether this GL object conforms to a GL3ES3 compatible profile. More...
 
boolean isGL3bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More...
 
boolean isGL3core ()
 Indicates whether this GL object uses a GL3 core profile. More...
 
boolean isGL4 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More...
 
boolean isGL4ES3 ()
 Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More...
 
boolean isGL4bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More...
 
boolean isGL4core ()
 Indicates whether this GL object uses a GL4 core profile. More...
 
boolean isGLES ()
 Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More...
 
boolean isGLES1 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More...
 
boolean isGLES2 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More...
 
boolean isGLES2Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More...
 
boolean isGLES3 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More...
 
boolean isGLES31Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More...
 
boolean isGLES32Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More...
 
boolean isGLES3Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More...
 
boolean isGLcore ()
 Indicates whether this GL object uses a GL core profile. More...
 
boolean isNPOTTextureAvailable ()
 Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More...
 
boolean isTextureFormatBGRA8888Available ()
 
boolean isVBOArrayBound ()
 
boolean isVBOElementArrayBound ()
 
com.jogamp.opengl.GLBufferStorage mapBuffer (int arg0, int arg1)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapBufferRange (int arg0, long arg1, long arg2, int arg3)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More...
 
void setSwapInterval (int arg0)
 Set the swap interval of the current context and attached onscreen GLDrawable. More...
 
String toString ()
 
- Public Member Functions inherited from com.jogamp.opengl.GLES1
void glClipPlanef (int plane, FloatBuffer equation)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES More...
 
void glClipPlanef (int plane, float[] equation, int equation_offset)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES
More...
 
void glGetClipPlanef (int pname, FloatBuffer equation)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES More...
 
void glGetClipPlanef (int pname, float[] equation, int equation_offset)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES
More...
 
void glAlphaFuncx (int func, int ref)
 Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glAlphaFuncxOES
More...
 
void glClearColorx (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glClearColorx}(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearColorxOES
More...
 
void glClearDepthx (int depth)
 Entry point to C language function: void {@native glClearDepthx}(GLclampx depth)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearDepthxOES
More...
 
void glClipPlanex (int plane, IntBuffer equation)
 Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG More...
 
void glClipPlanex (int plane, int[] equation, int equation_offset)
 Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG
More...
 
void glColor4x (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glColor4x}(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glColor4xOES
More...
 
void glDepthRangex (int zNear, int zFar)
 Entry point to C language function: void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glDepthRangexOES
More...
 
void glFogx (int pname, int param)
 Entry point to C language function: void {@native glFogx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxOES
More...
 
void glFogxv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxvOES More...
 
void glFogxv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxvOES
More...
 
void glFrustumx (int left, int right, int bottom, int top, int zNear, int zFar)
 Entry point to C language function: void {@native glFrustumx}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFrustumxOES
More...
 
void glGetClipPlanex (int pname, IntBuffer eqn)
 Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetClipPlanexOES More...
 
void glGetClipPlanex (int pname, int[] eqn, int eqn_offset)
 Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetClipPlanexOES
More...
 
void glGetFixedv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetFixedvOES More...
 
void glGetFixedv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetFixedvOES
More...
 
void glGetLightxv (int light, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetLightxvOES More...
 
void glGetLightxv (int light, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetLightxvOES
More...
 
void glGetMaterialxv (int face, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetMaterialxvOES More...
 
void glGetMaterialxv (int face, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetMaterialxvOES
More...
 
void glGetTexEnvxv (int tenv, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES More...
 
void glGetTexEnvxv (int tenv, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES
More...
 
void glGetTexParameterxv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES More...
 
void glGetTexParameterxv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES
More...
 
void glLightModelx (int pname, int param)
 Entry point to C language function: void {@native glLightModelx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxOES
More...
 
void glLightModelxv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxvOES More...
 
void glLightModelxv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxvOES
More...
 
void glLightx (int light, int pname, int param)
 Entry point to C language function: void {@native glLightx}(GLenum light, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxOES
More...
 
void glLightxv (int light, int pname, IntBuffer params)
 Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxvOES More...
 
void glLightxv (int light, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxvOES
More...
 
void glLineWidthx (int width)
 Entry point to C language function: void {@native glLineWidthx}(GLfixed width)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLineWidthxOES
More...
 
void glLoadMatrixx (IntBuffer m)
 Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLoadMatrixxOES More...
 
void glLoadMatrixx (int[] m, int m_offset)
 Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLoadMatrixxOES
More...
 
void glMaterialx (int face, int pname, int param)
 Entry point to C language function: void {@native glMaterialx}(GLenum face, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxOES
More...
 
void glMaterialxv (int face, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxvOES More...
 
void glMaterialxv (int face, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxvOES
More...
 
void glMultMatrixx (IntBuffer m)
 Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultMatrixxOES More...
 
void glMultMatrixx (int[] m, int m_offset)
 Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultMatrixxOES
More...
 
void glMultiTexCoord4x (int target, int s, int t, int r, int q)
 Entry point to C language function: void {@native glMultiTexCoord4x}(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultiTexCoord4xOES
More...
 
void glNormal3x (int nx, int ny, int nz)
 Entry point to C language function: void {@native glNormal3x}(GLfixed nx, GLfixed ny, GLfixed nz)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glNormal3xOES
More...
 
void glOrthox (int left, int right, int bottom, int top, int zNear, int zFar)
 Entry point to C language function: void {@native glOrthox}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glOrthoxOES
More...
 
void glPointParameterx (int pname, int param)
 Entry point to C language function: void {@native glPointParameterx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxOES
More...
 
void glPointParameterxv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxvOES More...
 
void glPointParameterxv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxvOES
More...
 
void glPointSizex (int size)
 Entry point to C language function: void {@native glPointSizex}(GLfixed size)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointSizexOES
More...
 
void glPolygonOffsetx (int factor, int units)
 Entry point to C language function: void {@native glPolygonOffsetx}(GLfixed factor, GLfixed units)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPolygonOffsetxOES
More...
 
void glRotatex (int angle, int x, int y, int z)
 Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glRotatexOES
More...
 
void glSampleCoveragex (int value, boolean invert)
 Entry point to C language function: void {@native glSampleCoveragex}(GLclampx value, GLboolean invert)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glSampleCoveragexOES
More...
 
void glScalex (int x, int y, int z)
 Entry point to C language function: void {@native glScalex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glScalexOES
More...
 
void glTexEnvx (int target, int pname, int param)
 Entry point to C language function: void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxOES
More...
 
void glTexEnvxv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxvOES More...
 
void glTexEnvxv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxvOES
More...
 
void glTexParameterx (int target, int pname, int param)
 Entry point to C language function: void {@native glTexParameterx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxOES
More...
 
void glTexParameterxv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxvOES More...
 
void glTexParameterxv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxvOES
More...
 
void glTranslatex (int x, int y, int z)
 Entry point to C language function: void {@native glTranslatex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTranslatexOES
More...
 
void glPointSizePointerOES (int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glPointSizePointerOES}(GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_point_size_array
More...
 
void glDrawTexsOES (short x, short y, short z, short width, short height)
 Entry point to C language function: void {@native glDrawTexsOES}(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexiOES (int x, int y, int z, int width, int height)
 Entry point to C language function: void {@native glDrawTexiOES}(GLint x, GLint y, GLint z, GLint width, GLint height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexxOES (int x, int y, int z, int width, int height)
 Entry point to C language function: void {@native glDrawTexxOES}(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexsvOES (ShortBuffer coords)
 Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords)
Part of GL_OES_draw_texture
More...
 
void glDrawTexsvOES (short[] coords, int coords_offset)
 Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexivOES (IntBuffer coords)
 Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords)
Part of GL_OES_draw_texture
More...
 
void glDrawTexivOES (int[] coords, int coords_offset)
 Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexxvOES (IntBuffer coords)
 Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords)
Part of GL_OES_draw_texture
More...
 
void glDrawTexxvOES (int[] coords, int coords_offset)
 Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords)
Part of GL_OES_draw_texture

More...
 
void glDrawTexfOES (float x, float y, float z, float width, float height)
 Entry point to C language function: void {@native glDrawTexfOES}(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
Part of GL_OES_draw_texture

More...
 
void glDrawTexfvOES (FloatBuffer coords)
 Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords)
Part of GL_OES_draw_texture
More...
 
void glDrawTexfvOES (float[] coords, int coords_offset)
 Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords)
Part of GL_OES_draw_texture

More...
 
void glEGLImageTargetTexture2DOES (int target, long image)
 Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

More...
 
void glEGLImageTargetRenderbufferStorageOES (int target, long image)
 Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

More...
 
void glCurrentPaletteMatrixOES (int matrixpaletteindex)
 Entry point to C language function: void {@native glCurrentPaletteMatrixOES}(GLuint matrixpaletteindex)
Part of GL_OES_matrix_palette

More...
 
void glLoadPaletteFromModelViewMatrixOES ()
 Entry point to C language function: void {@native glLoadPaletteFromModelViewMatrixOES}()
Part of GL_OES_matrix_palette

More...
 
void glMatrixIndexPointerOES (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glMatrixIndexPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
More...
 
void glWeightPointerOES (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glWeightPointerOES}(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
Part of GL_OES_matrix_palette
More...
 
int glQueryMatrixxOES (IntBuffer mantissa, IntBuffer exponent)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
More...
 
int glQueryMatrixxOES (int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

More...
 
void glTexGenf (int coord, int pname, float param)
 Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES
More...
 
void glTexGenfv (int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES More...
 
void glTexGenfv (int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES
More...
 
void glTexGeni (int coord, int pname, int param)
 Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES
More...
 
void glTexGeniv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES More...
 
void glTexGeniv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES
More...
 
void glTexGenx (int coord, int pname, int param)
 Entry point to C language function: void {@native glTexGenx}(GLenum coord, GLenum pname, GLfixed param)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxOES
More...
 
void glTexGenxv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES More...
 
void glTexGenxv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES
More...
 
void glGetTexGenfv (int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES More...
 
void glGetTexGenfv (int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES
More...
 
void glGetTexGeniv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES More...
 
void glGetTexGeniv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES
More...
 
void glGetTexGenxv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES More...
 
void glGetTexGenxv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES
More...
 
void glBindVertexArrayOES (int array)
 Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

More...
 
void glDeleteVertexArraysOES (int n, IntBuffer arrays)
 Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
More...
 
void glDeleteVertexArraysOES (int n, int[] arrays, int arrays_offset)
 Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object

More...
 
void glGenVertexArraysOES (int n, IntBuffer arrays)
 Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
More...
 
void glGenVertexArraysOES (int n, int[] arrays, int arrays_offset)
 Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object

More...
 
boolean glIsVertexArrayOES (int array)
 Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

More...
 
void glCopyTextureLevelsAPPLE (int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount)
 Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels

More...
 
void glResolveMultisampleFramebuffer ()
 Entry point to C language function: void {@native glResolveMultisampleFramebuffer}()
Part of GL_APPLE_framebuffer_multisample
Alias for: glResolveMultisampleFramebufferAPPLE
More...
 
void glDiscardFramebufferEXT (int target, int numAttachments, IntBuffer attachments)
 Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
More...
 
void glDiscardFramebufferEXT (int target, int numAttachments, int[] attachments, int attachments_offset)
 Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer

More...
 
void glRenderbufferStorageMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample

More...
 
void glFramebufferTexture2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_EXT_multisampled_render_to_texture

More...
 
void glClipPlanefIMG (int arg0, FloatBuffer arg1)
 Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane
More...
 
void glClipPlanefIMG (int arg0, float[] arg1, int arg1_offset)
 Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane

More...
 
void glClipPlanexIMG (int arg0, IntBuffer arg1)
 Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane
More...
 
void glClipPlanexIMG (int arg0, int[] arg1, int arg1_offset)
 Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane

More...
 
void glRenderbufferStorageMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

More...
 
void glFramebufferTexture2DMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

More...
 
void glGetDriverControlsQCOM (IntBuffer num, int size, IntBuffer driverControls)
 Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
More...
 
void glGetDriverControlsQCOM (int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset)
 Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control

More...
 
void glGetDriverControlStringQCOM (int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString)
 Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
More...
 
void glGetDriverControlStringQCOM (int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset)
 Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control

More...
 
void glEnableDriverControlQCOM (int driverControl)
 Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

More...
 
void glDisableDriverControlQCOM (int driverControl)
 Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

More...
 
void glExtGetTexturesQCOM (IntBuffer textures, int maxTextures, IntBuffer numTextures)
 Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
More...
 
void glExtGetTexturesQCOM (int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset)
 Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get

More...
 
void glExtGetBuffersQCOM (IntBuffer buffers, int maxBuffers, IntBuffer numBuffers)
 Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
More...
 
void glExtGetBuffersQCOM (int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset)
 Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetRenderbuffersQCOM (IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers)
 Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
More...
 
void glExtGetRenderbuffersQCOM (int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset)
 Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetFramebuffersQCOM (IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers)
 Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
More...
 
void glExtGetFramebuffersQCOM (int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset)
 Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get

More...
 
void glExtGetTexLevelParameterivQCOM (int texture, int face, int level, int pname, IntBuffer params)
 Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
More...
 
void glExtGetTexLevelParameterivQCOM (int texture, int face, int level, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get

More...
 
void glExtTexObjectStateOverrideiQCOM (int target, int pname, int param)
 Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get

More...
 
void glExtGetTexSubImageQCOM (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels)
 Entry point to C language function: void {@native glExtGetTexSubImageQCOM}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels)
Part of GL_QCOM_extended_get
More...
 
void glExtGetBufferPointervQCOM (int target, PointerBuffer params)
 Entry point to C language function: void {@native glExtGetBufferPointervQCOM}(GLenum target, GLvoid * * params)
Part of GL_QCOM_extended_get
More...
 
void glExtGetShadersQCOM (IntBuffer shaders, int maxShaders, IntBuffer numShaders)
 Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
More...
 
void glExtGetShadersQCOM (int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset)
 Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2

More...
 
void glExtGetProgramsQCOM (IntBuffer programs, int maxPrograms, IntBuffer numPrograms)
 Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
More...
 
void glExtGetProgramsQCOM (int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset)
 Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2

More...
 
boolean glExtIsProgramBinaryQCOM (int program)
 Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program)
Part of GL_QCOM_extended_get2

More...
 
void glExtGetProgramBinarySourceQCOM (int program, int shadertype, ByteBuffer source, IntBuffer length)
 Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
More...
 
void glExtGetProgramBinarySourceQCOM (int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset)
 Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2

More...
 
void glStartTilingQCOM (int x, int y, int width, int height, int preserveMask)
 Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

More...
 
void glEndTilingQCOM (int preserveMask)
 Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL2ES1
void glAlphaFunc (int func, float ref)
 Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM
More...
 
void glFogf (int pname, float param)
 Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glFogfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetLightfv (int light, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetLightfv (int light, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetMaterialfv (int face, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetMaterialfv (int face, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetTexEnvfv (int tenv, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetTexEnvfv (int tenv, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelf (int pname, float param)
 Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glLightModelfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightf (int light, int pname, float param)
 Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glMultiTexCoord4f (int target, float s, float t, float r, float q)
 Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_ES_CM, GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fARB
More...
 
void glNormal3f (float nx, float ny, float nz)
 Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glPointParameterf (int pname, float param)
 Entry point to C language function: void {@native glPointParameterf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_EXT_point_parameters, GL_ARB_point_parameters, GL_SGIS_point_parameters
Alias for: glPointParameterfEXT, glPointParameterfARB, glPointParameterfSGIS
More...
 
void glPointParameterfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB More...
 
void glPointParameterfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
More...
 
void glPointSize (float size)
 Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvf (int target, int pname, float param)
 Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glTexEnvfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glClientActiveTexture (int texture)
 Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB
More...
 
void glColor4ub (byte red, byte green, byte blue, byte alpha)
 Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int tenv, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetTexEnviv (int tenv, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glLogicOp (int opcode)
 Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnvi (int target, int pname, int param)
 Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glTexEnviv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glOrtho (double left, double right, double bottom, double top, double near_val, double far_val)
 
void glFrustum (double left, double right, double bottom, double top, double zNear, double zFar)
 
void glDrawElements (int mode, int count, int type, Buffer indices)
 Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_ES_VERSION_2_0 More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL
void glActiveTexture (int texture)
 Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB
More...
 
void glBindBuffer (int target, int buffer)
 Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBindBufferARB
More...
 
void glBindFramebuffer (int target, int framebuffer)
 Entry point to C language function: void {@native glBindFramebuffer}(GLenum target, GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glBindFramebufferOES, glBindFramebufferEXT
More...
 
void glBindRenderbuffer (int target, int renderbuffer)
 Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glBindRenderbufferEXT, glBindRenderbufferOES
More...
 
void glBindTexture (int target, int texture)
 Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glBindTextureEXT
More...
 
void glBlendEquation (int mode)
 Entry point to C language function: void {@native glBlendEquation}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: glBlendEquationOES, glBlendEquationEXT
More...
 
void glBlendEquationSeparate (int modeRGB, int modeAlpha)
 Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB, GLenum modeAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT
More...
 
void glBlendFunc (int sfactor, int dfactor)
 Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glBlendFuncSeparate (int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
 Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT
More...
 
void glBufferData (int target, long size, Buffer data, int usage)
 Entry point to C language function: void {@native glBufferData}(GLenum target, GLsizeiptr size, const void * data, GLenum usage)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBufferDataARB More...
 
void glBufferSubData (int target, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glBufferSubData}(GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBufferSubDataARB More...
 
int glCheckFramebufferStatus (int target)
 Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES
More...
 
void glClear (int mask)
 Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClearColor (float red, float green, float blue, float alpha)
 Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glClearDepthf (float d)
 Entry point to C language function: void {@native glClearDepthf}(GLfloat d)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glClearDepthfOES
More...
 
void glClearStencil (int s)
 Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColorMask (boolean red, boolean green, boolean blue, boolean alpha)
 Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glCompressedTexImage2D (int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexImage2DARB More...
 
void glCompressedTexImage2D (int target, int level, int internalformat, int width, int height, int border, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexImage2DARB
More...
 
void glCompressedTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexSubImage2DARB More...
 
void glCompressedTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexSubImage2DARB
More...
 
void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, int height, int border)
 Entry point to C language function: void {@native glCopyTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexImage2DEXT
More...
 
void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexSubImage2DEXT
More...
 
void glCullFace (int mode)
 Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDeleteBuffers (int n, IntBuffer buffers)
 Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glDeleteBuffersARB More...
 
void glDeleteBuffers (int n, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glDeleteBuffersARB
More...
 
void glDeleteFramebuffers (int n, IntBuffer framebuffers)
 Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT More...
 
void glDeleteFramebuffers (int n, int[] framebuffers, int framebuffers_offset)
 Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
More...
 
void glDeleteRenderbuffers (int n, IntBuffer renderbuffers)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT More...
 
void glDeleteRenderbuffers (int n, int[] renderbuffers, int renderbuffers_offset)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
More...
 
void glDeleteTextures (int n, IntBuffer textures)
 Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glDeleteTexturesEXT More...
 
void glDeleteTextures (int n, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glDeleteTexturesEXT
More...
 
void glDepthFunc (int func)
 Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthMask (boolean flag)
 Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthRangef (float n, float f)
 Entry point to C language function: void {@native glDepthRangef}(GLfloat n, GLfloat f)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glDepthRangefOES
More...
 
void glDisable (int cap)
 Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDrawArrays (int mode, int first, int count)
 Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first, GLsizei count)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glDrawArraysEXT
More...
 
void glDrawElements (int mode, int count, int type, long indices_buffer_offset)
 Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1

More...
 
void glEnable (int cap)
 Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFinish ()
 Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFlush ()
 Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFramebufferRenderbuffer (int target, int attachment, int renderbuffertarget, int renderbuffer)
 Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT
More...
 
void glFramebufferTexture2D (int target, int attachment, int textarget, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES
More...
 
void glFrontFace (int mode)
 Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGenBuffers (int n, IntBuffer buffers)
 Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGenBuffersARB More...
 
void glGenBuffers (int n, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGenBuffersARB
More...
 
void glGenerateMipmap (int target)
 Entry point to C language function: void {@native glGenerateMipmap}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenerateMipmapOES, glGenerateMipmapEXT
More...
 
void glGenFramebuffers (int n, IntBuffer framebuffers)
 Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenFramebuffersOES, glGenFramebuffersEXT More...
 
void glGenFramebuffers (int n, int[] framebuffers, int framebuffers_offset)
 Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
More...
 
void glGenRenderbuffers (int n, IntBuffer renderbuffers)
 Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES More...
 
void glGenRenderbuffers (int n, int[] renderbuffers, int renderbuffers_offset)
 Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
More...
 
void glGenTextures (int n, IntBuffer textures)
 Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glGenTexturesEXT More...
 
void glGenTextures (int n, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glGenTexturesEXT
More...
 
void glGetBooleanv (int pname, ByteBuffer data)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetBooleanv (int pname, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetBufferParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGetBufferParameterivARB More...
 
void glGetBufferParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGetBufferParameterivARB
More...
 
int glGetError ()
 Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetFloatv (int pname, FloatBuffer data)
 Entry point to C language function: void {@native glGetFloatv}(GLenum pname, GLfloat * data)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glGetFloatv (int pname, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetFloatv}(GLenum pname, GLfloat * data)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES More...
 
void glGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
More...
 
void glGetIntegerv (int pname, IntBuffer data)
 Entry point to C language function: void {@native glGetIntegerv}(GLenum pname, GLint * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetIntegerv (int pname, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetIntegerv}(GLenum pname, GLint * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetRenderbufferParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES More...
 
void glGetRenderbufferParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
More...
 
String glGetString (int name)
 Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glGetTexParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetTexParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetTexParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glHint (int target, int mode)
 Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
Alias for: glHintPGI
More...
 
boolean glIsBuffer (int buffer)
 Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glIsBufferARB
More...
 
boolean glIsEnabled (int cap)
 Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
boolean glIsFramebuffer (int framebuffer)
 Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glIsFramebufferEXT, glIsFramebufferOES
More...
 
boolean glIsRenderbuffer (int renderbuffer)
 Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glIsRenderbufferOES, glIsRenderbufferEXT
More...
 
boolean glIsTexture (int texture)
 Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glIsTextureEXT
More...
 
void glLineWidth (float width)
 Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glPixelStorei (int pname, int param)
 Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glPolygonOffset (float factor, float units)
 Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor, GLfloat units)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
Alias for: glPolygonOffsetEXT
More...
 
void glReadPixels (int x, int y, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glReadPixels (int x, int y, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glRenderbufferStorage (int target, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES
More...
 
void glSampleCoverage (float value, boolean invert)
 Entry point to C language function: void {@native glSampleCoverage}(GLfloat value, GLboolean invert)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
Alias for: glSampleCoverageARB, glSampleCoverageOES
More...
 
void glScissor (int x, int y, int width, int height)
 Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilFunc (int func, int ref, int mask)
 Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilMask (int mask)
 Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilOp (int fail, int zfail, int zpass)
 Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameterf (int target, int pname, float param)
 Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glTexParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameteri (int target, int pname, int param)
 Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glTexParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
Alias for: glTexSubImage2DEXT More...
 
void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
Alias for: glTexSubImage2DEXT
More...
 
void glViewport (int x, int y, int width, int height)
 Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexStorage1D (int target, int levels, int internalformat, int width)
 Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
Alias for: glTexStorage1DEXT
More...
 
void glTexStorage2D (int target, int levels, int internalformat, int width, int height)
 Entry point to C language function: void {@native glTexStorage2D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage2DEXT
More...
 
void glTexStorage3D (int target, int levels, int internalformat, int width, int height, int depth)
 Entry point to C language function: void {@native glTexStorage3D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage3DEXT
More...
 
void glTextureStorage1DEXT (int texture, int target, int levels, int internalformat, int width)
 Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
void glTextureStorage2DEXT (int texture, int target, int levels, int internalformat, int width, int height)
 Entry point to C language function: void {@native glTextureStorage2DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
void glTextureStorage3DEXT (int texture, int target, int levels, int internalformat, int width, int height, int depth)
 Entry point to C language function: void {@native glTextureStorage3DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

More...
 
ByteBuffer glMapBuffer (int target, int access)
 Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access)
Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glMapBufferOES, glMapBufferARB
More...
 
boolean glUnmapBuffer (int target)
 Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glUnmapBufferOES, glUnmapBufferARB
More...
 
void glRenderbufferStorageMultisample (int target, int samples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV
More...
 
ByteBuffer glMapBufferRange (int target, long offset, long length, int access)
 Entry point to C language function: void * {@native glMapBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: glMapBufferRangeEXT
More...
 
void glFlushMappedBufferRange (int target, long offset, long length)
 Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE
More...
 
int glGetGraphicsResetStatus ()
 Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR
More...
 
void glReadnPixels (int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
 Entry point to C language function: void {@native glReadnPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glReadnPixelsEXT, glReadnPixelsARB, glReadnPixelsKHR More...
 
void glGetnUniformfv (int program, int location, int bufSize, FloatBuffer params)
 Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB More...
 
void glGetnUniformfv (int program, int location, int bufSize, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
More...
 
void glGetnUniformiv (int program, int location, int bufSize, IntBuffer params)
 Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR More...
 
void glGetnUniformiv (int program, int location, int bufSize, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
More...
 
- Public Member Functions inherited from com.jogamp.opengl.GLBase
boolean isGL ()
 Indicates whether this GL object conforms to any of the OpenGL profiles. More...
 
boolean isGL4bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More...
 
boolean isGL4 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More...
 
boolean isGL3bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More...
 
boolean isGL3 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More...
 
boolean isGL2 ()
 Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More...
 
boolean isGLES1 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More...
 
boolean isGLES2 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More...
 
boolean isGLES3 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More...
 
boolean isGLES ()
 Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More...
 
boolean isGL2ES1 ()
 Indicates whether this GL object conforms to a GL2ES1 compatible profile. More...
 
boolean isGL2ES2 ()
 Indicates whether this GL object conforms to a GL2ES2 compatible profile. More...
 
boolean isGL2ES3 ()
 Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More...
 
boolean isGL3ES3 ()
 Indicates whether this GL object conforms to a GL3ES3 compatible profile. More...
 
boolean isGL4ES3 ()
 Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More...
 
boolean isGL2GL3 ()
 Indicates whether this GL object conforms to a GL2GL3 compatible profile. More...
 
boolean isGL4core ()
 Indicates whether this GL object uses a GL4 core profile. More...
 
boolean isGL3core ()
 Indicates whether this GL object uses a GL3 core profile. More...
 
boolean isGLcore ()
 Indicates whether this GL object uses a GL core profile. More...
 
boolean isGLES2Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More...
 
boolean isGLES3Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More...
 
boolean isGLES31Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More...
 
boolean isGLES32Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More...
 
boolean hasGLSL ()
 Indicates whether this GL object supports GLSL. More...
 
GL getDownstreamGL () throws GLException
 Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More...
 
GL getRootGL () throws GLException
 Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More...
 
GL getGL () throws GLException
 Casts this object to the GL interface. More...
 
GL4bc getGL4bc () throws GLException
 Casts this object to the GL4bc interface. More...
 
GL4 getGL4 () throws GLException
 Casts this object to the GL4 interface. More...
 
GL3bc getGL3bc () throws GLException
 Casts this object to the GL3bc interface. More...
 
GL3 getGL3 () throws GLException
 Casts this object to the GL3 interface. More...
 
GL2 getGL2 () throws GLException
 Casts this object to the GL2 interface. More...
 
GLES1 getGLES1 () throws GLException
 Casts this object to the GLES1 interface. More...
 
GLES2 getGLES2 () throws GLException
 Casts this object to the GLES2 interface. More...
 
GLES3 getGLES3 () throws GLException
 Casts this object to the GLES3 interface. More...
 
GL2ES1 getGL2ES1 () throws GLException
 Casts this object to the GL2ES1 interface. More...
 
GL2ES2 getGL2ES2 () throws GLException
 Casts this object to the GL2ES2 interface. More...
 
GL2ES3 getGL2ES3 () throws GLException
 Casts this object to the GL2ES3 interface. More...
 
GL3ES3 getGL3ES3 () throws GLException
 Casts this object to the GL3ES3 interface. More...
 
GL4ES3 getGL4ES3 () throws GLException
 Casts this object to the GL4ES3 interface. More...
 
GL2GL3 getGL2GL3 () throws GLException
 Casts this object to the GL2GL3 interface. More...
 
GLProfile getGLProfile ()
 Returns the GLProfile associated with this GL object. More...
 
GLContext getContext ()
 Returns the GLContext associated which this GL object. More...
 
boolean isFunctionAvailable (String glFunctionName)
 Returns true if the specified OpenGL core- or extension-function can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. More...
 
boolean isExtensionAvailable (String glExtensionName)
 Returns true if the specified OpenGL extension can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. More...
 
boolean hasBasicFBOSupport ()
 Returns true if basic FBO support is available, otherwise false. More...
 
boolean hasFullFBOSupport ()
 Returns true if full FBO support is available, otherwise false. More...
 
int getMaxRenderbufferSamples ()
 Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More...
 
boolean isNPOTTextureAvailable ()
 Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More...
 
boolean isTextureFormatBGRA8888Available ()
 
void setSwapInterval (int interval) throws GLException
 Set the swap interval of the current context and attached onscreen GLDrawable. More...
 
int getSwapInterval ()
 Return the current swap interval. More...
 
Object getPlatformGLExtensions ()
 Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More...
 
Object getExtension (String extensionName)
 Returns an object providing access to the specified OpenGL extension. More...
 
void glClearDepth (double depth)
 Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More...
 
void glDepthRange (double zNear, double zFar)
 Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More...
 
int getBoundBuffer (int target)
 
GLBufferStorage getBufferStorage (int bufferName)
 
GLBufferStorage mapBuffer (int target, int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More...
 
GLBufferStorage mapBufferRange (final int target, final long offset, final long length, final int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More...
 
boolean isVBOArrayBound ()
 
boolean isVBOElementArrayBound ()
 
int getBoundFramebuffer (int target)
 Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More...
 
int getDefaultDrawFramebuffer ()
 Return the default draw framebuffer name. More...
 
int getDefaultReadFramebuffer ()
 Return the default read framebuffer name. More...
 
int getDefaultDrawBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultReadBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
- Public Member Functions inherited from com.jogamp.opengl.fixedfunc.GLMatrixFunc
void glGetFloatv (int pname, java.nio.FloatBuffer params)
 Copy the named matrix into the given storage. More...
 
void glGetFloatv (int pname, float[] params, int params_offset)
 Copy the named matrix to the given storage at offset. More...
 
void glGetIntegerv (int pname, IntBuffer params)
 glGetIntegerv More...
 
void glGetIntegerv (int pname, int[] params, int params_offset)
 
void glMatrixMode (int mode)
 Sets the current matrix mode. More...
 
void glPushMatrix ()
 Push the current matrix to it's stack, while preserving it's values. More...
 
void glPopMatrix ()
 Pop the current matrix from it's stack. More...
 
void glLoadIdentity ()
 Load the current matrix with the identity matrix. More...
 
void glLoadMatrixf (java.nio.FloatBuffer m)
 Load the current matrix w/ the provided one. More...
 
void glLoadMatrixf (float[] m, int m_offset)
 Load the current matrix w/ the provided one. More...
 
void glMultMatrixf (java.nio.FloatBuffer m)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultMatrixf (float[] m, int m_offset)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glTranslatef (float x, float y, float z)
 Translate the current matrix. More...
 
void glRotatef (float angle, float x, float y, float z)
 Rotate the current matrix. More...
 
void glScalef (float x, float y, float z)
 Scale the current matrix. More...
 
void glOrthof (float left, float right, float bottom, float top, float zNear, float zFar)
 Multiply the current matrix with the orthogonal matrix. More...
 
void glFrustumf (float left, float right, float bottom, float top, float zNear, float zFar)
 Multiply the current matrix with the frustum matrix. More...
 
- Public Member Functions inherited from com.jogamp.opengl.fixedfunc.GLPointerFunc
void glEnableClientState (int arrayName)
 
void glDisableClientState (int arrayName)
 
void glVertexPointer (GLArrayData array)
 
void glVertexPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glVertexPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glColorPointer (GLArrayData array)
 
void glColorPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glColorPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glColor4f (float red, float green, float blue, float alpha)
 
void glNormalPointer (GLArrayData array)
 
void glNormalPointer (int type, int stride, java.nio.Buffer pointer)
 
void glNormalPointer (int type, int stride, long pointer_buffer_offset)
 
void glTexCoordPointer (GLArrayData array)
 
void glTexCoordPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glTexCoordPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glLightfv (int light, int pname, java.nio.FloatBuffer params)
 
void glLightfv (int light, int pname, float[] params, int params_offset)
 
void glMaterialf (int face, int pname, float param)
 
void glMaterialfv (int face, int pname, java.nio.FloatBuffer params)
 
void glMaterialfv (int face, int pname, float[] params, int params_offset)
 
void glColor4f (float red, float green, float blue, float alpha)
 
void glShadeModel (int mode)
 

Static Public Attributes

static final boolean DEBUG = jogamp.opengl.Debug.debug("TraceGLES1")
 
- Static Public Attributes inherited from com.jogamp.opengl.GLES1
static final int GL_MAX_SAMPLES_EXT = 0x8d57
 GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample
Define "GL_MAX_SAMPLES_EXT" with expression '0x8D57', CType: int More...
 
static final int GL_TEXTURE_GEN_MODE = 0x2500
 GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_GEN_MODE_OES
Define "GL_TEXTURE_GEN_MODE" with expression '0x2500', CType: int More...
 
static final int GL_TEXTURE_FORMAT_QCOM = 0x8bd6
 GL_QCOM_extended_get
Define "GL_TEXTURE_FORMAT_QCOM" with expression '0x8BD6', CType: int More...
 
static final int GL_WEIGHT_ARRAY_OES = 0x86ad
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_OES" with expression '0x86AD', CType: int More...
 
static final int GL_NORMAL_MAP = 0x8511
 GL_VERSION_1_3, GL_OES_texture_cube_map, GL_NV_texgen_reflection, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_NORMAL_MAP_OES, GL_NORMAL_MAP_NV, GL_NORMAL_MAP_ARB, GL_NORMAL_MAP_EXT
Define "GL_NORMAL_MAP" with expression '0x8511', CType: int More...
 
static final int GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898c
 GL_OES_point_size_array
Define "GL_POINT_SIZE_ARRAY_POINTER_OES" with expression '0x898C', CType: int More...
 
static final int GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8b9f
 GL_OES_point_size_array
Define "GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES" with expression '0x8B9F', CType: int More...
 
static final int GL_TEXTURE_EXTERNAL_OES = 0x8d65
 GL_OES_EGL_image_external
Define "GL_TEXTURE_EXTERNAL_OES" with expression '0x8D65', CType: int More...
 
static final int GL_MAX_VERTEX_UNITS_OES = 0x86a4
 GL_OES_matrix_palette
Define "GL_MAX_VERTEX_UNITS_OES" with expression '0x86A4', CType: int More...
 
static final int GL_RENDERBUFFER_SAMPLES_IMG = 0x9133
 GL_IMG_multisampled_render_to_texture
Define "GL_RENDERBUFFER_SAMPLES_IMG" with expression '0x9133', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x8000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT3_QCOM" with expression '0x08000000', CType: int More...
 
static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8c01
 GL_IMG_texture_compression_pvrtc
Define "GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG" with expression '0x8C01', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT3_QCOM = 0x80000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT3_QCOM" with expression '0x00080000', CType: int More...
 
static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8c03
 GL_IMG_texture_compression_pvrtc
Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" with expression '0x8C03', CType: int More...
 
static final int GL_CURRENT_PALETTE_MATRIX_OES = 0x8843
 GL_OES_matrix_palette
Define "GL_CURRENT_PALETTE_MATRIX_OES" with expression '0x8843', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_POINTER_OES" with expression '0x8849', CType: int More...
 
static final int GL_CLIP_PLANE5_IMG = 0x3005
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE5_IMG" with expression '0x3005', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT2_QCOM = 0x40000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT2_QCOM" with expression '0x00040000', CType: int More...
 
static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889e
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_BUFFER_BINDING_OES" with expression '0x889E', CType: int More...
 
static final long GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000L
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT7_QCOM" with expression '0x80000000', CType: long More...
 
static final int GL_DEPTH_BUFFER_BIT6_QCOM = 0x4000
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT6_QCOM" with expression '0x00004000', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT7_QCOM = 0x80
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT7_QCOM" with expression '0x00000080', CType: int More...
 
static final int GL_TEXTURE_TYPE_QCOM = 0x8bd7
 GL_QCOM_extended_get
Define "GL_TEXTURE_TYPE_QCOM" with expression '0x8BD7', CType: int More...
 
static final int GL_TEXTURE_IMAGE_VALID_QCOM = 0x8bd8
 GL_QCOM_extended_get
Define "GL_TEXTURE_IMAGE_VALID_QCOM" with expression '0x8BD8', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT6_QCOM = 0x40
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT6_QCOM" with expression '0x00000040', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT5_QCOM = 0x2000
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT5_QCOM" with expression '0x00002000', CType: int More...
 
static final int GL_STATE_RESTORE = 0x8bdc
 GL_QCOM_extended_get
Define "GL_STATE_RESTORE" with expression '0x8BDC', CType: int More...
 
static final int GL_REFLECTION_MAP = 0x8512
 GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_NV_texgen_reflection
Alias for: GL_REFLECTION_MAP_OES, GL_REFLECTION_MAP_ARB, GL_REFLECTION_MAP_EXT, GL_REFLECTION_MAP_NV
Define "GL_REFLECTION_MAP" with expression '0x8512', CType: int More...
 
static final int GL_VERTEX_ARRAY_BINDING_OES = 0x85b5
 GL_OES_vertex_array_object
Define "GL_VERTEX_ARRAY_BINDING_OES" with expression '0x85B5', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT0_QCOM = 0x1
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT0_QCOM" with expression '0x00000001', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT3_QCOM = 0x800
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT3_QCOM" with expression '0x00000800', CType: int More...
 
static final int GL_MAX_PALETTE_MATRICES_OES = 0x8842
 GL_OES_matrix_palette
Define "GL_MAX_PALETTE_MATRICES_OES" with expression '0x8842', CType: int More...
 
static final int GL_TEXTURE_GEN_STR = 0x8d60
 GL_OES_texture_cube_map
Alias for: GL_TEXTURE_GEN_STR_OES
Define "GL_TEXTURE_GEN_STR" with expression '0x8D60', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT2_QCOM = 0x4
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT2_QCOM" with expression '0x00000004', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT1_QCOM = 0x200
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT1_QCOM" with expression '0x00000200', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x4000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT2_QCOM" with expression '0x04000000', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT4_QCOM" with expression '0x10000000', CType: int More...
 
static final int GL_TEXTURE_WIDTH_QCOM = 0x8bd2
 GL_QCOM_extended_get
Define "GL_TEXTURE_WIDTH_QCOM" with expression '0x8BD2', CType: int More...
 
static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87ee
 GL_AMD_compressed_ATC_texture
Define "GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD" with expression '0x87EE', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT4_QCOM = 0x10
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT4_QCOM" with expression '0x00000010', CType: int More...
 
static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8c93
 GL_AMD_compressed_ATC_texture
Define "GL_ATC_RGBA_EXPLICIT_ALPHA_AMD" with expression '0x8C93', CType: int More...
 
static final int GL_CLIP_PLANE4_IMG = 0x3004
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE4_IMG" with expression '0x3004', CType: int More...
 
static final int GL_DEPTH_EXT = 0x1801
 GL_EXT_discard_framebuffer
Define "GL_DEPTH_EXT" with expression '0x1801', CType: int More...
 
static final int GL_DOT3_RGBA_IMG = 0x86af
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_DOT3_RGBA_IMG" with expression '0x86AF', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT6_QCOM" with expression '0x40000000', CType: int More...
 
static final int GL_FACTOR_ALPHA_MODULATE_IMG = 0x8c07
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_FACTOR_ALPHA_MODULATE_IMG" with expression '0x8C07', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_STRIDE_OES" with expression '0x8848', CType: int More...
 
static final int GL_TEXTURE_HEIGHT_QCOM = 0x8bd3
 GL_QCOM_extended_get
Define "GL_TEXTURE_HEIGHT_QCOM" with expression '0x8BD3', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT7_QCOM = 0x800000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT7_QCOM" with expression '0x00800000', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134
 GL_IMG_multisampled_render_to_texture
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG" with expression '0x9134', CType: int More...
 
static final int GL_MAX_CLIP_PLANES_IMG = 0xd32
 GL_IMG_user_clip_plane
Define "GL_MAX_CLIP_PLANES_IMG" with expression '0x0D32', CType: int More...
 
static final int GL_COLOR_EXT = 0x1800
 GL_EXT_discard_framebuffer
Define "GL_COLOR_EXT" with expression '0x1800', CType: int More...
 
static final int GL_CLIP_PLANE3_IMG = 0x3003
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE3_IMG" with expression '0x3003', CType: int More...
 
static final int GL_ADD_BLEND_IMG = 0x8c09
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_ADD_BLEND_IMG" with expression '0x8C09', CType: int More...
 
static final int GL_POINT_SIZE_ARRAY_OES = 0x8b9c
 GL_OES_point_size_array
Define "GL_POINT_SIZE_ARRAY_OES" with expression '0x8B9C', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT5_QCOM = 0x200000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT5_QCOM" with expression '0x00200000', CType: int More...
 
static final int GL_ETC1_RGB8_OES = 0x8d64
 GL_OES_compressed_ETC1_RGB8_texture
Define "GL_ETC1_RGB8_OES" with expression '0x8D64', CType: int More...
 
static final int GL_TEXTURE_MAX_LEVEL_APPLE = 0x813d
 GL_APPLE_texture_max_level
Define "GL_TEXTURE_MAX_LEVEL_APPLE" with expression '0x813D', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365
 GL_IMG_read_format
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG" with expression '0x8365', CType: int More...
 
static final int GL_TEXTURE_TARGET_QCOM = 0x8bda
 GL_QCOM_extended_get
Define "GL_TEXTURE_TARGET_QCOM" with expression '0x8BDA', CType: int More...
 
static final int GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8c06
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_TEXTURE_ALPHA_MODULATE_IMG" with expression '0x8C06', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT0_QCOM = 0x10000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT0_QCOM" with expression '0x00010000', CType: int More...
 
static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898f
 GL_OES_matrix_get
Define "GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898F', CType: int More...
 
static final int GL_3DC_X_AMD = 0x87f9
 GL_AMD_compressed_3DC_texture
Define "GL_3DC_X_AMD" with expression '0x87F9', CType: int More...
 
static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8d68
 GL_OES_EGL_image_external
Define "GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES" with expression '0x8D68', CType: int More...
 
static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8fa0
 GL_QCOM_perfmon_global_mode
Define "GL_PERFMON_GLOBAL_MODE_QCOM" with expression '0x8FA0', CType: int More...
 
static final int GL_BGRA_IMG = 0x80e1
 GL_IMG_read_format
Define "GL_BGRA_IMG" with expression '0x80E1', CType: int More...
 
static final int GL_CLIP_PLANE2_IMG = 0x3002
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE2_IMG" with expression '0x3002', CType: int More...
 
static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8bd5
 GL_QCOM_extended_get
Define "GL_TEXTURE_INTERNAL_FORMAT_QCOM" with expression '0x8BD5', CType: int More...
 
static final int GL_TEXTURE_DEPTH_QCOM = 0x8bd4
 GL_QCOM_extended_get
Define "GL_TEXTURE_DEPTH_QCOM" with expression '0x8BD4', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT1_QCOM = 0x2
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT1_QCOM" with expression '0x00000002', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT0_QCOM = 0x100
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT0_QCOM" with expression '0x00000100', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT1_QCOM = 0x20000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT1_QCOM" with expression '0x00020000', CType: int More...
 
static final int GL_STENCIL_EXT = 0x1802
 GL_EXT_discard_framebuffer
Define "GL_STENCIL_EXT" with expression '0x1802', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT5_QCOM = 0x20
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT5_QCOM" with expression '0x00000020', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT4_QCOM = 0x1000
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT4_QCOM" with expression '0x00001000', CType: int More...
 
static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8c00
 GL_IMG_texture_compression_pvrtc
Define "GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG" with expression '0x8C00', CType: int More...
 
static final int GL_TEXTURE_SAMPLES_IMG = 0x9136
 GL_IMG_multisampled_render_to_texture
Define "GL_TEXTURE_SAMPLES_IMG" with expression '0x9136', CType: int More...
 
static final int GL_ATC_RGB_AMD = 0x8c92
 GL_AMD_compressed_ATC_texture
Define "GL_ATC_RGB_AMD" with expression '0x8C92', CType: int More...
 
static final int GL_MODULATE_COLOR_IMG = 0x8c04
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_MODULATE_COLOR_IMG" with expression '0x8C04', CType: int More...
 
static final int GL_MATRIX_PALETTE_OES = 0x8840
 GL_OES_matrix_palette
Define "GL_MATRIX_PALETTE_OES" with expression '0x8840', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8d6c
 GL_EXT_multisampled_render_to_texture
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT" with expression '0x8D6C', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8d56
 GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT" with expression '0x8D56', CType: int More...
 
static final int GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898a
 GL_OES_point_size_array
Define "GL_POINT_SIZE_ARRAY_TYPE_OES" with expression '0x898A', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT4_QCOM = 0x100000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT4_QCOM" with expression '0x00100000', CType: int More...
 
static final int GL_MAX_SAMPLES_IMG = 0x9135
 GL_IMG_multisampled_render_to_texture
Define "GL_MAX_SAMPLES_IMG" with expression '0x9135', CType: int More...
 
static final int GL_3DC_XY_AMD = 0x87fa
 GL_AMD_compressed_3DC_texture
Define "GL_3DC_XY_AMD" with expression '0x87FA', CType: int More...
 
static final int GL_TEXTURE_NUM_LEVELS_QCOM = 0x8bd9
 GL_QCOM_extended_get
Define "GL_TEXTURE_NUM_LEVELS_QCOM" with expression '0x8BD9', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x2000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT1_QCOM" with expression '0x02000000', CType: int More...
 
static final int GL_WRITEONLY_RENDERING_QCOM = 0x8823
 GL_QCOM_writeonly_rendering
Define "GL_WRITEONLY_RENDERING_QCOM" with expression '0x8823', CType: int More...
 
static final int GL_CLIP_PLANE1_IMG = 0x3001
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE1_IMG" with expression '0x3001', CType: int More...
 
static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898e
 GL_OES_matrix_get
Define "GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898E', CType: int More...
 
static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8d67
 GL_OES_EGL_image_external
Define "GL_TEXTURE_BINDING_EXTERNAL_OES" with expression '0x8D67', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_OES = 0x8844
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_OES" with expression '0x8844', CType: int More...
 
static final int GL_TEXTURE_CROP_RECT_OES = 0x8b9d
 GL_OES_draw_texture
Define "GL_TEXTURE_CROP_RECT_OES" with expression '0x8B9D', CType: int More...
 
static final int GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898b
 GL_OES_point_size_array
Define "GL_POINT_SIZE_ARRAY_STRIDE_OES" with expression '0x898B', CType: int More...
 
static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898d
 GL_OES_matrix_get
Define "GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES" with expression '0x898D', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_TYPE_OES" with expression '0x8847', CType: int More...
 
static final int GL_WEIGHT_ARRAY_POINTER_OES = 0x86ac
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_POINTER_OES" with expression '0x86AC', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x1000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT0_QCOM" with expression '0x01000000', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_SIZE_OES" with expression '0x8846', CType: int More...
 
static final int GL_CLIP_PLANE0_IMG = 0x3000
 GL_IMG_user_clip_plane
Define "GL_CLIP_PLANE0_IMG" with expression '0x3000', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8b9e
 GL_OES_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES" with expression '0x8B9E', CType: int More...
 
static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8c02
 GL_IMG_texture_compression_pvrtc
Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" with expression '0x8C02', CType: int More...
 
static final int GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8c08
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_FRAGMENT_ALPHA_MODULATE_IMG" with expression '0x8C08', CType: int More...
 
static final int GL_WEIGHT_ARRAY_STRIDE_OES = 0x86aa
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_STRIDE_OES" with expression '0x86AA', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT7_QCOM = 0x8000
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT7_QCOM" with expression '0x00008000', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT6_QCOM = 0x400000
 GL_QCOM_tiled_rendering
Define "GL_STENCIL_BUFFER_BIT6_QCOM" with expression '0x00400000', CType: int More...
 
static final int GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000
 GL_QCOM_tiled_rendering
Define "GL_MULTISAMPLE_BUFFER_BIT5_QCOM" with expression '0x20000000', CType: int More...
 
static final int GL_WEIGHT_ARRAY_TYPE_OES = 0x86a9
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_TYPE_OES" with expression '0x86A9', CType: int More...
 
static final int GL_RENDERBUFFER_SAMPLES_EXT = 0x8cab
 GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample
Define "GL_RENDERBUFFER_SAMPLES_EXT" with expression '0x8CAB', CType: int More...
 
static final int GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8c05
 GL_IMG_texture_env_enhanced_fixed_function
Define "GL_RECIP_ADD_SIGNED_ALPHA_IMG" with expression '0x8C05', CType: int More...
 
static final int GL_TEXTURE_OBJECT_VALID_QCOM = 0x8bdb
 GL_QCOM_extended_get
Define "GL_TEXTURE_OBJECT_VALID_QCOM" with expression '0x8BDB', CType: int More...
 
static final int GL_WEIGHT_ARRAY_SIZE_OES = 0x86ab
 GL_OES_matrix_palette
Define "GL_WEIGHT_ARRAY_SIZE_OES" with expression '0x86AB', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT3_QCOM = 0x8
 GL_QCOM_tiled_rendering
Define "GL_COLOR_BUFFER_BIT3_QCOM" with expression '0x00000008', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT2_QCOM = 0x400
 GL_QCOM_tiled_rendering
Define "GL_DEPTH_BUFFER_BIT2_QCOM" with expression '0x00000400', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2ES1
static final int GL_POINT_SIZE_MAX = 0x8127
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MAX_SGIS, GL_POINT_SIZE_MAX_EXT, GL_POINT_SIZE_MAX_ARB
Define "GL_POINT_SIZE_MAX" with expression '0x8127', CType: int More...
 
static final int GL_SRC2_ALPHA = 0x858a
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC2_ALPHA" with expression '0x858A', CType: int More...
 
static final int GL_MODELVIEW_STACK_DEPTH = 0xba3
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MODELVIEW_STACK_DEPTH" with expression '0x0BA3', CType: int More...
 
static final int GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
Define "GL_NORMAL_ARRAY_BUFFER_BINDING" with expression '0x8897', CType: int More...
 
static final int GL_COLOR_ARRAY_POINTER = 0x8090
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_POINTER_EXT
Define "GL_COLOR_ARRAY_POINTER" with expression '0x8090', CType: int More...
 
static final int GL_PREVIOUS = 0x8578
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_PREVIOUS_EXT, GL_PREVIOUS_ARB
Define "GL_PREVIOUS" with expression '0x8578', CType: int More...
 
static final int GL_OPERAND0_RGB = 0x8590
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_RGB_EXT, GL_OPERAND0_RGB_ARB
Define "GL_OPERAND0_RGB" with expression '0x8590', CType: int More...
 
static final int GL_VERTEX_ARRAY_SIZE = 0x807a
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_SIZE_EXT
Define "GL_VERTEX_ARRAY_SIZE" with expression '0x807A', CType: int More...
 
static final int GL_FOG_HINT = 0xc54
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_HINT" with expression '0x0C54', CType: int More...
 
static final int GL_CURRENT_TEXTURE_COORDS = 0xb03
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_TEXTURE_COORDS" with expression '0x0B03', CType: int More...
 
static final int GL_CURRENT_COLOR = 0xb00
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_COLOR" with expression '0x0B00', CType: int More...
 
static final int GL_VERTEX_ARRAY_TYPE = 0x807b
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_TYPE_EXT
Define "GL_VERTEX_ARRAY_TYPE" with expression '0x807B', CType: int More...
 
static final int GL_MAX_TEXTURE_UNITS = 0x84e2
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_MAX_TEXTURE_UNITS_ARB
Define "GL_MAX_TEXTURE_UNITS" with expression '0x84E2', CType: int More...
 
static final int GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
Define "GL_VERTEX_ARRAY_BUFFER_BINDING" with expression '0x8896', CType: int More...
 
static final int GL_RESCALE_NORMAL = 0x803a
 GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_rescale_normal
Alias for: GL_RESCALE_NORMAL_EXT
Define "GL_RESCALE_NORMAL" with expression '0x803A', CType: int More...
 
static final int GL_VERTEX_ARRAY_STRIDE = 0x807c
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_STRIDE_EXT
Define "GL_VERTEX_ARRAY_STRIDE" with expression '0x807C', CType: int More...
 
static final int GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_COLOR_ARRAY_BUFFER_BINDING_ARB
Define "GL_COLOR_ARRAY_BUFFER_BINDING" with expression '0x8898', CType: int More...
 
static final int GL_CLIP_PLANE0 = 0x3000
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE0_IMG
Define "GL_CLIP_PLANE0" with expression '0x3000', CType: int More...
 
static final int GL_CLIP_PLANE1 = 0x3001
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE1_IMG
Define "GL_CLIP_PLANE1" with expression '0x3001', CType: int More...
 
static final int GL_CLIP_PLANE2 = 0x3002
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE2_IMG
Define "GL_CLIP_PLANE2" with expression '0x3002', CType: int More...
 
static final int GL_CLIP_PLANE3 = 0x3003
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE3_IMG
Define "GL_CLIP_PLANE3" with expression '0x3003', CType: int More...
 
static final int GL_RGB_SCALE = 0x8573
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_RGB_SCALE_EXT, GL_RGB_SCALE_ARB
Define "GL_RGB_SCALE" with expression '0x8573', CType: int More...
 
static final int GL_CLIP_PLANE4 = 0x3004
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE4_IMG
Define "GL_CLIP_PLANE4" with expression '0x3004', CType: int More...
 
static final int GL_CLIP_PLANE5 = 0x3005
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE5_IMG
Define "GL_CLIP_PLANE5" with expression '0x3005', CType: int More...
 
static final int GL_ALPHA_TEST = 0xbc0
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_QCOM
Define "GL_ALPHA_TEST" with expression '0x0BC0', CType: int More...
 
static final int GL_COLOR_ARRAY_STRIDE = 0x8083
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_STRIDE_EXT
Define "GL_COLOR_ARRAY_STRIDE" with expression '0x8083', CType: int More...
 
static final int GL_MAX_LIGHTS = 0xd31
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_LIGHTS" with expression '0x0D31', CType: int More...
 
static final int GL_COMBINE_RGB = 0x8571
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_RGB_EXT, GL_COMBINE_RGB_ARB
Define "GL_COMBINE_RGB" with expression '0x8571', CType: int More...
 
static final int GL_PROJECTION_STACK_DEPTH = 0xba4
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_PROJECTION_STACK_DEPTH" with expression '0x0BA4', CType: int More...
 
static final int GL_OPERAND1_ALPHA = 0x8599
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_ALPHA_EXT, GL_OPERAND1_ALPHA_ARB
Define "GL_OPERAND1_ALPHA" with expression '0x8599', CType: int More...
 
static final int GL_NORMAL_ARRAY_POINTER = 0x808f
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_POINTER_EXT
Define "GL_NORMAL_ARRAY_POINTER" with expression '0x808F', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_sRGB
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING" with expression '0x8210', CType: int More...
 
static final int GL_CLIENT_ACTIVE_TEXTURE = 0x84e1
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_CLIENT_ACTIVE_TEXTURE_ARB
Define "GL_CLIENT_ACTIVE_TEXTURE" with expression '0x84E1', CType: int More...
 
static final int GL_TEXTURE_STACK_DEPTH = 0xba5
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_STACK_DEPTH" with expression '0x0BA5', CType: int More...
 
static final int GL_PERSPECTIVE_CORRECTION_HINT = 0xc50
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_PERSPECTIVE_CORRECTION_HINT" with expression '0x0C50', CType: int More...
 
static final int GL_LIGHT_MODEL_TWO_SIDE = 0xb52
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_LIGHT_MODEL_TWO_SIDE" with expression '0x0B52', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_TYPE_EXT
Define "GL_TEXTURE_COORD_ARRAY_TYPE" with expression '0x8089', CType: int More...
 
static final int GL_SRC0_RGB = 0x8580
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC0_RGB" with expression '0x8580', CType: int More...
 
static final int GL_FOG_MODE = 0xb65
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_MODE" with expression '0x0B65', CType: int More...
 
static final int GL_ALPHA_TEST_FUNC = 0xbc1
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_FUNC_QCOM
Define "GL_ALPHA_TEST_FUNC" with expression '0x0BC1', CType: int More...
 
static final int GL_MAX_CLIP_PLANES = 0xd32
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_MAX_CLIP_PLANES_IMG
Define "GL_MAX_CLIP_PLANES" with expression '0x0D32', CType: int More...
 
static final int GL_VERTEX_ARRAY_POINTER = 0x808e
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_POINTER_EXT
Define "GL_VERTEX_ARRAY_POINTER" with expression '0x808E', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_SIZE_EXT
Define "GL_TEXTURE_COORD_ARRAY_SIZE" with expression '0x8088', CType: int More...
 
static final int GL_MODULATE = 0x2100
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MODULATE" with expression '0x2100', CType: int More...
 
static final int GL_OPERAND2_ALPHA = 0x859a
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_ALPHA_EXT, GL_OPERAND2_ALPHA_ARB
Define "GL_OPERAND2_ALPHA" with expression '0x859A', CType: int More...
 
static final int GL_MAX_TEXTURE_STACK_DEPTH = 0xd39
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_TEXTURE_STACK_DEPTH" with expression '0x0D39', CType: int More...
 
static final int GL_TEXTURE_ENV = 0x2300
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV" with expression '0x2300', CType: int More...
 
static final int GL_NORMAL_ARRAY_STRIDE = 0x807f
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_STRIDE_EXT
Define "GL_NORMAL_ARRAY_STRIDE" with expression '0x807F', CType: int More...
 
static final int GL_SRC1_RGB = 0x8581
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC1_RGB" with expression '0x8581', CType: int More...
 
static final int GL_FOG_COLOR = 0xb66
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_COLOR" with expression '0x0B66', CType: int More...
 
static final int GL_POINT_SIZE_MIN = 0x8126
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_EXT_point_parameters, GL_SGIS_point_parameters, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MIN_EXT, GL_POINT_SIZE_MIN_SGIS, GL_POINT_SIZE_MIN_ARB
Define "GL_POINT_SIZE_MIN" with expression '0x8126', CType: int More...
 
static final int GL_OPERAND0_ALPHA = 0x8598
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_ALPHA_EXT, GL_OPERAND0_ALPHA_ARB
Define "GL_OPERAND0_ALPHA" with expression '0x8598', CType: int More...
 
static final int GL_POINT_SMOOTH = 0xb10
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_POINT_SMOOTH" with expression '0x0B10', CType: int More...
 
static final int GL_EXP2 = 0x801
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_EXP2" with expression '0x0801', CType: int More...
 
static final int GL_EXP = 0x800
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_EXP" with expression '0x0800', CType: int More...
 
static final int GL_COLOR_ARRAY_SIZE = 0x8081
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_SIZE_EXT
Define "GL_COLOR_ARRAY_SIZE" with expression '0x8081', CType: int More...
 
static final int GL_LIGHT_MODEL_AMBIENT = 0xb53
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_LIGHT_MODEL_AMBIENT" with expression '0x0B53', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_POINTER_EXT
Define "GL_TEXTURE_COORD_ARRAY_POINTER" with expression '0x8092', CType: int More...
 
static final int GL_CURRENT_NORMAL = 0xb02
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_NORMAL" with expression '0x0B02', CType: int More...
 
static final int GL_MAX_PROJECTION_STACK_DEPTH = 0xd38
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_PROJECTION_STACK_DEPTH" with expression '0x0D38', CType: int More...
 
static final int GL_PRIMARY_COLOR = 0x8577
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine, GL_NV_path_rendering, GL_NV_register_combiners
Alias for: GL_PRIMARY_COLOR_EXT, GL_PRIMARY_COLOR_ARB, GL_PRIMARY_COLOR_NV
Define "GL_PRIMARY_COLOR" with expression '0x8577', CType: int More...
 
static final int GL_TEXTURE_ENV_COLOR = 0x2201
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV_COLOR" with expression '0x2201', CType: int More...
 
static final int GL_SRC2_RGB = 0x8582
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC2_RGB" with expression '0x8582', CType: int More...
 
static final int GL_INTERPOLATE = 0x8575
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_INTERPOLATE_EXT, GL_INTERPOLATE_ARB
Define "GL_INTERPOLATE" with expression '0x8575', CType: int More...
 
static final int GL_DECAL = 0x2101
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_DECAL" with expression '0x2101', CType: int More...
 
static final int GL_SRC1_ALPHA = 0x8589
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended
Alias for: GL_SRC1_ALPHA_EXT
Define "GL_SRC1_ALPHA" with expression '0x8589', CType: int More...
 
static final int GL_TEXTURE_ENV_MODE = 0x2200
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV_MODE" with expression '0x2200', CType: int More...
 
static final int GL_ALPHA_TEST_REF = 0xbc2
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_REF_QCOM
Define "GL_ALPHA_TEST_REF" with expression '0x0BC2', CType: int More...
 
static final int GL_CONTEXT_ROBUST_ACCESS = 0x90f3
 GL_KHR_robustness, GL_KHR_robustness, GL_EXT_robustness
Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR, GL_CONTEXT_ROBUST_ACCESS_EXT
Define "GL_CONTEXT_ROBUST_ACCESS" with expression '0x90F3', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889a
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
Define "GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING" with expression '0x889A', CType: int More...
 
static final int GL_POINT_DISTANCE_ATTENUATION = 0x8129
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_ARB_point_parameters
Alias for: GL_POINT_DISTANCE_ATTENUATION_ARB
Define "GL_POINT_DISTANCE_ATTENUATION" with expression '0x8129', CType: int More...
 
static final int GL_ALPHA_SCALE = 0xd1c
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_ALPHA_SCALE" with expression '0x0D1C', CType: int More...
 
static final int GL_CONSTANT = 0x8576
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine, GL_NV_path_rendering
Alias for: GL_CONSTANT_EXT, GL_CONSTANT_ARB, GL_CONSTANT_NV
Define "GL_CONSTANT" with expression '0x8576', CType: int More...
 
static final int GL_COLOR_ARRAY_TYPE = 0x8082
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_TYPE_EXT
Define "GL_COLOR_ARRAY_TYPE" with expression '0x8082', CType: int More...
 
static final int GL_DOT3_RGB = 0x86ae
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3
Alias for: GL_DOT3_RGB_ARB, GL_DOT3_RGB_EXT
Define "GL_DOT3_RGB" with expression '0x86AE', CType: int More...
 
static final int GL_POINT_SMOOTH_HINT = 0xc51
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_POINT_SMOOTH_HINT" with expression '0x0C51', CType: int More...
 
static final int GL_SHADE_MODEL = 0xb54
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_SHADE_MODEL" with expression '0x0B54', CType: int More...
 
static final int GL_OPERAND1_RGB = 0x8591
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_RGB_EXT, GL_OPERAND1_RGB_ARB
Define "GL_OPERAND1_RGB" with expression '0x8591', CType: int More...
 
static final int GL_STACK_OVERFLOW = 0x503
 GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug
Alias for: GL_STACK_OVERFLOW_KHR
Define "GL_STACK_OVERFLOW" with expression '0x0503', CType: int More...
 
static final int GL_DOT3_RGBA = 0x86af
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3, GL_IMG_texture_env_enhanced_fixed_function
Alias for: GL_DOT3_RGBA_ARB, GL_DOT3_RGBA_EXT, GL_DOT3_RGBA_IMG
Define "GL_DOT3_RGBA" with expression '0x86AF', CType: int More...
 
static final int GL_FOG_END = 0xb64
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_END" with expression '0x0B64', CType: int More...
 
static final int GL_COORD_REPLACE = 0x8862
 GL_VERSION_2_0, GL_OES_point_sprite, GL_NV_point_sprite, GL_ARB_point_sprite
Alias for: GL_COORD_REPLACE_OES, GL_COORD_REPLACE_NV, GL_COORD_REPLACE_ARB
Define "GL_COORD_REPLACE" with expression '0x8862', CType: int More...
 
static final int GL_SUBTRACT = 0x84e7
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_combine
Alias for: GL_SUBTRACT_ARB
Define "GL_SUBTRACT" with expression '0x84E7', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808a
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_STRIDE_EXT
Define "GL_TEXTURE_COORD_ARRAY_STRIDE" with expression '0x808A', CType: int More...
 
static final int GL_NORMAL_ARRAY_TYPE = 0x807e
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_TYPE_EXT
Define "GL_NORMAL_ARRAY_TYPE" with expression '0x807E', CType: int More...
 
static final int GL_SRC0_ALPHA = 0x8588
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC0_ALPHA" with expression '0x8588', CType: int More...
 
static final int GL_COMBINE = 0x8570
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_EXT, GL_COMBINE_ARB
Define "GL_COMBINE" with expression '0x8570', CType: int More...
 
static final int GL_POINT_SPRITE = 0x8861
 GL_VERSION_2_0, GL_ARB_point_sprite, GL_NV_point_sprite, GL_OES_point_sprite
Alias for: GL_POINT_SPRITE_ARB, GL_POINT_SPRITE_NV, GL_POINT_SPRITE_OES
Define "GL_POINT_SPRITE" with expression '0x8861', CType: int More...
 
static final int GL_STACK_UNDERFLOW = 0x504
 GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug
Alias for: GL_STACK_UNDERFLOW_KHR
Define "GL_STACK_UNDERFLOW" with expression '0x0504', CType: int More...
 
static final int GL_ADD = 0x104
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_ATI_fragment_shader
Alias for: GL_ADD_ATI
Define "GL_ADD" with expression '0x0104', CType: int More...
 
static final int GL_FOG_DENSITY = 0xb62
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_DENSITY" with expression '0x0B62', CType: int More...
 
static final int GL_OPERAND2_RGB = 0x8592
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_RGB_EXT, GL_OPERAND2_RGB_ARB
Define "GL_OPERAND2_RGB" with expression '0x8592', CType: int More...
 
static final int GL_GENERATE_MIPMAP = 0x8191
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_SGIS
Define "GL_GENERATE_MIPMAP" with expression '0x8191', CType: int More...
 
static final int GL_FOG = 0xb60
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG" with expression '0x0B60', CType: int More...
 
static final int GL_FOG_START = 0xb63
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_START" with expression '0x0B63', CType: int More...
 
static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0xd36
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_MODELVIEW_STACK_DEPTH" with expression '0x0D36', CType: int More...
 
static final int GL_COMBINE_ALPHA = 0x8572
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_ALPHA_EXT, GL_COMBINE_ALPHA_ARB
Define "GL_COMBINE_ALPHA" with expression '0x8572', CType: int More...
 
static final int GL_ADD_SIGNED = 0x8574
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_ADD_SIGNED_EXT, GL_ADD_SIGNED_ARB
Define "GL_ADD_SIGNED" with expression '0x8574', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL
static final int GL_ONE_MINUS_SRC_COLOR = 0x301
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_COLOR" with expression '0x0301', CType: int More...
 
static final int GL_SCISSOR_TEST = 0xc11
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SCISSOR_TEST" with expression '0x0C11', CType: int More...
 
static final int GL_ONE_MINUS_DST_COLOR = 0x307
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_COLOR" with expression '0x0307', CType: int More...
 
static final int GL_RENDERBUFFER_SAMPLES = 0x8cab
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_NV_framebuffer_multisample
Alias for: GL_RENDERBUFFER_SAMPLES_APPLE, GL_RENDERBUFFER_SAMPLES_ANGLE, GL_RENDERBUFFER_SAMPLES_IMG, GL_RENDERBUFFER_SAMPLES_EXT, GL_RENDERBUFFER_SAMPLES_NV
Define "GL_RENDERBUFFER_SAMPLES" with expression '0x8CAB', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8cd7
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT" with expression '0x8CD7', CType: int More...
 
static final int GL_INVALID_FRAMEBUFFER_OPERATION = 0x506
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_INVALID_FRAMEBUFFER_OPERATION_EXT, GL_INVALID_FRAMEBUFFER_OPERATION_OES
Define "GL_INVALID_FRAMEBUFFER_OPERATION" with expression '0x0506', CType: int More...
 
static final int GL_DEPTH_TEST = 0xb71
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_TEST" with expression '0x0B71', CType: int More...
 
static final int GL_INVALID_OPERATION = 0x502
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_OPERATION" with expression '0x0502', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83f2
 GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" with expression '0x83F2', CType: int More...
 
static final int GL_RGB32F = 0x8815
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGB32F_EXT, GL_RGB32F_ARB
Define "GL_RGB32F" with expression '0x8815', CType: int More...
 
static final int GL_DYNAMIC_DRAW = 0x88e8
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_DYNAMIC_DRAW_ARB
Define "GL_DYNAMIC_DRAW" with expression '0x88E8', CType: int More...
 
static final int GL_DEPTH_BITS = 0xd56
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_BITS" with expression '0x0D56', CType: int More...
 
static final int GL_UNKNOWN_CONTEXT_RESET = 0x8255
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_UNKNOWN_CONTEXT_RESET_KHR, GL_UNKNOWN_CONTEXT_RESET_EXT, GL_UNKNOWN_CONTEXT_RESET_ARB
Define "GL_UNKNOWN_CONTEXT_RESET" with expression '0x8255', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT = 0x400
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_BUFFER_BIT" with expression '0x00000400', CType: int More...
 
static final int GL_MAX_SAMPLES = 0x8d57
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample
Alias for: GL_MAX_SAMPLES_NV, GL_MAX_SAMPLES_IMG, GL_MAX_SAMPLES_APPLE, GL_MAX_SAMPLES_EXT, GL_MAX_SAMPLES_ANGLE
Define "GL_MAX_SAMPLES" with expression '0x8D57', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8cd3
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE" with expression '0x8CD3', CType: int More...
 
static final int GL_FRONT_FACE = 0xb46
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT_FACE" with expression '0x0B46', CType: int More...
 
static final int GL_TEXTURE0 = 0x84c0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE0_ARB
Define "GL_TEXTURE0" with expression '0x84C0', CType: int More...
 
static final int GL_TEXTURE4 = 0x84c4
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE4_ARB
Define "GL_TEXTURE4" with expression '0x84C4', CType: int More...
 
static final int GL_TEXTURE3 = 0x84c3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE3_ARB
Define "GL_TEXTURE3" with expression '0x84C3', CType: int More...
 
static final int GL_TEXTURE2 = 0x84c2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE2_ARB
Define "GL_TEXTURE2" with expression '0x84C2', CType: int More...
 
static final int GL_TEXTURE1 = 0x84c1
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE1_ARB
Define "GL_TEXTURE1" with expression '0x84C1', CType: int More...
 
static final int GL_TEXTURE8 = 0x84c8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE8_ARB
Define "GL_TEXTURE8" with expression '0x84C8', CType: int More...
 
static final int GL_TEXTURE7 = 0x84c7
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE7_ARB
Define "GL_TEXTURE7" with expression '0x84C7', CType: int More...
 
static final int GL_TEXTURE6 = 0x84c6
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE6_ARB
Define "GL_TEXTURE6" with expression '0x84C6', CType: int More...
 
static final int GL_TEXTURE5 = 0x84c5
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE5_ARB
Define "GL_TEXTURE5" with expression '0x84C5', CType: int More...
 
static final int GL_TEXTURE9 = 0x84c9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE9_ARB
Define "GL_TEXTURE9" with expression '0x84C9', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83f3
 GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" with expression '0x83F3', CType: int More...
 
static final int GL_RGB5_A1 = 0x8057
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_OES_framebuffer_object, GL_OES_required_internalformat, GL_EXT_texture
Alias for: GL_RGB5_A1_OES, GL_RGB5_A1_EXT
Define "GL_RGB5_A1" with expression '0x8057', CType: int More...
 
static final int GL_INCR = 0x1e02
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INCR" with expression '0x1E02', CType: int More...
 
static final int GL_DST_ALPHA = 0x304
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DST_ALPHA" with expression '0x0304', CType: int More...
 
static final int GL_MAP_INVALIDATE_BUFFER_BIT = 0x8
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_INVALIDATE_BUFFER_BIT_EXT
Define "GL_MAP_INVALIDATE_BUFFER_BIT" with expression '0x0008', CType: int More...
 
static final int GL_SRC_COLOR = 0x300
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SRC_COLOR" with expression '0x0300', CType: int More...
 
static final int GL_NOTEQUAL = 0x205
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NOTEQUAL" with expression '0x0205', CType: int More...
 
static final int GL_CULL_FACE_MODE = 0xb45
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CULL_FACE_MODE" with expression '0x0B45', CType: int More...
 
static final int GL_FASTEST = 0x1101
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FASTEST" with expression '0x1101', CType: int More...
 
static final int GL_R16F = 0x822d
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage
Alias for: GL_R16F_EXT
Define "GL_R16F" with expression '0x822D', CType: int More...
 
static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846d
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_ALIASED_POINT_SIZE_RANGE" with expression '0x846D', CType: int More...
 
static final int GL_SHORT = 0x1402
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SHORT" with expression '0x1402', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8cd2
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL" with expression '0x8CD2', CType: int More...
 
static final int GL_ONE_MINUS_DST_ALPHA = 0x305
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_ALPHA" with expression '0x0305', CType: int More...
 
static final int GL_DST_COLOR = 0x306
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DST_COLOR" with expression '0x0306', CType: int More...
 
static final int GL_LESS = 0x201
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LESS" with expression '0x0201', CType: int More...
 
static final int GL_ONE = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_vertex_shader
Alias for: GL_ONE_EXT
Define "GL_ONE" with expression '1', CType: int More...
 
static final int GL_SRGB = 0x8c40
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB_EXT
Define "GL_SRGB" with expression '0x8C40', CType: int More...
 
static final int GL_RENDERBUFFER_STENCIL_SIZE = 0x8d55
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_STENCIL_SIZE_EXT, GL_RENDERBUFFER_STENCIL_SIZE_OES
Define "GL_RENDERBUFFER_STENCIL_SIZE" with expression '0x8D55', CType: int More...
 
static final int GL_TRIANGLES = 0x4
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLES" with expression '0x0004', CType: int More...
 
static final int GL_FIXED = 0x140c
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_VERSION_ES_1_0, GL_OES_fixed_point
Alias for: GL_FIXED_OES
Define "GL_FIXED" with expression '0x140C', CType: int More...
 
static final int GL_RGBA = 0x1908
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RGBA" with expression '0x1908', CType: int More...
 
static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_LINEAR" with expression '0x2702', CType: int More...
 
static final int GL_EXTENSIONS = 0x1f03
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_EXTENSIONS" with expression '0x1F03', CType: int More...
 
static final int GL_DRAW_FRAMEBUFFER_BINDING = 0x8ca6
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_NV_framebuffer_blit, GL_ANGLE_framebuffer_blit, GL_EXT_framebuffer_blit
Alias for: GL_DRAW_FRAMEBUFFER_BINDING_APPLE, GL_DRAW_FRAMEBUFFER_BINDING_NV, GL_DRAW_FRAMEBUFFER_BINDING_ANGLE, GL_DRAW_FRAMEBUFFER_BINDING_EXT
Define "GL_DRAW_FRAMEBUFFER_BINDING" with expression '0x8CA6', CType: int More...
 
static final int GL_BYTE = 0x1400
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BYTE" with expression '0x1400', CType: int More...
 
static final int GL_GENERATE_MIPMAP_HINT = 0x8192
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_HINT_SGIS
Define "GL_GENERATE_MIPMAP_HINT" with expression '0x8192', CType: int More...
 
static final int GL_EQUAL = 0x202
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_EQUAL" with expression '0x0202', CType: int More...
 
static final int GL_ONE_MINUS_SRC_ALPHA = 0x303
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_ALPHA" with expression '0x0303', CType: int More...
 
static final int GL_POLYGON_OFFSET_UNITS = 0x2a00
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_UNITS" with expression '0x2A00', CType: int More...
 
static final int GL_RGBA4 = 0x8056
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_EXT_texture, GL_OES_framebuffer_object, GL_OES_required_internalformat
Alias for: GL_RGBA4_EXT, GL_RGBA4_OES
Define "GL_RGBA4" with expression '0x8056', CType: int More...
 
static final int GL_BLEND_EQUATION_RGB = 0x8009
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: GL_BLEND_EQUATION_RGB_OES, GL_BLEND_EQUATION_RGB_EXT
Define "GL_BLEND_EQUATION_RGB" with expression '0x8009', CType: int More...
 
static final int GL_RGB16F = 0x881b
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGB16F_EXT, GL_RGB16F_ARB
Define "GL_RGB16F" with expression '0x881B', CType: int More...
 
static final int GL_SAMPLE_COVERAGE_INVERT = 0x80ab
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_INVERT_ARB
Define "GL_SAMPLE_COVERAGE_INVERT" with expression '0x80AB', CType: int More...
 
static final int GL_MAP_INVALIDATE_RANGE_BIT = 0x4
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_INVALIDATE_RANGE_BIT_EXT
Define "GL_MAP_INVALIDATE_RANGE_BIT" with expression '0x0004', CType: int More...
 
static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84ff
 GL_EXT_texture_filter_anisotropic
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FF', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8cd0
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE" with expression '0x8CD0', CType: int More...
 
static final int GL_VERSION = 0x1f02
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VERSION" with expression '0x1F02', CType: int More...
 
static final int GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8b9b
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_read_format
Alias for: GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES
Define "GL_IMPLEMENTATION_COLOR_READ_FORMAT" with expression '0x8B9B', CType: int More...
 
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366
 GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT" with expression '0x8366', CType: int More...
 
static final int GL_TEXTURE_MAG_FILTER = 0x2800
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_MAG_FILTER" with expression '0x2800', CType: int More...
 
static final int GL_DITHER = 0xbd0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DITHER" with expression '0x0BD0', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8cd9
 GL_ES_VERSION_2_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT, GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS" with expression '0x8CD9', CType: int More...
 
static final int GL_INVALID_ENUM = 0x500
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_ENUM" with expression '0x0500', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP = 0x8513
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_OES, GL_TEXTURE_CUBE_MAP_ARB, GL_TEXTURE_CUBE_MAP_EXT
Define "GL_TEXTURE_CUBE_MAP" with expression '0x8513', CType: int More...
 
static final int GL_ALWAYS = 0x207
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALWAYS" with expression '0x0207', CType: int More...
 
static final int GL_INVERT = 0x150a
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVERT" with expression '0x150A', CType: int More...
 
static final int GL_READ_FRAMEBUFFER_BINDING = 0x8caa
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_blit, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit
Alias for: GL_READ_FRAMEBUFFER_BINDING_APPLE, GL_READ_FRAMEBUFFER_BINDING_ANGLE, GL_READ_FRAMEBUFFER_BINDING_NV, GL_READ_FRAMEBUFFER_BINDING_EXT
Define "GL_READ_FRAMEBUFFER_BINDING" with expression '0x8CAA', CType: int More...
 
static final int GL_LUMINANCE = 0x1909
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE" with expression '0x1909', CType: int More...
 
static final int GL_BLEND_EQUATION_ALPHA = 0x883d
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_EXT_blend_equation_separate, GL_OES_blend_equation_separate
Alias for: GL_BLEND_EQUATION_ALPHA_EXT, GL_BLEND_EQUATION_ALPHA_OES
Define "GL_BLEND_EQUATION_ALPHA" with expression '0x883D', CType: int More...
 
static final int GL_DEPTH24_STENCIL8 = 0x88f0
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_packed_depth_stencil, GL_OES_packed_depth_stencil
Alias for: GL_DEPTH24_STENCIL8_EXT, GL_DEPTH24_STENCIL8_OES
Define "GL_DEPTH24_STENCIL8" with expression '0x88F0', CType: int More...
 
static final int GL_MAP_FLUSH_EXPLICIT_BIT = 0x10
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_FLUSH_EXPLICIT_BIT_EXT
Define "GL_MAP_FLUSH_EXPLICIT_BIT" with expression '0x0010', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8d56
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_IMG_multisampled_render_to_texture, GL_ANGLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_APPLE_framebuffer_multisample, GL_NV_framebuffer_multisample
Alias for: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" with expression '0x8D56', CType: int More...
 
static final int GL_RG8 = 0x822b
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage, GL_EXT_texture_rg
Alias for: GL_RG8_EXT
Define "GL_RG8" with expression '0x822B', CType: int More...
 
static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_NEAREST" with expression '0x2701', CType: int More...
 
static final int GL_REPLACE = 0x1e01
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_texture
Alias for: GL_REPLACE_EXT
Define "GL_REPLACE" with expression '0x1E01', CType: int More...
 
static final int GL_MAP_WRITE_BIT = 0x2
 GL_EXT_buffer_storage, GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_WRITE_BIT_EXT
Define "GL_MAP_WRITE_BIT" with expression '0x0002', CType: int More...
 
static final int GL_SRGB8_ALPHA8 = 0x8c43
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB8_ALPHA8_EXT
Define "GL_SRGB8_ALPHA8" with expression '0x8C43', CType: int More...
 
static final int GL_MAX_TEXTURE_SIZE = 0xd33
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_MAX_TEXTURE_SIZE" with expression '0x0D33', CType: int More...
 
static final int GL_RENDERBUFFER_WIDTH = 0x8d42
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_WIDTH_EXT, GL_RENDERBUFFER_WIDTH_OES
Define "GL_RENDERBUFFER_WIDTH" with expression '0x8D42', CType: int More...
 
static final int GL_NEVER = 0x200
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEVER" with expression '0x0200', CType: int More...
 
static final int GL_FALSE = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FALSE" with expression '0', CType: int More...
 
static final int GL_DEPTH_COMPONENT16 = 0x81a5
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_ARB_depth_texture, GL_OES_framebuffer_object, GL_OES_required_internalformat, GL_SGIX_depth_texture
Alias for: GL_DEPTH_COMPONENT16_ARB, GL_DEPTH_COMPONENT16_OES, GL_DEPTH_COMPONENT16_SGIX
Define "GL_DEPTH_COMPONENT16" with expression '0x81A5', CType: int More...
 
static final int GL_MAP_UNSYNCHRONIZED_BIT = 0x20
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_UNSYNCHRONIZED_BIT_EXT
Define "GL_MAP_UNSYNCHRONIZED_BIT" with expression '0x0020', CType: int More...
 
static final int GL_FRAMEBUFFER_BINDING = 0x8ca6
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_BINDING_EXT, GL_FRAMEBUFFER_BINDING_OES
Define "GL_FRAMEBUFFER_BINDING" with expression '0x8CA6', CType: int More...
 
static final int GL_PACK_ALIGNMENT = 0xd05
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_PACK_ALIGNMENT" with expression '0x0D05', CType: int More...
 
static final int GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8d44
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_INTERNAL_FORMAT_OES, GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
Define "GL_RENDERBUFFER_INTERNAL_FORMAT" with expression '0x8D44', CType: int More...
 
static final int GL_STENCIL_INDEX1 = 0x8d46
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil1
Alias for: GL_STENCIL_INDEX1_EXT, GL_STENCIL_INDEX1_OES
Define "GL_STENCIL_INDEX1" with expression '0x8D46', CType: int More...
 
static final int GL_BUFFER_MAPPED = 0x88bc
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object, GL_OES_mapbuffer
Alias for: GL_BUFFER_MAPPED_ARB, GL_BUFFER_MAPPED_OES
Define "GL_BUFFER_MAPPED" with expression '0x88BC', CType: int More...
 
static final int GL_COLOR_CLEAR_VALUE = 0xc22
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_CLEAR_VALUE" with expression '0x0C22', CType: int More...
 
static final int GL_RGBA16F = 0x881a
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGBA16F_EXT, GL_RGBA16F_ARB
Define "GL_RGBA16F" with expression '0x881A', CType: int More...
 
static final int GL_RGBA8 = 0x8058
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_OES_rgb8_rgba8, GL_OES_required_internalformat, GL_EXT_texture
Alias for: GL_RGBA8_OES, GL_RGBA8_EXT
Define "GL_RGBA8" with expression '0x8058', CType: int More...
 
static final int GL_BLEND_EQUATION = 0x8009
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: GL_BLEND_EQUATION_OES, GL_BLEND_EQUATION_EXT
Define "GL_BLEND_EQUATION" with expression '0x8009', CType: int More...
 
static final int GL_UNSIGNED_BYTE = 0x1401
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_BYTE" with expression '0x1401', CType: int More...
 
static final int GL_RENDERBUFFER_BLUE_SIZE = 0x8d52
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_BLUE_SIZE_OES, GL_RENDERBUFFER_BLUE_SIZE_EXT
Define "GL_RENDERBUFFER_BLUE_SIZE" with expression '0x8D52', CType: int More...
 
static final int GL_STENCIL_WRITEMASK = 0xb98
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_WRITEMASK" with expression '0x0B98', CType: int More...
 
static final int GL_LUMINANCE32F = 0x8818
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE32F_EXT, GL_LUMINANCE32F_ARB
Define "GL_LUMINANCE32F" with expression '0x8818', CType: int More...
 
static final int GL_UNSIGNED_INT = 0x1405
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_OES_element_index_uint
Define "GL_UNSIGNED_INT" with expression '0x1405', CType: int More...
 
static final int GL_DEPTH_ATTACHMENT = 0x8d00
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_DEPTH_ATTACHMENT_EXT, GL_DEPTH_ATTACHMENT_OES
Define "GL_DEPTH_ATTACHMENT" with expression '0x8D00', CType: int More...
 
static final int GL_RGB10_A2 = 0x8059
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_RGB10_A2_EXT
Define "GL_RGB10_A2" with expression '0x8059', CType: int More...
 
static final int GL_SAMPLE_COVERAGE_VALUE = 0x80aa
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_VALUE_ARB
Define "GL_SAMPLE_COVERAGE_VALUE" with expression '0x80AA', CType: int More...
 
static final int GL_DRAW_FRAMEBUFFER = 0x8ca9
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_blit
Alias for: GL_DRAW_FRAMEBUFFER_NV, GL_DRAW_FRAMEBUFFER_EXT, GL_DRAW_FRAMEBUFFER_APPLE, GL_DRAW_FRAMEBUFFER_ANGLE
Define "GL_DRAW_FRAMEBUFFER" with expression '0x8CA9', CType: int More...
 
static final int GL_TRUE = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRUE" with expression '1', CType: int More...
 
static final int GL_LINE_STRIP = 0x3
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_STRIP" with expression '0x0003', CType: int More...
 
static final int GL_BLEND_SRC_RGB = 0x80c9
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_SRC_RGB_EXT, GL_BLEND_SRC_RGB_OES
Define "GL_BLEND_SRC_RGB" with expression '0x80C9', CType: int More...
 
static final int GL_DEPTH_FUNC = 0xb74
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_FUNC" with expression '0x0B74', CType: int More...
 
static final int GL_ELEMENT_ARRAY_BUFFER = 0x8893
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ELEMENT_ARRAY_BUFFER_ARB
Define "GL_ELEMENT_ARRAY_BUFFER" with expression '0x8893', CType: int More...
 
static final int GL_MAX_RENDERBUFFER_SIZE = 0x84e8
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_MAX_RENDERBUFFER_SIZE_OES, GL_MAX_RENDERBUFFER_SIZE_EXT
Define "GL_MAX_RENDERBUFFER_SIZE" with expression '0x84E8', CType: int More...
 
static final int GL_LINEAR = 0x2601
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR" with expression '0x2601', CType: int More...
 
static final int GL_SAMPLE_COVERAGE = 0x80a0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_ARB
Define "GL_SAMPLE_COVERAGE" with expression '0x80A0', CType: int More...
 
static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT_5_6_5" with expression '0x8363', CType: int More...
 
static final int GL_BACK = 0x405
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BACK" with expression '0x0405', CType: int More...
 
static final int GL_TEXTURE_BINDING_CUBE_MAP = 0x8514
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_BINDING_CUBE_MAP_ARB, GL_TEXTURE_BINDING_CUBE_MAP_EXT, GL_TEXTURE_BINDING_CUBE_MAP_OES
Define "GL_TEXTURE_BINDING_CUBE_MAP" with expression '0x8514', CType: int More...
 
static final int GL_READ_FRAMEBUFFER = 0x8ca8
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blit, GL_NV_framebuffer_blit, GL_APPLE_framebuffer_multisample
Alias for: GL_READ_FRAMEBUFFER_EXT, GL_READ_FRAMEBUFFER_ANGLE, GL_READ_FRAMEBUFFER_NV, GL_READ_FRAMEBUFFER_APPLE
Define "GL_READ_FRAMEBUFFER" with expression '0x8CA8', CType: int More...
 
static final int GL_SAMPLE_BUFFERS = 0x80a8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample, GL_SGIS_multisample
Alias for: GL_SAMPLE_BUFFERS_3DFX, GL_SAMPLE_BUFFERS_ARB, GL_SAMPLE_BUFFERS_EXT, GL_SAMPLE_BUFFERS_SGIS
Define "GL_SAMPLE_BUFFERS" with expression '0x80A8', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365
 GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT" with expression '0x8365', CType: int More...
 
static final int GL_RENDERBUFFER_ALPHA_SIZE = 0x8d53
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_ALPHA_SIZE_OES, GL_RENDERBUFFER_ALPHA_SIZE_EXT
Define "GL_RENDERBUFFER_ALPHA_SIZE" with expression '0x8D53', CType: int More...
 
static final int GL_UNSIGNED_SHORT = 0x1403
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT" with expression '0x1403', CType: int More...
 
static final int GL_COLOR_ATTACHMENT0 = 0x8ce0
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_OES_framebuffer_object, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT0_NV, GL_COLOR_ATTACHMENT0_OES, GL_COLOR_ATTACHMENT0_EXT
Define "GL_COLOR_ATTACHMENT0" with expression '0x8CE0', CType: int More...
 
static final int GL_LUMINANCE_ALPHA16F = 0x881f
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE_ALPHA16F_EXT, GL_LUMINANCE_ALPHA16F_ARB
Define "GL_LUMINANCE_ALPHA16F" with expression '0x881F', CType: int More...
 
static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_LINEAR" with expression '0x2703', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x8516', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851a
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x851A', CType: int More...
 
static final int GL_INCR_WRAP = 0x8507
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_stencil_wrap, GL_OES_stencil_wrap
Alias for: GL_INCR_WRAP_EXT, GL_INCR_WRAP_OES
Define "GL_INCR_WRAP" with expression '0x8507', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x8518', CType: int More...
 
static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_NEAREST" with expression '0x2700', CType: int More...
 
static final int GL_BLUE_BITS = 0xd54
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BLUE_BITS" with expression '0x0D54', CType: int More...
 
static final int GL_TEXTURE_MIN_FILTER = 0x2801
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_MIN_FILTER" with expression '0x2801', CType: int More...
 
static final int GL_RGB = 0x1907
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RGB" with expression '0x1907', CType: int More...
 
static final int GL_RG16F = 0x822f
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage
Alias for: GL_RG16F_EXT
Define "GL_RG16F" with expression '0x822F', CType: int More...
 
static final int GL_SRC_ALPHA = 0x302
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SRC_ALPHA" with expression '0x0302', CType: int More...
 
static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851c
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB, GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT, GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
Define "GL_MAX_CUBE_MAP_TEXTURE_SIZE" with expression '0x851C', CType: int More...
 
static final int GL_RENDERBUFFER_BINDING = 0x8ca7
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_BINDING_OES, GL_RENDERBUFFER_BINDING_EXT
Define "GL_RENDERBUFFER_BINDING" with expression '0x8CA7', CType: int More...
 
static final int GL_RESET_NOTIFICATION_STRATEGY = 0x8256
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_RESET_NOTIFICATION_STRATEGY_KHR, GL_RESET_NOTIFICATION_STRATEGY_EXT, GL_RESET_NOTIFICATION_STRATEGY_ARB
Define "GL_RESET_NOTIFICATION_STRATEGY" with expression '0x8256', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT = 0x4000
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_BUFFER_BIT" with expression '0x00004000', CType: int More...
 
static final int GL_ALPHA32F = 0x8816
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA32F_EXT, GL_ALPHA32F_ARB
Define "GL_ALPHA32F" with expression '0x8816', CType: int More...
 
static final int GL_POLYGON_OFFSET_FACTOR = 0x8038
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_polygon_offset
Alias for: GL_POLYGON_OFFSET_FACTOR_EXT
Define "GL_POLYGON_OFFSET_FACTOR" with expression '0x8038', CType: int More...
 
static final int GL_BGR = 0x80e0
 GL_VERSION_1_2, GL_EXT_bgra
Alias for: GL_BGR_EXT
Define "GL_BGR" with expression '0x80E0', CType: int More...
 
static final int GL_KEEP = 0x1e00
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_KEEP" with expression '0x1E00', CType: int More...
 
static final int GL_BGRA = 0x80e1
 GL_VERSION_1_2, GL_IMG_read_format, GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_format_BGRA8888, GL_EXT_bgra, GL_EXT_read_format_bgra
Alias for: GL_BGRA_IMG, GL_BGRA_EXT
Define "GL_BGRA" with expression '0x80E1', CType: int More...
 
static final int GL_COLOR_WRITEMASK = 0xc23
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_WRITEMASK" with expression '0x0C23', CType: int More...
 
static final int GL_MIRRORED_REPEAT = 0x8370
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_texture_mirrored_repeat, GL_IBM_texture_mirrored_repeat, GL_ARB_texture_mirrored_repeat
Alias for: GL_MIRRORED_REPEAT_OES, GL_MIRRORED_REPEAT_IBM, GL_MIRRORED_REPEAT_ARB
Define "GL_MIRRORED_REPEAT" with expression '0x8370', CType: int More...
 
static final int GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB
Define "GL_ELEMENT_ARRAY_BUFFER_BINDING" with expression '0x8895', CType: int More...
 
static final int GL_SCISSOR_BOX = 0xc10
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SCISSOR_BOX" with expression '0x0C10', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES, GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x8515', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x8517', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x8519', CType: int More...
 
static final int GL_DECR = 0x1e03
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DECR" with expression '0x1E03', CType: int More...
 
static final int GL_FUNC_ADD = 0x8006
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_minmax, GL_OES_blend_subtract
Alias for: GL_FUNC_ADD_EXT, GL_FUNC_ADD_OES
Define "GL_FUNC_ADD" with expression '0x8006', CType: int More...
 
static final int GL_LINES = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINES" with expression '0x0001', CType: int More...
 
static final int GL_ALPHA_BITS = 0xd55
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALPHA_BITS" with expression '0x0D55', CType: int More...
 
static final int GL_BLEND_SRC_ALPHA = 0x80cb
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: GL_BLEND_SRC_ALPHA_OES, GL_BLEND_SRC_ALPHA_EXT
Define "GL_BLEND_SRC_ALPHA" with expression '0x80CB', CType: int More...
 
static final int GL_SRGB_ALPHA = 0x8c42
 GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB_ALPHA_EXT
Define "GL_SRGB_ALPHA" with expression '0x8C42', CType: int More...
 
static final int GL_FRAMEBUFFER_SRGB = 0x8db9
 GL_ARB_framebuffer_sRGB, GL_VERSION_3_0, GL_EXT_framebuffer_sRGB, GL_EXT_sRGB_write_control
Alias for: GL_FRAMEBUFFER_SRGB_EXT
Define "GL_FRAMEBUFFER_SRGB" with expression '0x8DB9', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_SHORT_4_4_4_4_EXT
Define "GL_UNSIGNED_SHORT_4_4_4_4" with expression '0x8033', CType: int More...
 
static final int GL_STENCIL_PASS_DEPTH_FAIL = 0xb95
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_FAIL" with expression '0x0B95', CType: int More...
 
static final int GL_RENDERBUFFER_HEIGHT = 0x8d43
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_HEIGHT_OES, GL_RENDERBUFFER_HEIGHT_EXT
Define "GL_RENDERBUFFER_HEIGHT" with expression '0x8D43', CType: int More...
 
static final int GL_POLYGON_OFFSET_FILL = 0x8037
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_FILL" with expression '0x8037', CType: int More...
 
static final int GL_LUMINANCE8_ALPHA8 = 0x8045
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE8_ALPHA8_OES
Define "GL_LUMINANCE8_ALPHA8" with expression '0x8045', CType: int More...
 
static final int GL_RGB565 = 0x8d62
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_framebuffer_object, GL_OES_required_internalformat
Alias for: GL_RGB565_OES
Define "GL_RGB565" with expression '0x8D62', CType: int More...
 
static final int GL_LINE_WIDTH = 0xb21
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_WIDTH" with expression '0x0B21', CType: int More...
 
static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_SHORT_5_5_5_1_EXT
Define "GL_UNSIGNED_SHORT_5_5_5_1" with expression '0x8034', CType: int More...
 
static final int GL_ALPHA8 = 0x803c
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_ALPHA8_EXT, GL_ALPHA8_OES
Define "GL_ALPHA8" with expression '0x803C', CType: int More...
 
static final int GL_CW = 0x900
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CW" with expression '0x0900', CType: int More...
 
static final int GL_LEQUAL = 0x203
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LEQUAL" with expression '0x0203', CType: int More...
 
static final int GL_LUMINANCE8 = 0x8040
 GL_VERSION_1_1, GL_OES_required_internalformat, GL_EXT_texture_storage, GL_EXT_texture
Alias for: GL_LUMINANCE8_OES, GL_LUMINANCE8_EXT
Define "GL_LUMINANCE8" with expression '0x8040', CType: int More...
 
static final int GL_GREEN_BITS = 0xd53
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GREEN_BITS" with expression '0x0D53', CType: int More...
 
static final int GL_RED_BITS = 0xd52
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RED_BITS" with expression '0x0D52', CType: int More...
 
static final int GL_RGB8 = 0x8051
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_EXT_texture, GL_OES_rgb8_rgba8, GL_OES_required_internalformat
Alias for: GL_RGB8_EXT, GL_RGB8_OES
Define "GL_RGB8" with expression '0x8051', CType: int More...
 
static final int GL_NO_ERROR = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NO_ERROR" with expression '0', CType: int More...
 
static final int GL_STENCIL_VALUE_MASK = 0xb93
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_VALUE_MASK" with expression '0x0B93', CType: int More...
 
static final int GL_TEXTURE_WRAP_S = 0x2802
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_S" with expression '0x2802', CType: int More...
 
static final int GL_DEPTH_CLEAR_VALUE = 0xb73
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_CLEAR_VALUE" with expression '0x0B73', CType: int More...
 
static final int GL_TEXTURE_WRAP_T = 0x2803
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_T" with expression '0x2803', CType: int More...
 
static final int GL_TEXTURE_2D = 0xde1
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_2D" with expression '0x0DE1', CType: int More...
 
static final int GL_ACTIVE_TEXTURE = 0x84e0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_ACTIVE_TEXTURE_ARB
Define "GL_ACTIVE_TEXTURE" with expression '0x84E0', CType: int More...
 
static final int GL_INNOCENT_CONTEXT_RESET = 0x8254
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_INNOCENT_CONTEXT_RESET_EXT, GL_INNOCENT_CONTEXT_RESET_ARB, GL_INNOCENT_CONTEXT_RESET_KHR
Define "GL_INNOCENT_CONTEXT_RESET" with expression '0x8254', CType: int More...
 
static final int GL_BUFFER_USAGE = 0x8765
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_USAGE_ARB
Define "GL_BUFFER_USAGE" with expression '0x8765', CType: int More...
 
static final int GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8b9a
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_read_format
Alias for: GL_IMPLEMENTATION_COLOR_READ_TYPE_OES
Define "GL_IMPLEMENTATION_COLOR_READ_TYPE" with expression '0x8B9A', CType: int More...
 
static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86a2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_compression
Alias for: GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_NUM_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A2', CType: int More...
 
static final int GL_LINE_LOOP = 0x2
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_LOOP" with expression '0x0002', CType: int More...
 
static final int GL_BUFFER_SIZE = 0x8764
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_SIZE_ARB
Define "GL_BUFFER_SIZE" with expression '0x8764', CType: int More...
 
static final int GL_TRIANGLE_FAN = 0x6
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLE_FAN" with expression '0x0006', CType: int More...
 
static final int GL_RENDERBUFFER_DEPTH_SIZE = 0x8d54
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_DEPTH_SIZE_EXT, GL_RENDERBUFFER_DEPTH_SIZE_OES
Define "GL_RENDERBUFFER_DEPTH_SIZE" with expression '0x8D54', CType: int More...
 
static final int GL_TEXTURE20 = 0x84d4
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE20_ARB
Define "GL_TEXTURE20" with expression '0x84D4', CType: int More...
 
static final int GL_MAX_VIEWPORT_DIMS = 0xd3a
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_MAX_VIEWPORT_DIMS" with expression '0x0D3A', CType: int More...
 
static final int GL_DECR_WRAP = 0x8508
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_stencil_wrap, GL_EXT_stencil_wrap
Alias for: GL_DECR_WRAP_OES, GL_DECR_WRAP_EXT
Define "GL_DECR_WRAP" with expression '0x8508', CType: int More...
 
static final int GL_TEXTURE19 = 0x84d3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE19_ARB
Define "GL_TEXTURE19" with expression '0x84D3', CType: int More...
 
static final int GL_TEXTURE18 = 0x84d2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE18_ARB
Define "GL_TEXTURE18" with expression '0x84D2', CType: int More...
 
static final int GL_TEXTURE17 = 0x84d1
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE17_ARB
Define "GL_TEXTURE17" with expression '0x84D1', CType: int More...
 
static final int GL_TEXTURE16 = 0x84d0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE16_ARB
Define "GL_TEXTURE16" with expression '0x84D0', CType: int More...
 
static final int GL_TEXTURE15 = 0x84cf
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE15_ARB
Define "GL_TEXTURE15" with expression '0x84CF', CType: int More...
 
static final int GL_TEXTURE14 = 0x84ce
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE14_ARB
Define "GL_TEXTURE14" with expression '0x84CE', CType: int More...
 
static final int GL_TEXTURE13 = 0x84cd
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE13_ARB
Define "GL_TEXTURE13" with expression '0x84CD', CType: int More...
 
static final int GL_TEXTURE12 = 0x84cc
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE12_ARB
Define "GL_TEXTURE12" with expression '0x84CC', CType: int More...
 
static final int GL_TEXTURE11 = 0x84cb
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE11_ARB
Define "GL_TEXTURE11" with expression '0x84CB', CType: int More...
 
static final int GL_TEXTURE10 = 0x84ca
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE10_ARB
Define "GL_TEXTURE10" with expression '0x84CA', CType: int More...
 
static final int GL_TEXTURE31 = 0x84df
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE31_ARB
Define "GL_TEXTURE31" with expression '0x84DF', CType: int More...
 
static final int GL_TEXTURE30 = 0x84de
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE30_ARB
Define "GL_TEXTURE30" with expression '0x84DE', CType: int More...
 
static final int GL_R8 = 0x8229
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage, GL_EXT_texture_rg
Alias for: GL_R8_EXT
Define "GL_R8" with expression '0x8229', CType: int More...
 
static final int GL_ALPHA16F = 0x881c
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA16F_EXT, GL_ALPHA16F_ARB
Define "GL_ALPHA16F" with expression '0x881C', CType: int More...
 
static final int GL_TEXTURE29 = 0x84dd
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE29_ARB
Define "GL_TEXTURE29" with expression '0x84DD', CType: int More...
 
static final int GL_TEXTURE28 = 0x84dc
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE28_ARB
Define "GL_TEXTURE28" with expression '0x84DC', CType: int More...
 
static final int GL_TEXTURE27 = 0x84db
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE27_ARB
Define "GL_TEXTURE27" with expression '0x84DB', CType: int More...
 
static final int GL_TEXTURE26 = 0x84da
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE26_ARB
Define "GL_TEXTURE26" with expression '0x84DA', CType: int More...
 
static final int GL_TEXTURE25 = 0x84d9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE25_ARB
Define "GL_TEXTURE25" with expression '0x84D9', CType: int More...
 
static final int GL_TEXTURE24 = 0x84d8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE24_ARB
Define "GL_TEXTURE24" with expression '0x84D8', CType: int More...
 
static final int GL_TEXTURE23 = 0x84d7
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE23_ARB
Define "GL_TEXTURE23" with expression '0x84D7', CType: int More...
 
static final int GL_TEXTURE22 = 0x84d6
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE22_ARB
Define "GL_TEXTURE22" with expression '0x84D6', CType: int More...
 
static final int GL_TEXTURE21 = 0x84d5
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE21_ARB
Define "GL_TEXTURE21" with expression '0x84D5', CType: int More...
 
static final int GL_STENCIL_FAIL = 0xb94
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_FAIL" with expression '0x0B94', CType: int More...
 
static final int GL_FRONT = 0x404
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT" with expression '0x0404', CType: int More...
 
static final int GL_SUBPIXEL_BITS = 0xd50
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SUBPIXEL_BITS" with expression '0x0D50', CType: int More...
 
static final int GL_ARRAY_BUFFER_BINDING = 0x8894
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ARRAY_BUFFER_BINDING_ARB
Define "GL_ARRAY_BUFFER_BINDING" with expression '0x8894', CType: int More...
 
static final int GL_FRAMEBUFFER_COMPLETE = 0x8cd5
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_COMPLETE_EXT, GL_FRAMEBUFFER_COMPLETE_OES
Define "GL_FRAMEBUFFER_COMPLETE" with expression '0x8CD5', CType: int More...
 
static final int GL_VENDOR = 0x1f00
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VENDOR" with expression '0x1F00', CType: int More...
 
static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846e
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_ALIASED_LINE_WIDTH_RANGE" with expression '0x846E', CType: int More...
 
static final int GL_CCW = 0x901
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CCW" with expression '0x0901', CType: int More...
 
static final int GL_STENCIL_REF = 0xb97
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_REF" with expression '0x0B97', CType: int More...
 
static final int GL_TEXTURE = 0x1702
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE" with expression '0x1702', CType: int More...
 
static final int GL_STENCIL_PASS_DEPTH_PASS = 0xb96
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_PASS" with expression '0x0B96', CType: int More...
 
static final int GL_FRONT_AND_BACK = 0x408
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT_AND_BACK" with expression '0x0408', CType: int More...
 
static final int GL_LUMINANCE_ALPHA32F = 0x8819
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE_ALPHA32F_EXT, GL_LUMINANCE_ALPHA32F_ARB
Define "GL_LUMINANCE_ALPHA32F" with expression '0x8819', CType: int More...
 
static final int GL_LUMINANCE_ALPHA = 0x190a
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE_ALPHA" with expression '0x190A', CType: int More...
 
static final int GL_MAP_READ_BIT = 0x1
 GL_EXT_buffer_storage, GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_READ_BIT_EXT
Define "GL_MAP_READ_BIT" with expression '0x0001', CType: int More...
 
static final int GL_FRAMEBUFFER = 0x8d40
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_OES, GL_FRAMEBUFFER_EXT
Define "GL_FRAMEBUFFER" with expression '0x8D40', CType: int More...
 
static final int GL_ARRAY_BUFFER = 0x8892
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ARRAY_BUFFER_ARB
Define "GL_ARRAY_BUFFER" with expression '0x8892', CType: int More...
 
static final int GL_TEXTURE_IMMUTABLE_FORMAT = 0x912f
 GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_TEXTURE_IMMUTABLE_FORMAT_EXT
Define "GL_TEXTURE_IMMUTABLE_FORMAT" with expression '0x912F', CType: int More...
 
static final int GL_OUT_OF_MEMORY = 0x505
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_OUT_OF_MEMORY" with expression '0x0505', CType: int More...
 
static final int GL_NONE = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_OES_framebuffer_object
Alias for: GL_NONE_OES
Define "GL_NONE" with expression '0', CType: int More...
 
static final int GL_ALPHA = 0x1906
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALPHA" with expression '0x1906', CType: int More...
 
static final int GL_DONT_CARE = 0x1100
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DONT_CARE" with expression '0x1100', CType: int More...
 
static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83f0
 GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" with expression '0x83F0', CType: int More...
 
static final int GL_LUMINANCE16F = 0x881e
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE16F_EXT, GL_LUMINANCE16F_ARB
Define "GL_LUMINANCE16F" with expression '0x881E', CType: int More...
 
static final int GL_DEPTH_WRITEMASK = 0xb72
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_WRITEMASK" with expression '0x0B72', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8cd6
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" with expression '0x8CD6', CType: int More...
 
static final int GL_FUNC_REVERSE_SUBTRACT = 0x800b
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_subtract, GL_EXT_blend_subtract
Alias for: GL_FUNC_REVERSE_SUBTRACT_OES, GL_FUNC_REVERSE_SUBTRACT_EXT
Define "GL_FUNC_REVERSE_SUBTRACT" with expression '0x800B', CType: int More...
 
static final int GL_REPEAT = 0x2901
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_REPEAT" with expression '0x2901', CType: int More...
 
static final int GL_RENDERER = 0x1f01
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RENDERER" with expression '0x1F01', CType: int More...
 
static final int GL_STENCIL_INDEX8 = 0x8d48
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil8, GL_OES_texture_stencil8
Alias for: GL_STENCIL_INDEX8_EXT, GL_STENCIL_INDEX8_OES
Define "GL_STENCIL_INDEX8" with expression '0x8D48', CType: int More...
 
static final int GL_STENCIL_TEST = 0xb90
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_TEST" with expression '0x0B90', CType: int More...
 
static final int GL_WRITE_ONLY = 0x88b9
 GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: GL_WRITE_ONLY_OES, GL_WRITE_ONLY_ARB
Define "GL_WRITE_ONLY" with expression '0x88B9', CType: int More...
 
static final int GL_STATIC_DRAW = 0x88e4
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_STATIC_DRAW_ARB
Define "GL_STATIC_DRAW" with expression '0x88E4', CType: int More...
 
static final int GL_POINTS = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POINTS" with expression '0x0000', CType: int More...
 
static final int GL_DEPTH_COMPONENT32 = 0x81a7
 GL_VERSION_1_4, GL_ARB_depth_texture, GL_SGIX_depth_texture, GL_OES_depth32
Alias for: GL_DEPTH_COMPONENT32_ARB, GL_DEPTH_COMPONENT32_SGIX, GL_DEPTH_COMPONENT32_OES
Define "GL_DEPTH_COMPONENT32" with expression '0x81A7', CType: int More...
 
static final int GL_DEPTH_RANGE = 0xb70
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_RANGE" with expression '0x0B70', CType: int More...
 
static final int GL_FUNC_SUBTRACT = 0x800a
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_subtract, GL_EXT_blend_subtract
Alias for: GL_FUNC_SUBTRACT_OES, GL_FUNC_SUBTRACT_EXT
Define "GL_FUNC_SUBTRACT" with expression '0x800A', CType: int More...
 
static final int GL_FRAMEBUFFER_UNSUPPORTED = 0x8cdd
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_UNSUPPORTED_EXT, GL_FRAMEBUFFER_UNSUPPORTED_OES
Define "GL_FRAMEBUFFER_UNSUPPORTED" with expression '0x8CDD', CType: int More...
 
static final int GL_SAMPLES = 0x80a9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample, GL_SGIS_multisample
Alias for: GL_SAMPLES_3DFX, GL_SAMPLES_ARB, GL_SAMPLES_EXT, GL_SAMPLES_SGIS
Define "GL_SAMPLES" with expression '0x80A9', CType: int More...
 
static final int GL_TEXTURE_BINDING_2D = 0x8069
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_ES_1_0
Define "GL_TEXTURE_BINDING_2D" with expression '0x8069', CType: int More...
 
static final int GL_DEPTH_COMPONENT24 = 0x81a6
 GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_ARB_depth_texture, GL_OES_depth24, GL_SGIX_depth_texture
Alias for: GL_DEPTH_COMPONENT24_ARB, GL_DEPTH_COMPONENT24_OES, GL_DEPTH_COMPONENT24_SGIX
Define "GL_DEPTH_COMPONENT24" with expression '0x81A6', CType: int More...
 
static final int GL_STENCIL_BITS = 0xd57
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_BITS" with expression '0x0D57', CType: int More...
 
static final int GL_RENDERBUFFER_GREEN_SIZE = 0x8d51
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_GREEN_SIZE_EXT, GL_RENDERBUFFER_GREEN_SIZE_OES
Define "GL_RENDERBUFFER_GREEN_SIZE" with expression '0x8D51', CType: int More...
 
static final int GL_BLEND_DST_RGB = 0x80c8
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_DST_RGB_EXT, GL_BLEND_DST_RGB_OES
Define "GL_BLEND_DST_RGB" with expression '0x80C8', CType: int More...
 
static final int GL_BLEND = 0xbe2
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BLEND" with expression '0x0BE2', CType: int More...
 
static final int GL_NO_RESET_NOTIFICATION = 0x8261
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_NO_RESET_NOTIFICATION_EXT, GL_NO_RESET_NOTIFICATION_ARB, GL_NO_RESET_NOTIFICATION_KHR
Define "GL_NO_RESET_NOTIFICATION" with expression '0x8261', CType: int More...
 
static final int GL_DEPTH_STENCIL = 0x84f9
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_packed_depth_stencil, GL_NV_packed_depth_stencil, GL_EXT_packed_depth_stencil
Alias for: GL_DEPTH_STENCIL_OES, GL_DEPTH_STENCIL_NV, GL_DEPTH_STENCIL_EXT
Define "GL_DEPTH_STENCIL" with expression '0x84F9', CType: int More...
 
static final int GL_BUFFER_ACCESS = 0x88bb
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object, GL_OES_mapbuffer
Alias for: GL_BUFFER_ACCESS_ARB, GL_BUFFER_ACCESS_OES
Define "GL_BUFFER_ACCESS" with expression '0x88BB', CType: int More...
 
static final int GL_NEAREST = 0x2600
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST" with expression '0x2600', CType: int More...
 
static final int GL_RENDERBUFFER = 0x8d41
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_EXT, GL_RENDERBUFFER_OES
Define "GL_RENDERBUFFER" with expression '0x8D41', CType: int More...
 
static final int GL_CULL_FACE = 0xb44
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CULL_FACE" with expression '0x0B44', CType: int More...
 
static final int GL_GUILTY_CONTEXT_RESET = 0x8253
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_GUILTY_CONTEXT_RESET_EXT, GL_GUILTY_CONTEXT_RESET_ARB, GL_GUILTY_CONTEXT_RESET_KHR
Define "GL_GUILTY_CONTEXT_RESET" with expression '0x8253', CType: int More...
 
static final int GL_VIEWPORT = 0xba2
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VIEWPORT" with expression '0x0BA2', CType: int More...
 
static final int GL_LOSE_CONTEXT_ON_RESET = 0x8252
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_LOSE_CONTEXT_ON_RESET_KHR, GL_LOSE_CONTEXT_ON_RESET_EXT, GL_LOSE_CONTEXT_ON_RESET_ARB
Define "GL_LOSE_CONTEXT_ON_RESET" with expression '0x8252', CType: int More...
 
static final int GL_GREATER = 0x204
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GREATER" with expression '0x0204', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8cd1
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME" with expression '0x8CD1', CType: int More...
 
static final int GL_STENCIL_INDEX4 = 0x8d47
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil4
Alias for: GL_STENCIL_INDEX4_EXT, GL_STENCIL_INDEX4_OES
Define "GL_STENCIL_INDEX4" with expression '0x8D47', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT = 0x100
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_BUFFER_BIT" with expression '0x00000100', CType: int More...
 
static final int GL_RENDERBUFFER_RED_SIZE = 0x8d50
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_RED_SIZE_OES, GL_RENDERBUFFER_RED_SIZE_EXT
Define "GL_RENDERBUFFER_RED_SIZE" with expression '0x8D50', CType: int More...
 
static final int GL_SRC_ALPHA_SATURATE = 0x308
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended
Alias for: GL_SRC_ALPHA_SATURATE_EXT
Define "GL_SRC_ALPHA_SATURATE" with expression '0x0308', CType: int More...
 
static final int GL_UNPACK_ALIGNMENT = 0xcf5
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNPACK_ALIGNMENT" with expression '0x0CF5', CType: int More...
 
static final int GL_LUMINANCE4_ALPHA4 = 0x8043
 GL_VERSION_1_1, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_LUMINANCE4_ALPHA4_EXT, GL_LUMINANCE4_ALPHA4_OES
Define "GL_LUMINANCE4_ALPHA4" with expression '0x8043', CType: int More...
 
static final int GL_RG32F = 0x8230
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_RG32F_EXT
Define "GL_RG32F" with expression '0x8230', CType: int More...
 
static final int GL_R32F = 0x822e
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_R32F_EXT
Define "GL_R32F" with expression '0x822E', CType: int More...
 
static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809e
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
Define "GL_SAMPLE_ALPHA_TO_COVERAGE" with expression '0x809E', CType: int More...
 
static final int GL_TRIANGLE_STRIP = 0x5
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLE_STRIP" with expression '0x0005', CType: int More...
 
static final int GL_UNSIGNED_INT_24_8 = 0x84fa
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_packed_depth_stencil, GL_EXT_packed_depth_stencil, GL_OES_packed_depth_stencil
Alias for: GL_UNSIGNED_INT_24_8_NV, GL_UNSIGNED_INT_24_8_EXT, GL_UNSIGNED_INT_24_8_OES
Define "GL_UNSIGNED_INT_24_8" with expression '0x84FA', CType: int More...
 
static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84fe
 GL_EXT_texture_filter_anisotropic
Define "GL_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FE', CType: int More...
 
static final int GL_STENCIL_CLEAR_VALUE = 0xb91
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_CLEAR_VALUE" with expression '0x0B91', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83f1
 GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" with expression '0x83F1', CType: int More...
 
static final int GL_ZERO = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_vertex_shader
Alias for: GL_ZERO_EXT
Define "GL_ZERO" with expression '0', CType: int More...
 
static final int GL_CLAMP_TO_EDGE = 0x812f
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_SGIS_texture_edge_clamp
Alias for: GL_CLAMP_TO_EDGE_SGIS
Define "GL_CLAMP_TO_EDGE" with expression '0x812F', CType: int More...
 
static final int GL_BLEND_DST_ALPHA = 0x80ca
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_DST_ALPHA_EXT, GL_BLEND_DST_ALPHA_OES
Define "GL_BLEND_DST_ALPHA" with expression '0x80CA', CType: int More...
 
static final int GL_RGB10 = 0x8052
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_RGB10_EXT
Define "GL_RGB10" with expression '0x8052', CType: int More...
 
static final int GL_BGRA8 = 0x93a1
 GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_storage
Alias for: GL_BGRA8_EXT
Define "GL_BGRA8" with expression '0x93A1', CType: int More...
 
static final int GL_FLOAT = 0x1406
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FLOAT" with expression '0x1406', CType: int More...
 
static final int GL_RGBA32F = 0x8814
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGBA32F_EXT, GL_RGBA32F_ARB
Define "GL_RGBA32F" with expression '0x8814', CType: int More...
 
static final int GL_STENCIL_ATTACHMENT = 0x8d20
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_STENCIL_ATTACHMENT_EXT, GL_STENCIL_ATTACHMENT_OES
Define "GL_STENCIL_ATTACHMENT" with expression '0x8D20', CType: int More...
 
static final int GL_INVALID_VALUE = 0x501
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_VALUE" with expression '0x0501', CType: int More...
 
static final int GL_BUFFER_MAP_POINTER = 0x88bd
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_MAP_POINTER_OES, GL_BUFFER_MAP_POINTER_ARB
Define "GL_BUFFER_MAP_POINTER" with expression '0x88BD', CType: int More...
 
static final int GL_GEQUAL = 0x206
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GEQUAL" with expression '0x0206', CType: int More...
 
static final int GL_NICEST = 0x1102
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NICEST" with expression '0x1102', CType: int More...
 
static final int GL_STENCIL_FUNC = 0xb92
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_FUNC" with expression '0x0B92', CType: int More...
 
static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86a3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A3', CType: int More...
 
static final int GL_AND = 0x1501
 Common in ES1, GL2 and GL3. More...
 
static final int GL_AND_INVERTED = 0x1504
 Common in ES1, GL2 and GL3. More...
 
static final int GL_AND_REVERSE = 0x1502
 Common in ES1, GL2 and GL3. More...
 
static final int GL_BLEND_DST = 0x0BE0
 Common in ES1, GL2 and GL3. More...
 
static final int GL_BLEND_SRC = 0x0BE1
 Common in ES1, GL2 and GL3. More...
 
static final int GL_CLEAR = 0x1500
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COLOR_LOGIC_OP = 0x0BF2
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COPY = 0x1503
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COPY_INVERTED = 0x150C
 Common in ES1, GL2 and GL3. More...
 
static final int GL_EQUIV = 0x1509
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LINE_SMOOTH = 0x0B20
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LINE_SMOOTH_HINT = 0x0C52
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LOGIC_OP_MODE = 0x0BF0
 Common in ES1, GL2 and GL3. More...
 
static final int GL_MULTISAMPLE = 0x809D
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NAND = 0x150E
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NOOP = 0x1505
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NOR = 0x1508
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR = 0x1507
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR_INVERTED = 0x150D
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR_REVERSE = 0x150B
 Common in ES1, GL2 and GL3. More...
 
static final int GL_POINT_FADE_THRESHOLD_SIZE = 0x8128
 Common in ES1, GL2 and GL3. More...
 
static final int GL_POINT_SIZE = 0x0B11
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SAMPLE_ALPHA_TO_ONE = 0x809F
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SET = 0x150F
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12
 Common in ES1, GL2 and GL3. More...
 
static final int GL_XOR = 0x1506
 Common in ES1, GL2 and GL3. More...
 
static final int GL_HALF_FLOAT = 0x140B
 Part of GL_ARB_half_float_vertex; GL_NV_half_float; GL_ARB_half_float_pixel, earmarked for ES 3.0 (hence kept in GL while fixing Bug 590)
More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS = 0x8CDA
 Part of GL_EXT_framebuffer_object; GL_ES_VERSION_2_0; GL_OES_framebuffer_object More...
 
static final int GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B
 Part of GL_ES_VERSION_3_0, GL_VERSION_3_0; GL_EXT_packed_float More...
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLMatrixFunc
static final int GL_MATRIX_MODE = 0x0BA0
 
static final int GL_MODELVIEW = 0x1700
 Matrix mode modelview. More...
 
static final int GL_PROJECTION = 0x1701
 Matrix mode projection. More...
 
static final int GL_MODELVIEW_MATRIX = 0x0BA6
 Matrix access name for modelview. More...
 
static final int GL_PROJECTION_MATRIX = 0x0BA7
 Matrix access name for projection. More...
 
static final int GL_TEXTURE_MATRIX = 0x0BA8
 Matrix access name for texture. More...
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLPointerFunc
static final int GL_VERTEX_ARRAY = 0x8074
 
static final int GL_NORMAL_ARRAY = 0x8075
 
static final int GL_COLOR_ARRAY = 0x8076
 
static final int GL_TEXTURE_COORD_ARRAY = 0x8078
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLLightingFunc
static final int GL_LIGHT0 = 0x4000
 
static final int GL_LIGHT1 = 0x4001
 
static final int GL_LIGHT2 = 0x4002
 
static final int GL_LIGHT3 = 0x4003
 
static final int GL_LIGHT4 = 0x4004
 
static final int GL_LIGHT5 = 0x4005
 
static final int GL_LIGHT6 = 0x4006
 
static final int GL_LIGHT7 = 0x4007
 
static final int GL_LIGHTING = 0xB50
 
static final int GL_AMBIENT = 0x1200
 
static final int GL_DIFFUSE = 0x1201
 
static final int GL_SPECULAR = 0x1202
 
static final int GL_POSITION = 0x1203
 
static final int GL_SPOT_DIRECTION = 0x1204
 
static final int GL_SPOT_EXPONENT = 0x1205
 
static final int GL_SPOT_CUTOFF = 0x1206
 
static final int GL_CONSTANT_ATTENUATION = 0x1207
 
static final int GL_LINEAR_ATTENUATION = 0x1208
 
static final int GL_QUADRATIC_ATTENUATION = 0x1209
 
static final int GL_EMISSION = 0x1600
 
static final int GL_SHININESS = 0x1601
 
static final int GL_AMBIENT_AND_DIFFUSE = 0x1602
 
static final int GL_COLOR_MATERIAL = 0xB57
 
static final int GL_NORMALIZE = 0xBA1
 
static final int GL_FLAT = 0x1D00
 
static final int GL_SMOOTH = 0x1D01
 

Protected Member Functions

String dumpArray (Object obj)
 
void print (String str)
 
void println (String str)
 
void printIndent ()
 

Detailed Description

Composable pipeline which wraps an underlying GL implementation, providing tracing information to a user-specified java.io.PrintStream before and after each OpenGL method call.

Sample code which installs this pipeline:

  gl = drawable.setGL(new TraceGL(drawable.getGL(), System.err));

For automatic instantiation see GLPipelineFactory#create(String, Class, GL, Object[])

Definition at line 24 of file TraceGLES1.java.

Constructor & Destructor Documentation

◆ TraceGLES1()

com.jogamp.opengl.TraceGLES1.TraceGLES1 ( GLES1  downstreamGLES1,
PrintStream  stream 
)

Definition at line 26 of file TraceGLES1.java.

Member Function Documentation

◆ dumpArray()

String com.jogamp.opengl.TraceGLES1.dumpArray ( Object  obj)
protected

Definition at line 3010 of file TraceGLES1.java.

◆ getBoundBuffer()

int com.jogamp.opengl.TraceGLES1.getBoundBuffer ( int  target)
Parameters
targeta GL buffer (VBO) target as used in GL#glBindBuffer(int, int), ie GL#GL_ELEMENT_ARRAY_BUFFER, GL#GL_ARRAY_BUFFER, ..
Returns
the GL buffer name bound to a target via GL#glBindBuffer(int, int) or 0 if unbound.
See also
getBufferStorage(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 40 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getBoundFramebuffer()

int com.jogamp.opengl.TraceGLES1.getBoundFramebuffer ( int  target)

Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int).

Calls GLContext#getBoundFramebuffer(int).

Implements com.jogamp.opengl.GLBase.

Definition at line 45 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getBufferStorage()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES1.getBufferStorage ( int  bufferName)
Parameters
bufferNamea GL buffer name, generated with e.g. GL#glGenBuffers(int, int[], int) and used in GL#glBindBuffer(int, int), GL#glBufferData(int, long, java.nio.Buffer, int) or GL2#glNamedBufferDataEXT(int, long, java.nio.Buffer, int).
Returns
the size of the given GL buffer storage, see GLBufferStorage
See also
getBoundBuffer(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 50 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getContext()

com.jogamp.opengl.GLContext com.jogamp.opengl.TraceGLES1.getContext ( )

Returns the GLContext associated which this GL object.

Implements com.jogamp.opengl.GLBase.

Definition at line 55 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getDefaultDrawBuffer()

int com.jogamp.opengl.TraceGLES1.getDefaultDrawBuffer ( )

Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e.

GL_READ_FRAMEBUFFER​, which will be used as the target (output) for (fragment shader) draw commands, settable via GL2ES2#glDrawBuffers(int, int[], int) or GL2#glDrawBuffer(int).

For offscreen framebuffer objects this is GL#GL_COLOR_ATTACHMENT0, otherwise this is GL#GL_FRONT for non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.

Note-1: Neither ES1 nor ES2 supports selecting the draw buffer at all and GL#GL_BACK is the default.

Note-2: ES3 only supports GL#GL_BACK, GL#GL_NONE or GL#GL_COLOR_ATTACHMENT0+i via GL2ES2#glDrawBuffers(int, int[], int).

Method is only thread-safe while context is made current.

Implements com.jogamp.opengl.GLBase.

Definition at line 60 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getDefaultDrawFramebuffer()

int com.jogamp.opengl.TraceGLES1.getDefaultDrawFramebuffer ( )

Return the default draw framebuffer name.

May differ from it's default zero in case an framebuffer object (com.jogamp.opengl.FBObject) based drawable is being used.

Calls GLContext#getDefaultDrawFramebuffer().

Implements com.jogamp.opengl.GLBase.

Definition at line 65 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getDefaultReadBuffer()

int com.jogamp.opengl.TraceGLES1.getDefaultReadBuffer ( )

Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e.

GL_READ_FRAMEBUFFER​, which will be used as the source for pixel reading commands, like glReadPixels etc.

For offscreen framebuffer objects this is GL#GL_COLOR_ATTACHMENT0, otherwise this is GL#GL_FRONT for non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.

Note-1: Neither ES1 nor ES2 supports selecting the read buffer via glReadBuffer and GL#GL_BACK is the default.

Note-2: ES3 only supports GL#GL_BACK, GL#GL_NONE or GL#GL_COLOR_ATTACHMENT0+i

Note-3: See swapBuffersBeforeRead for read-pixels and swap-buffers implications.

Method is only thread-safe while context is made current.

Implements com.jogamp.opengl.GLBase.

Definition at line 70 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getDefaultReadFramebuffer()

int com.jogamp.opengl.TraceGLES1.getDefaultReadFramebuffer ( )

Return the default read framebuffer name.

May differ from it's default zero in case an framebuffer object (com.jogamp.opengl.FBObject) based drawable is being used.

Calls GLContext#getDefaultReadFramebuffer().

Implements com.jogamp.opengl.GLBase.

Definition at line 75 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getDownstreamGL()

final GL com.jogamp.opengl.TraceGLES1.getDownstreamGL ( ) throws GLException

Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.

See getRootGL() for retrieving the implementing root instance.

Exceptions
GLExceptionif the downstream instance is not null and not a GL implementation
See also
getRootGL()

Implements com.jogamp.opengl.GLBase.

Definition at line 36 of file TraceGLES1.java.

◆ getExtension()

java.lang.Object com.jogamp.opengl.TraceGLES1.getExtension ( java.lang.String  arg0)

Definition at line 80 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getGL()

com.jogamp.opengl.GL com.jogamp.opengl.TraceGLES1.getGL ( )

Casts this object to the GL interface.

Exceptions
GLExceptionif this object is not a GL implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 85 of file TraceGLES1.java.

◆ getGL2()

com.jogamp.opengl.GL2 com.jogamp.opengl.TraceGLES1.getGL2 ( )

Casts this object to the GL2 interface.

Exceptions
GLExceptionif this object is not a GL2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 90 of file TraceGLES1.java.

◆ getGL2ES1()

com.jogamp.opengl.GL2ES1 com.jogamp.opengl.TraceGLES1.getGL2ES1 ( )

Casts this object to the GL2ES1 interface.

Exceptions
GLExceptionif this object is not a GL2ES1 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 95 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getGL2ES2()

com.jogamp.opengl.GL2ES2 com.jogamp.opengl.TraceGLES1.getGL2ES2 ( )

Casts this object to the GL2ES2 interface.

Exceptions
GLExceptionif this object is not a GL2ES2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 101 of file TraceGLES1.java.

◆ getGL2ES3()

com.jogamp.opengl.GL2ES3 com.jogamp.opengl.TraceGLES1.getGL2ES3 ( )

Casts this object to the GL2ES3 interface.

Exceptions
GLExceptionif this object is not a GL2ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 106 of file TraceGLES1.java.

◆ getGL2GL3()

com.jogamp.opengl.GL2GL3 com.jogamp.opengl.TraceGLES1.getGL2GL3 ( )

Casts this object to the GL2GL3 interface.

Exceptions
GLExceptionif this object is not a GL2GL3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 111 of file TraceGLES1.java.

◆ getGL3()

com.jogamp.opengl.GL3 com.jogamp.opengl.TraceGLES1.getGL3 ( )

Casts this object to the GL3 interface.

Exceptions
GLExceptionif this object is not a GL3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 116 of file TraceGLES1.java.

◆ getGL3bc()

com.jogamp.opengl.GL3bc com.jogamp.opengl.TraceGLES1.getGL3bc ( )

Casts this object to the GL3bc interface.

Exceptions
GLExceptionif this object is not a GL3bc implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 126 of file TraceGLES1.java.

◆ getGL3ES3()

com.jogamp.opengl.GL3ES3 com.jogamp.opengl.TraceGLES1.getGL3ES3 ( )

Casts this object to the GL3ES3 interface.

Exceptions
GLExceptionif this object is not a GL3ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 121 of file TraceGLES1.java.

◆ getGL4()

com.jogamp.opengl.GL4 com.jogamp.opengl.TraceGLES1.getGL4 ( )

Casts this object to the GL4 interface.

Exceptions
GLExceptionif this object is not a GL4 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 131 of file TraceGLES1.java.

◆ getGL4bc()

com.jogamp.opengl.GL4bc com.jogamp.opengl.TraceGLES1.getGL4bc ( )

Casts this object to the GL4bc interface.

Exceptions
GLExceptionif this object is not a GL4bc implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 141 of file TraceGLES1.java.

◆ getGL4ES3()

com.jogamp.opengl.GL4ES3 com.jogamp.opengl.TraceGLES1.getGL4ES3 ( )

Casts this object to the GL4ES3 interface.

Exceptions
GLExceptionif this object is not a GL4ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 136 of file TraceGLES1.java.

◆ getGLES1()

com.jogamp.opengl.GLES1 com.jogamp.opengl.TraceGLES1.getGLES1 ( )

Casts this object to the GLES1 interface.

Exceptions
GLExceptionif this object is not a GLES1 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 146 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getGLES2()

com.jogamp.opengl.GLES2 com.jogamp.opengl.TraceGLES1.getGLES2 ( )

Casts this object to the GLES2 interface.

Exceptions
GLExceptionif this object is not a GLES2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 152 of file TraceGLES1.java.

◆ getGLES3()

com.jogamp.opengl.GLES3 com.jogamp.opengl.TraceGLES1.getGLES3 ( )

Casts this object to the GLES3 interface.

Exceptions
GLExceptionif this object is not a GLES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 157 of file TraceGLES1.java.

◆ getGLProfile()

com.jogamp.opengl.GLProfile com.jogamp.opengl.TraceGLES1.getGLProfile ( )

Returns the GLProfile associated with this GL object.

Implements com.jogamp.opengl.GLBase.

Definition at line 162 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getMaxRenderbufferSamples()

int com.jogamp.opengl.TraceGLES1.getMaxRenderbufferSamples ( )

Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.

See also
GLContext::getMaxRenderbufferSamples()

Implements com.jogamp.opengl.GLBase.

Definition at line 167 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getPlatformGLExtensions()

java.lang.Object com.jogamp.opengl.TraceGLES1.getPlatformGLExtensions ( )

Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed.

The data type of the returned object and its associated capabilities are undefined. Most applications will never need to call this method. It is highly recommended that any applications which do call this method perform all accesses on the returned object reflectively to guard themselves against changes to the implementation.

Implements com.jogamp.opengl.GLBase.

Definition at line 172 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getRootGL()

com.jogamp.opengl.GL com.jogamp.opengl.TraceGLES1.getRootGL ( )

Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL().

If this instance is not a wrapping pipeline, i.e. has no downstream instance, this instance is returned.

Exceptions
GLExceptionif the root instance is not a GL implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 177 of file TraceGLES1.java.

Here is the call graph for this function:

◆ getSwapInterval()

int com.jogamp.opengl.TraceGLES1.getSwapInterval ( )

Return the current swap interval.

If the context has not been made current at all, the default value 0 is returned.

For a valid context w/ an <o>onscreen GLDrawable the default value is 1, otherwise the default value is 0.

See also
GLContext::getSwapInterval()
setSwapInterval(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 182 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glActiveTexture()

void com.jogamp.opengl.TraceGLES1.glActiveTexture ( int  texture)

Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB

Implements com.jogamp.opengl.GL.

Definition at line 187 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glAlphaFunc()

void com.jogamp.opengl.TraceGLES1.glAlphaFunc ( int  func,
float  ref 
)

Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM

Implements com.jogamp.opengl.GL2ES1.

Definition at line 195 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glAlphaFuncx()

void com.jogamp.opengl.TraceGLES1.glAlphaFuncx ( int  func,
int  ref 
)

Entry point to C language function: void {@native glAlphaFuncx}(GLenum func, GLclampx ref)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glAlphaFuncxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 203 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBindBuffer()

void com.jogamp.opengl.TraceGLES1.glBindBuffer ( int  target,
int  buffer 
)

Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBindBufferARB

Implements com.jogamp.opengl.GL.

Definition at line 211 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBindFramebuffer()

void com.jogamp.opengl.TraceGLES1.glBindFramebuffer ( int  target,
int  framebuffer 
)

Entry point to C language function: void {@native glBindFramebuffer}(GLenum target, GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glBindFramebufferOES, glBindFramebufferEXT

Implements com.jogamp.opengl.GL.

Definition at line 219 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBindRenderbuffer()

void com.jogamp.opengl.TraceGLES1.glBindRenderbuffer ( int  target,
int  renderbuffer 
)

Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glBindRenderbufferEXT, glBindRenderbufferOES

Implements com.jogamp.opengl.GL.

Definition at line 227 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBindTexture()

void com.jogamp.opengl.TraceGLES1.glBindTexture ( int  target,
int  texture 
)

Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glBindTextureEXT

Implements com.jogamp.opengl.GL.

Definition at line 235 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBindVertexArrayOES()

void com.jogamp.opengl.TraceGLES1.glBindVertexArrayOES ( int  array)

Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

Implements com.jogamp.opengl.GLES1.

Definition at line 243 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBlendEquation()

void com.jogamp.opengl.TraceGLES1.glBlendEquation ( int  mode)

Entry point to C language function: void {@native glBlendEquation}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: glBlendEquationOES, glBlendEquationEXT

Implements com.jogamp.opengl.GL.

Definition at line 251 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBlendEquationSeparate()

void com.jogamp.opengl.TraceGLES1.glBlendEquationSeparate ( int  modeRGB,
int  modeAlpha 
)

Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB, GLenum modeAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT

Implements com.jogamp.opengl.GL.

Definition at line 259 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBlendFunc()

void com.jogamp.opengl.TraceGLES1.glBlendFunc ( int  sfactor,
int  dfactor 
)

Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 267 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBlendFuncSeparate()

void com.jogamp.opengl.TraceGLES1.glBlendFuncSeparate ( int  sfactorRGB,
int  dfactorRGB,
int  sfactorAlpha,
int  dfactorAlpha 
)

Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT

Implements com.jogamp.opengl.GL.

Definition at line 275 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBufferData()

void com.jogamp.opengl.TraceGLES1.glBufferData ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 283 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glBufferSubData()

void com.jogamp.opengl.TraceGLES1.glBufferSubData ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 291 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCheckFramebufferStatus()

int com.jogamp.opengl.TraceGLES1.glCheckFramebufferStatus ( int  target)

Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES

Implements com.jogamp.opengl.GL.

Definition at line 299 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClear()

void com.jogamp.opengl.TraceGLES1.glClear ( int  mask)

Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 308 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearColor()

void com.jogamp.opengl.TraceGLES1.glClearColor ( float  red,
float  green,
float  blue,
float  alpha 
)

Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 316 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearColorx()

void com.jogamp.opengl.TraceGLES1.glClearColorx ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glClearColorx}(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearColorxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 324 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearDepth()

void com.jogamp.opengl.TraceGLES1.glClearDepth ( double  depth)

Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); .

Implements com.jogamp.opengl.GLBase.

Definition at line 332 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearDepthf()

void com.jogamp.opengl.TraceGLES1.glClearDepthf ( float  d)

Entry point to C language function: void {@native glClearDepthf}(GLfloat d)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glClearDepthfOES

Implements com.jogamp.opengl.GL.

Definition at line 340 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearDepthx()

void com.jogamp.opengl.TraceGLES1.glClearDepthx ( int  depth)

Entry point to C language function: void {@native glClearDepthx}(GLclampx depth)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glClearDepthxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 348 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClearStencil()

void com.jogamp.opengl.TraceGLES1.glClearStencil ( int  s)

Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 356 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClientActiveTexture()

void com.jogamp.opengl.TraceGLES1.glClientActiveTexture ( int  texture)

Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB

Implements com.jogamp.opengl.GL2ES1.

Definition at line 364 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanef() [1/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanef ( int  plane,
float[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES

Implements com.jogamp.opengl.GLES1.

Definition at line 372 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanef() [2/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanef ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 380 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanefIMG() [1/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanefIMG ( int  arg0,
float[]  arg1,
int  arg1_offset 
)

Entry point to C language function: void {@native glClipPlanefIMG}(GLenum, const GLfloat * )
Part of GL_IMG_user_clip_plane

Implements com.jogamp.opengl.GLES1.

Definition at line 396 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanefIMG() [2/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanefIMG ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 388 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanex() [1/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanex ( int  plane,
int[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glClipPlanex}(GLenum plane, const GLfixed * equation)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point, GL_IMG_user_clip_plane
Alias for: glClipPlanexOES, glClipPlanexIMG

Implements com.jogamp.opengl.GLES1.

Definition at line 412 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanex() [2/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanex ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 404 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanexIMG() [1/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanexIMG ( int  arg0,
int[]  arg1,
int  arg1_offset 
)

Entry point to C language function: void {@native glClipPlanexIMG}(GLenum, const GLfixed * )
Part of GL_IMG_user_clip_plane

Implements com.jogamp.opengl.GLES1.

Definition at line 428 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glClipPlanexIMG() [2/2]

void com.jogamp.opengl.TraceGLES1.glClipPlanexIMG ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 420 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColor4f()

void com.jogamp.opengl.TraceGLES1.glColor4f ( float  arg0,
float  arg1,
float  arg2,
float  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 436 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColor4ub()

void com.jogamp.opengl.TraceGLES1.glColor4ub ( byte  red,
byte  green,
byte  blue,
byte  alpha 
)

Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 444 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColor4x()

void com.jogamp.opengl.TraceGLES1.glColor4x ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glColor4x}(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glColor4xOES

Implements com.jogamp.opengl.GLES1.

Definition at line 452 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColorMask()

void com.jogamp.opengl.TraceGLES1.glColorMask ( boolean  red,
boolean  green,
boolean  blue,
boolean  alpha 
)

Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 460 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColorPointer() [1/3]

void com.jogamp.opengl.TraceGLES1.glColorPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 468 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColorPointer() [2/3]

void com.jogamp.opengl.TraceGLES1.glColorPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 476 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glColorPointer() [3/3]

void com.jogamp.opengl.TraceGLES1.glColorPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 484 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCompressedTexImage2D() [1/2]

void com.jogamp.opengl.TraceGLES1.glCompressedTexImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 500 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCompressedTexImage2D() [2/2]

void com.jogamp.opengl.TraceGLES1.glCompressedTexImage2D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  border,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexImage2DARB

Implements com.jogamp.opengl.GL.

Definition at line 492 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage2D() [1/2]

void com.jogamp.opengl.TraceGLES1.glCompressedTexSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 508 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage2D() [2/2]

void com.jogamp.opengl.TraceGLES1.glCompressedTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexSubImage2DARB

Implements com.jogamp.opengl.GL.

Definition at line 516 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCopyTexImage2D()

void com.jogamp.opengl.TraceGLES1.glCopyTexImage2D ( int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  height,
int  border 
)

Entry point to C language function: void {@native glCopyTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexImage2DEXT

Implements com.jogamp.opengl.GL.

Definition at line 524 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCopyTexSubImage2D()

void com.jogamp.opengl.TraceGLES1.glCopyTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexSubImage2DEXT

Implements com.jogamp.opengl.GL.

Definition at line 532 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCopyTextureLevelsAPPLE()

void com.jogamp.opengl.TraceGLES1.glCopyTextureLevelsAPPLE ( int  destinationTexture,
int  sourceTexture,
int  sourceBaseLevel,
int  sourceLevelCount 
)

Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels

Implements com.jogamp.opengl.GLES1.

Definition at line 540 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCullFace()

void com.jogamp.opengl.TraceGLES1.glCullFace ( int  mode)

Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 548 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glCurrentPaletteMatrixOES()

void com.jogamp.opengl.TraceGLES1.glCurrentPaletteMatrixOES ( int  matrixpaletteindex)

Entry point to C language function: void {@native glCurrentPaletteMatrixOES}(GLuint matrixpaletteindex)
Part of GL_OES_matrix_palette

Implements com.jogamp.opengl.GLES1.

Definition at line 556 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteBuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glDeleteBuffers ( int  n,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glDeleteBuffersARB

Implements com.jogamp.opengl.GL.

Definition at line 564 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteBuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glDeleteBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 572 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteFramebuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glDeleteFramebuffers ( int  n,
int[]  framebuffers,
int  framebuffers_offset 
)

Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT

Implements com.jogamp.opengl.GL.

Definition at line 588 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteFramebuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glDeleteFramebuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 580 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteRenderbuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glDeleteRenderbuffers ( int  n,
int[]  renderbuffers,
int  renderbuffers_offset 
)

Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT

Implements com.jogamp.opengl.GL.

Definition at line 596 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteRenderbuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glDeleteRenderbuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 604 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteTextures() [1/2]

void com.jogamp.opengl.TraceGLES1.glDeleteTextures ( int  n,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glDeleteTexturesEXT

Implements com.jogamp.opengl.GL.

Definition at line 620 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteTextures() [2/2]

void com.jogamp.opengl.TraceGLES1.glDeleteTextures ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 612 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteVertexArraysOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glDeleteVertexArraysOES ( int  n,
int[]  arrays,
int  arrays_offset 
)

Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object

Implements com.jogamp.opengl.GLES1.

Definition at line 628 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDeleteVertexArraysOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glDeleteVertexArraysOES ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 636 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDepthFunc()

void com.jogamp.opengl.TraceGLES1.glDepthFunc ( int  func)

Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 644 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDepthMask()

void com.jogamp.opengl.TraceGLES1.glDepthMask ( boolean  flag)

Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 652 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDepthRange()

void com.jogamp.opengl.TraceGLES1.glDepthRange ( double  zNear,
double  zFar 
)

Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); .

Implements com.jogamp.opengl.GLBase.

Definition at line 660 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDepthRangef()

void com.jogamp.opengl.TraceGLES1.glDepthRangef ( float  n,
float  f 
)

Entry point to C language function: void {@native glDepthRangef}(GLfloat n, GLfloat f)
Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
Alias for: glDepthRangefOES

Implements com.jogamp.opengl.GL.

Definition at line 668 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDepthRangex()

void com.jogamp.opengl.TraceGLES1.glDepthRangex ( int  zNear,
int  zFar 
)

Entry point to C language function: void {@native glDepthRangex}(GLclampx zNear, GLclampx zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glDepthRangexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 676 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDisable()

void com.jogamp.opengl.TraceGLES1.glDisable ( int  cap)

Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 684 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDisableClientState()

void com.jogamp.opengl.TraceGLES1.glDisableClientState ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 692 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDisableDriverControlQCOM()

void com.jogamp.opengl.TraceGLES1.glDisableDriverControlQCOM ( int  driverControl)

Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

Implements com.jogamp.opengl.GLES1.

Definition at line 700 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDiscardFramebufferEXT() [1/2]

void com.jogamp.opengl.TraceGLES1.glDiscardFramebufferEXT ( int  target,
int  numAttachments,
int[]  attachments,
int  attachments_offset 
)

Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer

Implements com.jogamp.opengl.GLES1.

Definition at line 708 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDiscardFramebufferEXT() [2/2]

void com.jogamp.opengl.TraceGLES1.glDiscardFramebufferEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 716 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawArrays()

void com.jogamp.opengl.TraceGLES1.glDrawArrays ( int  mode,
int  first,
int  count 
)

Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first, GLsizei count)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glDrawArraysEXT

Implements com.jogamp.opengl.GL.

Definition at line 724 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawElements() [1/2]

void com.jogamp.opengl.TraceGLES1.glDrawElements ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 740 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawElements() [2/2]

void com.jogamp.opengl.TraceGLES1.glDrawElements ( int  mode,
int  count,
int  type,
long  indices_buffer_offset 
)

Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1

Implements com.jogamp.opengl.GL.

Definition at line 732 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexfOES()

void com.jogamp.opengl.TraceGLES1.glDrawTexfOES ( float  x,
float  y,
float  z,
float  width,
float  height 
)

Entry point to C language function: void {@native glDrawTexfOES}(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 748 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexfvOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexfvOES ( float[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glDrawTexfvOES}(const GLfloat * coords)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 756 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexfvOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexfvOES ( java.nio.FloatBuffer  arg0)

Definition at line 764 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexiOES()

void com.jogamp.opengl.TraceGLES1.glDrawTexiOES ( int  x,
int  y,
int  z,
int  width,
int  height 
)

Entry point to C language function: void {@native glDrawTexiOES}(GLint x, GLint y, GLint z, GLint width, GLint height)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 772 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexivOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexivOES ( int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glDrawTexivOES}(const GLint * coords)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 788 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexivOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexivOES ( java.nio.IntBuffer  arg0)

Definition at line 780 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexsOES()

void com.jogamp.opengl.TraceGLES1.glDrawTexsOES ( short  x,
short  y,
short  z,
short  width,
short  height 
)

Entry point to C language function: void {@native glDrawTexsOES}(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 796 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexsvOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexsvOES ( java.nio.ShortBuffer  arg0)

Definition at line 804 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexsvOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexsvOES ( short[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glDrawTexsvOES}(const GLshort * coords)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 812 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexxOES()

void com.jogamp.opengl.TraceGLES1.glDrawTexxOES ( int  x,
int  y,
int  z,
int  width,
int  height 
)

Entry point to C language function: void {@native glDrawTexxOES}(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 820 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexxvOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexxvOES ( int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glDrawTexxvOES}(const GLfixed * coords)
Part of GL_OES_draw_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 828 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glDrawTexxvOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glDrawTexxvOES ( java.nio.IntBuffer  arg0)

Definition at line 836 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEGLImageTargetRenderbufferStorageOES()

void com.jogamp.opengl.TraceGLES1.glEGLImageTargetRenderbufferStorageOES ( int  target,
long  image 
)

Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

Implements com.jogamp.opengl.GLES1.

Definition at line 844 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEGLImageTargetTexture2DOES()

void com.jogamp.opengl.TraceGLES1.glEGLImageTargetTexture2DOES ( int  target,
long  image 
)

Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image

Implements com.jogamp.opengl.GLES1.

Definition at line 852 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEnable()

void com.jogamp.opengl.TraceGLES1.glEnable ( int  cap)

Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 860 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEnableClientState()

void com.jogamp.opengl.TraceGLES1.glEnableClientState ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 868 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEnableDriverControlQCOM()

void com.jogamp.opengl.TraceGLES1.glEnableDriverControlQCOM ( int  driverControl)

Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control

Implements com.jogamp.opengl.GLES1.

Definition at line 876 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glEndTilingQCOM()

void com.jogamp.opengl.TraceGLES1.glEndTilingQCOM ( int  preserveMask)

Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

Implements com.jogamp.opengl.GLES1.

Definition at line 884 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetBufferPointervQCOM()

void com.jogamp.opengl.TraceGLES1.glExtGetBufferPointervQCOM ( int  arg0,
com.jogamp.common.nio.PointerBuffer  arg1 
)

Definition at line 892 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetBuffersQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetBuffersQCOM ( int[]  buffers,
int  buffers_offset,
int  maxBuffers,
int[]  numBuffers,
int  numBuffers_offset 
)

Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 900 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetBuffersQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetBuffersQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 908 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetFramebuffersQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetFramebuffersQCOM ( int[]  framebuffers,
int  framebuffers_offset,
int  maxFramebuffers,
int[]  numFramebuffers,
int  numFramebuffers_offset 
)

Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 916 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetFramebuffersQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetFramebuffersQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 924 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetProgramBinarySourceQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetProgramBinarySourceQCOM ( int  program,
int  shadertype,
byte[]  source,
int  source_offset,
int[]  length,
int  length_offset 
)

Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2

Implements com.jogamp.opengl.GLES1.

Definition at line 932 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetProgramBinarySourceQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetProgramBinarySourceQCOM ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 940 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetProgramsQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetProgramsQCOM ( int[]  programs,
int  programs_offset,
int  maxPrograms,
int[]  numPrograms,
int  numPrograms_offset 
)

Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2

Implements com.jogamp.opengl.GLES1.

Definition at line 948 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetProgramsQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetProgramsQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 956 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetRenderbuffersQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetRenderbuffersQCOM ( int[]  renderbuffers,
int  renderbuffers_offset,
int  maxRenderbuffers,
int[]  numRenderbuffers,
int  numRenderbuffers_offset 
)

Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 964 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetRenderbuffersQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetRenderbuffersQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 972 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetShadersQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetShadersQCOM ( int[]  shaders,
int  shaders_offset,
int  maxShaders,
int[]  numShaders,
int  numShaders_offset 
)

Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2

Implements com.jogamp.opengl.GLES1.

Definition at line 980 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetShadersQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetShadersQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 988 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetTexLevelParameterivQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetTexLevelParameterivQCOM ( int  texture,
int  face,
int  level,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 996 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetTexLevelParameterivQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetTexLevelParameterivQCOM ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 1004 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetTexSubImageQCOM()

void com.jogamp.opengl.TraceGLES1.glExtGetTexSubImageQCOM ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 1012 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetTexturesQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glExtGetTexturesQCOM ( int[]  textures,
int  textures_offset,
int  maxTextures,
int[]  numTextures,
int  numTextures_offset 
)

Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 1020 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtGetTexturesQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glExtGetTexturesQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1028 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtIsProgramBinaryQCOM()

boolean com.jogamp.opengl.TraceGLES1.glExtIsProgramBinaryQCOM ( int  program)

Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program)
Part of GL_QCOM_extended_get2

Implements com.jogamp.opengl.GLES1.

Definition at line 1036 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glExtTexObjectStateOverrideiQCOM()

void com.jogamp.opengl.TraceGLES1.glExtTexObjectStateOverrideiQCOM ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get

Implements com.jogamp.opengl.GLES1.

Definition at line 1045 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFinish()

void com.jogamp.opengl.TraceGLES1.glFinish ( )

Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1053 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFlush()

void com.jogamp.opengl.TraceGLES1.glFlush ( )

Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1061 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFlushMappedBufferRange()

void com.jogamp.opengl.TraceGLES1.glFlushMappedBufferRange ( int  target,
long  offset,
long  length 
)

Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE

Implements com.jogamp.opengl.GL.

Definition at line 1069 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogf()

void com.jogamp.opengl.TraceGLES1.glFogf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1077 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glFogfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1093 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glFogfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 1085 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogx()

void com.jogamp.opengl.TraceGLES1.glFogx ( int  pname,
int  param 
)

Entry point to C language function: void {@native glFogx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1101 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glFogxv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glFogxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFogxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1109 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFogxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glFogxv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1117 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFramebufferRenderbuffer()

void com.jogamp.opengl.TraceGLES1.glFramebufferRenderbuffer ( int  target,
int  attachment,
int  renderbuffertarget,
int  renderbuffer 
)

Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT

Implements com.jogamp.opengl.GL.

Definition at line 1125 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFramebufferTexture2D()

void com.jogamp.opengl.TraceGLES1.glFramebufferTexture2D ( int  target,
int  attachment,
int  textarget,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES

Implements com.jogamp.opengl.GL.

Definition at line 1133 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFramebufferTexture2DMultisampleEXT()

void com.jogamp.opengl.TraceGLES1.glFramebufferTexture2DMultisampleEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5 
)

Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_EXT_multisampled_render_to_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 1141 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFramebufferTexture2DMultisampleIMG()

void com.jogamp.opengl.TraceGLES1.glFramebufferTexture2DMultisampleIMG ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5 
)

Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 1149 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFrontFace()

void com.jogamp.opengl.TraceGLES1.glFrontFace ( int  mode)

Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1157 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFrustum()

void com.jogamp.opengl.TraceGLES1.glFrustum ( double  arg0,
double  arg1,
double  arg2,
double  arg3,
double  arg4,
double  arg5 
)

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1165 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFrustumf()

void com.jogamp.opengl.TraceGLES1.glFrustumf ( float  left,
float  right,
float  bottom,
float  top,
float  zNear,
float  zFar 
)

Multiply the current matrix with the frustum matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1173 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glFrustumx()

void com.jogamp.opengl.TraceGLES1.glFrustumx ( int  left,
int  right,
int  bottom,
int  top,
int  zNear,
int  zFar 
)

Entry point to C language function: void {@native glFrustumx}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glFrustumxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1181 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenBuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glGenBuffers ( int  n,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGenBuffersARB

Implements com.jogamp.opengl.GL.

Definition at line 1189 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenBuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glGenBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1197 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenerateMipmap()

void com.jogamp.opengl.TraceGLES1.glGenerateMipmap ( int  target)

Entry point to C language function: void {@native glGenerateMipmap}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenerateMipmapOES, glGenerateMipmapEXT

Implements com.jogamp.opengl.GL.

Definition at line 1269 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenFramebuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glGenFramebuffers ( int  n,
int[]  framebuffers,
int  framebuffers_offset 
)

Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenFramebuffersOES, glGenFramebuffersEXT

Implements com.jogamp.opengl.GL.

Definition at line 1213 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenFramebuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glGenFramebuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1205 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenRenderbuffers() [1/2]

void com.jogamp.opengl.TraceGLES1.glGenRenderbuffers ( int  n,
int[]  renderbuffers,
int  renderbuffers_offset 
)

Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES

Implements com.jogamp.opengl.GL.

Definition at line 1229 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenRenderbuffers() [2/2]

void com.jogamp.opengl.TraceGLES1.glGenRenderbuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1221 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenTextures() [1/2]

void com.jogamp.opengl.TraceGLES1.glGenTextures ( int  n,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glGenTexturesEXT

Implements com.jogamp.opengl.GL.

Definition at line 1237 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenTextures() [2/2]

void com.jogamp.opengl.TraceGLES1.glGenTextures ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1245 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenVertexArraysOES() [1/2]

void com.jogamp.opengl.TraceGLES1.glGenVertexArraysOES ( int  n,
int[]  arrays,
int  arrays_offset 
)

Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object

Implements com.jogamp.opengl.GLES1.

Definition at line 1261 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGenVertexArraysOES() [2/2]

void com.jogamp.opengl.TraceGLES1.glGenVertexArraysOES ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1253 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetBooleanv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetBooleanv ( int  pname,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1285 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetBooleanv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetBooleanv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 1277 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetBufferParameteriv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetBufferParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGetBufferParameterivARB

Implements com.jogamp.opengl.GL.

Definition at line 1301 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetBufferParameteriv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetBufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1293 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetClipPlanef() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetClipPlanef ( int  pname,
float[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glGetClipPlanef}(GLenum pname, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1317 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetClipPlanef() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetClipPlanef ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 1309 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetClipPlanex() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetClipPlanex ( int  pname,
int[]  eqn,
int  eqn_offset 
)

Entry point to C language function: void {@native glGetClipPlanex}(GLenum pname, GLfixed * eqn)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetClipPlanexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1325 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetClipPlanex() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetClipPlanex ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1333 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetDriverControlsQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetDriverControlsQCOM ( int[]  num,
int  num_offset,
int  size,
int[]  driverControls,
int  driverControls_offset 
)

Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control

Implements com.jogamp.opengl.GLES1.

Definition at line 1357 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetDriverControlsQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetDriverControlsQCOM ( java.nio.IntBuffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1365 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetDriverControlStringQCOM() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetDriverControlStringQCOM ( int  driverControl,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  driverControlString,
int  driverControlString_offset 
)

Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control

Implements com.jogamp.opengl.GLES1.

Definition at line 1341 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetDriverControlStringQCOM() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetDriverControlStringQCOM ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 1349 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetError()

int com.jogamp.opengl.TraceGLES1.glGetError ( )

Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1373 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFixedv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetFixedv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFixedv}(GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetFixedvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1390 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFixedv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetFixedv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1382 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFloatv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetFloatv ( int  pname,
float[]  params,
int  params_offset 
)

Copy the named matrix to the given storage at offset.

Parameters
pnameGL_MODELVIEW_MATRIX, GL_PROJECTION_MATRIX or GL_TEXTURE_MATRIX
paramsstorage
params_offsetstorage offset

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1406 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFloatv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetFloatv ( int  pname,
java.nio.FloatBuffer  params 
)

Copy the named matrix into the given storage.

Parameters
pnameGL_MODELVIEW_MATRIX, GL_PROJECTION_MATRIX or GL_TEXTURE_MATRIX
paramsthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1398 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFramebufferAttachmentParameteriv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetFramebufferAttachmentParameteriv ( int  target,
int  attachment,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES

Implements com.jogamp.opengl.GL.

Definition at line 1422 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetFramebufferAttachmentParameteriv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetFramebufferAttachmentParameteriv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 1414 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetGraphicsResetStatus()

int com.jogamp.opengl.TraceGLES1.glGetGraphicsResetStatus ( )

Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR

Implements com.jogamp.opengl.GL.

Definition at line 1430 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetIntegerv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetIntegerv ( int  arg0,
int[]  arg1,
int  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1447 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetIntegerv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetIntegerv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1439 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetLightfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetLightfv ( int  light,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1463 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetLightfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetLightfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1455 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetLightxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetLightxv ( int  light,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetLightxv}(GLenum light, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetLightxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1479 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetLightxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetLightxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1471 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetMaterialfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetMaterialfv ( int  face,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1495 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetMaterialfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetMaterialfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1487 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetMaterialxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetMaterialxv ( int  face,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMaterialxv}(GLenum face, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetMaterialxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1503 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetMaterialxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetMaterialxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1511 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetnUniformfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetnUniformfv ( int  program,
int  location,
int  bufSize,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB

Implements com.jogamp.opengl.GL.

Definition at line 1688 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetnUniformfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetnUniformfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 1696 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetnUniformiv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetnUniformiv ( int  program,
int  location,
int  bufSize,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR

Implements com.jogamp.opengl.GL.

Definition at line 1704 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetnUniformiv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetnUniformiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 1712 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetRenderbufferParameteriv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetRenderbufferParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES

Implements com.jogamp.opengl.GL.

Definition at line 1527 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetRenderbufferParameteriv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetRenderbufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1519 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetString()

java.lang.String com.jogamp.opengl.TraceGLES1.glGetString ( int  name)

Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1535 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnvfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnvfv ( int  tenv,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1552 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnvfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnvfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1544 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnviv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnviv ( int  tenv,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1560 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnviv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnviv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1568 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnvxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnvxv ( int  tenv,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexEnvxv}(GLenum tenv, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexEnvxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1584 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexEnvxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexEnvxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1576 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGenfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGenfv ( int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1600 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGenfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGenfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1592 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGeniv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGeniv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1608 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGeniv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGeniv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1616 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGenxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGenxv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGenxv}(GLenum coord, GLenum pname, GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glGetTexGenxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1632 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexGenxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexGenxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1624 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameterfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1640 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameterfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1648 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameteriv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1656 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameteriv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1664 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameterxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameterxv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameterxv}(GLenum target, GLenum pname, GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glGetTexParameterxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1680 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glGetTexParameterxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glGetTexParameterxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1672 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glHint()

void com.jogamp.opengl.TraceGLES1.glHint ( int  target,
int  mode 
)

Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
Alias for: glHintPGI

Implements com.jogamp.opengl.GL.

Definition at line 1720 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsBuffer()

boolean com.jogamp.opengl.TraceGLES1.glIsBuffer ( int  buffer)

Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glIsBufferARB

Implements com.jogamp.opengl.GL.

Definition at line 1728 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsEnabled()

boolean com.jogamp.opengl.TraceGLES1.glIsEnabled ( int  cap)

Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1737 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsFramebuffer()

boolean com.jogamp.opengl.TraceGLES1.glIsFramebuffer ( int  framebuffer)

Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glIsFramebufferEXT, glIsFramebufferOES

Implements com.jogamp.opengl.GL.

Definition at line 1746 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsRenderbuffer()

boolean com.jogamp.opengl.TraceGLES1.glIsRenderbuffer ( int  renderbuffer)

Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glIsRenderbufferOES, glIsRenderbufferEXT

Implements com.jogamp.opengl.GL.

Definition at line 1755 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsTexture()

boolean com.jogamp.opengl.TraceGLES1.glIsTexture ( int  texture)

Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glIsTextureEXT

Implements com.jogamp.opengl.GL.

Definition at line 1764 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glIsVertexArrayOES()

boolean com.jogamp.opengl.TraceGLES1.glIsVertexArrayOES ( int  array)

Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object

Implements com.jogamp.opengl.GLES1.

Definition at line 1773 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightf()

void com.jogamp.opengl.TraceGLES1.glLightf ( int  light,
int  pname,
float  param 
)

Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1830 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glLightfv ( int  arg0,
int  arg1,
float[]  arg2,
int  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 1846 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glLightfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 1838 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelf()

void com.jogamp.opengl.TraceGLES1.glLightModelf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1782 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glLightModelfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1798 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glLightModelfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 1790 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelx()

void com.jogamp.opengl.TraceGLES1.glLightModelx ( int  pname,
int  param 
)

Entry point to C language function: void {@native glLightModelx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1806 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glLightModelxv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightModelxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightModelxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1814 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightModelxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glLightModelxv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 1822 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightx()

void com.jogamp.opengl.TraceGLES1.glLightx ( int  light,
int  pname,
int  param 
)

Entry point to C language function: void {@native glLightx}(GLenum light, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1854 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glLightxv ( int  light,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightxv}(GLenum light, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLightxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1870 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLightxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glLightxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1862 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLineWidth()

void com.jogamp.opengl.TraceGLES1.glLineWidth ( float  width)

Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1878 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLineWidthx()

void com.jogamp.opengl.TraceGLES1.glLineWidthx ( int  width)

Entry point to C language function: void {@native glLineWidthx}(GLfixed width)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLineWidthxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1886 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadIdentity()

void com.jogamp.opengl.TraceGLES1.glLoadIdentity ( )

Load the current matrix with the identity matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1894 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadMatrixf() [1/2]

void com.jogamp.opengl.TraceGLES1.glLoadMatrixf ( float[]  m,
int  m_offset 
)

Load the current matrix w/ the provided one.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1910 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadMatrixf() [2/2]

void com.jogamp.opengl.TraceGLES1.glLoadMatrixf ( java.nio.FloatBuffer  m)

Load the current matrix w/ the provided one.

Parameters
paramsthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 1902 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadMatrixx() [1/2]

void com.jogamp.opengl.TraceGLES1.glLoadMatrixx ( int[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glLoadMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glLoadMatrixxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1926 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadMatrixx() [2/2]

void com.jogamp.opengl.TraceGLES1.glLoadMatrixx ( java.nio.IntBuffer  arg0)

Definition at line 1918 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLoadPaletteFromModelViewMatrixOES()

void com.jogamp.opengl.TraceGLES1.glLoadPaletteFromModelViewMatrixOES ( )

Entry point to C language function: void {@native glLoadPaletteFromModelViewMatrixOES}()
Part of GL_OES_matrix_palette

Implements com.jogamp.opengl.GLES1.

Definition at line 1934 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glLogicOp()

void com.jogamp.opengl.TraceGLES1.glLogicOp ( int  opcode)

Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1942 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMapBuffer()

java.nio.ByteBuffer com.jogamp.opengl.TraceGLES1.glMapBuffer ( int  target,
int  access 
)

Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access)
Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glMapBufferOES, glMapBufferARB

Throws a GLException if GL-function constraints are not met.

Returns GL#mapBuffer(int, int)'s GLBufferStorage#getMappedBuffer().

Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GL.

Definition at line 1950 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMapBufferRange()

java.nio.ByteBuffer com.jogamp.opengl.TraceGLES1.glMapBufferRange ( int  target,
long  offset,
long  length,
int  access 
)

Entry point to C language function: void * {@native glMapBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: glMapBufferRangeEXT

Throws a GLException if GL-function constraints are not met.

Returns GL#mapBufferRange(int, long, long, int)'s GLBufferStorage#getMappedBuffer().

Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GL.

Definition at line 1959 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialf()

void com.jogamp.opengl.TraceGLES1.glMaterialf ( int  arg0,
int  arg1,
float  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 1968 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glMaterialfv ( int  arg0,
int  arg1,
float[]  arg2,
int  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 1976 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glMaterialfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 1984 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialx()

void com.jogamp.opengl.TraceGLES1.glMaterialx ( int  face,
int  pname,
int  param 
)

Entry point to C language function: void {@native glMaterialx}(GLenum face, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 1992 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glMaterialxv ( int  face,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMaterialxv}(GLenum face, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMaterialxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2008 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMaterialxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glMaterialxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2000 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMatrixIndexPointerOES()

void com.jogamp.opengl.TraceGLES1.glMatrixIndexPointerOES ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 2016 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMatrixMode()

void com.jogamp.opengl.TraceGLES1.glMatrixMode ( int  mode)

Sets the current matrix mode.

Parameters
modeGL_MODELVIEW, GL_PROJECTION or GL_TEXTURE.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2024 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultiTexCoord4f()

void com.jogamp.opengl.TraceGLES1.glMultiTexCoord4f ( int  target,
float  s,
float  t,
float  r,
float  q 
)

Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_ES_CM, GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fARB

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2064 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultiTexCoord4x()

void com.jogamp.opengl.TraceGLES1.glMultiTexCoord4x ( int  target,
int  s,
int  t,
int  r,
int  q 
)

Entry point to C language function: void {@native glMultiTexCoord4x}(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultiTexCoord4xOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2072 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultMatrixf() [1/2]

void com.jogamp.opengl.TraceGLES1.glMultMatrixf ( float[]  m,
int  m_offset 
)

Multiply the current matrix: [c] = [c] x [m].

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2040 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultMatrixf() [2/2]

void com.jogamp.opengl.TraceGLES1.glMultMatrixf ( java.nio.FloatBuffer  m)

Multiply the current matrix: [c] = [c] x [m].

Parameters
mthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2032 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultMatrixx() [1/2]

void com.jogamp.opengl.TraceGLES1.glMultMatrixx ( int[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMultMatrixx}(const GLfixed * m)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glMultMatrixxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2056 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glMultMatrixx() [2/2]

void com.jogamp.opengl.TraceGLES1.glMultMatrixx ( java.nio.IntBuffer  arg0)

Definition at line 2048 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glNormal3f()

void com.jogamp.opengl.TraceGLES1.glNormal3f ( float  nx,
float  ny,
float  nz 
)

Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2080 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glNormal3x()

void com.jogamp.opengl.TraceGLES1.glNormal3x ( int  nx,
int  ny,
int  nz 
)

Entry point to C language function: void {@native glNormal3x}(GLfixed nx, GLfixed ny, GLfixed nz)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glNormal3xOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2088 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glNormalPointer() [1/3]

void com.jogamp.opengl.TraceGLES1.glNormalPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 2112 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glNormalPointer() [2/3]

void com.jogamp.opengl.TraceGLES1.glNormalPointer ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2096 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glNormalPointer() [3/3]

void com.jogamp.opengl.TraceGLES1.glNormalPointer ( int  arg0,
int  arg1,
long  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2104 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glOrtho()

void com.jogamp.opengl.TraceGLES1.glOrtho ( double  arg0,
double  arg1,
double  arg2,
double  arg3,
double  arg4,
double  arg5 
)

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2120 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glOrthof()

void com.jogamp.opengl.TraceGLES1.glOrthof ( float  left,
float  right,
float  bottom,
float  top,
float  zNear,
float  zFar 
)

Multiply the current matrix with the orthogonal matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2128 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glOrthox()

void com.jogamp.opengl.TraceGLES1.glOrthox ( int  left,
int  right,
int  bottom,
int  top,
int  zNear,
int  zFar 
)

Entry point to C language function: void {@native glOrthox}(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glOrthoxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2136 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPixelStorei()

void com.jogamp.opengl.TraceGLES1.glPixelStorei ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2144 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterf()

void com.jogamp.opengl.TraceGLES1.glPointParameterf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glPointParameterf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_EXT_point_parameters, GL_ARB_point_parameters, GL_SGIS_point_parameters
Alias for: glPointParameterfEXT, glPointParameterfARB, glPointParameterfSGIS

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2152 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glPointParameterfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPointParameterfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2160 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glPointParameterfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 2168 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterx()

void com.jogamp.opengl.TraceGLES1.glPointParameterx ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPointParameterx}(GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2176 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glPointParameterxv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPointParameterxv}(GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointParameterxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2184 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointParameterxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glPointParameterxv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 2192 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointSize()

void com.jogamp.opengl.TraceGLES1.glPointSize ( float  size)

Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2200 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointSizePointerOES()

void com.jogamp.opengl.TraceGLES1.glPointSizePointerOES ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 2208 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPointSizex()

void com.jogamp.opengl.TraceGLES1.glPointSizex ( int  size)

Entry point to C language function: void {@native glPointSizex}(GLfixed size)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPointSizexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2216 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPolygonOffset()

void com.jogamp.opengl.TraceGLES1.glPolygonOffset ( float  factor,
float  units 
)

Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor, GLfloat units)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
Alias for: glPolygonOffsetEXT

Implements com.jogamp.opengl.GL.

Definition at line 2224 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPolygonOffsetx()

void com.jogamp.opengl.TraceGLES1.glPolygonOffsetx ( int  factor,
int  units 
)

Entry point to C language function: void {@native glPolygonOffsetx}(GLfixed factor, GLfixed units)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glPolygonOffsetxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2232 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPopMatrix()

void com.jogamp.opengl.TraceGLES1.glPopMatrix ( )

Pop the current matrix from it's stack.

See also
glPushMatrix()

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2240 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glPushMatrix()

void com.jogamp.opengl.TraceGLES1.glPushMatrix ( )

Push the current matrix to it's stack, while preserving it's values.

There exist one stack per matrix mode, i.e. GL_MODELVIEW, GL_PROJECTION and GL_TEXTURE.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2248 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glQueryMatrixxOES() [1/2]

int com.jogamp.opengl.TraceGLES1.glQueryMatrixxOES ( int[]  mantissa,
int  mantissa_offset,
int[]  exponent,
int  exponent_offset 
)

Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

Implements com.jogamp.opengl.GLES1.

Definition at line 2256 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glQueryMatrixxOES() [2/2]

int com.jogamp.opengl.TraceGLES1.glQueryMatrixxOES ( java.nio.IntBuffer  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 2265 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glReadnPixels()

void com.jogamp.opengl.TraceGLES1.glReadnPixels ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2290 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glReadPixels() [1/2]

void com.jogamp.opengl.TraceGLES1.glReadPixels ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 2282 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glReadPixels() [2/2]

void com.jogamp.opengl.TraceGLES1.glReadPixels ( int  x,
int  y,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2274 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRenderbufferStorage()

void com.jogamp.opengl.TraceGLES1.glRenderbufferStorage ( int  target,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES

Implements com.jogamp.opengl.GL.

Definition at line 2298 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisample()

void com.jogamp.opengl.TraceGLES1.glRenderbufferStorageMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV

Implements com.jogamp.opengl.GL.

Definition at line 2306 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisampleEXT()

void com.jogamp.opengl.TraceGLES1.glRenderbufferStorageMultisampleEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample

Implements com.jogamp.opengl.GLES1.

Definition at line 2314 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisampleIMG()

void com.jogamp.opengl.TraceGLES1.glRenderbufferStorageMultisampleIMG ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum, GLsizei, GLenum, GLsizei, GLsizei)
Part of GL_IMG_multisampled_render_to_texture

Implements com.jogamp.opengl.GLES1.

Definition at line 2322 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glResolveMultisampleFramebuffer()

void com.jogamp.opengl.TraceGLES1.glResolveMultisampleFramebuffer ( )

Entry point to C language function: void {@native glResolveMultisampleFramebuffer}()
Part of GL_APPLE_framebuffer_multisample
Alias for: glResolveMultisampleFramebufferAPPLE

Implements com.jogamp.opengl.GLES1.

Definition at line 2330 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRotatef()

void com.jogamp.opengl.TraceGLES1.glRotatef ( float  angle,
float  x,
float  y,
float  z 
)

Rotate the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2338 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glRotatex()

void com.jogamp.opengl.TraceGLES1.glRotatex ( int  angle,
int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glRotatex}(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glRotatexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2346 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glSampleCoverage()

void com.jogamp.opengl.TraceGLES1.glSampleCoverage ( float  value,
boolean  invert 
)

Entry point to C language function: void {@native glSampleCoverage}(GLfloat value, GLboolean invert)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
Alias for: glSampleCoverageARB, glSampleCoverageOES

Implements com.jogamp.opengl.GL.

Definition at line 2354 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glSampleCoveragex()

void com.jogamp.opengl.TraceGLES1.glSampleCoveragex ( int  value,
boolean  invert 
)

Entry point to C language function: void {@native glSampleCoveragex}(GLclampx value, GLboolean invert)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glSampleCoveragexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2362 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glScalef()

void com.jogamp.opengl.TraceGLES1.glScalef ( float  x,
float  y,
float  z 
)

Scale the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2370 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glScalex()

void com.jogamp.opengl.TraceGLES1.glScalex ( int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glScalex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glScalexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2378 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glScissor()

void com.jogamp.opengl.TraceGLES1.glScissor ( int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2386 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glShadeModel()

void com.jogamp.opengl.TraceGLES1.glShadeModel ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 2394 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glStartTilingQCOM()

void com.jogamp.opengl.TraceGLES1.glStartTilingQCOM ( int  x,
int  y,
int  width,
int  height,
int  preserveMask 
)

Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering

Implements com.jogamp.opengl.GLES1.

Definition at line 2402 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glStencilFunc()

void com.jogamp.opengl.TraceGLES1.glStencilFunc ( int  func,
int  ref,
int  mask 
)

Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2410 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glStencilMask()

void com.jogamp.opengl.TraceGLES1.glStencilMask ( int  mask)

Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2418 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glStencilOp()

void com.jogamp.opengl.TraceGLES1.glStencilOp ( int  fail,
int  zfail,
int  zpass 
)

Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2426 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [1/3]

void com.jogamp.opengl.TraceGLES1.glTexCoordPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 2434 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [2/3]

void com.jogamp.opengl.TraceGLES1.glTexCoordPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2442 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [3/3]

void com.jogamp.opengl.TraceGLES1.glTexCoordPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2450 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvf()

void com.jogamp.opengl.TraceGLES1.glTexEnvf ( int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2458 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexEnvfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2474 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexEnvfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 2466 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvi()

void com.jogamp.opengl.TraceGLES1.glTexEnvi ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2482 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnviv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexEnviv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2490 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnviv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexEnviv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2498 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvx()

void com.jogamp.opengl.TraceGLES1.glTexEnvx ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexEnvx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2506 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexEnvxv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexEnvxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexEnvxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2522 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexEnvxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexEnvxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2514 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenf()

void com.jogamp.opengl.TraceGLES1.glTexGenf ( int  coord,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2530 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexGenfv ( int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2546 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexGenfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 2538 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGeni()

void com.jogamp.opengl.TraceGLES1.glTexGeni ( int  coord,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2554 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGeniv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexGeniv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2562 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGeniv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexGeniv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2570 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenx()

void com.jogamp.opengl.TraceGLES1.glTexGenx ( int  coord,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexGenx}(GLenum coord, GLenum pname, GLfixed param)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2578 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexGenxv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGenxv}(GLenum coord, GLenum pname, const GLfixed * params)
Part of GL_OES_fixed_point, GL_OES_texture_cube_map
Alias for: glTexGenxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2594 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexGenxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexGenxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2586 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexImage2D() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2602 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexImage2D() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexImage2D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2610 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterf()

void com.jogamp.opengl.TraceGLES1.glTexParameterf ( int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2618 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterfv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2626 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterfv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 2634 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameteri()

void com.jogamp.opengl.TraceGLES1.glTexParameteri ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2642 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameteriv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2658 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameteriv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2650 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterx()

void com.jogamp.opengl.TraceGLES1.glTexParameterx ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexParameterx}(GLenum target, GLenum pname, GLfixed param)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2666 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterxv() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexParameterxv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameterxv}(GLenum target, GLenum pname, const GLfixed * params)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTexParameterxvOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2674 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexParameterxv() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexParameterxv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2682 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexStorage1D()

void com.jogamp.opengl.TraceGLES1.glTexStorage1D ( int  target,
int  levels,
int  internalformat,
int  width 
)

Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
Alias for: glTexStorage1DEXT

Implements com.jogamp.opengl.GL.

Definition at line 2690 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexStorage2D()

void com.jogamp.opengl.TraceGLES1.glTexStorage2D ( int  target,
int  levels,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glTexStorage2D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage2DEXT

Implements com.jogamp.opengl.GL.

Definition at line 2698 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexStorage3D()

void com.jogamp.opengl.TraceGLES1.glTexStorage3D ( int  target,
int  levels,
int  internalformat,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glTexStorage3D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage3DEXT

Implements com.jogamp.opengl.GL.

Definition at line 2706 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexSubImage2D() [1/2]

void com.jogamp.opengl.TraceGLES1.glTexSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2722 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTexSubImage2D() [2/2]

void com.jogamp.opengl.TraceGLES1.glTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
Alias for: glTexSubImage2DEXT

Implements com.jogamp.opengl.GL.

Definition at line 2714 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTextureStorage1DEXT()

void com.jogamp.opengl.TraceGLES1.glTextureStorage1DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width 
)

Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL.

Definition at line 2730 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTextureStorage2DEXT()

void com.jogamp.opengl.TraceGLES1.glTextureStorage2DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glTextureStorage2DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL.

Definition at line 2738 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTextureStorage3DEXT()

void com.jogamp.opengl.TraceGLES1.glTextureStorage3DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glTextureStorage3DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL.

Definition at line 2746 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTranslatef()

void com.jogamp.opengl.TraceGLES1.glTranslatef ( float  x,
float  y,
float  z 
)

Translate the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 2754 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glTranslatex()

void com.jogamp.opengl.TraceGLES1.glTranslatex ( int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glTranslatex}(GLfixed x, GLfixed y, GLfixed z)
Part of GL_VERSION_ES_CL_CM, GL_OES_fixed_point
Alias for: glTranslatexOES

Implements com.jogamp.opengl.GLES1.

Definition at line 2762 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glUnmapBuffer()

boolean com.jogamp.opengl.TraceGLES1.glUnmapBuffer ( int  target)

Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glUnmapBufferOES, glUnmapBufferARB

Implements com.jogamp.opengl.GL.

Definition at line 2770 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glVertexPointer() [1/3]

void com.jogamp.opengl.TraceGLES1.glVertexPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 2779 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glVertexPointer() [2/3]

void com.jogamp.opengl.TraceGLES1.glVertexPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2795 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glVertexPointer() [3/3]

void com.jogamp.opengl.TraceGLES1.glVertexPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2787 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glViewport()

void com.jogamp.opengl.TraceGLES1.glViewport ( int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2803 of file TraceGLES1.java.

Here is the call graph for this function:

◆ glWeightPointerOES()

void com.jogamp.opengl.TraceGLES1.glWeightPointerOES ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 2811 of file TraceGLES1.java.

Here is the call graph for this function:

◆ hasBasicFBOSupport()

boolean com.jogamp.opengl.TraceGLES1.hasBasicFBOSupport ( )

Returns true if basic FBO support is available, otherwise false.

Basic FBO is supported if the context is either GL-ES >= 2.0, GL >= 3.0 [core, compat] or implements the extensions GL_ARB_ES2_compatibility, GL_ARB_framebuffer_object, GL_EXT_framebuffer_object or GL_OES_framebuffer_object.

Basic FBO support may only include one color attachment and no multisampling, as well as limited internal formats for renderbuffer.

See also
GLContext::hasBasicFBOSupport()

Implements com.jogamp.opengl.GLBase.

Definition at line 2819 of file TraceGLES1.java.

Here is the call graph for this function:

◆ hasFullFBOSupport()

boolean com.jogamp.opengl.TraceGLES1.hasFullFBOSupport ( )

Returns true if full FBO support is available, otherwise false.

Full FBO is supported if the context is either GL >= core 3.0 [ES, core, compat] or implements the extensions ARB_framebuffer_object, or all of EXT_framebuffer_object, EXT_framebuffer_multisample, EXT_framebuffer_blit, GL_EXT_packed_depth_stencil.

Full FBO support includes multiple color attachments and multisampling.

See also
GLContext::hasFullFBOSupport()

Implements com.jogamp.opengl.GLBase.

Definition at line 2824 of file TraceGLES1.java.

Here is the call graph for this function:

◆ hasGLSL()

boolean com.jogamp.opengl.TraceGLES1.hasGLSL ( )

Indicates whether this GL object supports GLSL.

See also
GLContext::hasGLSL()

Implements com.jogamp.opengl.GLBase.

Definition at line 2829 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isExtensionAvailable()

boolean com.jogamp.opengl.TraceGLES1.isExtensionAvailable ( java.lang.String  arg0)

Definition at line 2834 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isFunctionAvailable()

boolean com.jogamp.opengl.TraceGLES1.isFunctionAvailable ( java.lang.String  arg0)

Definition at line 2839 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL()

boolean com.jogamp.opengl.TraceGLES1.isGL ( )

Indicates whether this GL object conforms to any of the OpenGL profiles.

Implements com.jogamp.opengl.GLBase.

Definition at line 2844 of file TraceGLES1.java.

◆ isGL2()

boolean com.jogamp.opengl.TraceGLES1.isGL2 ( )

Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.

The GL2 profile includes the GL2ES1 and GL2ES2 profile.

See also
GLContext::isGL2()

Implements com.jogamp.opengl.GLBase.

Definition at line 2849 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL2ES1()

boolean com.jogamp.opengl.TraceGLES1.isGL2ES1 ( )

Indicates whether this GL object conforms to a GL2ES1 compatible profile.

See also
GLContext::isGL2ES1()

Implements com.jogamp.opengl.GLBase.

Definition at line 2854 of file TraceGLES1.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL2ES2()

boolean com.jogamp.opengl.TraceGLES1.isGL2ES2 ( )

Indicates whether this GL object conforms to a GL2ES2 compatible profile.

See also
GLContext::isGL2ES2()

Implements com.jogamp.opengl.GLBase.

Definition at line 2859 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL2ES3()

boolean com.jogamp.opengl.TraceGLES1.isGL2ES3 ( )

Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.

See also
GLContext::isGL2ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2864 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL2GL3()

boolean com.jogamp.opengl.TraceGLES1.isGL2GL3 ( )

Indicates whether this GL object conforms to a GL2GL3 compatible profile.

See also
GLContext::isGL2GL3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2869 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL3()

boolean com.jogamp.opengl.TraceGLES1.isGL3 ( )

Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.

The GL3 core profile includes the GL2ES2 profile.

See also
GLContext::isGL3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2874 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL3bc()

boolean com.jogamp.opengl.TraceGLES1.isGL3bc ( )

Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile.

The GL3 compatibility profile includes the GL2, GL2ES1, GL2ES2 and GL3 profile.

See also
GLContext::isGL3bc()

Implements com.jogamp.opengl.GLBase.

Definition at line 2884 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL3core()

boolean com.jogamp.opengl.TraceGLES1.isGL3core ( )

Indicates whether this GL object uses a GL3 core profile.

Includes [ GL4, GL3 ].

See also
GLContext::isGL3core()

Implements com.jogamp.opengl.GLBase.

Definition at line 2889 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL3ES3()

boolean com.jogamp.opengl.TraceGLES1.isGL3ES3 ( )

Indicates whether this GL object conforms to a GL3ES3 compatible profile.

See also
GLContext::isGL3ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2879 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL4()

boolean com.jogamp.opengl.TraceGLES1.isGL4 ( )

Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.

The GL4 core profile includes the GL2ES2, and GL3 profile.

See also
GLContext::isGL4()

Implements com.jogamp.opengl.GLBase.

Definition at line 2894 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL4bc()

boolean com.jogamp.opengl.TraceGLES1.isGL4bc ( )

Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile.

The GL4 compatibility profile includes the GL2, GL2ES1, GL2ES2, GL3, GL3bc and GL4 profile.

See also
GLContext::isGL4bc()

Implements com.jogamp.opengl.GLBase.

Definition at line 2904 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL4core()

boolean com.jogamp.opengl.TraceGLES1.isGL4core ( )

Indicates whether this GL object uses a GL4 core profile.

Includes [ GL4 ].

See also
GLContext::isGL4core()

Implements com.jogamp.opengl.GLBase.

Definition at line 2909 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGL4ES3()

boolean com.jogamp.opengl.TraceGLES1.isGL4ES3 ( )

Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.

if isGLES3Compatible() returns true.

Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]

See also
GLContext::isGL4ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2899 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLcore()

boolean com.jogamp.opengl.TraceGLES1.isGLcore ( )

Indicates whether this GL object uses a GL core profile.

Includes [ GL4, GL3, GLES3, GL2ES2 ].

See also
GLContext::isGLcore()

Implements com.jogamp.opengl.GLBase.

Definition at line 2954 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES()

boolean com.jogamp.opengl.TraceGLES1.isGLES ( )

Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3().

See also
GLContext::isGLES()

Implements com.jogamp.opengl.GLBase.

Definition at line 2914 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES1()

boolean com.jogamp.opengl.TraceGLES1.isGLES1 ( )

Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.

See also
GLContext::isGLES1()

Implements com.jogamp.opengl.GLBase.

Definition at line 2919 of file TraceGLES1.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGLES2()

boolean com.jogamp.opengl.TraceGLES1.isGLES2 ( )

Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.

Remark: ES2 compatible desktop profiles are not included. To query whether core ES2 functionality is provided, use isGLES2Compatible().

See also
isGLES2Compatible()
GLContext::isGLES2()

Implements com.jogamp.opengl.GLBase.

Definition at line 2924 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES2Compatible()

boolean com.jogamp.opengl.TraceGLES1.isGLES2Compatible ( )

Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.

Returns
true if this context is an ES2 context or implements the extension GL_ARB_ES2_compatibility, otherwise false
See also
GLContext::isGLES2Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 2929 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES3()

boolean com.jogamp.opengl.TraceGLES1.isGLES3 ( )

Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.

Remark: ES3 compatible desktop profiles are not included. To query whether core ES3 functionality is provided, use isGLES3Compatible().

See also
isGLES3Compatible()
GLContext::isGLES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 2934 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES31Compatible()

boolean com.jogamp.opengl.TraceGLES1.isGLES31Compatible ( )

Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.

Return true if the underlying context is an ES3 context ≥ 3.1 or implements the extension GL_ARB_ES3_1_compatibility, otherwise false.

Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_1_compatibility and GLES3 ≥ 3.1 ]

See also
GLContext::isGLES31Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 2939 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES32Compatible()

boolean com.jogamp.opengl.TraceGLES1.isGLES32Compatible ( )

Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.

Return true if the underlying context is an ES3 context ≥ 3.2 or implements the extension GL_ARB_ES3_2_compatibility, otherwise false.

Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_2_compatibility and GLES3 ≥ 3.2 ]

See also
GLContext::isGLES32Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 2944 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isGLES3Compatible()

boolean com.jogamp.opengl.TraceGLES1.isGLES3Compatible ( )

Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.

Return true if the underlying context is an ES3 context or implements the extension GL_ARB_ES3_compatibility, otherwise false.

Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]

See also
GLContext::isGLES3Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 2949 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isNPOTTextureAvailable()

boolean com.jogamp.opengl.TraceGLES1.isNPOTTextureAvailable ( )

Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.

NPOT textures are supported in OpenGL >= 3, GLES2 or if the 'GL_ARB_texture_non_power_of_two' extension is available.

Implements com.jogamp.opengl.GLBase.

Definition at line 2959 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isTextureFormatBGRA8888Available()

boolean com.jogamp.opengl.TraceGLES1.isTextureFormatBGRA8888Available ( )

Implements com.jogamp.opengl.GLBase.

Definition at line 2964 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isVBOArrayBound()

boolean com.jogamp.opengl.TraceGLES1.isVBOArrayBound ( )
Returns
true if a VBO is bound to GL#GL_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false

Implements com.jogamp.opengl.GLBase.

Definition at line 2969 of file TraceGLES1.java.

Here is the call graph for this function:

◆ isVBOElementArrayBound()

boolean com.jogamp.opengl.TraceGLES1.isVBOElementArrayBound ( )
Returns
true if a VBO is bound to GL#GL_ELEMENT_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false

Implements com.jogamp.opengl.GLBase.

Definition at line 2974 of file TraceGLES1.java.

Here is the call graph for this function:

◆ mapBuffer()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES1.mapBuffer ( int  target,
int  access 
)

Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.

Throws a GLException if GL-function constraints are not met.

GL#glMapBuffer(int, int) wrapper calls this method and returns GLBufferStorage#getMappedBuffer().

A zero GLBufferStorage#getSize() will avoid a native call and returns the unmapped GLBufferStorage.

A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.

Parameters
targetdenotes the buffer via it's bound target
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GLBase.

Definition at line 2979 of file TraceGLES1.java.

Here is the call graph for this function:

◆ mapBufferRange()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES1.mapBufferRange ( int  target,
long  offset,
long  length,
int  access 
)

Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation.

Throws a GLException if GL-function constraints are not met.

GL#glMapBufferRange(int, long, long, int) wrapper calls this method and returns GLBufferStorage#getMappedBuffer().

A zero GLBufferStorage#getSize() will avoid a native call and returns the unmapped GLBufferStorage.

A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.

Parameters
targetdenotes the buffer via it's bound target
offsetoffset of the mapped buffer's storage
lengthlength of the mapped buffer's storage
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GLBase.

Definition at line 2988 of file TraceGLES1.java.

Here is the call graph for this function:

◆ print()

void com.jogamp.opengl.TraceGLES1.print ( String  str)
protected

Definition at line 3026 of file TraceGLES1.java.

◆ printIndent()

void com.jogamp.opengl.TraceGLES1.printIndent ( )
protected

Definition at line 3034 of file TraceGLES1.java.

◆ println()

void com.jogamp.opengl.TraceGLES1.println ( String  str)
protected

Definition at line 3030 of file TraceGLES1.java.

◆ setSwapInterval()

void com.jogamp.opengl.TraceGLES1.setSwapInterval ( int  interval)

Set the swap interval of the current context and attached onscreen GLDrawable.

offscreen GLDrawable are ignored and false is returned.

The interval semantics:

  • 0 disables the vertical synchronization
  • ≥1 is the number of vertical refreshes before a swap buffer occurs
  • <0 enables late swaps to occur without synchronization to the video frame, a.k.a EXT_swap_control_tear. If supported, the absolute value is the minimum number of video frames between buffer swaps. If not supported, the absolute value is being used, see above.
Parameters
intervalsee above
Returns
true if the operation was successful, otherwise false
Exceptions
GLExceptionif the context is not current.
See also
GLContext::setSwapInterval(int)
getSwapInterval()

Implements com.jogamp.opengl.GLBase.

Definition at line 2997 of file TraceGLES1.java.

Here is the call graph for this function:

◆ toString()

String com.jogamp.opengl.TraceGLES1.toString ( )

Definition at line 3002 of file TraceGLES1.java.

Member Data Documentation

◆ DEBUG

final boolean com.jogamp.opengl.TraceGLES1.DEBUG = jogamp.opengl.Debug.debug("TraceGLES1")
static

Definition at line 25 of file TraceGLES1.java.


The documentation for this class was generated from the following file: