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

Public Member Functions

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...
 

Static Public Attributes

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...
 

Detailed Description

Common interface containing the subset of all profiles, GL3bc, GL3, GL2, GLES1 and GLES2.
This interface reflects common data types, texture and framebuffer functionality.

Definition at line 25 of file GL.java.

Member Function Documentation

◆ glActiveTexture()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBindBuffer()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBindFramebuffer()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBindRenderbuffer()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBindTexture()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBlendEquation()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBlendEquationSeparate()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBlendFunc()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBlendFuncSeparate()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glBufferData()

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.Buffer

Throws a GLException if GL-function constraints are not met or the native GL-function fails.

Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif size is less-than zero
GLExceptionif a native GL-Error occurs

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01.

Here is the caller graph for this function:

◆ glBufferSubData()

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.Buffer

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01.

Here is the caller graph for this function:

◆ glCheckFramebufferStatus()

int com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glClear()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glClearColor()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glClearDepthf()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, com.jogamp.opengl.TraceGLES3, and com.jogamp.opengl.GL2ES2.

Here is the caller graph for this function:

◆ glClearStencil()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glColorMask()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glCompressedTexImage2D() [1/2]

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glCompressedTexImage2D() [2/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glCompressedTexSubImage2D() [1/2]

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glCompressedTexSubImage2D() [2/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glCopyTexImage2D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glCopyTexSubImage2D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glCullFace()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glDeleteBuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glDeleteBuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
buffersa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glDeleteFramebuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glDeleteFramebuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
framebuffersa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glDeleteRenderbuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glDeleteRenderbuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
renderbuffersa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glDeleteTextures() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glDeleteTextures() [2/2]

void com.jogamp.opengl.GL.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

Parameters
texturesa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glDepthFunc()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glDepthMask()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glDepthRangef()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, com.jogamp.opengl.TraceGLES3, and com.jogamp.opengl.GL2ES2.

Here is the caller graph for this function:

◆ glDisable()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glDrawArrays()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glDrawElements()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glEnable()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glFinish()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glFlush()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glFlushMappedBufferRange()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glFramebufferRenderbuffer()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glFramebufferTexture2D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glFrontFace()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glGenBuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGenBuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
buffersa direct or array-backed java.nio.IntBuffer

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01.

Here is the caller graph for this function:

◆ glGenerateMipmap()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glGenFramebuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGenFramebuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
framebuffersa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGenRenderbuffers() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGenRenderbuffers() [2/2]

void com.jogamp.opengl.GL.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

Parameters
renderbuffersa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGenTextures() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGenTextures() [2/2]

void com.jogamp.opengl.GL.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

Parameters
texturesa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGetBooleanv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetBooleanv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.ByteBuffer
Here is the caller graph for this function:

◆ glGetBufferParameteriv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetBufferParameteriv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01.

Here is the caller graph for this function:

◆ glGetError()

int com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glGetFloatv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetFloatv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.FloatBuffer
Here is the caller graph for this function:

◆ glGetFramebufferAttachmentParameteriv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetFramebufferAttachmentParameteriv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGetGraphicsResetStatus()

int com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glGetIntegerv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetIntegerv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGetnUniformfv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetnUniformfv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.FloatBuffer
Here is the caller graph for this function:

◆ glGetnUniformiv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetnUniformiv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGetRenderbufferParameteriv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetRenderbufferParameteriv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glGetString()

String com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glGetTexParameterfv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetTexParameterfv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.FloatBuffer
Here is the caller graph for this function:

◆ glGetTexParameteriv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glGetTexParameteriv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glHint()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glIsBuffer()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glIsEnabled()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glIsFramebuffer()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glIsRenderbuffer()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glIsTexture()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glLineWidth()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glMapBuffer()

ByteBuffer com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glMapBufferRange()

ByteBuffer com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glPixelStorei()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glPolygonOffset()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glReadnPixels()

void com.jogamp.opengl.GL.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

Parameters
dataa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glReadPixels() [1/2]

void com.jogamp.opengl.GL.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

Parameters
pixelsa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glReadPixels() [2/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glRenderbufferStorage()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glRenderbufferStorageMultisample()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glSampleCoverage()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glScissor()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glStencilFunc()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glStencilMask()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glStencilOp()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexImage2D() [1/2]

void com.jogamp.opengl.GL.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

Parameters
pixelsa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glTexImage2D() [2/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glTexParameterf()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexParameterfv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glTexParameterfv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.FloatBuffer
Here is the caller graph for this function:

◆ glTexParameteri()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexParameteriv() [1/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glTexParameteriv() [2/2]

void com.jogamp.opengl.GL.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

Parameters
paramsa direct or array-backed java.nio.IntBuffer
Here is the caller graph for this function:

◆ glTexStorage1D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexStorage2D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexStorage3D()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTexSubImage2D() [1/2]

void com.jogamp.opengl.GL.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

Parameters
pixelsa direct or array-backed java.nio.Buffer
Here is the caller graph for this function:

◆ glTexSubImage2D() [2/2]

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

◆ glTextureStorage1DEXT()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTextureStorage2DEXT()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glTextureStorage3DEXT()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glUnmapBuffer()

boolean com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.test.junit.jogl.awt.text.TextRendererTraceGL2Mock01, com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

◆ glViewport()

void com.jogamp.opengl.GL.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

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.DebugGLES3, com.jogamp.opengl.TraceGL4bc, com.jogamp.opengl.TraceGLES1, and com.jogamp.opengl.TraceGLES3.

Here is the caller graph for this function:

Member Data Documentation

◆ GL_ACTIVE_TEXTURE

final int com.jogamp.opengl.GL.GL_ACTIVE_TEXTURE = 0x84e0
static

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

Definition at line 494 of file GL.java.

◆ GL_ALIASED_LINE_WIDTH_RANGE

final int com.jogamp.opengl.GL.GL_ALIASED_LINE_WIDTH_RANGE = 0x846e
static

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

Definition at line 609 of file GL.java.

◆ GL_ALIASED_POINT_SIZE_RANGE

final int com.jogamp.opengl.GL.GL_ALIASED_POINT_SIZE_RANGE = 0x846d
static

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

Definition at line 123 of file GL.java.

◆ GL_ALPHA

final int com.jogamp.opengl.GL.GL_ALPHA = 0x1906
static

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

Definition at line 643 of file GL.java.

◆ GL_ALPHA16F

final int com.jogamp.opengl.GL.GL_ALPHA16F = 0x881c
static

GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA16F_EXT, GL_ALPHA16F_ARB
Define "GL_ALPHA16F" with expression '0x881C', CType: int

Definition at line 566 of file GL.java.

◆ GL_ALPHA32F

final int com.jogamp.opengl.GL.GL_ALPHA32F = 0x8816
static

GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA32F_EXT, GL_ALPHA32F_ARB
Define "GL_ALPHA32F" with expression '0x8816', CType: int

Definition at line 393 of file GL.java.

◆ GL_ALPHA8

final int com.jogamp.opengl.GL.GL_ALPHA8 = 0x803c
static

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

Definition at line 465 of file GL.java.

◆ GL_ALPHA_BITS

final int com.jogamp.opengl.GL.GL_ALPHA_BITS = 0xd55
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALPHA_BITS" with expression '0x0D55', CType: int

Definition at line 432 of file GL.java.

◆ GL_ALWAYS

final int com.jogamp.opengl.GL.GL_ALWAYS = 0x207
static

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

Definition at line 209 of file GL.java.

◆ GL_AND

final int com.jogamp.opengl.GL.GL_AND = 0x1501
static

Common in ES1, GL2 and GL3.

Definition at line 1223 of file GL.java.

◆ GL_AND_INVERTED

final int com.jogamp.opengl.GL.GL_AND_INVERTED = 0x1504
static

Common in ES1, GL2 and GL3.

Definition at line 1225 of file GL.java.

◆ GL_AND_REVERSE

final int com.jogamp.opengl.GL.GL_AND_REVERSE = 0x1502
static

Common in ES1, GL2 and GL3.

Definition at line 1227 of file GL.java.

◆ GL_ARRAY_BUFFER

final int com.jogamp.opengl.GL.GL_ARRAY_BUFFER = 0x8892
static

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

Definition at line 633 of file GL.java.

◆ GL_ARRAY_BUFFER_BINDING

final int com.jogamp.opengl.GL.GL_ARRAY_BUFFER_BINDING = 0x8894
static

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

Definition at line 602 of file GL.java.

◆ GL_BACK

final int com.jogamp.opengl.GL.GL_BACK = 0x405
static

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

Definition at line 330 of file GL.java.

◆ GL_BGR

final int com.jogamp.opengl.GL.GL_BGR = 0x80e0
static

GL_VERSION_1_2, GL_EXT_bgra
Alias for: GL_BGR_EXT
Define "GL_BGR" with expression '0x80E0', CType: int

Definition at line 399 of file GL.java.

◆ GL_BGRA

final int com.jogamp.opengl.GL.GL_BGRA = 0x80e1
static

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

Definition at line 404 of file GL.java.

◆ GL_BGRA8

final int com.jogamp.opengl.GL.GL_BGRA8 = 0x93a1
static

GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_storage
Alias for: GL_BGRA8_EXT
Define "GL_BGRA8" with expression '0x93A1', CType: int

Definition at line 784 of file GL.java.

◆ GL_BLEND

final int com.jogamp.opengl.GL.GL_BLEND = 0xbe2
static

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

Definition at line 704 of file GL.java.

◆ GL_BLEND_DST

final int com.jogamp.opengl.GL.GL_BLEND_DST = 0x0BE0
static

Common in ES1, GL2 and GL3.

Definition at line 1229 of file GL.java.

◆ GL_BLEND_DST_ALPHA

final int com.jogamp.opengl.GL.GL_BLEND_DST_ALPHA = 0x80ca
static

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

Definition at line 778 of file GL.java.

◆ GL_BLEND_DST_RGB

final int com.jogamp.opengl.GL.GL_BLEND_DST_RGB = 0x80c8
static

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

Definition at line 702 of file GL.java.

◆ GL_BLEND_EQUATION

final int com.jogamp.opengl.GL.GL_BLEND_EQUATION = 0x8009
static

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

Definition at line 282 of file GL.java.

◆ GL_BLEND_EQUATION_ALPHA

final int com.jogamp.opengl.GL.GL_BLEND_EQUATION_ALPHA = 0x883d
static

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

Definition at line 219 of file GL.java.

◆ GL_BLEND_EQUATION_RGB

final int com.jogamp.opengl.GL.GL_BLEND_EQUATION_RGB = 0x8009
static

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

Definition at line 174 of file GL.java.

◆ GL_BLEND_SRC

final int com.jogamp.opengl.GL.GL_BLEND_SRC = 0x0BE1
static

Common in ES1, GL2 and GL3.

Definition at line 1231 of file GL.java.

◆ GL_BLEND_SRC_ALPHA

final int com.jogamp.opengl.GL.GL_BLEND_SRC_ALPHA = 0x80cb
static

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

Definition at line 435 of file GL.java.

◆ GL_BLEND_SRC_RGB

final int com.jogamp.opengl.GL.GL_BLEND_SRC_RGB = 0x80c9
static

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

Definition at line 313 of file GL.java.

◆ GL_BLUE_BITS

final int com.jogamp.opengl.GL.GL_BLUE_BITS = 0xd54
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BLUE_BITS" with expression '0x0D54', CType: int

Definition at line 370 of file GL.java.

◆ GL_BUFFER_ACCESS

final int com.jogamp.opengl.GL.GL_BUFFER_ACCESS = 0x88bb
static

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

Definition at line 713 of file GL.java.

◆ GL_BUFFER_MAP_POINTER

final int com.jogamp.opengl.GL.GL_BUFFER_MAP_POINTER = 0x88bd
static

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

Definition at line 797 of file GL.java.

◆ GL_BUFFER_MAPPED

final int com.jogamp.opengl.GL.GL_BUFFER_MAPPED = 0x88bc
static

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

Definition at line 271 of file GL.java.

◆ GL_BUFFER_SIZE

final int com.jogamp.opengl.GL.GL_BUFFER_SIZE = 0x8764
static

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

Definition at line 511 of file GL.java.

◆ GL_BUFFER_USAGE

final int com.jogamp.opengl.GL.GL_BUFFER_USAGE = 0x8765
static

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

Definition at line 500 of file GL.java.

◆ GL_BYTE

final int com.jogamp.opengl.GL.GL_BYTE = 0x1400
static

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

Definition at line 159 of file GL.java.

◆ GL_CCW

final int com.jogamp.opengl.GL.GL_CCW = 0x901
static

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

Definition at line 611 of file GL.java.

◆ GL_CLAMP_TO_EDGE

final int com.jogamp.opengl.GL.GL_CLAMP_TO_EDGE = 0x812f
static

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

Definition at line 775 of file GL.java.

◆ GL_CLEAR

final int com.jogamp.opengl.GL.GL_CLEAR = 0x1500
static

Common in ES1, GL2 and GL3.

Definition at line 1233 of file GL.java.

◆ GL_COLOR_ATTACHMENT0

final int com.jogamp.opengl.GL.GL_COLOR_ATTACHMENT0 = 0x8ce0
static

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

Definition at line 349 of file GL.java.

◆ GL_COLOR_BUFFER_BIT

final int com.jogamp.opengl.GL.GL_COLOR_BUFFER_BIT = 0x4000
static

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

Definition at line 390 of file GL.java.

◆ GL_COLOR_CLEAR_VALUE

final int com.jogamp.opengl.GL.GL_COLOR_CLEAR_VALUE = 0xc22
static

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

Definition at line 273 of file GL.java.

◆ GL_COLOR_LOGIC_OP

final int com.jogamp.opengl.GL.GL_COLOR_LOGIC_OP = 0x0BF2
static

Common in ES1, GL2 and GL3.

Definition at line 1235 of file GL.java.

◆ GL_COLOR_WRITEMASK

final int com.jogamp.opengl.GL.GL_COLOR_WRITEMASK = 0xc23
static

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

Definition at line 406 of file GL.java.

◆ GL_COMPRESSED_RGB_S3TC_DXT1_EXT

final int com.jogamp.opengl.GL.GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83f0
static

GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" with expression '0x83F0', CType: int

Definition at line 647 of file GL.java.

◆ GL_COMPRESSED_RGBA_S3TC_DXT1_EXT

final int com.jogamp.opengl.GL.GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83f1
static

GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" with expression '0x83F1', CType: int

Definition at line 769 of file GL.java.

◆ GL_COMPRESSED_RGBA_S3TC_DXT3_EXT

final int com.jogamp.opengl.GL.GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83f2
static

GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" with expression '0x83F2', CType: int

Definition at line 47 of file GL.java.

◆ GL_COMPRESSED_RGBA_S3TC_DXT5_EXT

final int com.jogamp.opengl.GL.GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83f3
static

GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" with expression '0x83F3', CType: int

Definition at line 100 of file GL.java.

◆ GL_COMPRESSED_TEXTURE_FORMATS

final int com.jogamp.opengl.GL.GL_COMPRESSED_TEXTURE_FORMATS = 0x86a3
static

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

Definition at line 806 of file GL.java.

◆ GL_COPY

final int com.jogamp.opengl.GL.GL_COPY = 0x1503
static

Common in ES1, GL2 and GL3.

Definition at line 1237 of file GL.java.

◆ GL_COPY_INVERTED

final int com.jogamp.opengl.GL.GL_COPY_INVERTED = 0x150C
static

Common in ES1, GL2 and GL3.

Definition at line 1239 of file GL.java.

◆ GL_CULL_FACE

final int com.jogamp.opengl.GL.GL_CULL_FACE = 0xb44
static

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

Definition at line 720 of file GL.java.

◆ GL_CULL_FACE_MODE

final int com.jogamp.opengl.GL.GL_CULL_FACE_MODE = 0xb45
static

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

Definition at line 116 of file GL.java.

◆ GL_CW

final int com.jogamp.opengl.GL.GL_CW = 0x900
static

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

Definition at line 467 of file GL.java.

◆ GL_DECR

final int com.jogamp.opengl.GL.GL_DECR = 0x1e03
static

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

Definition at line 425 of file GL.java.

◆ GL_DECR_WRAP

final int com.jogamp.opengl.GL.GL_DECR_WRAP = 0x8508
static

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

Definition at line 524 of file GL.java.

◆ GL_DEPTH24_STENCIL8

final int com.jogamp.opengl.GL.GL_DEPTH24_STENCIL8 = 0x88f0
static

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

Definition at line 222 of file GL.java.

◆ GL_DEPTH_ATTACHMENT

final int com.jogamp.opengl.GL.GL_DEPTH_ATTACHMENT = 0x8d00
static

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

Definition at line 297 of file GL.java.

◆ GL_DEPTH_BITS

final int com.jogamp.opengl.GL.GL_DEPTH_BITS = 0xd56
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_BITS" with expression '0x0D56', CType: int

Definition at line 55 of file GL.java.

◆ GL_DEPTH_BUFFER_BIT

final int com.jogamp.opengl.GL.GL_DEPTH_BUFFER_BIT = 0x100
static

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

Definition at line 738 of file GL.java.

◆ GL_DEPTH_CLEAR_VALUE

final int com.jogamp.opengl.GL.GL_DEPTH_CLEAR_VALUE = 0xb73
static

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

Definition at line 487 of file GL.java.

◆ GL_DEPTH_COMPONENT16

final int com.jogamp.opengl.GL.GL_DEPTH_COMPONENT16 = 0x81a5
static

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

Definition at line 254 of file GL.java.

◆ GL_DEPTH_COMPONENT24

final int com.jogamp.opengl.GL.GL_DEPTH_COMPONENT24 = 0x81a6
static

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

Definition at line 694 of file GL.java.

◆ GL_DEPTH_COMPONENT32

final int com.jogamp.opengl.GL.GL_DEPTH_COMPONENT32 = 0x81a7
static

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

Definition at line 678 of file GL.java.

◆ GL_DEPTH_FUNC

final int com.jogamp.opengl.GL.GL_DEPTH_FUNC = 0xb74
static

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

Definition at line 315 of file GL.java.

◆ GL_DEPTH_RANGE

final int com.jogamp.opengl.GL.GL_DEPTH_RANGE = 0xb70
static

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

Definition at line 680 of file GL.java.

◆ GL_DEPTH_STENCIL

final int com.jogamp.opengl.GL.GL_DEPTH_STENCIL = 0x84f9
static

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

Definition at line 710 of file GL.java.

◆ GL_DEPTH_TEST

final int com.jogamp.opengl.GL.GL_DEPTH_TEST = 0xb71
static

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

Definition at line 43 of file GL.java.

◆ GL_DEPTH_WRITEMASK

final int com.jogamp.opengl.GL.GL_DEPTH_WRITEMASK = 0xb72
static

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

Definition at line 652 of file GL.java.

◆ GL_DITHER

final int com.jogamp.opengl.GL.GL_DITHER = 0xbd0
static

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

Definition at line 199 of file GL.java.

◆ GL_DONT_CARE

final int com.jogamp.opengl.GL.GL_DONT_CARE = 0x1100
static

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

Definition at line 645 of file GL.java.

◆ GL_DRAW_FRAMEBUFFER

final int com.jogamp.opengl.GL.GL_DRAW_FRAMEBUFFER = 0x8ca9
static

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

Definition at line 306 of file GL.java.

◆ GL_DRAW_FRAMEBUFFER_BINDING

final int com.jogamp.opengl.GL.GL_DRAW_FRAMEBUFFER_BINDING = 0x8ca6
static

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

Definition at line 157 of file GL.java.

◆ GL_DST_ALPHA

final int com.jogamp.opengl.GL.GL_DST_ALPHA = 0x304
static

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

Definition at line 107 of file GL.java.

◆ GL_DST_COLOR

final int com.jogamp.opengl.GL.GL_DST_COLOR = 0x306
static

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

Definition at line 132 of file GL.java.

◆ GL_DYNAMIC_DRAW

final int com.jogamp.opengl.GL.GL_DYNAMIC_DRAW = 0x88e8
static

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

Definition at line 53 of file GL.java.

◆ GL_ELEMENT_ARRAY_BUFFER

final int com.jogamp.opengl.GL.GL_ELEMENT_ARRAY_BUFFER = 0x8893
static

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

Definition at line 318 of file GL.java.

◆ GL_ELEMENT_ARRAY_BUFFER_BINDING

final int com.jogamp.opengl.GL.GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895
static

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

Definition at line 412 of file GL.java.

◆ GL_EQUAL

final int com.jogamp.opengl.GL.GL_EQUAL = 0x202
static

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

Definition at line 164 of file GL.java.

◆ GL_EQUIV

final int com.jogamp.opengl.GL.GL_EQUIV = 0x1509
static

Common in ES1, GL2 and GL3.

Definition at line 1241 of file GL.java.

◆ GL_EXTENSIONS

final int com.jogamp.opengl.GL.GL_EXTENSIONS = 0x1f03
static

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

Definition at line 154 of file GL.java.

◆ GL_FALSE

final int com.jogamp.opengl.GL.GL_FALSE = 0x0
static

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

Definition at line 251 of file GL.java.

◆ GL_FASTEST

final int com.jogamp.opengl.GL.GL_FASTEST = 0x1101
static

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

Definition at line 118 of file GL.java.

◆ GL_FIXED

final int com.jogamp.opengl.GL.GL_FIXED = 0x140c
static

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

Definition at line 148 of file GL.java.

◆ GL_FLOAT

final int com.jogamp.opengl.GL.GL_FLOAT = 0x1406
static

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

Definition at line 786 of file GL.java.

◆ GL_FRAMEBUFFER

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER = 0x8d40
static

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

Definition at line 630 of file GL.java.

◆ GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8cd1
static

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

Definition at line 733 of file GL.java.

◆ GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8cd0
static

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

Definition at line 188 of file GL.java.

◆ GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8cd3
static

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

Definition at line 66 of file GL.java.

◆ GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8cd2
static

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

Definition at line 128 of file GL.java.

◆ GL_FRAMEBUFFER_BINDING

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_BINDING = 0x8ca6
static

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

Definition at line 260 of file GL.java.

◆ GL_FRAMEBUFFER_COMPLETE

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_COMPLETE = 0x8cd5
static

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

Definition at line 605 of file GL.java.

◆ GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8cd6
static

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

Definition at line 655 of file GL.java.

◆ GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8cd9
static

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

Definition at line 202 of file GL.java.

◆ GL_FRAMEBUFFER_INCOMPLETE_FORMATS

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_INCOMPLETE_FORMATS = 0x8CDA
static

Part of GL_EXT_framebuffer_object; GL_ES_VERSION_2_0; GL_OES_framebuffer_object

Definition at line 1281 of file GL.java.

◆ GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8cd7
static

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

Definition at line 38 of file GL.java.

◆ GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8d56
static

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

Definition at line 228 of file GL.java.

◆ GL_FRAMEBUFFER_SRGB

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_SRGB = 0x8db9
static

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

Definition at line 441 of file GL.java.

◆ GL_FRAMEBUFFER_UNSUPPORTED

final int com.jogamp.opengl.GL.GL_FRAMEBUFFER_UNSUPPORTED = 0x8cdd
static

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

Definition at line 686 of file GL.java.

◆ GL_FRONT

final int com.jogamp.opengl.GL.GL_FRONT = 0x404
static

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

Definition at line 597 of file GL.java.

◆ GL_FRONT_AND_BACK

final int com.jogamp.opengl.GL.GL_FRONT_AND_BACK = 0x408
static

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

Definition at line 619 of file GL.java.

◆ GL_FRONT_FACE

final int com.jogamp.opengl.GL.GL_FRONT_FACE = 0xb46
static

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

Definition at line 68 of file GL.java.

◆ GL_FUNC_ADD

final int com.jogamp.opengl.GL.GL_FUNC_ADD = 0x8006
static

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

Definition at line 428 of file GL.java.

◆ GL_FUNC_REVERSE_SUBTRACT

final int com.jogamp.opengl.GL.GL_FUNC_REVERSE_SUBTRACT = 0x800b
static

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

Definition at line 658 of file GL.java.

◆ GL_FUNC_SUBTRACT

final int com.jogamp.opengl.GL.GL_FUNC_SUBTRACT = 0x800a
static

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

Definition at line 683 of file GL.java.

◆ GL_GENERATE_MIPMAP_HINT

final int com.jogamp.opengl.GL.GL_GENERATE_MIPMAP_HINT = 0x8192
static

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

Definition at line 162 of file GL.java.

◆ GL_GEQUAL

final int com.jogamp.opengl.GL.GL_GEQUAL = 0x206
static

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

Definition at line 799 of file GL.java.

◆ GL_GREATER

final int com.jogamp.opengl.GL.GL_GREATER = 0x204
static

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

Definition at line 730 of file GL.java.

◆ GL_GREEN_BITS

final int com.jogamp.opengl.GL.GL_GREEN_BITS = 0xd53
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GREEN_BITS" with expression '0x0D53', CType: int

Definition at line 474 of file GL.java.

◆ GL_GUILTY_CONTEXT_RESET

final int com.jogamp.opengl.GL.GL_GUILTY_CONTEXT_RESET = 0x8253
static

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

Definition at line 723 of file GL.java.

◆ GL_HALF_FLOAT

final int com.jogamp.opengl.GL.GL_HALF_FLOAT = 0x140B
static

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)

Definition at line 1278 of file GL.java.

◆ GL_IMPLEMENTATION_COLOR_READ_FORMAT

final int com.jogamp.opengl.GL.GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8b9b
static

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

Definition at line 193 of file GL.java.

◆ GL_IMPLEMENTATION_COLOR_READ_TYPE

final int com.jogamp.opengl.GL.GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8b9a
static

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

Definition at line 503 of file GL.java.

◆ GL_INCR

final int com.jogamp.opengl.GL.GL_INCR = 0x1e02
static

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

Definition at line 105 of file GL.java.

◆ GL_INCR_WRAP

final int com.jogamp.opengl.GL.GL_INCR_WRAP = 0x8507
static

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

Definition at line 363 of file GL.java.

◆ GL_INNOCENT_CONTEXT_RESET

final int com.jogamp.opengl.GL.GL_INNOCENT_CONTEXT_RESET = 0x8254
static

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

Definition at line 497 of file GL.java.

◆ GL_INVALID_ENUM

final int com.jogamp.opengl.GL.GL_INVALID_ENUM = 0x500
static

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

Definition at line 204 of file GL.java.

◆ GL_INVALID_FRAMEBUFFER_OPERATION

final int com.jogamp.opengl.GL.GL_INVALID_FRAMEBUFFER_OPERATION = 0x506
static

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

Definition at line 41 of file GL.java.

◆ GL_INVALID_OPERATION

final int com.jogamp.opengl.GL.GL_INVALID_OPERATION = 0x502
static

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

Definition at line 45 of file GL.java.

◆ GL_INVALID_VALUE

final int com.jogamp.opengl.GL.GL_INVALID_VALUE = 0x501
static

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

Definition at line 794 of file GL.java.

◆ GL_INVERT

final int com.jogamp.opengl.GL.GL_INVERT = 0x150a
static

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

Definition at line 211 of file GL.java.

◆ GL_KEEP

final int com.jogamp.opengl.GL.GL_KEEP = 0x1e00
static

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

Definition at line 401 of file GL.java.

◆ GL_LEQUAL

final int com.jogamp.opengl.GL.GL_LEQUAL = 0x203
static

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

Definition at line 469 of file GL.java.

◆ GL_LESS

final int com.jogamp.opengl.GL.GL_LESS = 0x201
static

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

Definition at line 134 of file GL.java.

◆ GL_LINE_LOOP

final int com.jogamp.opengl.GL.GL_LINE_LOOP = 0x2
static

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

Definition at line 508 of file GL.java.

◆ GL_LINE_SMOOTH

final int com.jogamp.opengl.GL.GL_LINE_SMOOTH = 0x0B20
static

Common in ES1, GL2 and GL3.

Definition at line 1243 of file GL.java.

◆ GL_LINE_SMOOTH_HINT

final int com.jogamp.opengl.GL.GL_LINE_SMOOTH_HINT = 0x0C52
static

Common in ES1, GL2 and GL3.

Definition at line 1245 of file GL.java.

◆ GL_LINE_STRIP

final int com.jogamp.opengl.GL.GL_LINE_STRIP = 0x3
static

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

Definition at line 310 of file GL.java.

◆ GL_LINE_WIDTH

final int com.jogamp.opengl.GL.GL_LINE_WIDTH = 0xb21
static

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

Definition at line 459 of file GL.java.

◆ GL_LINEAR

final int com.jogamp.opengl.GL.GL_LINEAR = 0x2601
static

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

Definition at line 323 of file GL.java.

◆ GL_LINEAR_MIPMAP_LINEAR

final int com.jogamp.opengl.GL.GL_LINEAR_MIPMAP_LINEAR = 0x2703
static

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

Definition at line 354 of file GL.java.

◆ GL_LINEAR_MIPMAP_NEAREST

final int com.jogamp.opengl.GL.GL_LINEAR_MIPMAP_NEAREST = 0x2701
static

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

Definition at line 233 of file GL.java.

◆ GL_LINES

final int com.jogamp.opengl.GL.GL_LINES = 0x1
static

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

Definition at line 430 of file GL.java.

◆ GL_LOGIC_OP_MODE

final int com.jogamp.opengl.GL.GL_LOGIC_OP_MODE = 0x0BF0
static

Common in ES1, GL2 and GL3.

Definition at line 1247 of file GL.java.

◆ GL_LOSE_CONTEXT_ON_RESET

final int com.jogamp.opengl.GL.GL_LOSE_CONTEXT_ON_RESET = 0x8252
static

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

Definition at line 728 of file GL.java.

◆ GL_LUMINANCE

final int com.jogamp.opengl.GL.GL_LUMINANCE = 0x1909
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE" with expression '0x1909', CType: int

Definition at line 216 of file GL.java.

◆ GL_LUMINANCE16F

final int com.jogamp.opengl.GL.GL_LUMINANCE16F = 0x881e
static

GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE16F_EXT, GL_LUMINANCE16F_ARB
Define "GL_LUMINANCE16F" with expression '0x881E', CType: int

Definition at line 650 of file GL.java.

◆ GL_LUMINANCE32F

final int com.jogamp.opengl.GL.GL_LUMINANCE32F = 0x8818
static

GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE32F_EXT, GL_LUMINANCE32F_ARB
Define "GL_LUMINANCE32F" with expression '0x8818', CType: int

Definition at line 292 of file GL.java.

◆ GL_LUMINANCE4_ALPHA4

final int com.jogamp.opengl.GL.GL_LUMINANCE4_ALPHA4 = 0x8043
static

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

Definition at line 749 of file GL.java.

◆ GL_LUMINANCE8

final int com.jogamp.opengl.GL.GL_LUMINANCE8 = 0x8040
static

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

Definition at line 472 of file GL.java.

◆ GL_LUMINANCE8_ALPHA8

final int com.jogamp.opengl.GL.GL_LUMINANCE8_ALPHA8 = 0x8045
static

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

Definition at line 454 of file GL.java.

◆ GL_LUMINANCE_ALPHA

final int com.jogamp.opengl.GL.GL_LUMINANCE_ALPHA = 0x190a
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE_ALPHA" with expression '0x190A', CType: int

Definition at line 624 of file GL.java.

◆ GL_LUMINANCE_ALPHA16F

final int com.jogamp.opengl.GL.GL_LUMINANCE_ALPHA16F = 0x881f
static

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

Definition at line 352 of file GL.java.

◆ GL_LUMINANCE_ALPHA32F

final int com.jogamp.opengl.GL.GL_LUMINANCE_ALPHA32F = 0x8819
static

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

Definition at line 622 of file GL.java.

◆ GL_MAP_FLUSH_EXPLICIT_BIT

final int com.jogamp.opengl.GL.GL_MAP_FLUSH_EXPLICIT_BIT = 0x10
static

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

Definition at line 225 of file GL.java.

◆ GL_MAP_INVALIDATE_BUFFER_BIT

final int com.jogamp.opengl.GL.GL_MAP_INVALIDATE_BUFFER_BIT = 0x8
static

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

Definition at line 110 of file GL.java.

◆ GL_MAP_INVALIDATE_RANGE_BIT

final int com.jogamp.opengl.GL.GL_MAP_INVALIDATE_RANGE_BIT = 0x4
static

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

Definition at line 183 of file GL.java.

◆ GL_MAP_READ_BIT

final int com.jogamp.opengl.GL.GL_MAP_READ_BIT = 0x1
static

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

Definition at line 627 of file GL.java.

◆ GL_MAP_UNSYNCHRONIZED_BIT

final int com.jogamp.opengl.GL.GL_MAP_UNSYNCHRONIZED_BIT = 0x20
static

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

Definition at line 257 of file GL.java.

◆ GL_MAP_WRITE_BIT

final int com.jogamp.opengl.GL.GL_MAP_WRITE_BIT = 0x2
static

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

Definition at line 239 of file GL.java.

◆ GL_MAX_CUBE_MAP_TEXTURE_SIZE

final int com.jogamp.opengl.GL.GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851c
static

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

Definition at line 382 of file GL.java.

◆ GL_MAX_RENDERBUFFER_SIZE

final int com.jogamp.opengl.GL.GL_MAX_RENDERBUFFER_SIZE = 0x84e8
static

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

Definition at line 321 of file GL.java.

◆ GL_MAX_SAMPLES

final int com.jogamp.opengl.GL.GL_MAX_SAMPLES = 0x8d57
static

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

Definition at line 63 of file GL.java.

◆ GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT

final int com.jogamp.opengl.GL.GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84ff
static

GL_EXT_texture_filter_anisotropic
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FF', CType: int

Definition at line 185 of file GL.java.

◆ GL_MAX_TEXTURE_SIZE

final int com.jogamp.opengl.GL.GL_MAX_TEXTURE_SIZE = 0xd33
static

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

Definition at line 244 of file GL.java.

◆ GL_MAX_VIEWPORT_DIMS

final int com.jogamp.opengl.GL.GL_MAX_VIEWPORT_DIMS = 0xd3a
static

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

Definition at line 521 of file GL.java.

◆ GL_MIRRORED_REPEAT

final int com.jogamp.opengl.GL.GL_MIRRORED_REPEAT = 0x8370
static

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

Definition at line 409 of file GL.java.

◆ GL_MULTISAMPLE

final int com.jogamp.opengl.GL.GL_MULTISAMPLE = 0x809D
static

Common in ES1, GL2 and GL3.

Definition at line 1249 of file GL.java.

◆ GL_NAND

final int com.jogamp.opengl.GL.GL_NAND = 0x150E
static

Common in ES1, GL2 and GL3.

Definition at line 1251 of file GL.java.

◆ GL_NEAREST

final int com.jogamp.opengl.GL.GL_NEAREST = 0x2600
static

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

Definition at line 715 of file GL.java.

◆ GL_NEAREST_MIPMAP_LINEAR

final int com.jogamp.opengl.GL.GL_NEAREST_MIPMAP_LINEAR = 0x2702
static

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

Definition at line 152 of file GL.java.

◆ GL_NEAREST_MIPMAP_NEAREST

final int com.jogamp.opengl.GL.GL_NEAREST_MIPMAP_NEAREST = 0x2700
static

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

Definition at line 368 of file GL.java.

◆ GL_NEVER

final int com.jogamp.opengl.GL.GL_NEVER = 0x200
static

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

Definition at line 249 of file GL.java.

◆ GL_NICEST

final int com.jogamp.opengl.GL.GL_NICEST = 0x1102
static

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

Definition at line 801 of file GL.java.

◆ GL_NO_ERROR

final int com.jogamp.opengl.GL.GL_NO_ERROR = 0x0
static

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

Definition at line 481 of file GL.java.

◆ GL_NO_RESET_NOTIFICATION

final int com.jogamp.opengl.GL.GL_NO_RESET_NOTIFICATION = 0x8261
static

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

Definition at line 707 of file GL.java.

◆ GL_NONE

final int com.jogamp.opengl.GL.GL_NONE = 0x0
static

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

Definition at line 641 of file GL.java.

◆ GL_NOOP

final int com.jogamp.opengl.GL.GL_NOOP = 0x1505
static

Common in ES1, GL2 and GL3.

Definition at line 1253 of file GL.java.

◆ GL_NOR

final int com.jogamp.opengl.GL.GL_NOR = 0x1508
static

Common in ES1, GL2 and GL3.

Definition at line 1255 of file GL.java.

◆ GL_NOTEQUAL

final int com.jogamp.opengl.GL.GL_NOTEQUAL = 0x205
static

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

Definition at line 114 of file GL.java.

◆ GL_NUM_COMPRESSED_TEXTURE_FORMATS

final int com.jogamp.opengl.GL.GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86a2
static

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

Definition at line 506 of file GL.java.

◆ GL_ONE

final int com.jogamp.opengl.GL.GL_ONE = 0x1
static

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

Definition at line 137 of file GL.java.

◆ GL_ONE_MINUS_DST_ALPHA

final int com.jogamp.opengl.GL.GL_ONE_MINUS_DST_ALPHA = 0x305
static

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

Definition at line 130 of file GL.java.

◆ GL_ONE_MINUS_DST_COLOR

final int com.jogamp.opengl.GL.GL_ONE_MINUS_DST_COLOR = 0x307
static

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

Definition at line 32 of file GL.java.

◆ GL_ONE_MINUS_SRC_ALPHA

final int com.jogamp.opengl.GL.GL_ONE_MINUS_SRC_ALPHA = 0x303
static

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

Definition at line 166 of file GL.java.

◆ GL_ONE_MINUS_SRC_COLOR

final int com.jogamp.opengl.GL.GL_ONE_MINUS_SRC_COLOR = 0x301
static

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

Definition at line 28 of file GL.java.

◆ GL_OR

final int com.jogamp.opengl.GL.GL_OR = 0x1507
static

Common in ES1, GL2 and GL3.

Definition at line 1257 of file GL.java.

◆ GL_OR_INVERTED

final int com.jogamp.opengl.GL.GL_OR_INVERTED = 0x150D
static

Common in ES1, GL2 and GL3.

Definition at line 1259 of file GL.java.

◆ GL_OR_REVERSE

final int com.jogamp.opengl.GL.GL_OR_REVERSE = 0x150B
static

Common in ES1, GL2 and GL3.

Definition at line 1261 of file GL.java.

◆ GL_OUT_OF_MEMORY

final int com.jogamp.opengl.GL.GL_OUT_OF_MEMORY = 0x505
static

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

Definition at line 638 of file GL.java.

◆ GL_PACK_ALIGNMENT

final int com.jogamp.opengl.GL.GL_PACK_ALIGNMENT = 0xd05
static

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

Definition at line 262 of file GL.java.

◆ GL_POINT_FADE_THRESHOLD_SIZE

final int com.jogamp.opengl.GL.GL_POINT_FADE_THRESHOLD_SIZE = 0x8128
static

Common in ES1, GL2 and GL3.

Definition at line 1263 of file GL.java.

◆ GL_POINT_SIZE

final int com.jogamp.opengl.GL.GL_POINT_SIZE = 0x0B11
static

Common in ES1, GL2 and GL3.

Definition at line 1265 of file GL.java.

◆ GL_POINTS

final int com.jogamp.opengl.GL.GL_POINTS = 0x0
static

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

Definition at line 675 of file GL.java.

◆ GL_POLYGON_OFFSET_FACTOR

final int com.jogamp.opengl.GL.GL_POLYGON_OFFSET_FACTOR = 0x8038
static

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

Definition at line 396 of file GL.java.

◆ GL_POLYGON_OFFSET_FILL

final int com.jogamp.opengl.GL.GL_POLYGON_OFFSET_FILL = 0x8037
static

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

Definition at line 451 of file GL.java.

◆ GL_POLYGON_OFFSET_UNITS

final int com.jogamp.opengl.GL.GL_POLYGON_OFFSET_UNITS = 0x2a00
static

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

Definition at line 168 of file GL.java.

◆ GL_R16F

final int com.jogamp.opengl.GL.GL_R16F = 0x822d
static

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

Definition at line 121 of file GL.java.

◆ GL_R32F

final int com.jogamp.opengl.GL.GL_R32F = 0x822e
static

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

Definition at line 755 of file GL.java.

◆ GL_R8

final int com.jogamp.opengl.GL.GL_R8 = 0x8229
static

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

Definition at line 563 of file GL.java.

◆ GL_READ_FRAMEBUFFER

final int com.jogamp.opengl.GL.GL_READ_FRAMEBUFFER = 0x8ca8
static

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

Definition at line 336 of file GL.java.

◆ GL_READ_FRAMEBUFFER_BINDING

final int com.jogamp.opengl.GL.GL_READ_FRAMEBUFFER_BINDING = 0x8caa
static

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

Definition at line 214 of file GL.java.

◆ GL_RED_BITS

final int com.jogamp.opengl.GL.GL_RED_BITS = 0xd52
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RED_BITS" with expression '0x0D52', CType: int

Definition at line 476 of file GL.java.

◆ GL_RENDERBUFFER

final int com.jogamp.opengl.GL.GL_RENDERBUFFER = 0x8d41
static

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

Definition at line 718 of file GL.java.

◆ GL_RENDERBUFFER_ALPHA_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_ALPHA_SIZE = 0x8d53
static

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

Definition at line 344 of file GL.java.

◆ GL_RENDERBUFFER_BINDING

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_BINDING = 0x8ca7
static

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

Definition at line 385 of file GL.java.

◆ GL_RENDERBUFFER_BLUE_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_BLUE_SIZE = 0x8d52
static

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

Definition at line 287 of file GL.java.

◆ GL_RENDERBUFFER_DEPTH_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_DEPTH_SIZE = 0x8d54
static

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

Definition at line 516 of file GL.java.

◆ GL_RENDERBUFFER_GREEN_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_GREEN_SIZE = 0x8d51
static

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

Definition at line 699 of file GL.java.

◆ GL_RENDERBUFFER_HEIGHT

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_HEIGHT = 0x8d43
static

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

Definition at line 449 of file GL.java.

◆ GL_RENDERBUFFER_INTERNAL_FORMAT

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8d44
static

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

Definition at line 265 of file GL.java.

◆ GL_RENDERBUFFER_RED_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_RED_SIZE = 0x8d50
static

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

Definition at line 741 of file GL.java.

◆ GL_RENDERBUFFER_SAMPLES

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_SAMPLES = 0x8cab
static

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

Definition at line 35 of file GL.java.

◆ GL_RENDERBUFFER_STENCIL_SIZE

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_STENCIL_SIZE = 0x8d55
static

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

Definition at line 143 of file GL.java.

◆ GL_RENDERBUFFER_WIDTH

final int com.jogamp.opengl.GL.GL_RENDERBUFFER_WIDTH = 0x8d42
static

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

Definition at line 247 of file GL.java.

◆ GL_RENDERER

final int com.jogamp.opengl.GL.GL_RENDERER = 0x1f01
static

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

Definition at line 662 of file GL.java.

◆ GL_REPEAT

final int com.jogamp.opengl.GL.GL_REPEAT = 0x2901
static

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

Definition at line 660 of file GL.java.

◆ GL_REPLACE

final int com.jogamp.opengl.GL.GL_REPLACE = 0x1e01
static

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

Definition at line 236 of file GL.java.

◆ GL_RESET_NOTIFICATION_STRATEGY

final int com.jogamp.opengl.GL.GL_RESET_NOTIFICATION_STRATEGY = 0x8256
static

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

Definition at line 388 of file GL.java.

◆ GL_RG16F

final int com.jogamp.opengl.GL.GL_RG16F = 0x822f
static

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

Definition at line 377 of file GL.java.

◆ GL_RG32F

final int com.jogamp.opengl.GL.GL_RG32F = 0x8230
static

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

Definition at line 752 of file GL.java.

◆ GL_RG8

final int com.jogamp.opengl.GL.GL_RG8 = 0x822b
static

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

Definition at line 231 of file GL.java.

◆ GL_RGB

final int com.jogamp.opengl.GL.GL_RGB = 0x1907
static

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

Definition at line 374 of file GL.java.

◆ GL_RGB10

final int com.jogamp.opengl.GL.GL_RGB10 = 0x8052
static

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

Definition at line 781 of file GL.java.

◆ GL_RGB10_A2

final int com.jogamp.opengl.GL.GL_RGB10_A2 = 0x8059
static

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

Definition at line 300 of file GL.java.

◆ GL_RGB16F

final int com.jogamp.opengl.GL.GL_RGB16F = 0x881b
static

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

Definition at line 177 of file GL.java.

◆ GL_RGB32F

final int com.jogamp.opengl.GL.GL_RGB32F = 0x8815
static

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

Definition at line 50 of file GL.java.

◆ GL_RGB565

final int com.jogamp.opengl.GL.GL_RGB565 = 0x8d62
static

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

Definition at line 457 of file GL.java.

◆ GL_RGB5_A1

final int com.jogamp.opengl.GL.GL_RGB5_A1 = 0x8057
static

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

Definition at line 103 of file GL.java.

◆ GL_RGB8

final int com.jogamp.opengl.GL.GL_RGB8 = 0x8051
static

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

Definition at line 479 of file GL.java.

◆ GL_RGBA

final int com.jogamp.opengl.GL.GL_RGBA = 0x1908
static

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

Definition at line 150 of file GL.java.

◆ GL_RGBA16F

final int com.jogamp.opengl.GL.GL_RGBA16F = 0x881a
static

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

Definition at line 276 of file GL.java.

◆ GL_RGBA32F

final int com.jogamp.opengl.GL.GL_RGBA32F = 0x8814
static

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

Definition at line 789 of file GL.java.

◆ GL_RGBA4

final int com.jogamp.opengl.GL.GL_RGBA4 = 0x8056
static

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

Definition at line 171 of file GL.java.

◆ GL_RGBA8

final int com.jogamp.opengl.GL.GL_RGBA8 = 0x8058
static

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

Definition at line 279 of file GL.java.

◆ GL_SAMPLE_ALPHA_TO_COVERAGE

final int com.jogamp.opengl.GL.GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809e
static

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

Definition at line 758 of file GL.java.

◆ GL_SAMPLE_ALPHA_TO_ONE

final int com.jogamp.opengl.GL.GL_SAMPLE_ALPHA_TO_ONE = 0x809F
static

Common in ES1, GL2 and GL3.

Definition at line 1267 of file GL.java.

◆ GL_SAMPLE_BUFFERS

final int com.jogamp.opengl.GL.GL_SAMPLE_BUFFERS = 0x80a8
static

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

Definition at line 339 of file GL.java.

◆ GL_SAMPLE_COVERAGE

final int com.jogamp.opengl.GL.GL_SAMPLE_COVERAGE = 0x80a0
static

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

Definition at line 326 of file GL.java.

◆ GL_SAMPLE_COVERAGE_INVERT

final int com.jogamp.opengl.GL.GL_SAMPLE_COVERAGE_INVERT = 0x80ab
static

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

Definition at line 180 of file GL.java.

◆ GL_SAMPLE_COVERAGE_VALUE

final int com.jogamp.opengl.GL.GL_SAMPLE_COVERAGE_VALUE = 0x80aa
static

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

Definition at line 303 of file GL.java.

◆ GL_SAMPLES

final int com.jogamp.opengl.GL.GL_SAMPLES = 0x80a9
static

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

Definition at line 689 of file GL.java.

◆ GL_SCISSOR_BOX

final int com.jogamp.opengl.GL.GL_SCISSOR_BOX = 0xc10
static

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

Definition at line 414 of file GL.java.

◆ GL_SCISSOR_TEST

final int com.jogamp.opengl.GL.GL_SCISSOR_TEST = 0xc11
static

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

Definition at line 30 of file GL.java.

◆ GL_SET

final int com.jogamp.opengl.GL.GL_SET = 0x150F
static

Common in ES1, GL2 and GL3.

Definition at line 1269 of file GL.java.

◆ GL_SHORT

final int com.jogamp.opengl.GL.GL_SHORT = 0x1402
static

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

Definition at line 125 of file GL.java.

◆ GL_SMOOTH_LINE_WIDTH_RANGE

final int com.jogamp.opengl.GL.GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22
static

Common in ES1, GL2 and GL3.

Definition at line 1271 of file GL.java.

◆ GL_SMOOTH_POINT_SIZE_RANGE

final int com.jogamp.opengl.GL.GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12
static

Common in ES1, GL2 and GL3.

Definition at line 1273 of file GL.java.

◆ GL_SRC_ALPHA

final int com.jogamp.opengl.GL.GL_SRC_ALPHA = 0x302
static

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

Definition at line 379 of file GL.java.

◆ GL_SRC_ALPHA_SATURATE

final int com.jogamp.opengl.GL.GL_SRC_ALPHA_SATURATE = 0x308
static

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

Definition at line 744 of file GL.java.

◆ GL_SRC_COLOR

final int com.jogamp.opengl.GL.GL_SRC_COLOR = 0x300
static

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

Definition at line 112 of file GL.java.

◆ GL_SRGB

final int com.jogamp.opengl.GL.GL_SRGB = 0x8c40
static

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

Definition at line 140 of file GL.java.

◆ GL_SRGB8_ALPHA8

final int com.jogamp.opengl.GL.GL_SRGB8_ALPHA8 = 0x8c43
static

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

Definition at line 242 of file GL.java.

◆ GL_SRGB_ALPHA

final int com.jogamp.opengl.GL.GL_SRGB_ALPHA = 0x8c42
static

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

Definition at line 438 of file GL.java.

◆ GL_STATIC_DRAW

final int com.jogamp.opengl.GL.GL_STATIC_DRAW = 0x88e4
static

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

Definition at line 673 of file GL.java.

◆ GL_STENCIL_ATTACHMENT

final int com.jogamp.opengl.GL.GL_STENCIL_ATTACHMENT = 0x8d20
static

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

Definition at line 792 of file GL.java.

◆ GL_STENCIL_BITS

final int com.jogamp.opengl.GL.GL_STENCIL_BITS = 0xd57
static

GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_BITS" with expression '0x0D57', CType: int

Definition at line 696 of file GL.java.

◆ GL_STENCIL_BUFFER_BIT

final int com.jogamp.opengl.GL.GL_STENCIL_BUFFER_BIT = 0x400
static

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

Definition at line 60 of file GL.java.

◆ GL_STENCIL_CLEAR_VALUE

final int com.jogamp.opengl.GL.GL_STENCIL_CLEAR_VALUE = 0xb91
static

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

Definition at line 767 of file GL.java.

◆ GL_STENCIL_FAIL

final int com.jogamp.opengl.GL.GL_STENCIL_FAIL = 0xb94
static

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

Definition at line 595 of file GL.java.

◆ GL_STENCIL_FUNC

final int com.jogamp.opengl.GL.GL_STENCIL_FUNC = 0xb92
static

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

Definition at line 803 of file GL.java.

◆ GL_STENCIL_INDEX1

final int com.jogamp.opengl.GL.GL_STENCIL_INDEX1 = 0x8d46
static

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

Definition at line 268 of file GL.java.

◆ GL_STENCIL_INDEX4

final int com.jogamp.opengl.GL.GL_STENCIL_INDEX4 = 0x8d47
static

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

Definition at line 736 of file GL.java.

◆ GL_STENCIL_INDEX8

final int com.jogamp.opengl.GL.GL_STENCIL_INDEX8 = 0x8d48
static

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

Definition at line 665 of file GL.java.

◆ GL_STENCIL_PASS_DEPTH_FAIL

final int com.jogamp.opengl.GL.GL_STENCIL_PASS_DEPTH_FAIL = 0xb95
static

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

Definition at line 446 of file GL.java.

◆ GL_STENCIL_PASS_DEPTH_PASS

final int com.jogamp.opengl.GL.GL_STENCIL_PASS_DEPTH_PASS = 0xb96
static

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

Definition at line 617 of file GL.java.

◆ GL_STENCIL_REF

final int com.jogamp.opengl.GL.GL_STENCIL_REF = 0xb97
static

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

Definition at line 613 of file GL.java.

◆ GL_STENCIL_TEST

final int com.jogamp.opengl.GL.GL_STENCIL_TEST = 0xb90
static

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

Definition at line 667 of file GL.java.

◆ GL_STENCIL_VALUE_MASK

final int com.jogamp.opengl.GL.GL_STENCIL_VALUE_MASK = 0xb93
static

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

Definition at line 483 of file GL.java.

◆ GL_STENCIL_WRITEMASK

final int com.jogamp.opengl.GL.GL_STENCIL_WRITEMASK = 0xb98
static

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

Definition at line 289 of file GL.java.

◆ GL_SUBPIXEL_BITS

final int com.jogamp.opengl.GL.GL_SUBPIXEL_BITS = 0xd50
static

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

Definition at line 599 of file GL.java.

◆ GL_TEXTURE

final int com.jogamp.opengl.GL.GL_TEXTURE = 0x1702
static

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

Definition at line 615 of file GL.java.

◆ GL_TEXTURE0

final int com.jogamp.opengl.GL.GL_TEXTURE0 = 0x84c0
static

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

Definition at line 71 of file GL.java.

◆ GL_TEXTURE1

final int com.jogamp.opengl.GL.GL_TEXTURE1 = 0x84c1
static

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

Definition at line 83 of file GL.java.

◆ GL_TEXTURE10

final int com.jogamp.opengl.GL.GL_TEXTURE10 = 0x84ca
static

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

Definition at line 554 of file GL.java.

◆ GL_TEXTURE11

final int com.jogamp.opengl.GL.GL_TEXTURE11 = 0x84cb
static

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

Definition at line 551 of file GL.java.

◆ GL_TEXTURE12

final int com.jogamp.opengl.GL.GL_TEXTURE12 = 0x84cc
static

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

Definition at line 548 of file GL.java.

◆ GL_TEXTURE13

final int com.jogamp.opengl.GL.GL_TEXTURE13 = 0x84cd
static

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

Definition at line 545 of file GL.java.

◆ GL_TEXTURE14

final int com.jogamp.opengl.GL.GL_TEXTURE14 = 0x84ce
static

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

Definition at line 542 of file GL.java.

◆ GL_TEXTURE15

final int com.jogamp.opengl.GL.GL_TEXTURE15 = 0x84cf
static

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

Definition at line 539 of file GL.java.

◆ GL_TEXTURE16

final int com.jogamp.opengl.GL.GL_TEXTURE16 = 0x84d0
static

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

Definition at line 536 of file GL.java.

◆ GL_TEXTURE17

final int com.jogamp.opengl.GL.GL_TEXTURE17 = 0x84d1
static

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

Definition at line 533 of file GL.java.

◆ GL_TEXTURE18

final int com.jogamp.opengl.GL.GL_TEXTURE18 = 0x84d2
static

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

Definition at line 530 of file GL.java.

◆ GL_TEXTURE19

final int com.jogamp.opengl.GL.GL_TEXTURE19 = 0x84d3
static

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

Definition at line 527 of file GL.java.

◆ GL_TEXTURE2

final int com.jogamp.opengl.GL.GL_TEXTURE2 = 0x84c2
static

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

Definition at line 80 of file GL.java.

◆ GL_TEXTURE20

final int com.jogamp.opengl.GL.GL_TEXTURE20 = 0x84d4
static

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

Definition at line 519 of file GL.java.

◆ GL_TEXTURE21

final int com.jogamp.opengl.GL.GL_TEXTURE21 = 0x84d5
static

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

Definition at line 593 of file GL.java.

◆ GL_TEXTURE22

final int com.jogamp.opengl.GL.GL_TEXTURE22 = 0x84d6
static

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

Definition at line 590 of file GL.java.

◆ GL_TEXTURE23

final int com.jogamp.opengl.GL.GL_TEXTURE23 = 0x84d7
static

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

Definition at line 587 of file GL.java.

◆ GL_TEXTURE24

final int com.jogamp.opengl.GL.GL_TEXTURE24 = 0x84d8
static

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

Definition at line 584 of file GL.java.

◆ GL_TEXTURE25

final int com.jogamp.opengl.GL.GL_TEXTURE25 = 0x84d9
static

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

Definition at line 581 of file GL.java.

◆ GL_TEXTURE26

final int com.jogamp.opengl.GL.GL_TEXTURE26 = 0x84da
static

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

Definition at line 578 of file GL.java.

◆ GL_TEXTURE27

final int com.jogamp.opengl.GL.GL_TEXTURE27 = 0x84db
static

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

Definition at line 575 of file GL.java.

◆ GL_TEXTURE28

final int com.jogamp.opengl.GL.GL_TEXTURE28 = 0x84dc
static

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

Definition at line 572 of file GL.java.

◆ GL_TEXTURE29

final int com.jogamp.opengl.GL.GL_TEXTURE29 = 0x84dd
static

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

Definition at line 569 of file GL.java.

◆ GL_TEXTURE3

final int com.jogamp.opengl.GL.GL_TEXTURE3 = 0x84c3
static

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

Definition at line 77 of file GL.java.

◆ GL_TEXTURE30

final int com.jogamp.opengl.GL.GL_TEXTURE30 = 0x84de
static

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

Definition at line 560 of file GL.java.

◆ GL_TEXTURE31

final int com.jogamp.opengl.GL.GL_TEXTURE31 = 0x84df
static

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

Definition at line 557 of file GL.java.

◆ GL_TEXTURE4

final int com.jogamp.opengl.GL.GL_TEXTURE4 = 0x84c4
static

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

Definition at line 74 of file GL.java.

◆ GL_TEXTURE5

final int com.jogamp.opengl.GL.GL_TEXTURE5 = 0x84c5
static

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

Definition at line 95 of file GL.java.

◆ GL_TEXTURE6

final int com.jogamp.opengl.GL.GL_TEXTURE6 = 0x84c6
static

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

Definition at line 92 of file GL.java.

◆ GL_TEXTURE7

final int com.jogamp.opengl.GL.GL_TEXTURE7 = 0x84c7
static

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

Definition at line 89 of file GL.java.

◆ GL_TEXTURE8

final int com.jogamp.opengl.GL.GL_TEXTURE8 = 0x84c8
static

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

Definition at line 86 of file GL.java.

◆ GL_TEXTURE9

final int com.jogamp.opengl.GL.GL_TEXTURE9 = 0x84c9
static

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

Definition at line 98 of file GL.java.

◆ GL_TEXTURE_2D

final int com.jogamp.opengl.GL.GL_TEXTURE_2D = 0xde1
static

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

Definition at line 491 of file GL.java.

◆ GL_TEXTURE_BINDING_2D

final int com.jogamp.opengl.GL.GL_TEXTURE_BINDING_2D = 0x8069
static

GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_ES_1_0
Define "GL_TEXTURE_BINDING_2D" with expression '0x8069', CType: int

Definition at line 691 of file GL.java.

◆ GL_TEXTURE_BINDING_CUBE_MAP

final int com.jogamp.opengl.GL.GL_TEXTURE_BINDING_CUBE_MAP = 0x8514
static

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

Definition at line 333 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP = 0x8513
static

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

Definition at line 207 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_NEGATIVE_X

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516
static

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

Definition at line 357 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_NEGATIVE_Y

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518
static

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

Definition at line 366 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851a
static

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

Definition at line 360 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_POSITIVE_X

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515
static

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

Definition at line 417 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_POSITIVE_Y

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517
static

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

Definition at line 420 of file GL.java.

◆ GL_TEXTURE_CUBE_MAP_POSITIVE_Z

final int com.jogamp.opengl.GL.GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519
static

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

Definition at line 423 of file GL.java.

◆ GL_TEXTURE_IMMUTABLE_FORMAT

final int com.jogamp.opengl.GL.GL_TEXTURE_IMMUTABLE_FORMAT = 0x912f
static

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

Definition at line 636 of file GL.java.

◆ GL_TEXTURE_MAG_FILTER

final int com.jogamp.opengl.GL.GL_TEXTURE_MAG_FILTER = 0x2800
static

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

Definition at line 197 of file GL.java.

◆ GL_TEXTURE_MAX_ANISOTROPY_EXT

final int com.jogamp.opengl.GL.GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84fe
static

GL_EXT_texture_filter_anisotropic
Define "GL_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FE', CType: int

Definition at line 765 of file GL.java.

◆ GL_TEXTURE_MIN_FILTER

final int com.jogamp.opengl.GL.GL_TEXTURE_MIN_FILTER = 0x2801
static

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

Definition at line 372 of file GL.java.

◆ GL_TEXTURE_WRAP_S

final int com.jogamp.opengl.GL.GL_TEXTURE_WRAP_S = 0x2802
static

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

Definition at line 485 of file GL.java.

◆ GL_TEXTURE_WRAP_T

final int com.jogamp.opengl.GL.GL_TEXTURE_WRAP_T = 0x2803
static

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

Definition at line 489 of file GL.java.

◆ GL_TRIANGLE_FAN

final int com.jogamp.opengl.GL.GL_TRIANGLE_FAN = 0x6
static

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

Definition at line 513 of file GL.java.

◆ GL_TRIANGLE_STRIP

final int com.jogamp.opengl.GL.GL_TRIANGLE_STRIP = 0x5
static

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

Definition at line 760 of file GL.java.

◆ GL_TRIANGLES

final int com.jogamp.opengl.GL.GL_TRIANGLES = 0x4
static

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

Definition at line 145 of file GL.java.

◆ GL_TRUE

final int com.jogamp.opengl.GL.GL_TRUE = 0x1
static

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

Definition at line 308 of file GL.java.

◆ GL_UNKNOWN_CONTEXT_RESET

final int com.jogamp.opengl.GL.GL_UNKNOWN_CONTEXT_RESET = 0x8255
static

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

Definition at line 58 of file GL.java.

◆ GL_UNPACK_ALIGNMENT

final int com.jogamp.opengl.GL.GL_UNPACK_ALIGNMENT = 0xcf5
static

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

Definition at line 746 of file GL.java.

◆ GL_UNSIGNED_BYTE

final int com.jogamp.opengl.GL.GL_UNSIGNED_BYTE = 0x1401
static

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

Definition at line 284 of file GL.java.

◆ GL_UNSIGNED_INT

final int com.jogamp.opengl.GL.GL_UNSIGNED_INT = 0x1405
static

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

Definition at line 294 of file GL.java.

◆ GL_UNSIGNED_INT_10F_11F_11F_REV

final int com.jogamp.opengl.GL.GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B
static

Part of GL_ES_VERSION_3_0, GL_VERSION_3_0; GL_EXT_packed_float

Definition at line 1283 of file GL.java.

◆ GL_UNSIGNED_INT_24_8

final int com.jogamp.opengl.GL.GL_UNSIGNED_INT_24_8 = 0x84fa
static

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

Definition at line 763 of file GL.java.

◆ GL_UNSIGNED_SHORT

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT = 0x1403
static

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

Definition at line 346 of file GL.java.

◆ GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366
static

GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT" with expression '0x8366', CType: int

Definition at line 195 of file GL.java.

◆ GL_UNSIGNED_SHORT_4_4_4_4

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033
static

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

Definition at line 444 of file GL.java.

◆ GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365
static

GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT" with expression '0x8365', CType: int

Definition at line 341 of file GL.java.

◆ GL_UNSIGNED_SHORT_5_5_5_1

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034
static

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

Definition at line 462 of file GL.java.

◆ GL_UNSIGNED_SHORT_5_6_5

final int com.jogamp.opengl.GL.GL_UNSIGNED_SHORT_5_6_5 = 0x8363
static

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

Definition at line 328 of file GL.java.

◆ GL_VENDOR

final int com.jogamp.opengl.GL.GL_VENDOR = 0x1f00
static

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

Definition at line 607 of file GL.java.

◆ GL_VERSION

final int com.jogamp.opengl.GL.GL_VERSION = 0x1f02
static

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

Definition at line 190 of file GL.java.

◆ GL_VIEWPORT

final int com.jogamp.opengl.GL.GL_VIEWPORT = 0xba2
static

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

Definition at line 725 of file GL.java.

◆ GL_WRITE_ONLY

final int com.jogamp.opengl.GL.GL_WRITE_ONLY = 0x88b9
static

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

Definition at line 670 of file GL.java.

◆ GL_XOR

final int com.jogamp.opengl.GL.GL_XOR = 0x1506
static

Common in ES1, GL2 and GL3.

Definition at line 1275 of file GL.java.

◆ GL_ZERO

final int com.jogamp.opengl.GL.GL_ZERO = 0x0
static

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

Definition at line 772 of file GL.java.


The documentation for this interface was generated from the following file: