|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| TraceGLES3 (GLES3 downstreamGLES3, PrintStream stream) | |
| final GL | getDownstreamGL () throws GLException |
Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More... | |
| int | getBoundBuffer (int arg0) |
| int | getBoundFramebuffer (int arg0) |
Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More... | |
| com.jogamp.opengl.GLBufferStorage | getBufferStorage (int arg0) |
| com.jogamp.opengl.GLContext | getContext () |
| Returns the GLContext associated which this GL object. More... | |
| int | getDefaultDrawBuffer () |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More... | |
| int | getDefaultDrawFramebuffer () |
| Return the default draw framebuffer name. More... | |
| int | getDefaultReadBuffer () |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More... | |
| int | getDefaultReadFramebuffer () |
| Return the default read framebuffer name. More... | |
| java.lang.Object | getExtension (java.lang.String arg0) |
| com.jogamp.opengl.GL | getGL () |
| Casts this object to the GL interface. More... | |
| com.jogamp.opengl.GL2 | getGL2 () |
| Casts this object to the GL2 interface. More... | |
| com.jogamp.opengl.GL2ES1 | getGL2ES1 () |
| Casts this object to the GL2ES1 interface. More... | |
| com.jogamp.opengl.GL2ES2 | getGL2ES2 () |
| Casts this object to the GL2ES2 interface. More... | |
| com.jogamp.opengl.GL2ES3 | getGL2ES3 () |
| Casts this object to the GL2ES3 interface. More... | |
| com.jogamp.opengl.GL2GL3 | getGL2GL3 () |
| Casts this object to the GL2GL3 interface. More... | |
| com.jogamp.opengl.GL3 | getGL3 () |
| Casts this object to the GL3 interface. More... | |
| com.jogamp.opengl.GL3ES3 | getGL3ES3 () |
| Casts this object to the GL3ES3 interface. More... | |
| com.jogamp.opengl.GL3bc | getGL3bc () |
| Casts this object to the GL3bc interface. More... | |
| com.jogamp.opengl.GL4 | getGL4 () |
| Casts this object to the GL4 interface. More... | |
| com.jogamp.opengl.GL4ES3 | getGL4ES3 () |
| Casts this object to the GL4ES3 interface. More... | |
| com.jogamp.opengl.GL4bc | getGL4bc () |
| Casts this object to the GL4bc interface. More... | |
| com.jogamp.opengl.GLES1 | getGLES1 () |
| Casts this object to the GLES1 interface. More... | |
| com.jogamp.opengl.GLES2 | getGLES2 () |
| Casts this object to the GLES2 interface. More... | |
| com.jogamp.opengl.GLES3 | getGLES3 () |
| Casts this object to the GLES3 interface. More... | |
| com.jogamp.opengl.GLProfile | getGLProfile () |
| Returns the GLProfile associated with this GL object. More... | |
| int | getMaxRenderbufferSamples () |
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More... | |
| java.lang.Object | getPlatformGLExtensions () |
| Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More... | |
| com.jogamp.opengl.GL | getRootGL () |
Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More... | |
| int | getSwapInterval () |
| Return the current swap interval. More... | |
| void | glActiveShaderProgram (int arg0, int arg1) |
Entry point to C language function: void {@native glActiveShaderProgram}(GLuint pipeline, GLuint program) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glActiveShaderProgramEXT More... | |
| void | glActiveTexture (int arg0) |
Entry point to C language function: void {@native glActiveTexture}(GLenum texture) Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitextureAlias for: glActiveTextureARB More... | |
| void | glAlphaFuncQCOM (int arg0, float arg1) |
Entry point to C language function: void {@native glAlphaFuncQCOM}(GLenum func, GLclampf ref) Part of GL_QCOM_alpha_testMore... | |
| void | glApplyFramebufferAttachmentCMAAINTEL () |
Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}() Part of GL_INTEL_framebuffer_CMAAMore... | |
| void | glAttachShader (int arg0, int arg1) |
Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glBeginConditionalRender (int arg0, int arg1) |
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode) Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glBeginConditionalRenderNV More... | |
| void | glBeginQuery (int arg0, int arg1) |
Entry point to C language function: void {@native glBeginQuery}(GLenum target, GLuint id) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_queryAlias for: glBeginQueryARB, glBeginQueryEXT More... | |
| void | glBeginTransformFeedback (int arg0) |
Entry point to C language function: void {@native glBeginTransformFeedback}(GLenum primitiveMode) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedbackAlias for: glBeginTransformFeedbackEXT, glBeginTransformFeedbackNV More... | |
| void | glBindAttribLocation (int arg0, int arg1, java.lang.String arg2) |
| void | glBindBuffer (int arg0, int arg1) |
Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer) Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_objectAlias for: glBindBufferARB More... | |
| void | glBindBufferBase (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBindBufferBase}(GLenum target, GLuint index, GLuint buffer) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glBindBufferBaseNV, glBindBufferBaseEXT More... | |
| void | glBindBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glBindBufferRange}(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glBindBufferRangeNV, glBindBufferRangeEXT More... | |
| void | glBindFragDataLocationEXT (int arg0, int arg1, java.nio.ByteBuffer arg2) |
| void | glBindFragDataLocationEXT (int arg0, int arg1, byte[] arg2, int arg3) |
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program, GLuint color, const GLchar * name) Part of GL_EXT_gpu_shader4, GL_EXT_blend_func_extendedMore... | |
| void | glBindFragDataLocationIndexedEXT (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3) |
| void | glBindFragDataLocationIndexedEXT (int arg0, int arg1, int arg2, byte[] arg3, int arg4) |
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| void | glBindFramebuffer (int arg0, int arg1) |
Entry point to C language function: void {@native glBindFramebuffer}(GLenum target, GLuint framebuffer) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glBindFramebufferOES, glBindFramebufferEXT More... | |
| void | glBindImageTexture (int arg0, int arg1, int arg2, boolean arg3, int arg4, int arg5, int arg6) |
Entry point to C language function: void {@native glBindImageTexture}(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: glBindImageTextureEXT More... | |
| void | glBindProgramPipeline (int arg0) |
Entry point to C language function: void {@native glBindProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glBindProgramPipelineEXT More... | |
| void | glBindRenderbuffer (int arg0, int arg1) |
Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target, GLuint renderbuffer) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glBindRenderbufferEXT, glBindRenderbufferOES More... | |
| void | glBindSampler (int arg0, int arg1) |
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glBindTexture (int arg0, int arg1) |
Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_objectAlias for: glBindTextureEXT More... | |
| void | glBindTransformFeedback (int arg0, int arg1) |
Entry point to C language function: void {@native glBindTransformFeedback}(GLenum target, GLuint id) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glBindTransformFeedbackNV More... | |
| void | glBindVertexArray (int arg0) |
Entry point to C language function: void {@native glBindVertexArray}(GLuint array) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glBindVertexArrayAPPLE, glBindVertexArrayOES More... | |
| void | glBindVertexArrayOES (int arg0) |
Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array) Part of GL_OES_vertex_array_objectMore... | |
| void | glBindVertexBuffer (int arg0, int arg1, long arg2, int arg3) |
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glBlendBarrier () |
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: glBlendBarrierKHR, glBlendBarrierNV More... | |
| void | glBlendColor (float arg0, float arg1, float arg2, float arg3) |
Entry point to C language function: void {@native glBlendColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_EXT_blend_colorAlias for: glBlendColorEXT More... | |
| void | glBlendEquation (int arg0) |
Entry point to C language function: void {@native glBlendEquation}(GLenum mode) Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmaxAlias for: glBlendEquationOES, glBlendEquationEXT More... | |
| void | glBlendEquationSeparate (int arg0, int arg1) |
Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB, GLenum modeAlpha) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separateAlias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT More... | |
| void | glBlendEquationSeparatei (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendEquationSeparatei}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glBlendEquationSeparateiARB, glBlendEquationSeparateiEXT, glBlendEquationSeparateiOES More... | |
| void | glBlendEquationSeparateiEXT (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendEquationSeparateiEXT}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendEquationSeparateiOES (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendEquationSeparateiOES}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendEquationi (int arg0, int arg1) |
Entry point to C language function: void {@native glBlendEquationi}(GLuint buf, GLenum mode) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexedAlias for: glBlendEquationiOES, glBlendEquationiARB, glBlendEquationiEXT More... | |
| void | glBlendEquationiEXT (int arg0, int arg1) |
Entry point to C language function: void {@native glBlendEquationiEXT}(GLuint buf, GLenum mode) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendEquationiOES (int arg0, int arg1) |
Entry point to C language function: void {@native glBlendEquationiOES}(GLuint buf, GLenum mode) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendFunc (int arg0, int arg1) |
Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glBlendFuncSeparate (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separateAlias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT More... | |
| void | glBlendFuncSeparatei (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glBlendFuncSeparatei}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexedAlias for: glBlendFuncSeparateiOES, glBlendFuncSeparateiARB, glBlendFuncSeparateiEXT More... | |
| void | glBlendFuncSeparateiEXT (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glBlendFuncSeparateiEXT}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendFuncSeparateiOES (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glBlendFuncSeparateiOES}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendFunci (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src, GLenum dst) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glBlendFunciARB, glBlendFunciEXT, glBlendFunciOES More... | |
| void | glBlendFunciEXT (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendFunciEXT}(GLuint buf, GLenum src, GLenum dst) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendFunciOES (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glBlendFunciOES}(GLuint buf, GLenum src, GLenum dst) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlitFramebuffer (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) |
Entry point to C language function: void {@native glBlitFramebuffer}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blitAlias for: glBlitFramebufferNV, glBlitFramebufferEXT, glBlitFramebufferANGLE More... | |
| void | glBlitFramebufferANGLE (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) |
Entry point to C language function: void {@native glBlitFramebufferANGLE}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_ANGLE_framebuffer_blitMore... | |
| void | glBlitFramebufferNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) |
Entry point to C language function: void {@native glBlitFramebufferNV}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_NV_framebuffer_blitMore... | |
| void | glBufferData (int arg0, long arg1, java.nio.Buffer arg2, int arg3) |
| void | glBufferStorageEXT (int arg0, long arg1, java.nio.Buffer arg2, int arg3) |
| void | glBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3) |
| int | glCheckFramebufferStatus (int arg0) |
Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES More... | |
| void | glClear (int arg0) |
Entry point to C language function: void {@native glClear}(GLbitfield mask) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glClearBufferfi (int arg0, int arg1, float arg2, int arg3) |
Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glClearBufferfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glClearBufferiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glClearColor (float arg0, float arg1, float arg2, float arg3) |
Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0More... | |
| void | glClearDepth (double arg0) |
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More... | |
| void | glClearDepthf (float arg0) |
Entry point to C language function: void {@native glClearDepthf}(GLclampf depth); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glClearStencil (int arg0) |
Entry point to C language function: void {@native glClearStencil}(GLint s) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| int | glClientWaitSync (long arg0, int arg1, long arg2) |
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glClientWaitSyncAPPLE More... | |
| void | glColorMask (boolean arg0, boolean arg1, boolean arg2, boolean arg3) |
Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glColorMaski (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4) |
Entry point to C language function: void {@native glColorMaski}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glColorMaskiEXT, glColorMaskiOES More... | |
| void | glColorMaskiEXT (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4) |
Entry point to C language function: void {@native glColorMaskiEXT}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glColorMaskiOES (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4) |
Entry point to C language function: void {@native glColorMaskiOES}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glCompileShader (int arg0) |
Entry point to C language function: void {@native glCompileShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glCompileShaderARB More... | |
| void | glCompressedTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7) |
Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compressionAlias for: glCompressedTexImage2DARB More... | |
| void | glCompressedTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7) |
| void | glCompressedTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8) |
| void | glCompressedTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8) |
Entry point to C language function: void {@native glCompressedTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES More... | |
| void | glCompressedTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8) |
| void | glCompressedTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8) |
Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compressionAlias for: glCompressedTexSubImage2DARB More... | |
| void | glCompressedTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10) |
| void | glCompressedTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10) |
Entry point to C language function: void {@native glCompressedTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES More... | |
| void | glCopyBufferSubData (int arg0, int arg1, long arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glCopyBufferSubData}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_bufferAlias for: glCopyBufferSubDataNV More... | |
| void | glCopyBufferSubDataNV (int arg0, int arg1, long arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glCopyBufferSubDataNV}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) Part of GL_NV_copy_bufferMore... | |
| void | glCopyImageSubData (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14) |
Entry point to C language function: void {@native glCopyImageSubData}(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) Part of GL_ARB_copy_image, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_NV_copy_image, GL_EXT_copy_image, GL_OES_copy_imageAlias for: glCopyImageSubDataNV, glCopyImageSubDataEXT, glCopyImageSubDataOES More... | |
| void | glCopyTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) |
Entry point to C language function: void {@native glCopyTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_textureAlias for: glCopyTexImage2DEXT More... | |
| void | glCopyTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) |
Entry point to C language function: void {@native glCopyTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_textureAlias for: glCopyTexSubImage2DEXT More... | |
| void | glCopyTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8) |
Entry point to C language function: void {@native glCopyTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_copy_texture, GL_OES_texture_3DAlias for: glCopyTexSubImage3DEXT, glCopyTexSubImage3DOES More... | |
| void | glCopyTextureLevelsAPPLE (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount) Part of GL_APPLE_copy_texture_levelsMore... | |
| void | glCoverageMaskNV (boolean arg0) |
Entry point to C language function: void {@native glCoverageMaskNV}(GLboolean mask) Part of GL_NV_coverage_sampleMore... | |
| void | glCoverageModulationNV (int arg0) |
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glCoverageModulationTableNV (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glCoverageModulationTableNV (int arg0, java.nio.FloatBuffer arg1) |
| void | glCoverageOperationNV (int arg0) |
Entry point to C language function: void {@native glCoverageOperationNV}(GLenum operation) Part of GL_NV_coverage_sampleMore... | |
| int | glCreateProgram () |
Entry point to C language function: GLuint {@native glCreateProgram}() Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| int | glCreateShader (int arg0) |
Entry point to C language function: GLuint {@native glCreateShader}(GLenum type) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| int | glCreateShaderProgramv (int arg0, int arg1, java.lang.String[] arg2) |
| void | glCullFace (int arg0) |
Entry point to C language function: void {@native glCullFace}(GLenum mode) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glDebugMessageControl (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, boolean arg5) |
| void | glDebugMessageControl (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, boolean arg6) |
Entry point to C language function: void {@native glDebugMessageControl}(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: glDebugMessageControlKHR, glDebugMessageControlARB More... | |
| void | glDebugMessageInsert (int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String arg5) |
| void | glDeleteBuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers) Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_objectAlias for: glDeleteBuffersARB More... | |
| void | glDeleteBuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteFramebuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteFramebuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT More... | |
| void | glDeleteProgram (int arg0) |
Entry point to C language function: void {@native glDeleteProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDeleteProgramPipelines (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteProgramPipelines (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n, const GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glDeleteProgramPipelinesEXT More... | |
| void | glDeleteQueries (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteQueries (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glDeleteQueriesEXT, glDeleteQueriesARB More... | |
| void | glDeleteRenderbuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteRenderbuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT More... | |
| void | glDeleteSamplers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glDeleteSamplers (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteShader (int arg0) |
Entry point to C language function: void {@native glDeleteShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDeleteSync (long arg0) |
Entry point to C language function: void {@native glDeleteSync}(GLsync sync) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glDeleteSyncAPPLE More... | |
| void | glDeleteTextures (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteTextures (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_objectAlias for: glDeleteTexturesEXT More... | |
| void | glDeleteTransformFeedbacks (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n, const GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glDeleteTransformFeedbacksNV More... | |
| void | glDeleteTransformFeedbacks (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteVertexArrays (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteVertexArrays (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n, const GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES More... | |
| void | glDeleteVertexArraysOES (int arg0, java.nio.IntBuffer arg1) |
| void | glDeleteVertexArraysOES (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| void | glDepthFunc (int arg0) |
Entry point to C language function: void {@native glDepthFunc}(GLenum func) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glDepthMask (boolean arg0) |
Entry point to C language function: void {@native glDepthMask}(GLboolean flag) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glDepthRange (double arg0, double arg1) |
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More... | |
| void | glDepthRangeArrayfvNV (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glDepthRangeArrayfvNV (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glDepthRangeIndexedfNV (int arg0, float arg1, float arg2) |
Entry point to C language function: void {@native glDepthRangeIndexedfNV}(GLuint index, GLfloat n, GLfloat f) Part of GL_NV_viewport_arrayMore... | |
| void | glDepthRangef (float arg0, float arg1) |
Entry point to C language function: void {@native glDepthRangef}(GLclampf zNear, GLclampf zFar); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glDetachShader (int arg0, int arg1) |
Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDisable (int arg0) |
Entry point to C language function: void {@native glDisable}(GLenum cap) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glDisableDriverControlQCOM (int arg0) |
Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl) Part of GL_QCOM_driver_controlMore... | |
| void | glDisableVertexAttribArray (int arg0) |
Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: glDisableVertexAttribArrayARB More... | |
| void | glDisablei (int arg0, int arg1) |
Entry point to C language function: void {@native glDisablei}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexedAlias for: glDisableiOES, glDisableiNV, glDisableiEXT More... | |
| void | glDisableiEXT (int arg0, int arg1) |
Entry point to C language function: void {@native glDisableiEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glDisableiNV (int arg0, int arg1) |
Entry point to C language function: void {@native glDisableiNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| void | glDisableiOES (int arg0, int arg1) |
Entry point to C language function: void {@native glDisableiOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glDiscardFramebufferEXT (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_EXT_discard_framebufferMore... | |
| void | glDiscardFramebufferEXT (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glDispatchCompute (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glDispatchCompute}(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glDispatchComputeIndirect (long arg0) |
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect) Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glDrawArrays (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first, GLsizei count) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_arrayAlias for: glDrawArraysEXT More... | |
| void | glDrawArraysIndirect (int arg0, java.nio.Buffer arg1) |
| void | glDrawArraysIndirect (int arg0, long arg1) |
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glDrawArraysInstanced (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glDrawArraysInstanced}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_NV_draw_instanced, GL_ANGLE_instanced_arraysAlias for: glDrawArraysInstancedARB, glDrawArraysInstancedEXT, glDrawArraysInstancedNV, glDrawArraysInstancedANGLE More... | |
| void | glDrawArraysInstancedANGLE (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glDrawArraysInstancedANGLE}(GLenum mode, GLint first, GLsizei count, GLsizei primcount) Part of GL_ANGLE_instanced_arraysMore... | |
| void | glDrawArraysInstancedBaseInstance (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawArraysInstancedBaseInstanceEXT More... | |
| void | glDrawArraysInstancedNV (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glDrawArraysInstancedNV}(GLenum mode, GLint first, GLsizei count, GLsizei primcount) Part of GL_NV_draw_instancedMore... | |
| void | glDrawBuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs) Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI More... | |
| void | glDrawBuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glDrawBuffersIndexedEXT (int arg0, int[] arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n, const GLenum * location, const GLint * indices) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glDrawBuffersIndexedEXT (int arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2) |
| void | glDrawElements (int arg0, int arg1, int arg2, java.nio.Buffer arg3) |
| void | glDrawElements (int arg0, int arg1, int arg2, long arg3) |
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const void * indices) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1More... | |
| void | glDrawElementsBaseVertex (int arg0, int arg1, int arg2, long arg3, int arg4) |
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES More... | |
| void | glDrawElementsBaseVertex (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawElementsBaseVertexEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawElementsBaseVertexOES (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawElementsIndirect (int arg0, int arg1, java.nio.Buffer arg2) |
| void | glDrawElementsIndirect (int arg0, int arg1, long arg2) |
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glDrawElementsInstanced (int arg0, int arg1, int arg2, long arg3, int arg4) |
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_ANGLE_instanced_arrays, GL_NV_draw_instancedAlias for: glDrawElementsInstancedARB, glDrawElementsInstancedEXT, glDrawElementsInstancedANGLE, glDrawElementsInstancedNV More... | |
| void | glDrawElementsInstanced (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawElementsInstancedANGLE (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawElementsInstancedBaseInstance (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawElementsInstancedBaseInstanceEXT More... | |
| void | glDrawElementsInstancedBaseVertex (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertexAlias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT More... | |
| void | glDrawElementsInstancedBaseVertex (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5) |
| void | glDrawElementsInstancedBaseVertexBaseInstance (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5, int arg6) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawElementsInstancedBaseVertexBaseInstanceEXT More... | |
| void | glDrawElementsInstancedBaseVertexEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5) |
| void | glDrawElementsInstancedBaseVertexOES (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5) |
| void | glDrawElementsInstancedNV (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glDrawRangeElements (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5) |
| void | glDrawRangeElements (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5) |
Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elementsAlias for: glDrawRangeElementsEXT More... | |
| void | glDrawRangeElementsBaseVertex (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5, int arg6) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES More... | |
| void | glDrawRangeElementsBaseVertex (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5, int arg6) |
| void | glDrawRangeElementsBaseVertexEXT (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5, int arg6) |
| void | glDrawRangeElementsBaseVertexOES (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5, int arg6) |
| void | glEGLImageTargetRenderbufferStorageOES (int arg0, long arg1) |
Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image) Part of GL_OES_EGL_imageMore... | |
| void | glEGLImageTargetTexture2DOES (int arg0, long arg1) |
Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image) Part of GL_OES_EGL_imageMore... | |
| void | glEnable (int arg0) |
Entry point to C language function: void {@native glEnable}(GLenum cap) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glEnableDriverControlQCOM (int arg0) |
Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl) Part of GL_QCOM_driver_controlMore... | |
| void | glEnableVertexAttribArray (int arg0) |
Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: glEnableVertexAttribArrayARB More... | |
| void | glEnablei (int arg0, int arg1) |
Entry point to C language function: void {@native glEnablei}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_NV_viewport_array, GL_OES_draw_buffers_indexed, GL_EXT_draw_buffers_indexedAlias for: glEnableiNV, glEnableiOES, glEnableiEXT More... | |
| void | glEnableiEXT (int arg0, int arg1) |
Entry point to C language function: void {@native glEnableiEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glEnableiNV (int arg0, int arg1) |
Entry point to C language function: void {@native glEnableiNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| void | glEnableiOES (int arg0, int arg1) |
Entry point to C language function: void {@native glEnableiOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glEndConditionalRender () |
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glEndConditionalRenderNV More... | |
| void | glEndQuery (int arg0) |
Entry point to C language function: void {@native glEndQuery}(GLenum target) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glEndQueryEXT, glEndQueryARB More... | |
| void | glEndTilingQCOM (int arg0) |
Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask) Part of GL_QCOM_tiled_renderingMore... | |
| void | glEndTransformFeedback () |
Entry point to C language function: void {@native glEndTransformFeedback}() Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT More... | |
| void | glExtGetBufferPointervQCOM (int arg0, com.jogamp.common.nio.PointerBuffer arg1) |
| void | glExtGetBuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetBuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glExtGetFramebuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glExtGetFramebuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetProgramBinarySourceQCOM (int arg0, int arg1, byte[] arg2, int arg3, int[] arg4, int arg5) |
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetProgramBinarySourceQCOM (int arg0, int arg1, java.nio.ByteBuffer arg2, java.nio.IntBuffer arg3) |
| void | glExtGetProgramsQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glExtGetProgramsQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetRenderbuffersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glExtGetRenderbuffersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetShadersQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glExtGetShadersQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetTexLevelParameterivQCOM (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4) |
| void | glExtGetTexLevelParameterivQCOM (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5) |
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexSubImageQCOM (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10) |
| void | glExtGetTexturesQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexturesQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| boolean | glExtIsProgramBinaryQCOM (int arg0) |
Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program) Part of GL_QCOM_extended_get2More... | |
| void | glExtTexObjectStateOverrideiQCOM (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param) Part of GL_QCOM_extended_getMore... | |
| long | glFenceSync (int arg0, int arg1) |
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glFenceSyncAPPLE 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_0More... | |
| 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_0More... | |
| void | glFlushMappedBufferRange (int arg0, long arg1, long arg2) |
Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length) Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_rangeAlias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE More... | |
| void | glFragmentCoverageColorNV (int arg0) |
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of GL_NV_fragment_coverage_to_colorMore... | |
| void | glFramebufferParameteri (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param) Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glFramebufferRenderbuffer (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT More... | |
| void | glFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glFramebufferTexture (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: glFramebufferTextureOES, glFramebufferTextureEXT, glFramebufferTextureARB More... | |
| void | glFramebufferTexture2D (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES More... | |
| void | glFramebufferTexture2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) Part of GL_EXT_multisampled_render_to_textureMore... | |
| void | glFramebufferTexture2DMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) Part of GL_IMG_multisampled_render_to_textureMore... | |
| void | glFramebufferTexture3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glFramebufferTexture3D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_texture_3DAlias for: glFramebufferTexture3DEXT, glFramebufferTexture3DOES More... | |
| void | glFramebufferTextureEXT (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_NV_geometry_program4, GL_EXT_geometry_shaderMore... | |
| void | glFramebufferTextureLayer (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glFramebufferTextureLayer}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_texture_array, GL_NV_geometry_program4, GL_ARB_geometry_shader4Alias for: glFramebufferTextureLayerEXT, glFramebufferTextureLayerARB More... | |
| void | glFramebufferTextureMultiviewOVR (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews) Part of GL_OVR_multiviewMore... | |
| void | glFramebufferTextureOES (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glFramebufferTextureOES}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_OES_geometry_shaderMore... | |
| void | glFrontFace (int arg0) |
Entry point to C language function: void {@native glFrontFace}(GLenum mode) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glGenBuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glGenBuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers) Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_objectAlias for: glGenBuffersARB More... | |
| void | glGenFramebuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glGenFramebuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glGenFramebuffersOES, glGenFramebuffersEXT More... | |
| void | glGenProgramPipelines (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n, GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGenProgramPipelinesEXT More... | |
| void | glGenProgramPipelines (int arg0, java.nio.IntBuffer arg1) |
| void | glGenQueries (int arg0, java.nio.IntBuffer arg1) |
| void | glGenQueries (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGenQueriesEXT, glGenQueriesARB More... | |
| void | glGenRenderbuffers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glGenRenderbuffersEXT, glGenRenderbuffersOES More... | |
| void | glGenRenderbuffers (int arg0, java.nio.IntBuffer arg1) |
| void | glGenSamplers (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGenSamplers (int arg0, java.nio.IntBuffer arg1) |
| void | glGenTextures (int arg0, java.nio.IntBuffer arg1) |
| void | glGenTextures (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_objectAlias for: glGenTexturesEXT More... | |
| void | glGenTransformFeedbacks (int arg0, java.nio.IntBuffer arg1) |
| void | glGenTransformFeedbacks (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenTransformFeedbacks}(GLsizei n, GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glGenTransformFeedbacksNV More... | |
| void | glGenVertexArrays (int arg0, java.nio.IntBuffer arg1) |
| void | glGenVertexArrays (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glGenVertexArraysAPPLE, glGenVertexArraysOES More... | |
| void | glGenVertexArraysOES (int arg0, java.nio.IntBuffer arg1) |
| void | glGenVertexArraysOES (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| void | glGenerateMipmap (int arg0) |
Entry point to C language function: void {@native glGenerateMipmap}(GLenum target) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glGenerateMipmapOES, glGenerateMipmapEXT More... | |
| void | glGetActiveAttrib (int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10) |
Entry point to C language function: void {@native glGetActiveAttrib}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: glGetActiveAttribARB More... | |
| void | glGetActiveAttrib (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6) |
| void | glGetActiveUniform (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6) |
| void | glGetActiveUniform (int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10) |
Entry point to C language function: void {@native glGetActiveUniform}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetActiveUniformARB More... | |
| void | glGetActiveUniformBlockName (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4) |
| void | glGetActiveUniformBlockName (int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6) |
Entry point to C language function: void {@native glGetActiveUniformBlockName}(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformBlockiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glGetActiveUniformBlockiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformsiv (int arg0, int arg1, int[] arg2, int arg3, int arg4, int[] arg5, int arg6) |
Entry point to C language function: void {@native glGetActiveUniformsiv}(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformsiv (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4) |
| void | glGetAttachedShaders (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5) |
Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetAttachedShaders (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3) |
| int | glGetAttribLocation (int arg0, java.lang.String arg1) |
| void | glGetBooleani_v (int arg0, int arg1, java.nio.ByteBuffer arg2) |
| void | glGetBooleani_v (int arg0, int arg1, byte[] arg2, int arg3) |
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data) Part of GL_ES_VERSION_3_1, GL_VERSION_3_0More... | |
| void | glGetBooleanv (int arg0, java.nio.ByteBuffer arg1) |
| void | glGetBooleanv (int arg0, byte[] arg1, int arg2) |
Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glGetBufferParameteri64v (int arg0, int arg1, long[] arg2, int arg3) |
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGetBufferParameteri64v (int arg0, int arg1, java.nio.LongBuffer arg2) |
| void | glGetBufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetBufferParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_objectAlias for: glGetBufferParameterivARB More... | |
| void | glGetCoverageModulationTableNV (int arg0, java.nio.FloatBuffer arg1) |
| void | glGetCoverageModulationTableNV (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize, GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| int | glGetDebugMessageLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.IntBuffer arg6, java.nio.ByteBuffer arg7) |
| int | glGetDebugMessageLog (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11, byte[] arg12, int arg13) |
Entry point to C language function: GLuint {@native glGetDebugMessageLog}(GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debugAlias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR More... | |
| void | glGetDriverControlStringQCOM (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString) Part of GL_QCOM_driver_controlMore... | |
| void | glGetDriverControlStringQCOM (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetDriverControlsQCOM (int[] arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls) Part of GL_QCOM_driver_controlMore... | |
| void | glGetDriverControlsQCOM (java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2) |
| int | glGetError () |
Entry point to C language function: GLenum {@native glGetError}() Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glGetFloati_vNV (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetFloati_vNV (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target, GLuint index, GLfloat * data) Part of GL_NV_viewport_arrayMore... | |
| void | glGetFloatv (int arg0, float[] arg1, int arg2) |
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_0More... | |
| void | glGetFloatv (int arg0, java.nio.FloatBuffer arg1) |
| int | glGetFragDataIndexEXT (int arg0, java.nio.ByteBuffer arg1) |
| int | glGetFragDataIndexEXT (int arg0, byte[] arg1, int arg2) |
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| int | glGetFragDataLocation (int arg0, java.lang.String arg1) |
| void | glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES More... | |
| void | glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glGetFramebufferParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_accessAlias for: glGetFramebufferParameterivEXT More... | |
| void | glGetFramebufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| 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_robustnessAlias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR More... | |
| void | glGetInteger64i_v (int arg0, int arg1, java.nio.LongBuffer arg2) |
| void | glGetInteger64i_v (int arg0, int arg1, long[] arg2, int arg3) |
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGetInteger64v (int arg0, java.nio.LongBuffer arg1) |
| void | glGetInteger64v (int arg0, long[] arg1, int arg2) |
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetInteger64vAPPLE More... | |
| void | glGetIntegeri_v (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetIntegeri_v (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target, GLuint index, GLint * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffersAlias for: glGetIntegeri_vEXT More... | |
| void | glGetIntegeri_vEXT (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetIntegeri_vEXT (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target, GLuint index, GLint * data) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glGetIntegerv (int arg0, java.nio.IntBuffer arg1) |
| void | glGetIntegerv (int arg0, int[] arg1, int arg2) |
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_0More... | |
| void | glGetInternalformativ (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4) |
| void | glGetInternalformativ (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5) |
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params) Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_queryMore... | |
| void | glGetMultisamplefv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetMultisamplefv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname, GLuint index, GLfloat * val) Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisampleAlias for: glGetMultisamplefvNV More... | |
| void | glGetObjectLabel (int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6) |
Entry point to C language function: void {@native glGetObjectLabel}(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debugAlias for: glGetObjectLabelEXT, glGetObjectLabelKHR More... | |
| void | glGetObjectLabel (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4) |
| void | glGetObjectPtrLabel (java.nio.Buffer arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetObjectPtrLabel (java.nio.Buffer arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
| void | glGetProgramBinary (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.Buffer arg4) |
| void | glGetProgramBinary (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, java.nio.Buffer arg6) |
| void | glGetProgramInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetProgramInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetProgramInterfaceiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramInterfaceiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glGetProgramPipelineInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineInfoLogEXT More... | |
| void | glGetProgramPipelineInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetProgramPipelineiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetProgramPipelineiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline, GLenum pname, GLint * params) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineivEXT More... | |
| int | glGetProgramResourceIndex (int arg0, int arg1, java.nio.ByteBuffer arg2) |
| int | glGetProgramResourceIndex (int arg0, int arg1, byte[] arg2, int arg3) |
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceLocation (int arg0, int arg1, byte[] arg2, int arg3) |
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceLocation (int arg0, int arg1, java.nio.ByteBuffer arg2) |
| int | glGetProgramResourceLocationIndexEXT (int arg0, int arg1, byte[] arg2, int arg3) |
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| int | glGetProgramResourceLocationIndexEXT (int arg0, int arg1, java.nio.ByteBuffer arg2) |
| void | glGetProgramResourceName (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5) |
| void | glGetProgramResourceName (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7) |
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramResourceiv (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, int arg5, java.nio.IntBuffer arg6, java.nio.IntBuffer arg7) |
| void | glGetProgramResourceiv (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6, int[] arg7, int arg8, int[] arg9, int arg10) |
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetProgramiv}(GLuint program, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_programAlias for: glGetProgramivARB, glGetProgramivNV More... | |
| void | glGetProgramiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetQueryObjecti64v (int arg0, int arg1, java.nio.LongBuffer arg2) |
| void | glGetQueryObjecti64v (int arg0, int arg1, long[] arg2, int arg3) |
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id, GLenum pname, GLint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjecti64vEXT More... | |
| void | glGetQueryObjectiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetQueryObjectiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_queryAlias for: glGetQueryObjectivARB, glGetQueryObjectivEXT More... | |
| void | glGetQueryObjectui64v (int arg0, int arg1, long[] arg2, int arg3) |
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id, GLenum pname, GLuint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjectui64vEXT More... | |
| void | glGetQueryObjectui64v (int arg0, int arg1, java.nio.LongBuffer arg2) |
| void | glGetQueryObjectuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetQueryObjectuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id, GLenum pname, GLuint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB More... | |
| void | glGetQueryiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryivEXT, glGetQueryivARB More... | |
| void | glGetQueryiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetRenderbufferParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES More... | |
| void | glGetRenderbufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetSamplerParameterIiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES More... | |
| void | glGetSamplerParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetSamplerParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetSamplerParameterIuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler, GLenum pname, GLuint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clampAlias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT More... | |
| void | glGetSamplerParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetSamplerParameterfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetSamplerParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetSamplerParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetShaderInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetShaderPrecisionFormat (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5) |
Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glGetShaderPrecisionFormat (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3) |
| void | glGetShaderSource (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| void | glGetShaderSource (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetShaderSource}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetShaderSourceARB More... | |
| void | glGetShaderiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| java.lang.String | glGetString (int arg0) |
Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| java.lang.String | glGetStringi (int arg0, int arg1) |
Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glGetSynciv (long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6) |
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetSyncivAPPLE More... | |
| void | glGetSynciv (long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4) |
| void | glGetTexLevelParameterfv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glGetTexLevelParameterfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glGetTexLevelParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glGetTexLevelParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glGetTexParameterIiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIivOES, glGetTexParameterIivEXT More... | |
| void | glGetTexParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetTexParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetTexParameterIuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT More... | |
| void | glGetTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetTexParameterfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0More... | |
| void | glGetTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetTexParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glGetTransformFeedbackVarying (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6) |
| void | glGetTransformFeedbackVarying (int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10) |
Entry point to C language function: void {@native glGetTransformFeedbackVarying}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT More... | |
| void | glGetTranslatedShaderSourceANGLE (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5) |
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source) Part of GL_ANGLE_translated_shader_sourceMore... | |
| void | glGetTranslatedShaderSourceANGLE (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3) |
| int | glGetUniformBlockIndex (int arg0, java.lang.String arg1) |
| void | glGetUniformIndices (int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4) |
| void | glGetUniformIndices (int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3) |
| int | glGetUniformLocation (int arg0, java.lang.String arg1) |
| void | glGetUniformfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformfvARB More... | |
| void | glGetUniformfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetUniformiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformivARB More... | |
| void | glGetUniformiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetUniformuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glGetUniformuivEXT More... | |
| void | glGetUniformuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetVertexAttribIiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetVertexAttribIiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIivEXT More... | |
| void | glGetVertexAttribIuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIuivEXT More... | |
| void | glGetVertexAttribIuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetVertexAttribfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glGetVertexAttribfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV More... | |
| void | glGetVertexAttribiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glGetVertexAttribiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glGetVertexAttribivNV, glGetVertexAttribivARB More... | |
| void | glGetnUniformfv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustnessAlias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB More... | |
| void | glGetnUniformfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glGetnUniformiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glGetnUniformiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustnessAlias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR More... | |
| void | glGetnUniformuiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustnessAlias for: glGetnUniformuivKHR, glGetnUniformuivARB More... | |
| void | glGetnUniformuiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glHint (int arg0, int arg1) |
Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hintsAlias for: glHintPGI More... | |
| void | glInvalidateFramebuffer (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| void | glInvalidateFramebuffer (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glInvalidateSubFramebuffer (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, int arg4, int arg5, int arg6) |
| void | glInvalidateSubFramebuffer (int arg0, int arg1, int[] arg2, int arg3, int arg4, int arg5, int arg6, int arg7) |
Entry point to C language function: void {@native glInvalidateSubFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| boolean | glIsBuffer (int arg0) |
Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer) Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_objectAlias for: glIsBufferARB More... | |
| boolean | glIsEnabled (int arg0) |
Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap) Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| boolean | glIsEnabledi (int arg0, int arg1) |
Entry point to C language function: GLboolean {@native glIsEnabledi}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexedAlias for: glIsEnablediOES, glIsEnablediNV, glIsEnablediEXT More... | |
| boolean | glIsEnablediEXT (int arg0, int arg1) |
Entry point to C language function: GLboolean {@native glIsEnablediEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| boolean | glIsEnablediNV (int arg0, int arg1) |
Entry point to C language function: GLboolean {@native glIsEnablediNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| boolean | glIsEnablediOES (int arg0, int arg1) |
Entry point to C language function: GLboolean {@native glIsEnablediOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| boolean | glIsFramebuffer (int arg0) |
Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glIsFramebufferEXT, glIsFramebufferOES More... | |
| boolean | glIsProgram (int arg0) |
Entry point to C language function: GLboolean {@native glIsProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_programAlias for: glIsProgramARB, glIsProgramNV More... | |
| boolean | glIsProgramPipeline (int arg0) |
Entry point to C language function: GLboolean {@native glIsProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glIsProgramPipelineEXT More... | |
| boolean | glIsQuery (int arg0) |
Entry point to C language function: GLboolean {@native glIsQuery}(GLuint id) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glIsQueryEXT, glIsQueryARB More... | |
| boolean | glIsRenderbuffer (int arg0) |
Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_objectAlias for: glIsRenderbufferOES, glIsRenderbufferEXT More... | |
| boolean | glIsSampler (int arg0) |
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| boolean | glIsShader (int arg0) |
Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| boolean | glIsSync (long arg0) |
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glIsSyncAPPLE More... | |
| boolean | glIsTexture (int arg0) |
Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_objectAlias for: glIsTextureEXT More... | |
| boolean | glIsTransformFeedback (int arg0) |
Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glIsTransformFeedbackNV More... | |
| boolean | glIsVertexArray (int arg0) |
Entry point to C language function: GLboolean {@native glIsVertexArray}(GLuint array) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_objectAlias for: glIsVertexArrayOES, glIsVertexArrayAPPLE More... | |
| boolean | glIsVertexArrayOES (int arg0) |
Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array) Part of GL_OES_vertex_array_objectMore... | |
| void | glLineWidth (float arg0) |
Entry point to C language function: void {@native glLineWidth}(GLfloat width) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0More... | |
| void | glLinkProgram (int arg0) |
Entry point to C language function: void {@native glLinkProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glLinkProgramARB More... | |
| java.nio.ByteBuffer | glMapBuffer (int arg0, int arg1) |
Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access) Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_objectAlias for: glMapBufferOES, glMapBufferARB More... | |
| java.nio.ByteBuffer | glMapBufferRange (int arg0, long arg1, long arg2, int arg3) |
Entry point to C language function: void * {@native glMapBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_rangeAlias for: glMapBufferRangeEXT More... | |
| void | glMemoryBarrier (int arg0) |
Entry point to C language function: void {@native glMemoryBarrier}(GLbitfield barriers) Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: glMemoryBarrierEXT More... | |
| void | glMemoryBarrierByRegion (int arg0) |
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Part of GL_VERSION_4_5, GL_ES_VERSION_3_1More... | |
| void | glMinSampleShading (float arg0) |
Entry point to C language function: void {@native glMinSampleShading}(GLfloat value) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shadingAlias for: glMinSampleShadingOES, glMinSampleShadingARB More... | |
| void | glMinSampleShadingOES (float arg0) |
Entry point to C language function: void {@native glMinSampleShadingOES}(GLfloat value) Part of GL_OES_sample_shadingMore... | |
| void | glMultiDrawArraysIndirectEXT (int arg0, java.nio.Buffer arg1, int arg2, int arg3) |
| void | glMultiDrawElementsBaseVertexEXT (int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, java.nio.IntBuffer arg5) |
| void | glMultiDrawElementsBaseVertexEXT (int arg0, int[] arg1, int arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int arg5, int[] arg6, int arg7) |
| void | glMultiDrawElementsBaseVertexOES (int arg0, int[] arg1, int arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int arg5, int[] arg6, int arg7) |
| void | glMultiDrawElementsBaseVertexOES (int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, java.nio.IntBuffer arg5) |
| void | glMultiDrawElementsIndirectEXT (int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4) |
| void | glNamedFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glNamedFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glObjectLabel (int arg0, int arg1, int arg2, byte[] arg3, int arg4) |
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier, GLuint name, GLsizei length, const GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glObjectLabelKHR More... | |
| void | glObjectLabel (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3) |
| void | glObjectPtrLabel (java.nio.Buffer arg0, int arg1, byte[] arg2, int arg3) |
| void | glObjectPtrLabel (java.nio.Buffer arg0, int arg1, java.nio.ByteBuffer arg2) |
| void | glPatchParameteri (int arg0, int arg1) |
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname, GLint value) Part of GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: glPatchParameteriOES, glPatchParameteriEXT More... | |
| void | glPatchParameteriEXT (int arg0, int arg1) |
Entry point to C language function: void {@native glPatchParameteriEXT}(GLenum pname, GLint value) Part of GL_EXT_tessellation_shaderMore... | |
| void | glPatchParameteriOES (int arg0, int arg1) |
Entry point to C language function: void {@native glPatchParameteriOES}(GLenum pname, GLint value) Part of GL_OES_tessellation_shaderMore... | |
| void | glPauseTransformFeedback () |
Entry point to C language function: void {@native glPauseTransformFeedback}() Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glPauseTransformFeedbackNV More... | |
| void | glPixelStorei (int arg0, int arg1) |
Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glPolygonModeNV (int arg0, int arg1) |
Entry point to C language function: void {@native glPolygonModeNV}(GLenum face, GLenum mode) Part of GL_NV_polygon_modeMore... | |
| void | glPolygonOffset (float arg0, float arg1) |
Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor, GLfloat units) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offsetAlias for: glPolygonOffsetEXT More... | |
| void | glPopDebugGroup () |
Entry point to C language function: void {@native glPopDebugGroup}() Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glPopDebugGroupKHR More... | |
| void | glPrimitiveBoundingBox (float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7) |
Entry point to C language function: void {@native glPrimitiveBoundingBox}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_ES_VERSION_3_2, GL_OES_primitive_bounding_box, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibilityAlias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB More... | |
| void | glPrimitiveBoundingBoxEXT (float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxEXT}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_EXT_primitive_bounding_boxMore... | |
| void | glPrimitiveBoundingBoxOES (float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxOES}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_OES_primitive_bounding_boxMore... | |
| void | glProgramBinary (int arg0, int arg1, java.nio.Buffer arg2, int arg3) |
| void | glProgramParameteri (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glProgramParameteri}(GLuint program, GLenum pname, GLint value) Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_EXT_geometry_shader4, GL_EXT_separate_shader_objects, GL_ARB_geometry_shader4Alias for: glProgramParameteriEXT, glProgramParameteriARB More... | |
| void | glProgramUniform1f (int arg0, int arg1, float arg2) |
Entry point to C language function: void {@native glProgramUniform1f}(GLuint program, GLint location, GLfloat v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1fEXT More... | |
| void | glProgramUniform1fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glProgramUniform1fv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1fvEXT More... | |
| void | glProgramUniform1i (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glProgramUniform1i}(GLuint program, GLint location, GLint v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1iEXT More... | |
| void | glProgramUniform1iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform1iv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1ivEXT More... | |
| void | glProgramUniform1ui (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glProgramUniform1ui}(GLuint program, GLint location, GLuint v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1uiEXT More... | |
| void | glProgramUniform1uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform1uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1uivEXT More... | |
| void | glProgramUniform2f (int arg0, int arg1, float arg2, float arg3) |
Entry point to C language function: void {@native glProgramUniform2f}(GLuint program, GLint location, GLfloat v0, GLfloat v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2fEXT More... | |
| void | glProgramUniform2fv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2fvEXT More... | |
| void | glProgramUniform2fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glProgramUniform2i (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glProgramUniform2i}(GLuint program, GLint location, GLint v0, GLint v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2iEXT More... | |
| void | glProgramUniform2iv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2ivEXT More... | |
| void | glProgramUniform2iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform2ui (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glProgramUniform2ui}(GLuint program, GLint location, GLuint v0, GLuint v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2uiEXT More... | |
| void | glProgramUniform2uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2uivEXT More... | |
| void | glProgramUniform2uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform3f (int arg0, int arg1, float arg2, float arg3, float arg4) |
Entry point to C language function: void {@native glProgramUniform3f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3fEXT More... | |
| void | glProgramUniform3fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glProgramUniform3fv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3fvEXT More... | |
| void | glProgramUniform3i (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform3i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3iEXT More... | |
| void | glProgramUniform3iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform3iv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3ivEXT More... | |
| void | glProgramUniform3ui (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform3ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3uiEXT More... | |
| void | glProgramUniform3uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform3uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3uivEXT More... | |
| void | glProgramUniform4f (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5) |
Entry point to C language function: void {@native glProgramUniform4f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4fEXT More... | |
| void | glProgramUniform4fv (int arg0, int arg1, int arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4fvEXT More... | |
| void | glProgramUniform4fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3) |
| void | glProgramUniform4i (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniform4i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4iEXT More... | |
| void | glProgramUniform4iv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4ivEXT More... | |
| void | glProgramUniform4iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform4ui (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniform4ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4uiEXT More... | |
| void | glProgramUniform4uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3) |
| void | glProgramUniform4uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4) |
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4uivEXT More... | |
| void | glProgramUniformMatrix2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2fvEXT More... | |
| void | glProgramUniformMatrix2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix2x3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x3fvEXT More... | |
| void | glProgramUniformMatrix2x3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix2x4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix2x4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x4fvEXT More... | |
| void | glProgramUniformMatrix3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3fvEXT More... | |
| void | glProgramUniformMatrix3x2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix3x2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x2fvEXT More... | |
| void | glProgramUniformMatrix3x4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix3x4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x4fvEXT More... | |
| void | glProgramUniformMatrix4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4fvEXT More... | |
| void | glProgramUniformMatrix4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix4x2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glProgramUniformMatrix4x2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x2fvEXT More... | |
| void | glProgramUniformMatrix4x3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5) |
Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x3fvEXT More... | |
| void | glProgramUniformMatrix4x3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4) |
| void | glPushDebugGroup (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3) |
| void | glPushDebugGroup (int arg0, int arg1, int arg2, byte[] arg3, int arg4) |
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source, GLuint id, GLsizei length, const GLchar * message) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glPushDebugGroupKHR More... | |
| void | glQueryCounter (int arg0, int arg1) |
Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_queryAlias for: glQueryCounterEXT More... | |
| void | glRasterSamplesEXT (int arg0, boolean arg1) |
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations) Part of GL_EXT_raster_multisampleMore... | |
| void | glReadBuffer (int arg0) |
Entry point to C language function: void {@native glReadBuffer}(GLenum mode) Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_bufferAlias for: glReadBufferNV More... | |
| void | glReadBufferIndexedEXT (int arg0, int arg1) |
Entry point to C language function: void {@native glReadBufferIndexedEXT}(GLenum src, GLint index) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glReadBufferNV (int arg0) |
Entry point to C language function: void {@native glReadBufferNV}(GLenum mode) Part of GL_NV_read_bufferMore... | |
| void | glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6) |
| void | glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6) |
Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glReadnPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7) |
| void | glReleaseShaderCompiler () |
| Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well. More... | |
| void | glRenderbufferStorage (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_objectAlias for: glRenderbufferStorageEXT, glRenderbufferStorageOES More... | |
| void | glRenderbufferStorageMultisample (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisampleAlias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV More... | |
| void | glRenderbufferStorageMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisampleMore... | |
| void | glRenderbufferStorageMultisampleIMG (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_IMG_multisampled_render_to_textureMore... | |
| void | glRenderbufferStorageMultisampleNV (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleNV}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_NV_framebuffer_multisampleMore... | |
| void | glResolveDepthValuesNV () |
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_locationsMore... | |
| void | glResolveMultisampleFramebuffer () |
Entry point to C language function: void {@native glResolveMultisampleFramebuffer}() Part of GL_APPLE_framebuffer_multisampleAlias for: glResolveMultisampleFramebufferAPPLE More... | |
| void | glResumeTransformFeedback () |
Entry point to C language function: void {@native glResumeTransformFeedback}() Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glResumeTransformFeedbackNV More... | |
| void | glSampleCoverage (float arg0, boolean arg1) |
Entry point to C language function: void {@native glSampleCoverage}(GLfloat value, GLboolean invert) Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_pointAlias for: glSampleCoverageARB, glSampleCoverageOES More... | |
| void | glSampleMaski (int arg0, int arg1) |
Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask) Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glSamplerParameterIiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIivEXT, glSamplerParameterIivOES More... | |
| void | glSamplerParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glSamplerParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glSamplerParameterIuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler, GLenum pname, const GLuint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES More... | |
| void | glSamplerParameterf (int arg0, int arg1, float arg2) |
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glSamplerParameterfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameteri (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glSamplerParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glScissor (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glScissorArrayvNV (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glScissorArrayvNV (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first, GLsizei count, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedNV (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glScissorIndexedNV}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedvNV (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedvNV (int arg0, java.nio.IntBuffer arg1) |
| void | glShaderBinary (int arg0, int[] arg1, int arg2, int arg3, java.nio.Buffer arg4, int arg5) |
| void | glShaderBinary (int arg0, java.nio.IntBuffer arg1, int arg2, java.nio.Buffer arg3, int arg4) |
| void | glShaderSource (int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3) |
| void | glShaderSource (int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4) |
| void | glStartTilingQCOM (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) Part of GL_QCOM_tiled_renderingMore... | |
| void | glStencilFunc (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glStencilFuncSeparate (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glStencilFuncSeparate}(GLenum face, GLenum func, GLint ref, GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: glStencilFuncSeparateATI More... | |
| void | glStencilMask (int arg0) |
Entry point to C language function: void {@native glStencilMask}(GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glStencilMaskSeparate (int arg0, int arg1) |
Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glStencilOp (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glStencilOpSeparate (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glStencilOpSeparate}(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: glStencilOpSeparateATI More... | |
| void | glSubpixelPrecisionBiasNV (int arg0, int arg1) |
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits) Part of GL_NV_conservative_rasterMore... | |
| void | glTexBuffer (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glTexBuffer}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectAlias for: glTexBufferOES, glTexBufferARB, glTexBufferEXT More... | |
| void | glTexBufferEXT (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glTexBufferEXT}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectMore... | |
| void | glTexBufferOES (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glTexBufferOES}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_OES_texture_bufferMore... | |
| void | glTexBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glTexBufferRange}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_bufferAlias for: glTexBufferRangeOES, glTexBufferRangeEXT More... | |
| void | glTexBufferRangeEXT (int arg0, int arg1, int arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glTexBufferRangeEXT}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_EXT_texture_bufferMore... | |
| void | glTexBufferRangeOES (int arg0, int arg1, int arg2, long arg3, long arg4) |
Entry point to C language function: void {@native glTexBufferRangeOES}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_OES_texture_bufferMore... | |
| void | glTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8) |
| void | glTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8) |
Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glTexImage2DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5) |
Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) Part of GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9) |
Entry point to C language function: void {@native glTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexImage3DOES, glTexImage3DEXT More... | |
| void | glTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9) |
| void | glTexImage3DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6) |
Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glTexPageCommitmentEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8) |
Entry point to C language function: void {@native glTexPageCommitmentEXT}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) Part of GL_EXT_sparse_textureMore... | |
| void | glTexParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glTexParameterIiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target, GLenum pname, const GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glTexParameterIivOES, glTexParameterIivEXT More... | |
| void | glTexParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glTexParameterIuiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target, GLenum pname, const GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glTexParameterIuivEXT, glTexParameterIuivOES More... | |
| void | glTexParameterf (int arg0, int arg1, float arg2) |
Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0More... | |
| void | glTexParameterfv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params) Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0More... | |
| void | glTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glTexParameteri (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glTexParameteriv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glTexStorage1D (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storageAlias for: glTexStorage1DEXT More... | |
| void | glTexStorage2D (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glTexStorage2D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storageAlias for: glTexStorage2DEXT More... | |
| void | glTexStorage2DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5) |
Entry point to C language function: void {@native glTexStorage2DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glTexStorage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glTexStorage3D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storageAlias for: glTexStorage3DEXT More... | |
| void | glTexStorage3DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6) |
Entry point to C language function: void {@native glTexStorage3DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_texture_storage_multisample_2d_arrayAlias for: glTexStorage3DMultisampleOES More... | |
| void | glTexStorage3DMultisampleOES (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6) |
Entry point to C language function: void {@native glTexStorage3DMultisampleOES}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_OES_texture_storage_multisample_2d_arrayMore... | |
| void | glTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8) |
| void | glTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8) |
Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtextureAlias for: glTexSubImage2DEXT More... | |
| void | glTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10) |
| void | glTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10) |
Entry point to C language function: void {@native glTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexSubImage3DOES, glTexSubImage3DEXT More... | |
| void | glTextureStorage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_accessMore... | |
| void | glTextureStorage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) |
Entry point to C language function: void {@native glTextureStorage2DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_accessMore... | |
| void | glTextureStorage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) |
Entry point to C language function: void {@native glTextureStorage3DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_accessMore... | |
| void | glTextureView (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7) |
Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) Part of GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_viewAlias for: glTextureViewOES, glTextureViewEXT More... | |
| void | glTransformFeedbackVaryings (int arg0, int arg1, java.lang.String[] arg2, int arg3) |
| void | glUniform (com.jogamp.opengl.GLUniformData arg0) |
| void | glUniform1f (int arg0, float arg1) |
Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1fARB More... | |
| void | glUniform1fv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1fvARB More... | |
| void | glUniform1fv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glUniform1i (int arg0, int arg1) |
Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1iARB More... | |
| void | glUniform1iv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1ivARB More... | |
| void | glUniform1iv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform1ui (int arg0, int arg1) |
Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform1uiEXT More... | |
| void | glUniform1uiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform1uiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform1uivEXT More... | |
| void | glUniform2f (int arg0, float arg1, float arg2) |
Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2fARB More... | |
| void | glUniform2fv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glUniform2fv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2fvARB More... | |
| void | glUniform2i (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2iARB More... | |
| void | glUniform2iv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform2iv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2ivARB More... | |
| void | glUniform2ui (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform2uiEXT More... | |
| void | glUniform2uiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform2uivEXT More... | |
| void | glUniform2uiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform3f (int arg0, float arg1, float arg2, float arg3) |
Entry point to C language function: void {@native glUniform3f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3fARB More... | |
| void | glUniform3fv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3fvARB More... | |
| void | glUniform3fv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glUniform3i (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glUniform3i}(GLint location, GLint v0, GLint v1, GLint v2) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3iARB More... | |
| void | glUniform3iv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3ivARB More... | |
| void | glUniform3iv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform3ui (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glUniform3ui}(GLint location, GLuint v0, GLuint v1, GLuint v2) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform3uiEXT More... | |
| void | glUniform3uiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform3uiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform3uivEXT More... | |
| void | glUniform4f (int arg0, float arg1, float arg2, float arg3, float arg4) |
Entry point to C language function: void {@native glUniform4f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4fARB More... | |
| void | glUniform4fv (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glUniform4fv (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4fvARB More... | |
| void | glUniform4i (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glUniform4i}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4iARB More... | |
| void | glUniform4iv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniform4iv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4ivARB More... | |
| void | glUniform4ui (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glUniform4ui}(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform4uiEXT More... | |
| void | glUniform4uiv (int arg0, int arg1, int[] arg2, int arg3) |
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform4uivEXT More... | |
| void | glUniform4uiv (int arg0, int arg1, java.nio.IntBuffer arg2) |
| void | glUniformBlockBinding (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glUniformMatrix2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix2fvARB More... | |
| void | glUniformMatrix2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix2x3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x3fvNV More... | |
| void | glUniformMatrix2x3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix2x3fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix2x3fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix2x4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix2x4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x4fvNV More... | |
| void | glUniformMatrix2x4fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix2x4fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix3fvARB More... | |
| void | glUniformMatrix3x2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3x2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x2fvNV More... | |
| void | glUniformMatrix3x2fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3x2fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix3x4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x4fvNV More... | |
| void | glUniformMatrix3x4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3x4fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix3x4fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix4fvARB More... | |
| void | glUniformMatrix4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix4x2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x2fvNV More... | |
| void | glUniformMatrix4x2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix4x2fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix4x2fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4x3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix4x3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x3fvNV More... | |
| void | glUniformMatrix4x3fvNV (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3) |
| void | glUniformMatrix4x3fvNV (int arg0, int arg1, boolean arg2, float[] arg3, int arg4) |
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| boolean | glUnmapBuffer (int arg0) |
Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_objectAlias for: glUnmapBufferOES, glUnmapBufferARB More... | |
| void | glUseProgram (int arg0) |
Entry point to C language function: void {@native glUseProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glUseProgramStages (int arg0, int arg1, int arg2) |
Entry point to C language function: void {@native glUseProgramStages}(GLuint pipeline, GLbitfield stages, GLuint program) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glUseProgramStagesEXT More... | |
| void | glValidateProgram (int arg0) |
Entry point to C language function: void {@native glValidateProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glValidateProgramARB More... | |
| void | glValidateProgramPipeline (int arg0) |
Entry point to C language function: void {@native glValidateProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glValidateProgramPipelineEXT More... | |
| void | glVertexAttrib1f (int arg0, float arg1) |
Entry point to C language function: void {@native glVertexAttrib1f}(GLuint index, GLfloat x) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib1fARB, glVertexAttrib1fNV More... | |
| void | glVertexAttrib1fv (int arg0, java.nio.FloatBuffer arg1) |
| void | glVertexAttrib1fv (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB More... | |
| void | glVertexAttrib2f (int arg0, float arg1, float arg2) |
Entry point to C language function: void {@native glVertexAttrib2f}(GLuint index, GLfloat x, GLfloat y) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib2fARB, glVertexAttrib2fNV More... | |
| void | glVertexAttrib2fv (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV More... | |
| void | glVertexAttrib2fv (int arg0, java.nio.FloatBuffer arg1) |
| void | glVertexAttrib3f (int arg0, float arg1, float arg2, float arg3) |
Entry point to C language function: void {@native glVertexAttrib3f}(GLuint index, GLfloat x, GLfloat y, GLfloat z) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib3fARB, glVertexAttrib3fNV More... | |
| void | glVertexAttrib3fv (int arg0, java.nio.FloatBuffer arg1) |
| void | glVertexAttrib3fv (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB More... | |
| void | glVertexAttrib4f (int arg0, float arg1, float arg2, float arg3, float arg4) |
Entry point to C language function: void {@native glVertexAttrib4f}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib4fNV, glVertexAttrib4fARB More... | |
| void | glVertexAttrib4fv (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB More... | |
| void | glVertexAttrib4fv (int arg0, java.nio.FloatBuffer arg1) |
| void | glVertexAttribBinding (int arg0, int arg1) |
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glVertexAttribDivisor (int arg0, int arg1) |
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index, GLuint divisor) Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_EXT_instanced_arrays, GL_ARB_instanced_arraysAlias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorEXT, glVertexAttribDivisorARB More... | |
| void | glVertexAttribDivisorANGLE (int arg0, int arg1) |
Entry point to C language function: void {@native glVertexAttribDivisorANGLE}(GLuint index, GLuint divisor) Part of GL_ANGLE_instanced_arraysMore... | |
| void | glVertexAttribDivisorNV (int arg0, int arg1) |
Entry point to C language function: void {@native glVertexAttribDivisorNV}(GLuint index, GLuint divisor) Part of GL_NV_instanced_arraysMore... | |
| void | glVertexAttribFormat (int arg0, int arg1, int arg2, boolean arg3, int arg4) |
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memoryAlias for: glVertexAttribFormatNV More... | |
| void | glVertexAttribI4i (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4iEXT More... | |
| void | glVertexAttribI4iv (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4ivEXT More... | |
| void | glVertexAttribI4iv (int arg0, java.nio.IntBuffer arg1) |
| void | glVertexAttribI4ui (int arg0, int arg1, int arg2, int arg3, int arg4) |
Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4uiEXT More... | |
| void | glVertexAttribI4uiv (int arg0, java.nio.IntBuffer arg1) |
| void | glVertexAttribI4uiv (int arg0, int[] arg1, int arg2) |
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4uivEXT More... | |
| void | glVertexAttribIFormat (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memoryAlias for: glVertexAttribIFormatNV More... | |
| void | glVertexAttribIPointer (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4) |
| void | glVertexAttribIPointer (int arg0, int arg1, int arg2, int arg3, long arg4) |
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribIPointerEXT More... | |
| void | glVertexAttribPointer (com.jogamp.opengl.GLArrayData arg0) |
| void | glVertexAttribPointer (int arg0, int arg1, int arg2, boolean arg3, int arg4, java.nio.Buffer arg5) |
| void | glVertexAttribPointer (int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5) |
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttribPointerARB, glVertexAttribPointerNV More... | |
| void | glVertexBindingDivisor (int arg0, int arg1) |
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glViewport (int arg0, int arg1, int arg2, int arg3) |
Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0More... | |
| void | glViewportArrayvNV (int arg0, int arg1, float[] arg2, int arg3) |
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportArrayvNV (int arg0, int arg1, java.nio.FloatBuffer arg2) |
| void | glViewportIndexedfNV (int arg0, float arg1, float arg2, float arg3, float arg4) |
Entry point to C language function: void {@native glViewportIndexedfNV}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportIndexedfvNV (int arg0, float[] arg1, int arg2) |
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportIndexedfvNV (int arg0, java.nio.FloatBuffer arg1) |
| void | glWaitSync (long arg0, int arg1, long arg2) |
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glWaitSyncAPPLE 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... | |
| boolean | hasGLSL () |
| Indicates whether this GL object supports GLSL. More... | |
| boolean | isExtensionAvailable (java.lang.String arg0) |
| boolean | isFunctionAvailable (java.lang.String arg0) |
| boolean | isGL () |
| Indicates whether this GL object conforms to any of the OpenGL profiles. More... | |
| boolean | isGL2 () |
| Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More... | |
| boolean | isGL2ES1 () |
| Indicates whether this GL object conforms to a GL2ES1 compatible profile. More... | |
| boolean | isGL2ES2 () |
| Indicates whether this GL object conforms to a GL2ES2 compatible profile. More... | |
| boolean | isGL2ES3 () |
| Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More... | |
| boolean | isGL2GL3 () |
| Indicates whether this GL object conforms to a GL2GL3 compatible profile. More... | |
| boolean | isGL3 () |
| Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More... | |
| boolean | isGL3ES3 () |
| Indicates whether this GL object conforms to a GL3ES3 compatible profile. More... | |
| boolean | isGL3bc () |
| Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More... | |
| boolean | isGL3core () |
| Indicates whether this GL object uses a GL3 core profile. More... | |
| boolean | isGL4 () |
| Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More... | |
| boolean | isGL4ES3 () |
| Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More... | |
| boolean | isGL4bc () |
| Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More... | |
| boolean | isGL4core () |
| Indicates whether this GL object uses a GL4 core profile. More... | |
| boolean | isGLES () |
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More... | |
| boolean | isGLES1 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More... | |
| boolean | isGLES2 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More... | |
| boolean | isGLES2Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More... | |
| boolean | isGLES3 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More... | |
| boolean | isGLES31Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More... | |
| boolean | isGLES32Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More... | |
| boolean | isGLES3Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More... | |
| boolean | isGLcore () |
| Indicates whether this GL object uses a GL core profile. More... | |
| boolean | isNPOTTextureAvailable () |
| Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More... | |
| boolean | isPBOPackBound () |
| boolean | isPBOUnpackBound () |
| boolean | isTextureFormatBGRA8888Available () |
| boolean | isVBOArrayBound () |
| boolean | isVBOElementArrayBound () |
| com.jogamp.opengl.GLBufferStorage | mapBuffer (int arg0, int arg1) |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More... | |
| com.jogamp.opengl.GLBufferStorage | mapBufferRange (int arg0, long arg1, long arg2, int arg3) |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More... | |
| void | setSwapInterval (int arg0) |
Set the swap interval of the current context and attached onscreen GLDrawable. More... | |
| String | toString () |
Public Member Functions inherited from com.jogamp.opengl.GLES3 | |
| void | glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr) |
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); Part of GL_ES_VERSION_2_0, GL_VERSION_2_0 More... | |
| void | glDrawElementsInstanced (int mode, int count, int type, Buffer indices, int instancecount) |
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount); Part of GL_ES_VERSION_3_0, GL_VERSION_3_1; GL_ARB_draw_instanced More... | |
| void | glDrawRangeElements (int mode, int start, int end, int count, int type, Buffer indices) |
Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices); Part of GL_VERSION_1_2, GL_ES_VERSION_3_0 More... | |
| void | glVertexAttribIPointer (int index, int size, int type, int stride, Buffer pointer) |
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); Part of GL_ES_VERSION_3_0, GL_VERSION_3_0 More... | |
Public Member Functions inherited from com.jogamp.opengl.GLES2 | |
| void | glBlendBarrier () |
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: glBlendBarrierKHR, glBlendBarrierNV More... | |
| void | glGetnUniformuiv (int program, int location, int bufSize, IntBuffer params) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustnessAlias for: glGetnUniformuivKHR, glGetnUniformuivARB More... | |
| void | glGetnUniformuiv (int program, int location, int bufSize, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustnessAlias for: glGetnUniformuivKHR, glGetnUniformuivARB More... | |
| void | glEGLImageTargetTexture2DOES (int target, long image) |
Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image) Part of GL_OES_EGL_imageMore... | |
| void | glEGLImageTargetRenderbufferStorageOES (int target, long image) |
Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image) Part of GL_OES_EGL_imageMore... | |
| void | glEnableiOES (int target, int index) |
Entry point to C language function: void {@native glEnableiOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glDisableiOES (int target, int index) |
Entry point to C language function: void {@native glDisableiOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendEquationiOES (int buf, int mode) |
Entry point to C language function: void {@native glBlendEquationiOES}(GLuint buf, GLenum mode) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendEquationSeparateiOES (int buf, int modeRGB, int modeAlpha) |
Entry point to C language function: void {@native glBlendEquationSeparateiOES}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendFunciOES (int buf, int src, int dst) |
Entry point to C language function: void {@native glBlendFunciOES}(GLuint buf, GLenum src, GLenum dst) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glBlendFuncSeparateiOES (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) |
Entry point to C language function: void {@native glBlendFuncSeparateiOES}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glColorMaskiOES (int index, boolean r, boolean g, boolean b, boolean a) |
Entry point to C language function: void {@native glColorMaskiOES}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_OES_draw_buffers_indexedMore... | |
| boolean | glIsEnablediOES (int target, int index) |
Entry point to C language function: GLboolean {@native glIsEnablediOES}(GLenum target, GLuint index) Part of GL_OES_draw_buffers_indexedMore... | |
| void | glDrawElementsBaseVertexOES (int mode, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawElementsBaseVertexOES}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_OES_draw_elements_base_vertexMore... | |
| void | glDrawRangeElementsBaseVertexOES (int mode, int start, int end, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertexOES}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_OES_draw_elements_base_vertexMore... | |
| void | glDrawElementsInstancedBaseVertexOES (int mode, int count, int type, Buffer indices, int instancecount, int basevertex) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexOES}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex) Part of GL_OES_draw_elements_base_vertexMore... | |
| void | glMultiDrawElementsBaseVertexOES (int mode, IntBuffer count, int type, PointerBuffer indices, int primcount, IntBuffer basevertex) |
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexOES}(GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei primcount, const GLint * basevertex) Part of GL_OES_draw_elements_base_vertexMore... | |
| void | glMultiDrawElementsBaseVertexOES (int mode, int[] count, int count_offset, int type, PointerBuffer indices, int primcount, int[] basevertex, int basevertex_offset) |
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexOES}(GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei primcount, const GLint * basevertex) Part of GL_OES_draw_elements_base_vertexMore... | |
| void | glFramebufferTextureOES (int target, int attachment, int texture, int level) |
Entry point to C language function: void {@native glFramebufferTextureOES}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_OES_geometry_shaderMore... | |
| void | glPrimitiveBoundingBoxOES (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxOES}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_OES_primitive_bounding_boxMore... | |
| void | glMinSampleShadingOES (float value) |
Entry point to C language function: void {@native glMinSampleShadingOES}(GLfloat value) Part of GL_OES_sample_shadingMore... | |
| void | glPatchParameteriOES (int pname, int value) |
Entry point to C language function: void {@native glPatchParameteriOES}(GLenum pname, GLint value) Part of GL_OES_tessellation_shaderMore... | |
| void | glTexBufferOES (int target, int internalformat, int buffer) |
Entry point to C language function: void {@native glTexBufferOES}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_OES_texture_bufferMore... | |
| void | glTexBufferRangeOES (int target, int internalformat, int buffer, long offset, long size) |
Entry point to C language function: void {@native glTexBufferRangeOES}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_OES_texture_bufferMore... | |
| void | glTexStorage3DMultisampleOES (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glTexStorage3DMultisampleOES}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_OES_texture_storage_multisample_2d_arrayMore... | |
| void | glTextureView (int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) |
Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) Part of GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_viewAlias for: glTextureViewOES, glTextureViewEXT More... | |
| void | glBindVertexArrayOES (int array) |
Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array) Part of GL_OES_vertex_array_objectMore... | |
| void | glDeleteVertexArraysOES (int n, IntBuffer arrays) |
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| void | glDeleteVertexArraysOES (int n, int[] arrays, int arrays_offset) |
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| void | glGenVertexArraysOES (int n, IntBuffer arrays) |
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| void | glGenVertexArraysOES (int n, int[] arrays, int arrays_offset) |
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays) Part of GL_OES_vertex_array_objectMore... | |
| boolean | glIsVertexArrayOES (int array) |
Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array) Part of GL_OES_vertex_array_objectMore... | |
| void | glBlitFramebufferANGLE (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) |
Entry point to C language function: void {@native glBlitFramebufferANGLE}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_ANGLE_framebuffer_blitMore... | |
| void | glDrawArraysInstancedANGLE (int mode, int first, int count, int primcount) |
Entry point to C language function: void {@native glDrawArraysInstancedANGLE}(GLenum mode, GLint first, GLsizei count, GLsizei primcount) Part of GL_ANGLE_instanced_arraysMore... | |
| void | glDrawElementsInstancedANGLE (int mode, int count, int type, Buffer indices, int primcount) |
Entry point to C language function: void {@native glDrawElementsInstancedANGLE}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount) Part of GL_ANGLE_instanced_arraysMore... | |
| void | glVertexAttribDivisorANGLE (int index, int divisor) |
Entry point to C language function: void {@native glVertexAttribDivisorANGLE}(GLuint index, GLuint divisor) Part of GL_ANGLE_instanced_arraysMore... | |
| void | glGetTranslatedShaderSourceANGLE (int shader, int bufsize, IntBuffer length, ByteBuffer source) |
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source) Part of GL_ANGLE_translated_shader_sourceMore... | |
| void | glGetTranslatedShaderSourceANGLE (int shader, int bufsize, int[] length, int length_offset, byte[] source, int source_offset) |
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source) Part of GL_ANGLE_translated_shader_sourceMore... | |
| void | glCopyTextureLevelsAPPLE (int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount) |
Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount) Part of GL_APPLE_copy_texture_levelsMore... | |
| void | glResolveMultisampleFramebuffer () |
Entry point to C language function: void {@native glResolveMultisampleFramebuffer}() Part of GL_APPLE_framebuffer_multisampleAlias for: glResolveMultisampleFramebufferAPPLE More... | |
| void | glBindFragDataLocationIndexedEXT (int program, int colorNumber, int index, ByteBuffer name) |
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| void | glBindFragDataLocationIndexedEXT (int program, int colorNumber, int index, byte[] name, int name_offset) |
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| void | glBindFragDataLocationEXT (int program, int color, ByteBuffer name) |
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program, GLuint color, const GLchar * name) Part of GL_EXT_gpu_shader4, GL_EXT_blend_func_extendedMore... | |
| void | glBindFragDataLocationEXT (int program, int color, byte[] name, int name_offset) |
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program, GLuint color, const GLchar * name) Part of GL_EXT_gpu_shader4, GL_EXT_blend_func_extendedMore... | |
| int | glGetProgramResourceLocationIndexEXT (int program, int programInterface, ByteBuffer name) |
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| int | glGetProgramResourceLocationIndexEXT (int program, int programInterface, byte[] name, int name_offset) |
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| int | glGetFragDataIndexEXT (int program, ByteBuffer name) |
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| int | glGetFragDataIndexEXT (int program, byte[] name, int name_offset) |
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program, const GLchar * name) Part of GL_EXT_blend_func_extendedMore... | |
| void | glBufferStorageEXT (int target, long size, Buffer data, int flags) |
Entry point to C language function: void {@native glBufferStorageEXT}(GLenum target, GLsizeiptr size, const void * data, GLbitfield flags) Part of GL_EXT_buffer_storageMore... | |
| void | glDiscardFramebufferEXT (int target, int numAttachments, IntBuffer attachments) |
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_EXT_discard_framebufferMore... | |
| void | glDiscardFramebufferEXT (int target, int numAttachments, int[] attachments, int attachments_offset) |
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_EXT_discard_framebufferMore... | |
| void | glEnableiEXT (int target, int index) |
Entry point to C language function: void {@native glEnableiEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glDisableiEXT (int target, int index) |
Entry point to C language function: void {@native glDisableiEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendEquationiEXT (int buf, int mode) |
Entry point to C language function: void {@native glBlendEquationiEXT}(GLuint buf, GLenum mode) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendEquationSeparateiEXT (int buf, int modeRGB, int modeAlpha) |
Entry point to C language function: void {@native glBlendEquationSeparateiEXT}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendFunciEXT (int buf, int src, int dst) |
Entry point to C language function: void {@native glBlendFunciEXT}(GLuint buf, GLenum src, GLenum dst) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glBlendFuncSeparateiEXT (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) |
Entry point to C language function: void {@native glBlendFuncSeparateiEXT}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glColorMaskiEXT (int index, boolean r, boolean g, boolean b, boolean a) |
Entry point to C language function: void {@native glColorMaskiEXT}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_EXT_draw_buffers_indexedMore... | |
| boolean | glIsEnablediEXT (int target, int index) |
Entry point to C language function: GLboolean {@native glIsEnablediEXT}(GLenum target, GLuint index) Part of GL_EXT_draw_buffers_indexedMore... | |
| void | glDrawElementsBaseVertexEXT (int mode, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawElementsBaseVertexEXT}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_EXT_draw_elements_base_vertexMore... | |
| void | glDrawRangeElementsBaseVertexEXT (int mode, int start, int end, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertexEXT}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_EXT_draw_elements_base_vertexMore... | |
| void | glDrawElementsInstancedBaseVertexEXT (int mode, int count, int type, Buffer indices, int instancecount, int basevertex) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexEXT}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex) Part of GL_EXT_draw_elements_base_vertexMore... | |
| void | glMultiDrawElementsBaseVertexEXT (int mode, IntBuffer count, int type, PointerBuffer indices, int primcount, IntBuffer basevertex) |
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexEXT}(GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei primcount, const GLint * basevertex) Part of GL_EXT_draw_elements_base_vertexMore... | |
| void | glMultiDrawElementsBaseVertexEXT (int mode, int[] count, int count_offset, int type, PointerBuffer indices, int primcount, int[] basevertex, int basevertex_offset) |
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexEXT}(GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei primcount, const GLint * basevertex) Part of GL_EXT_draw_elements_base_vertexMore... | |
| void | glFramebufferTextureEXT (int target, int attachment, int texture, int level) |
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_NV_geometry_program4, GL_EXT_geometry_shaderMore... | |
| void | glVertexAttribDivisor (int index, int divisor) |
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index, GLuint divisor) Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_EXT_instanced_arrays, GL_ARB_instanced_arraysAlias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorEXT, glVertexAttribDivisorARB More... | |
| void | glMultiDrawArraysIndirectEXT (int mode, Buffer indirect, int drawcount, int stride) |
Entry point to C language function: void {@native glMultiDrawArraysIndirectEXT}(GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride) Part of GL_EXT_multi_draw_indirectMore... | |
| void | glMultiDrawElementsIndirectEXT (int mode, int type, Buffer indirect, int drawcount, int stride) |
Entry point to C language function: void {@native glMultiDrawElementsIndirectEXT}(GLenum mode, GLenum type, const void * indirect, GLsizei drawcount, GLsizei stride) Part of GL_EXT_multi_draw_indirectMore... | |
| void | glRenderbufferStorageMultisampleEXT (int target, int samples, int internalformat, int width, int height) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisampleMore... | |
| void | glFramebufferTexture2DMultisampleEXT (int target, int attachment, int textarget, int texture, int level, int samples) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) Part of GL_EXT_multisampled_render_to_textureMore... | |
| void | glReadBufferIndexedEXT (int src, int index) |
Entry point to C language function: void {@native glReadBufferIndexedEXT}(GLenum src, GLint index) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glDrawBuffersIndexedEXT (int n, IntBuffer location, IntBuffer indices) |
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n, const GLenum * location, const GLint * indices) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glDrawBuffersIndexedEXT (int n, int[] location, int location_offset, int[] indices, int indices_offset) |
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n, const GLenum * location, const GLint * indices) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glGetIntegeri_vEXT (int target, int index, IntBuffer data) |
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target, GLuint index, GLint * data) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glGetIntegeri_vEXT (int target, int index, int[] data, int data_offset) |
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target, GLuint index, GLint * data) Part of GL_EXT_multiview_draw_buffersMore... | |
| void | glPrimitiveBoundingBoxEXT (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxEXT}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_EXT_primitive_bounding_boxMore... | |
| void | glRasterSamplesEXT (int samples, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations) Part of GL_EXT_raster_multisampleMore... | |
| void | glTexPageCommitmentEXT (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit) |
Entry point to C language function: void {@native glTexPageCommitmentEXT}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) Part of GL_EXT_sparse_textureMore... | |
| void | glPatchParameteriEXT (int pname, int value) |
Entry point to C language function: void {@native glPatchParameteriEXT}(GLenum pname, GLint value) Part of GL_EXT_tessellation_shaderMore... | |
| void | glTexBufferEXT (int target, int internalformat, int buffer) |
Entry point to C language function: void {@native glTexBufferEXT}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectMore... | |
| void | glTexBufferRangeEXT (int target, int internalformat, int buffer, long offset, long size) |
Entry point to C language function: void {@native glTexBufferRangeEXT}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_EXT_texture_bufferMore... | |
| void | glRenderbufferStorageMultisampleIMG (int target, int samples, int internalformat, int width, int height) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_IMG_multisampled_render_to_textureMore... | |
| void | glFramebufferTexture2DMultisampleIMG (int target, int attachment, int textarget, int texture, int level, int samples) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) Part of GL_IMG_multisampled_render_to_textureMore... | |
| void | glBeginConditionalRender (int id, int mode) |
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode) Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glBeginConditionalRenderNV More... | |
| void | glEndConditionalRender () |
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glEndConditionalRenderNV More... | |
| void | glSubpixelPrecisionBiasNV (int xbits, int ybits) |
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits) Part of GL_NV_conservative_rasterMore... | |
| void | glCopyBufferSubDataNV (int readTarget, int writeTarget, long readOffset, long writeOffset, long size) |
Entry point to C language function: void {@native glCopyBufferSubDataNV}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) Part of GL_NV_copy_bufferMore... | |
| void | glCoverageMaskNV (boolean mask) |
Entry point to C language function: void {@native glCoverageMaskNV}(GLboolean mask) Part of GL_NV_coverage_sampleMore... | |
| void | glCoverageOperationNV (int operation) |
Entry point to C language function: void {@native glCoverageOperationNV}(GLenum operation) Part of GL_NV_coverage_sampleMore... | |
| void | glDrawArraysInstancedNV (int mode, int first, int count, int primcount) |
Entry point to C language function: void {@native glDrawArraysInstancedNV}(GLenum mode, GLint first, GLsizei count, GLsizei primcount) Part of GL_NV_draw_instancedMore... | |
| void | glDrawElementsInstancedNV (int mode, int count, int type, Buffer indices, int primcount) |
Entry point to C language function: void {@native glDrawElementsInstancedNV}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount) Part of GL_NV_draw_instancedMore... | |
| void | glFragmentCoverageColorNV (int color) |
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of GL_NV_fragment_coverage_to_colorMore... | |
| void | glBlitFramebufferNV (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) |
Entry point to C language function: void {@native glBlitFramebufferNV}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_NV_framebuffer_blitMore... | |
| void | glCoverageModulationTableNV (int n, FloatBuffer v) |
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glCoverageModulationTableNV (int n, float[] v, int v_offset) |
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glGetCoverageModulationTableNV (int bufsize, FloatBuffer v) |
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize, GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glGetCoverageModulationTableNV (int bufsize, float[] v, int v_offset) |
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize, GLfloat * v) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glCoverageModulationNV (int components) |
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part of GL_NV_framebuffer_mixed_samplesMore... | |
| void | glRenderbufferStorageMultisampleNV (int target, int samples, int internalformat, int width, int height) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleNV}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) Part of GL_NV_framebuffer_multisampleMore... | |
| void | glVertexAttribDivisorNV (int index, int divisor) |
Entry point to C language function: void {@native glVertexAttribDivisorNV}(GLuint index, GLuint divisor) Part of GL_NV_instanced_arraysMore... | |
| void | glUniformMatrix2x3fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix2x3fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix3x2fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix3x2fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix2x4fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix2x4fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4x2fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4x2fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix3x4fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix3x4fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4x3fvNV (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glUniformMatrix4x3fvNV (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_NV_non_square_matricesMore... | |
| void | glPolygonModeNV (int face, int mode) |
Entry point to C language function: void {@native glPolygonModeNV}(GLenum face, GLenum mode) Part of GL_NV_polygon_modeMore... | |
| void | glReadBufferNV (int mode) |
Entry point to C language function: void {@native glReadBufferNV}(GLenum mode) Part of GL_NV_read_bufferMore... | |
| void | glFramebufferSampleLocationsfvNV (int target, int start, int count, FloatBuffer v) |
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glFramebufferSampleLocationsfvNV (int target, int start, int count, float[] v, int v_offset) |
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glNamedFramebufferSampleLocationsfvNV (int framebuffer, int start, int count, FloatBuffer v) |
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glNamedFramebufferSampleLocationsfvNV (int framebuffer, int start, int count, float[] v, int v_offset) |
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v) Part of GL_NV_sample_locationsMore... | |
| void | glResolveDepthValuesNV () |
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_locationsMore... | |
| void | glViewportArrayvNV (int first, int count, FloatBuffer v) |
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportArrayvNV (int first, int count, float[] v, int v_offset) |
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportIndexedfNV (int index, float x, float y, float w, float h) |
Entry point to C language function: void {@native glViewportIndexedfNV}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportIndexedfvNV (int index, FloatBuffer v) |
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glViewportIndexedfvNV (int index, float[] v, int v_offset) |
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorArrayvNV (int first, int count, IntBuffer v) |
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first, GLsizei count, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorArrayvNV (int first, int count, int[] v, int v_offset) |
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first, GLsizei count, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedNV (int index, int left, int bottom, int width, int height) |
Entry point to C language function: void {@native glScissorIndexedNV}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedvNV (int index, IntBuffer v) |
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glScissorIndexedvNV (int index, int[] v, int v_offset) |
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index, const GLint * v) Part of GL_NV_viewport_arrayMore... | |
| void | glDepthRangeArrayfvNV (int first, int count, FloatBuffer v) |
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glDepthRangeArrayfvNV (int first, int count, float[] v, int v_offset) |
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first, GLsizei count, const GLfloat * v) Part of GL_NV_viewport_arrayMore... | |
| void | glDepthRangeIndexedfNV (int index, float n, float f) |
Entry point to C language function: void {@native glDepthRangeIndexedfNV}(GLuint index, GLfloat n, GLfloat f) Part of GL_NV_viewport_arrayMore... | |
| void | glGetFloati_vNV (int target, int index, FloatBuffer data) |
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target, GLuint index, GLfloat * data) Part of GL_NV_viewport_arrayMore... | |
| void | glGetFloati_vNV (int target, int index, float[] data, int data_offset) |
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target, GLuint index, GLfloat * data) Part of GL_NV_viewport_arrayMore... | |
| void | glEnableiNV (int target, int index) |
Entry point to C language function: void {@native glEnableiNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| void | glDisableiNV (int target, int index) |
Entry point to C language function: void {@native glDisableiNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| boolean | glIsEnablediNV (int target, int index) |
Entry point to C language function: GLboolean {@native glIsEnablediNV}(GLenum target, GLuint index) Part of GL_NV_viewport_arrayMore... | |
| void | glFramebufferTextureMultiviewOVR (int target, int attachment, int texture, int level, int baseViewIndex, int numViews) |
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews) Part of GL_OVR_multiviewMore... | |
| void | glAlphaFuncQCOM (int func, float ref) |
Entry point to C language function: void {@native glAlphaFuncQCOM}(GLenum func, GLclampf ref) Part of GL_QCOM_alpha_testMore... | |
| void | glGetDriverControlsQCOM (IntBuffer num, int size, IntBuffer driverControls) |
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls) Part of GL_QCOM_driver_controlMore... | |
| void | glGetDriverControlsQCOM (int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset) |
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls) Part of GL_QCOM_driver_controlMore... | |
| void | glGetDriverControlStringQCOM (int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString) |
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString) Part of GL_QCOM_driver_controlMore... | |
| void | glGetDriverControlStringQCOM (int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset) |
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString) Part of GL_QCOM_driver_controlMore... | |
| void | glEnableDriverControlQCOM (int driverControl) |
Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl) Part of GL_QCOM_driver_controlMore... | |
| void | glDisableDriverControlQCOM (int driverControl) |
Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl) Part of GL_QCOM_driver_controlMore... | |
| void | glExtGetTexturesQCOM (IntBuffer textures, int maxTextures, IntBuffer numTextures) |
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexturesQCOM (int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset) |
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetBuffersQCOM (IntBuffer buffers, int maxBuffers, IntBuffer numBuffers) |
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetBuffersQCOM (int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset) |
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetRenderbuffersQCOM (IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers) |
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetRenderbuffersQCOM (int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset) |
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetFramebuffersQCOM (IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers) |
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetFramebuffersQCOM (int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset) |
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexLevelParameterivQCOM (int texture, int face, int level, int pname, IntBuffer params) |
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexLevelParameterivQCOM (int texture, int face, int level, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params) Part of GL_QCOM_extended_getMore... | |
| void | glExtTexObjectStateOverrideiQCOM (int target, int pname, int param) |
Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetTexSubImageQCOM (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels) |
Entry point to C language function: void {@native glExtGetTexSubImageQCOM}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * texels) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetBufferPointervQCOM (int target, PointerBuffer params) |
Entry point to C language function: void {@native glExtGetBufferPointervQCOM}(GLenum target, void * * params) Part of GL_QCOM_extended_getMore... | |
| void | glExtGetShadersQCOM (IntBuffer shaders, int maxShaders, IntBuffer numShaders) |
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetShadersQCOM (int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset) |
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetProgramsQCOM (IntBuffer programs, int maxPrograms, IntBuffer numPrograms) |
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetProgramsQCOM (int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset) |
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms) Part of GL_QCOM_extended_get2More... | |
| boolean | glExtIsProgramBinaryQCOM (int program) |
Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetProgramBinarySourceQCOM (int program, int shadertype, ByteBuffer source, IntBuffer length) |
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length) Part of GL_QCOM_extended_get2More... | |
| void | glExtGetProgramBinarySourceQCOM (int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset) |
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length) Part of GL_QCOM_extended_get2More... | |
| void | glStartTilingQCOM (int x, int y, int width, int height, int preserveMask) |
Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) Part of GL_QCOM_tiled_renderingMore... | |
| void | glEndTilingQCOM (int preserveMask) |
Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask) Part of GL_QCOM_tiled_renderingMore... | |
| void | glDrawElements (int mode, int count, int type, Buffer indices) |
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_ES_VERSION_2_0 More... | |
| void | glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr) |
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); Part of GL_ES_VERSION_2_0, GL_VERSION_2_0 More... | |
Public Member Functions inherited from com.jogamp.opengl.GL2ES2 | |
| void | glAttachShader (int program, int shader) |
Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glBindAttribLocation (int program, int index, String name) |
Entry point to C language function: void {@native glBindAttribLocation}(GLuint program, GLuint index, const GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: glBindAttribLocationARB More... | |
| void | glBlendColor (float red, float green, float blue, float alpha) |
Entry point to C language function: void {@native glBlendColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_EXT_blend_colorAlias for: glBlendColorEXT More... | |
| void | glCompileShader (int shader) |
Entry point to C language function: void {@native glCompileShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glCompileShaderARB More... | |
| int | glCreateProgram () |
Entry point to C language function: GLuint {@native glCreateProgram}() Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| int | glCreateShader (int type) |
Entry point to C language function: GLuint {@native glCreateShader}(GLenum type) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDeleteProgram (int program) |
Entry point to C language function: void {@native glDeleteProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDeleteShader (int shader) |
Entry point to C language function: void {@native glDeleteShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDetachShader (int program, int shader) |
Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glDisableVertexAttribArray (int index) |
Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: glDisableVertexAttribArrayARB More... | |
| void | glEnableVertexAttribArray (int index) |
Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: glEnableVertexAttribArrayARB More... | |
| void | glGetActiveAttrib (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name) |
Entry point to C language function: void {@native glGetActiveAttrib}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: glGetActiveAttribARB More... | |
| void | glGetActiveAttrib (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset) |
Entry point to C language function: void {@native glGetActiveAttrib}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: glGetActiveAttribARB More... | |
| void | glGetActiveUniform (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name) |
Entry point to C language function: void {@native glGetActiveUniform}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetActiveUniformARB More... | |
| void | glGetActiveUniform (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset) |
Entry point to C language function: void {@native glGetActiveUniform}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetActiveUniformARB More... | |
| void | glGetAttachedShaders (int program, int maxCount, IntBuffer count, IntBuffer shaders) |
Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetAttachedShaders (int program, int maxCount, int[] count, int count_offset, int[] shaders, int shaders_offset) |
Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| int | glGetAttribLocation (int program, String name) |
Entry point to C language function: GLint {@native glGetAttribLocation}(GLuint program, const GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: glGetAttribLocationARB More... | |
| void | glGetProgramiv (int program, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetProgramiv}(GLuint program, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_programAlias for: glGetProgramivARB, glGetProgramivNV More... | |
| void | glGetProgramiv (int program, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetProgramiv}(GLuint program, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_programAlias for: glGetProgramivARB, glGetProgramivNV More... | |
| void | glGetProgramInfoLog (int program, int bufSize, IntBuffer length, ByteBuffer infoLog) |
Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetProgramInfoLog (int program, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset) |
Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderiv (int shader, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderiv (int shader, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderInfoLog (int shader, int bufSize, IntBuffer length, ByteBuffer infoLog) |
Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderInfoLog (int shader, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset) |
Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glGetShaderSource (int shader, int bufSize, IntBuffer length, ByteBuffer source) |
Entry point to C language function: void {@native glGetShaderSource}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetShaderSourceARB More... | |
| void | glGetShaderSource (int shader, int bufSize, int[] length, int length_offset, byte[] source, int source_offset) |
Entry point to C language function: void {@native glGetShaderSource}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetShaderSourceARB More... | |
| void | glGetUniformfv (int program, int location, FloatBuffer params) |
Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformfvARB More... | |
| void | glGetUniformfv (int program, int location, float[] params, int params_offset) |
Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformfvARB More... | |
| void | glGetUniformiv (int program, int location, IntBuffer params) |
Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformivARB More... | |
| void | glGetUniformiv (int program, int location, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformivARB More... | |
| int | glGetUniformLocation (int program, String name) |
Entry point to C language function: GLint {@native glGetUniformLocation}(GLuint program, const GLchar * name) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glGetUniformLocationARB More... | |
| void | glGetVertexAttribfv (int index, int pname, FloatBuffer params) |
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV More... | |
| void | glGetVertexAttribfv (int index, int pname, float[] params, int params_offset) |
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV More... | |
| void | glGetVertexAttribiv (int index, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glGetVertexAttribivNV, glGetVertexAttribivARB More... | |
| void | glGetVertexAttribiv (int index, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glGetVertexAttribivNV, glGetVertexAttribivARB More... | |
| boolean | glIsProgram (int program) |
Entry point to C language function: GLboolean {@native glIsProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_programAlias for: glIsProgramARB, glIsProgramNV More... | |
| boolean | glIsShader (int shader) |
Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glLinkProgram (int program) |
Entry point to C language function: void {@native glLinkProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glLinkProgramARB More... | |
| void | glShaderSource (int shader, int count, String[] string, IntBuffer length) |
Entry point to C language function: void {@native glShaderSource}(GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glShaderSourceARB More... | |
| void | glShaderSource (int shader, int count, String[] string, int[] length, int length_offset) |
Entry point to C language function: void {@native glShaderSource}(GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glShaderSourceARB More... | |
| void | glStencilFuncSeparate (int face, int func, int ref, int mask) |
Entry point to C language function: void {@native glStencilFuncSeparate}(GLenum face, GLenum func, GLint ref, GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: glStencilFuncSeparateATI More... | |
| void | glStencilMaskSeparate (int face, int mask) |
Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glStencilOpSeparate (int face, int sfail, int dpfail, int dppass) |
Entry point to C language function: void {@native glStencilOpSeparate}(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: glStencilOpSeparateATI More... | |
| void | glUniform1f (int location, float v0) |
Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1fARB More... | |
| void | glUniform1fv (int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1fvARB More... | |
| void | glUniform1fv (int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1fvARB More... | |
| void | glUniform1i (int location, int v0) |
Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1iARB More... | |
| void | glUniform1iv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1ivARB More... | |
| void | glUniform1iv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform1ivARB More... | |
| void | glUniform2f (int location, float v0, float v1) |
Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2fARB More... | |
| void | glUniform2fv (int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2fvARB More... | |
| void | glUniform2fv (int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2fvARB More... | |
| void | glUniform2i (int location, int v0, int v1) |
Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2iARB More... | |
| void | glUniform2iv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2ivARB More... | |
| void | glUniform2iv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform2ivARB More... | |
| void | glUniform3f (int location, float v0, float v1, float v2) |
Entry point to C language function: void {@native glUniform3f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3fARB More... | |
| void | glUniform3fv (int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3fvARB More... | |
| void | glUniform3fv (int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3fvARB More... | |
| void | glUniform3i (int location, int v0, int v1, int v2) |
Entry point to C language function: void {@native glUniform3i}(GLint location, GLint v0, GLint v1, GLint v2) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3iARB More... | |
| void | glUniform3iv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3ivARB More... | |
| void | glUniform3iv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform3ivARB More... | |
| void | glUniform4f (int location, float v0, float v1, float v2, float v3) |
Entry point to C language function: void {@native glUniform4f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4fARB More... | |
| void | glUniform4fv (int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4fvARB More... | |
| void | glUniform4fv (int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4fvARB More... | |
| void | glUniform4i (int location, int v0, int v1, int v2, int v3) |
Entry point to C language function: void {@native glUniform4i}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4iARB More... | |
| void | glUniform4iv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4ivARB More... | |
| void | glUniform4iv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count, const GLint * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniform4ivARB More... | |
| void | glUniformMatrix2fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix2fvARB More... | |
| void | glUniformMatrix2fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix2fvARB More... | |
| void | glUniformMatrix3fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix3fvARB More... | |
| void | glUniformMatrix3fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix3fvARB More... | |
| void | glUniformMatrix4fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix4fvARB More... | |
| void | glUniformMatrix4fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glUniformMatrix4fvARB More... | |
| void | glUseProgram (int program) |
Entry point to C language function: void {@native glUseProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0More... | |
| void | glValidateProgram (int program) |
Entry point to C language function: void {@native glValidateProgram}(GLuint program) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: glValidateProgramARB More... | |
| void | glVertexAttrib1f (int index, float x) |
Entry point to C language function: void {@native glVertexAttrib1f}(GLuint index, GLfloat x) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib1fARB, glVertexAttrib1fNV More... | |
| void | glVertexAttrib1fv (int index, FloatBuffer v) |
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB More... | |
| void | glVertexAttrib1fv (int index, float[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB More... | |
| void | glVertexAttrib2f (int index, float x, float y) |
Entry point to C language function: void {@native glVertexAttrib2f}(GLuint index, GLfloat x, GLfloat y) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib2fARB, glVertexAttrib2fNV More... | |
| void | glVertexAttrib2fv (int index, FloatBuffer v) |
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV More... | |
| void | glVertexAttrib2fv (int index, float[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV More... | |
| void | glVertexAttrib3f (int index, float x, float y, float z) |
Entry point to C language function: void {@native glVertexAttrib3f}(GLuint index, GLfloat x, GLfloat y, GLfloat z) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttrib3fARB, glVertexAttrib3fNV More... | |
| void | glVertexAttrib3fv (int index, FloatBuffer v) |
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB More... | |
| void | glVertexAttrib3fv (int index, float[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB More... | |
| void | glVertexAttrib4f (int index, float x, float y, float z, float w) |
Entry point to C language function: void {@native glVertexAttrib4f}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib4fNV, glVertexAttrib4fARB More... | |
| void | glVertexAttrib4fv (int index, FloatBuffer v) |
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB More... | |
| void | glVertexAttrib4fv (int index, float[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index, const GLfloat * v) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_programAlias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB More... | |
| void | glVertexAttribPointer (int index, int size, int type, boolean normalized, int stride, long pointer_buffer_offset) |
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer) Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_programAlias for: glVertexAttribPointerARB, glVertexAttribPointerNV More... | |
| void | glTexImage2DMultisample (int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) Part of GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glTexImage3DMultisample (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glGetMultisamplefv (int pname, int index, FloatBuffer val) |
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname, GLuint index, GLfloat * val) Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisampleAlias for: glGetMultisamplefvNV More... | |
| void | glGetMultisamplefv (int pname, int index, float[] val, int val_offset) |
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname, GLuint index, GLfloat * val) Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisampleAlias for: glGetMultisamplefvNV More... | |
| void | glSampleMaski (int index, int mask) |
Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask) Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2More... | |
| void | glDebugMessageControl (int source, int type, int severity, int count, IntBuffer ids, boolean enabled) |
Entry point to C language function: void {@native glDebugMessageControl}(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: glDebugMessageControlKHR, glDebugMessageControlARB More... | |
| void | glDebugMessageControl (int source, int type, int severity, int count, int[] ids, int ids_offset, boolean enabled) |
Entry point to C language function: void {@native glDebugMessageControl}(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: glDebugMessageControlKHR, glDebugMessageControlARB More... | |
| void | glDebugMessageInsert (int source, int type, int id, int severity, int length, String buf) |
Entry point to C language function: void {@native glDebugMessageInsert}(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug, GL_AMD_debug_outputAlias for: glDebugMessageInsertARB, glDebugMessageInsertKHR, glDebugMessageInsertAMD More... | |
| int | glGetDebugMessageLog (int count, int bufSize, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities, IntBuffer lengths, ByteBuffer messageLog) |
Entry point to C language function: GLuint {@native glGetDebugMessageLog}(GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debugAlias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR More... | |
| int | glGetDebugMessageLog (int count, int bufSize, int[] sources, int sources_offset, int[] types, int types_offset, int[] ids, int ids_offset, int[] severities, int severities_offset, int[] lengths, int lengths_offset, byte[] messageLog, int messageLog_offset) |
Entry point to C language function: GLuint {@native glGetDebugMessageLog}(GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debugAlias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR More... | |
| void | glPushDebugGroup (int source, int id, int length, ByteBuffer message) |
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source, GLuint id, GLsizei length, const GLchar * message) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glPushDebugGroupKHR More... | |
| void | glPushDebugGroup (int source, int id, int length, byte[] message, int message_offset) |
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source, GLuint id, GLsizei length, const GLchar * message) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glPushDebugGroupKHR More... | |
| void | glPopDebugGroup () |
Entry point to C language function: void {@native glPopDebugGroup}() Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glPopDebugGroupKHR More... | |
| void | glObjectLabel (int identifier, int name, int length, ByteBuffer label) |
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier, GLuint name, GLsizei length, const GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glObjectLabelKHR More... | |
| void | glObjectLabel (int identifier, int name, int length, byte[] label, int label_offset) |
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier, GLuint name, GLsizei length, const GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glObjectLabelKHR More... | |
| void | glGetObjectLabel (int identifier, int name, int bufSize, IntBuffer length, ByteBuffer label) |
Entry point to C language function: void {@native glGetObjectLabel}(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debugAlias for: glGetObjectLabelEXT, glGetObjectLabelKHR More... | |
| void | glGetObjectLabel (int identifier, int name, int bufSize, int[] length, int length_offset, byte[] label, int label_offset) |
Entry point to C language function: void {@native glGetObjectLabel}(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debugAlias for: glGetObjectLabelEXT, glGetObjectLabelKHR More... | |
| void | glObjectPtrLabel (Buffer ptr, int length, ByteBuffer label) |
Entry point to C language function: void {@native glObjectPtrLabel}(const void * ptr, GLsizei length, const GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glObjectPtrLabelKHR More... | |
| void | glObjectPtrLabel (Buffer ptr, int length, byte[] label, int label_offset) |
Entry point to C language function: void {@native glObjectPtrLabel}(const void * ptr, GLsizei length, const GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glObjectPtrLabelKHR More... | |
| void | glGetObjectPtrLabel (Buffer ptr, int bufSize, IntBuffer length, ByteBuffer label) |
Entry point to C language function: void {@native glGetObjectPtrLabel}(const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glGetObjectPtrLabelKHR More... | |
| void | glGetObjectPtrLabel (Buffer ptr, int bufSize, int[] length, int length_offset, byte[] label, int label_offset) |
Entry point to C language function: void {@native glGetObjectPtrLabel}(const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label) Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: glGetObjectPtrLabelKHR More... | |
| void | glCopyImageSubData (int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth) |
Entry point to C language function: void {@native glCopyImageSubData}(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) Part of GL_ARB_copy_image, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_NV_copy_image, GL_EXT_copy_image, GL_OES_copy_imageAlias for: glCopyImageSubDataNV, glCopyImageSubDataEXT, glCopyImageSubDataOES More... | |
| void | glGetProgramBinary (int program, int bufSize, IntBuffer length, IntBuffer binaryFormat, Buffer binary) |
Entry point to C language function: void {@native glGetProgramBinary}(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary) Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: glGetProgramBinaryOES More... | |
| void | glGetProgramBinary (int program, int bufSize, int[] length, int length_offset, int[] binaryFormat, int binaryFormat_offset, Buffer binary) |
Entry point to C language function: void {@native glGetProgramBinary}(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary) Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: glGetProgramBinaryOES More... | |
| void | glProgramBinary (int program, int binaryFormat, Buffer binary, int length) |
Entry point to C language function: void {@native glProgramBinary}(GLuint program, GLenum binaryFormat, const void * binary, GLint length) Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: glProgramBinaryOES More... | |
| void | glTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels) |
Entry point to C language function: void {@native glTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexImage3DOES, glTexImage3DEXT More... | |
| void | glTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset) |
Entry point to C language function: void {@native glTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexImage3DOES, glTexImage3DEXT More... | |
| void | glTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels) |
Entry point to C language function: void {@native glTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexSubImage3DOES, glTexSubImage3DEXT More... | |
| void | glTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset) |
Entry point to C language function: void {@native glTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: glTexSubImage3DOES, glTexSubImage3DEXT More... | |
| void | glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) |
Entry point to C language function: void {@native glCopyTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_copy_texture, GL_OES_texture_3DAlias for: glCopyTexSubImage3DEXT, glCopyTexSubImage3DOES More... | |
| void | glCompressedTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer data) |
Entry point to C language function: void {@native glCompressedTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES More... | |
| void | glCompressedTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, long data_buffer_offset) |
Entry point to C language function: void {@native glCompressedTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES More... | |
| void | glCompressedTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer data) |
Entry point to C language function: void {@native glCompressedTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES More... | |
| void | glCompressedTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, long data_buffer_offset) |
Entry point to C language function: void {@native glCompressedTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data) Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3DAlias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES More... | |
| void | glFramebufferTexture3D (int target, int attachment, int textarget, int texture, int level, int zoffset) |
Entry point to C language function: void {@native glFramebufferTexture3D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_texture_3DAlias for: glFramebufferTexture3DEXT, glFramebufferTexture3DOES More... | |
| void | glTexParameterIiv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target, GLenum pname, const GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glTexParameterIivOES, glTexParameterIivEXT More... | |
| void | glTexParameterIiv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target, GLenum pname, const GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glTexParameterIivOES, glTexParameterIivEXT More... | |
| void | glTexParameterIuiv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target, GLenum pname, const GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glTexParameterIuivEXT, glTexParameterIuivOES More... | |
| void | glTexParameterIuiv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target, GLenum pname, const GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glTexParameterIuivEXT, glTexParameterIuivOES More... | |
| void | glGetTexParameterIiv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIivOES, glGetTexParameterIivEXT More... | |
| void | glGetTexParameterIiv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIivOES, glGetTexParameterIivEXT More... | |
| void | glGetTexParameterIuiv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT More... | |
| void | glGetTexParameterIuiv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clampAlias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT More... | |
| void | glSamplerParameterIiv (int sampler, int pname, IntBuffer param) |
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIivEXT, glSamplerParameterIivOES More... | |
| void | glSamplerParameterIiv (int sampler, int pname, int[] param, int param_offset) |
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIivEXT, glSamplerParameterIivOES More... | |
| void | glSamplerParameterIuiv (int sampler, int pname, IntBuffer param) |
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler, GLenum pname, const GLuint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES More... | |
| void | glSamplerParameterIuiv (int sampler, int pname, int[] param, int param_offset) |
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler, GLenum pname, const GLuint * param) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES More... | |
| void | glGetSamplerParameterIiv (int sampler, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES More... | |
| void | glGetSamplerParameterIiv (int sampler, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clampAlias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES More... | |
| void | glGetSamplerParameterIuiv (int sampler, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler, GLenum pname, GLuint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clampAlias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT More... | |
| void | glGetSamplerParameterIuiv (int sampler, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler, GLenum pname, GLuint * params) Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clampAlias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT More... | |
| void | glDrawArraysInstancedBaseInstance (int mode, int first, int count, int instancecount, int baseinstance) |
Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawArraysInstancedBaseInstanceEXT More... | |
| void | glDrawElementsInstancedBaseInstance (int mode, int count, int type, long indices_buffer_offset, int instancecount, int baseinstance) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawElementsInstancedBaseInstanceEXT More... | |
| void | glDrawElementsInstancedBaseVertexBaseInstance (int mode, int count, int type, long indices_buffer_offset, int instancecount, int basevertex, int baseinstance) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instanceAlias for: glDrawElementsInstancedBaseVertexBaseInstanceEXT More... | |
| void | glGenQueries (int n, IntBuffer ids) |
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGenQueriesEXT, glGenQueriesARB More... | |
| void | glGenQueries (int n, int[] ids, int ids_offset) |
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGenQueriesEXT, glGenQueriesARB More... | |
| void | glDeleteQueries (int n, IntBuffer ids) |
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glDeleteQueriesEXT, glDeleteQueriesARB More... | |
| void | glDeleteQueries (int n, int[] ids, int ids_offset) |
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glDeleteQueriesEXT, glDeleteQueriesARB More... | |
| boolean | glIsQuery (int id) |
Entry point to C language function: GLboolean {@native glIsQuery}(GLuint id) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glIsQueryEXT, glIsQueryARB More... | |
| void | glBeginQuery (int target, int id) |
Entry point to C language function: void {@native glBeginQuery}(GLenum target, GLuint id) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_queryAlias for: glBeginQueryARB, glBeginQueryEXT More... | |
| void | glEndQuery (int target) |
Entry point to C language function: void {@native glEndQuery}(GLenum target) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glEndQueryEXT, glEndQueryARB More... | |
| void | glQueryCounter (int id, int target) |
Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_queryAlias for: glQueryCounterEXT More... | |
| void | glGetQueryiv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryivEXT, glGetQueryivARB More... | |
| void | glGetQueryiv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryivEXT, glGetQueryivARB More... | |
| void | glGetQueryObjectiv (int id, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_queryAlias for: glGetQueryObjectivARB, glGetQueryObjectivEXT More... | |
| void | glGetQueryObjectiv (int id, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname, GLint * params) Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_queryAlias for: glGetQueryObjectivARB, glGetQueryObjectivEXT More... | |
| void | glGetQueryObjectuiv (int id, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id, GLenum pname, GLuint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB More... | |
| void | glGetQueryObjectuiv (int id, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id, GLenum pname, GLuint * params) Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB More... | |
| void | glGetQueryObjecti64v (int id, int pname, LongBuffer params) |
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id, GLenum pname, GLint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjecti64vEXT More... | |
| void | glGetQueryObjecti64v (int id, int pname, long[] params, int params_offset) |
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id, GLenum pname, GLint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjecti64vEXT More... | |
| void | glGetQueryObjectui64v (int id, int pname, LongBuffer params) |
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id, GLenum pname, GLuint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjectui64vEXT More... | |
| void | glGetQueryObjectui64v (int id, int pname, long[] params, int params_offset) |
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id, GLenum pname, GLuint64 * params) Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: glGetQueryObjectui64vEXT More... | |
| void | glActiveShaderProgram (int pipeline, int program) |
Entry point to C language function: void {@native glActiveShaderProgram}(GLuint pipeline, GLuint program) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glActiveShaderProgramEXT More... | |
| void | glBindProgramPipeline (int pipeline) |
Entry point to C language function: void {@native glBindProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glBindProgramPipelineEXT More... | |
| int | glCreateShaderProgramv (int type, int count, String[] strings) |
Entry point to C language function: GLuint {@native glCreateShaderProgramv}(GLenum type, GLsizei count, const GLchar * * strings) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glCreateShaderProgramvEXT More... | |
| void | glDeleteProgramPipelines (int n, IntBuffer pipelines) |
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n, const GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glDeleteProgramPipelinesEXT More... | |
| void | glDeleteProgramPipelines (int n, int[] pipelines, int pipelines_offset) |
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n, const GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glDeleteProgramPipelinesEXT More... | |
| void | glGenProgramPipelines (int n, IntBuffer pipelines) |
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n, GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGenProgramPipelinesEXT More... | |
| void | glGenProgramPipelines (int n, int[] pipelines, int pipelines_offset) |
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n, GLuint * pipelines) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGenProgramPipelinesEXT More... | |
| void | glGetProgramPipelineInfoLog (int pipeline, int bufSize, IntBuffer length, ByteBuffer infoLog) |
Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineInfoLogEXT More... | |
| void | glGetProgramPipelineInfoLog (int pipeline, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset) |
Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineInfoLogEXT More... | |
| void | glGetProgramPipelineiv (int pipeline, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline, GLenum pname, GLint * params) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineivEXT More... | |
| void | glGetProgramPipelineiv (int pipeline, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline, GLenum pname, GLint * params) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glGetProgramPipelineivEXT More... | |
| boolean | glIsProgramPipeline (int pipeline) |
Entry point to C language function: GLboolean {@native glIsProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glIsProgramPipelineEXT More... | |
| void | glProgramParameteri (int program, int pname, int value) |
Entry point to C language function: void {@native glProgramParameteri}(GLuint program, GLenum pname, GLint value) Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_EXT_geometry_shader4, GL_EXT_separate_shader_objects, GL_ARB_geometry_shader4Alias for: glProgramParameteriEXT, glProgramParameteriARB More... | |
| void | glProgramUniform1f (int program, int location, float v0) |
Entry point to C language function: void {@native glProgramUniform1f}(GLuint program, GLint location, GLfloat v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1fEXT More... | |
| void | glProgramUniform1fv (int program, int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1fvEXT More... | |
| void | glProgramUniform1fv (int program, int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1fvEXT More... | |
| void | glProgramUniform1i (int program, int location, int v0) |
Entry point to C language function: void {@native glProgramUniform1i}(GLuint program, GLint location, GLint v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1iEXT More... | |
| void | glProgramUniform1iv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1ivEXT More... | |
| void | glProgramUniform1iv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1ivEXT More... | |
| void | glProgramUniform2f (int program, int location, float v0, float v1) |
Entry point to C language function: void {@native glProgramUniform2f}(GLuint program, GLint location, GLfloat v0, GLfloat v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2fEXT More... | |
| void | glProgramUniform2fv (int program, int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2fvEXT More... | |
| void | glProgramUniform2fv (int program, int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2fvEXT More... | |
| void | glProgramUniform2i (int program, int location, int v0, int v1) |
Entry point to C language function: void {@native glProgramUniform2i}(GLuint program, GLint location, GLint v0, GLint v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2iEXT More... | |
| void | glProgramUniform2iv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2ivEXT More... | |
| void | glProgramUniform2iv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2ivEXT More... | |
| void | glProgramUniform3f (int program, int location, float v0, float v1, float v2) |
Entry point to C language function: void {@native glProgramUniform3f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3fEXT More... | |
| void | glProgramUniform3fv (int program, int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3fvEXT More... | |
| void | glProgramUniform3fv (int program, int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3fvEXT More... | |
| void | glProgramUniform3i (int program, int location, int v0, int v1, int v2) |
Entry point to C language function: void {@native glProgramUniform3i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3iEXT More... | |
| void | glProgramUniform3iv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3ivEXT More... | |
| void | glProgramUniform3iv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3ivEXT More... | |
| void | glProgramUniform4f (int program, int location, float v0, float v1, float v2, float v3) |
Entry point to C language function: void {@native glProgramUniform4f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4fEXT More... | |
| void | glProgramUniform4fv (int program, int location, int count, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4fvEXT More... | |
| void | glProgramUniform4fv (int program, int location, int count, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4fvEXT More... | |
| void | glProgramUniform4i (int program, int location, int v0, int v1, int v2, int v3) |
Entry point to C language function: void {@native glProgramUniform4i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4iEXT More... | |
| void | glProgramUniform4iv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4ivEXT More... | |
| void | glProgramUniform4iv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program, GLint location, GLsizei count, const GLint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4ivEXT More... | |
| void | glProgramUniformMatrix2fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2fvEXT More... | |
| void | glProgramUniformMatrix2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2fvEXT More... | |
| void | glProgramUniformMatrix3fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3fvEXT More... | |
| void | glProgramUniformMatrix3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3fvEXT More... | |
| void | glProgramUniformMatrix4fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4fvEXT More... | |
| void | glProgramUniformMatrix4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4fvEXT More... | |
| void | glUseProgramStages (int pipeline, int stages, int program) |
Entry point to C language function: void {@native glUseProgramStages}(GLuint pipeline, GLbitfield stages, GLuint program) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glUseProgramStagesEXT More... | |
| void | glValidateProgramPipeline (int pipeline) |
Entry point to C language function: void {@native glValidateProgramPipeline}(GLuint pipeline) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: glValidateProgramPipelineEXT More... | |
| void | glProgramUniform1ui (int program, int location, int v0) |
Entry point to C language function: void {@native glProgramUniform1ui}(GLuint program, GLint location, GLuint v0) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1uiEXT More... | |
| void | glProgramUniform2ui (int program, int location, int v0, int v1) |
Entry point to C language function: void {@native glProgramUniform2ui}(GLuint program, GLint location, GLuint v0, GLuint v1) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2uiEXT More... | |
| void | glProgramUniform3ui (int program, int location, int v0, int v1, int v2) |
Entry point to C language function: void {@native glProgramUniform3ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3uiEXT More... | |
| void | glProgramUniform4ui (int program, int location, int v0, int v1, int v2, int v3) |
Entry point to C language function: void {@native glProgramUniform4ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4uiEXT More... | |
| void | glProgramUniform1uiv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1uivEXT More... | |
| void | glProgramUniform1uiv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform1uivEXT More... | |
| void | glProgramUniform2uiv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2uivEXT More... | |
| void | glProgramUniform2uiv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform2uivEXT More... | |
| void | glProgramUniform3uiv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3uivEXT More... | |
| void | glProgramUniform3uiv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform3uivEXT More... | |
| void | glProgramUniform4uiv (int program, int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4uivEXT More... | |
| void | glProgramUniform4uiv (int program, int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniform4uivEXT More... | |
| void | glProgramUniformMatrix2x3fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x3fvEXT More... | |
| void | glProgramUniformMatrix2x3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x3fvEXT More... | |
| void | glProgramUniformMatrix3x2fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x2fvEXT More... | |
| void | glProgramUniformMatrix3x2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x2fvEXT More... | |
| void | glProgramUniformMatrix2x4fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x4fvEXT More... | |
| void | glProgramUniformMatrix2x4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix2x4fvEXT More... | |
| void | glProgramUniformMatrix4x2fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x2fvEXT More... | |
| void | glProgramUniformMatrix4x2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x2fvEXT More... | |
| void | glProgramUniformMatrix3x4fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x4fvEXT More... | |
| void | glProgramUniformMatrix3x4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix3x4fvEXT More... | |
| void | glProgramUniformMatrix4x3fv (int program, int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x3fvEXT More... | |
| void | glProgramUniformMatrix4x3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objectsAlias for: glProgramUniformMatrix4x3fvEXT More... | |
| void | glApplyFramebufferAttachmentCMAAINTEL () |
Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}() Part of GL_INTEL_framebuffer_CMAAMore... | |
| void | glDrawBuffers (int n, IntBuffer bufs) |
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs) Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI More... | |
| void | glDrawBuffers (int n, int[] bufs, int bufs_offset) |
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs) Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI More... | |
| void | glReleaseShaderCompiler () |
| Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well. More... | |
| void | glShaderBinary (int n, IntBuffer shaders, int binaryformat, Buffer binary, int length) |
Entry point to C language function: void {@native glShaderBinary}(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glShaderBinary (int n, int[] shaders, int shaders_offset, int binaryformat, Buffer binary, int length) |
Entry point to C language function: void {@native glShaderBinary}(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glGetShaderPrecisionFormat (int shadertype, int precisiontype, IntBuffer range, IntBuffer precision) |
Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glGetShaderPrecisionFormat (int shadertype, int precisiontype, int[] range, int range_offset, int[] precision, int precision_offset) |
Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glDepthRangef (float zNear, float zFar) |
Entry point to C language function: void {@native glDepthRangef}(GLclampf zNear, GLclampf zFar); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glDepthRange (double zNear, double zFar) |
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More... | |
| void | glClearDepthf (float depth) |
Entry point to C language function: void {@native glClearDepthf}(GLclampf depth); Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More... | |
| void | glClearDepth (double depth) |
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More... | |
| void | glVertexAttribPointer (GLArrayData array) |
| void | glUniform (GLUniformData data) |
Public Member Functions inherited from com.jogamp.opengl.GL | |
| void | glActiveTexture (int texture) |
Entry point to C language function: void {@native glActiveTexture}(GLenum texture) Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitextureAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_minmaxAlias 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_separateAlias 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_0More... | |
| 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_separateAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_precisionAlias 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_0More... | |
| 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_0More... | |
| 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_compressionAlias 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_compressionAlias 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_compressionAlias 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_compressionAlias 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_textureAlias 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_textureAlias 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_0More... | |
| 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_precisionAlias 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_0More... | |
| 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_arrayAlias 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_1More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_objectAlias 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_objectAlias 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_0More... | |
| 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_hintsAlias 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_objectAlias 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_0More... | |
| 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_objectAlias 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_objectAlias 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_objectAlias 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_0More... | |
| 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_0More... | |
| 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_offsetAlias 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_0More... | |
| 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_0More... | |
| 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_objectAlias 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_pointAlias 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_0More... | |
| 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_subtextureAlias 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_subtextureAlias 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_0More... | |
| 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_storageAlias 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_storageAlias 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_storageAlias 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_accessMore... | |
| 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_accessMore... | |
| 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_accessMore... | |
| 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_objectAlias 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_objectAlias 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_multisampleAlias 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_rangeAlias 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_rangeAlias 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_robustnessAlias 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_robustnessAlias 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_robustnessAlias 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_robustnessAlias 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_robustnessAlias 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_robustnessAlias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR More... | |
Public Member Functions inherited from com.jogamp.opengl.GLBase | |
| boolean | isGL () |
| Indicates whether this GL object conforms to any of the OpenGL profiles. More... | |
| boolean | isGL4bc () |
| Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More... | |
| boolean | isGL4 () |
| Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More... | |
| boolean | isGL3bc () |
| Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More... | |
| boolean | isGL3 () |
| Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More... | |
| boolean | isGL2 () |
| Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More... | |
| boolean | isGLES1 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More... | |
| boolean | isGLES2 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More... | |
| boolean | isGLES3 () |
| Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More... | |
| boolean | isGLES () |
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More... | |
| boolean | isGL2ES1 () |
| Indicates whether this GL object conforms to a GL2ES1 compatible profile. More... | |
| boolean | isGL2ES2 () |
| Indicates whether this GL object conforms to a GL2ES2 compatible profile. More... | |
| boolean | isGL2ES3 () |
| Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More... | |
| boolean | isGL3ES3 () |
| Indicates whether this GL object conforms to a GL3ES3 compatible profile. More... | |
| boolean | isGL4ES3 () |
| Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More... | |
| boolean | isGL2GL3 () |
| Indicates whether this GL object conforms to a GL2GL3 compatible profile. More... | |
| boolean | isGL4core () |
| Indicates whether this GL object uses a GL4 core profile. More... | |
| boolean | isGL3core () |
| Indicates whether this GL object uses a GL3 core profile. More... | |
| boolean | isGLcore () |
| Indicates whether this GL object uses a GL core profile. More... | |
| boolean | isGLES2Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More... | |
| boolean | isGLES3Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More... | |
| boolean | isGLES31Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More... | |
| boolean | isGLES32Compatible () |
| Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More... | |
| boolean | hasGLSL () |
| Indicates whether this GL object supports GLSL. More... | |
| GL | getDownstreamGL () throws GLException |
Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More... | |
| GL | getRootGL () throws GLException |
Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More... | |
| GL | getGL () throws GLException |
| Casts this object to the GL interface. More... | |
| GL4bc | getGL4bc () throws GLException |
| Casts this object to the GL4bc interface. More... | |
| GL4 | getGL4 () throws GLException |
| Casts this object to the GL4 interface. More... | |
| GL3bc | getGL3bc () throws GLException |
| Casts this object to the GL3bc interface. More... | |
| GL3 | getGL3 () throws GLException |
| Casts this object to the GL3 interface. More... | |
| GL2 | getGL2 () throws GLException |
| Casts this object to the GL2 interface. More... | |
| GLES1 | getGLES1 () throws GLException |
| Casts this object to the GLES1 interface. More... | |
| GLES2 | getGLES2 () throws GLException |
| Casts this object to the GLES2 interface. More... | |
| GLES3 | getGLES3 () throws GLException |
| Casts this object to the GLES3 interface. More... | |
| GL2ES1 | getGL2ES1 () throws GLException |
| Casts this object to the GL2ES1 interface. More... | |
| GL2ES2 | getGL2ES2 () throws GLException |
| Casts this object to the GL2ES2 interface. More... | |
| GL2ES3 | getGL2ES3 () throws GLException |
| Casts this object to the GL2ES3 interface. More... | |
| GL3ES3 | getGL3ES3 () throws GLException |
| Casts this object to the GL3ES3 interface. More... | |
| GL4ES3 | getGL4ES3 () throws GLException |
| Casts this object to the GL4ES3 interface. More... | |
| GL2GL3 | getGL2GL3 () throws GLException |
| Casts this object to the GL2GL3 interface. More... | |
| GLProfile | getGLProfile () |
| Returns the GLProfile associated with this GL object. More... | |
| GLContext | getContext () |
| Returns the GLContext associated which this GL object. More... | |
| boolean | isFunctionAvailable (String glFunctionName) |
| Returns true if the specified OpenGL core- or extension-function can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. More... | |
| boolean | isExtensionAvailable (String glExtensionName) |
| Returns true if the specified OpenGL extension can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. More... | |
| boolean | hasBasicFBOSupport () |
Returns true if basic FBO support is available, otherwise false. More... | |
| boolean | hasFullFBOSupport () |
Returns true if full FBO support is available, otherwise false. More... | |
| int | getMaxRenderbufferSamples () |
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More... | |
| boolean | isNPOTTextureAvailable () |
| Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More... | |
| boolean | isTextureFormatBGRA8888Available () |
| void | setSwapInterval (int interval) throws GLException |
Set the swap interval of the current context and attached onscreen GLDrawable. More... | |
| int | getSwapInterval () |
| Return the current swap interval. More... | |
| Object | getPlatformGLExtensions () |
| Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More... | |
| Object | getExtension (String extensionName) |
| Returns an object providing access to the specified OpenGL extension. More... | |
| void | glClearDepth (double depth) |
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More... | |
| void | glDepthRange (double zNear, double zFar) |
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More... | |
| int | getBoundBuffer (int target) |
| GLBufferStorage | getBufferStorage (int bufferName) |
| GLBufferStorage | mapBuffer (int target, int access) throws GLException |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More... | |
| GLBufferStorage | mapBufferRange (final int target, final long offset, final long length, final int access) throws GLException |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More... | |
| boolean | isVBOArrayBound () |
| boolean | isVBOElementArrayBound () |
| int | getBoundFramebuffer (int target) |
Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More... | |
| int | getDefaultDrawFramebuffer () |
| Return the default draw framebuffer name. More... | |
| int | getDefaultReadFramebuffer () |
| Return the default read framebuffer name. More... | |
| int | getDefaultDrawBuffer () |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More... | |
| int | getDefaultReadBuffer () |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More... | |
Public Member Functions inherited from com.jogamp.opengl.GL3ES3 | |
| long | glFenceSync (int condition, int flags) |
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glFenceSyncAPPLE More... | |
| boolean | glIsSync (long sync) |
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glIsSyncAPPLE More... | |
| void | glDeleteSync (long sync) |
Entry point to C language function: void {@native glDeleteSync}(GLsync sync) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glDeleteSyncAPPLE More... | |
| int | glClientWaitSync (long sync, int flags, long timeout) |
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glClientWaitSyncAPPLE More... | |
| void | glWaitSync (long sync, int flags, long timeout) |
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glWaitSyncAPPLE More... | |
| void | glGetInteger64v (int pname, LongBuffer data) |
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetInteger64vAPPLE More... | |
| void | glGetInteger64v (int pname, long[] data, int data_offset) |
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetInteger64vAPPLE More... | |
| void | glGetSynciv (long sync, int pname, int bufSize, IntBuffer length, IntBuffer values) |
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetSyncivAPPLE More... | |
| void | glGetSynciv (long sync, int pname, int bufSize, int[] length, int length_offset, int[] values, int values_offset) |
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: glGetSyncivAPPLE More... | |
| void | glGetInteger64i_v (int target, int index, LongBuffer data) |
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGetInteger64i_v (int target, int index, long[] data, int data_offset) |
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGetBufferParameteri64v (int target, int pname, LongBuffer params) |
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGetBufferParameteri64v (int target, int pname, long[] params, int params_offset) |
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_2More... | |
| void | glGenSamplers (int count, IntBuffer samplers) |
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGenSamplers (int count, int[] samplers, int samplers_offset) |
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glDeleteSamplers (int count, IntBuffer samplers) |
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glDeleteSamplers (int count, int[] samplers, int samplers_offset) |
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| boolean | glIsSampler (int sampler) |
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glBindSampler (int unit, int sampler) |
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameteri (int sampler, int pname, int param) |
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameteriv (int sampler, int pname, IntBuffer param) |
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameteriv (int sampler, int pname, int[] param, int param_offset) |
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameterf (int sampler, int pname, float param) |
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameterfv (int sampler, int pname, FloatBuffer param) |
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glSamplerParameterfv (int sampler, int pname, float[] param, int param_offset) |
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetSamplerParameteriv (int sampler, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetSamplerParameteriv (int sampler, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetSamplerParameterfv (int sampler, int pname, FloatBuffer params) |
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glGetSamplerParameterfv (int sampler, int pname, float[] params, int params_offset) |
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params) Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0More... | |
| void | glDispatchCompute (int num_groups_x, int num_groups_y, int num_groups_z) |
Entry point to C language function: void {@native glDispatchCompute}(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glDispatchComputeIndirect (long indirect) |
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect) Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glDrawArraysIndirect (int mode, Buffer indirect) |
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glDrawArraysIndirect (int mode, long indirect_buffer_offset) |
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glDrawElementsIndirect (int mode, int type, Buffer indirect) |
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glDrawElementsIndirect (int mode, int type, long indirect_buffer_offset) |
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect) Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0More... | |
| void | glGetProgramInterfaceiv (int program, int programInterface, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramInterfaceiv (int program, int programInterface, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceIndex (int program, int programInterface, ByteBuffer name) |
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceIndex (int program, int programInterface, byte[] name, int name_offset) |
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramResourceName (int program, int programInterface, int index, int bufSize, IntBuffer length, ByteBuffer name) |
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramResourceName (int program, int programInterface, int index, int bufSize, int[] length, int length_offset, byte[] name, int name_offset) |
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramResourceiv (int program, int programInterface, int index, int propCount, IntBuffer props, int bufSize, IntBuffer length, IntBuffer params) |
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glGetProgramResourceiv (int program, int programInterface, int index, int propCount, int[] props, int props_offset, int bufSize, int[] length, int length_offset, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceLocation (int program, int programInterface, ByteBuffer name) |
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| int | glGetProgramResourceLocation (int program, int programInterface, byte[] name, int name_offset) |
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryMore... | |
| void | glMemoryBarrierByRegion (int barriers) |
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Part of GL_VERSION_4_5, GL_ES_VERSION_3_1More... | |
| void | glBindVertexBuffer (int bindingindex, int buffer, long offset, int stride) |
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glVertexAttribFormat (int attribindex, int size, int type, boolean normalized, int relativeoffset) |
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memoryAlias for: glVertexAttribFormatNV More... | |
| void | glVertexAttribIFormat (int attribindex, int size, int type, int relativeoffset) |
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memoryAlias for: glVertexAttribIFormatNV More... | |
| void | glVertexAttribBinding (int attribindex, int bindingindex) |
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glVertexBindingDivisor (int bindingindex, int divisor) |
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor) Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingMore... | |
| void | glBlendBarrier () |
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: glBlendBarrierKHR, glBlendBarrierNV More... | |
| void | glDrawElementsBaseVertex (int mode, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES More... | |
| void | glDrawElementsBaseVertex (int mode, int count, int type, long indices_buffer_offset, int basevertex) |
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES More... | |
| void | glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, Buffer indices, int basevertex) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES More... | |
| void | glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, long indices_buffer_offset, int basevertex) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertexAlias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES More... | |
| void | glDrawElementsInstancedBaseVertex (int mode, int count, int type, Buffer indices, int instancecount, int basevertex) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertexAlias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT More... | |
| void | glDrawElementsInstancedBaseVertex (int mode, int count, int type, long indices_buffer_offset, int instancecount, int basevertex) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex) Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertexAlias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT More... | |
| void | glFramebufferTexture (int target, int attachment, int texture, int level) |
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: glFramebufferTextureOES, glFramebufferTextureEXT, glFramebufferTextureARB More... | |
| void | glPrimitiveBoundingBox (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW) |
Entry point to C language function: void {@native glPrimitiveBoundingBox}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) Part of GL_ES_VERSION_3_2, GL_OES_primitive_bounding_box, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibilityAlias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB More... | |
| void | glPatchParameteri (int pname, int value) |
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname, GLint value) Part of GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: glPatchParameteriOES, glPatchParameteriEXT More... | |
| void | glTexBufferRange (int target, int internalformat, int buffer, long offset, long size) |
Entry point to C language function: void {@native glTexBufferRange}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_bufferAlias for: glTexBufferRangeOES, glTexBufferRangeEXT More... | |
Public Member Functions inherited from com.jogamp.opengl.GL2ES3 | |
| void | glReadBuffer (int mode) |
Entry point to C language function: void {@native glReadBuffer}(GLenum mode) Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_bufferAlias for: glReadBufferNV More... | |
| void | glGetTexLevelParameterfv (int target, int level, int pname, FloatBuffer params) |
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glGetTexLevelParameterfv (int target, int level, int pname, float[] params, int params_offset) |
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glGetTexLevelParameteriv (int target, int level, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glGetTexLevelParameteriv (int target, int level, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_1, GL_VERSION_1_0More... | |
| void | glDrawRangeElements (int mode, int start, int end, int count, int type, long indices_buffer_offset) |
Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices) Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elementsAlias for: glDrawRangeElementsEXT More... | |
| void | glUniformMatrix2x3fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x3fvNV More... | |
| void | glUniformMatrix2x3fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x3fvNV More... | |
| void | glUniformMatrix3x2fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x2fvNV More... | |
| void | glUniformMatrix3x2fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x2fvNV More... | |
| void | glUniformMatrix2x4fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x4fvNV More... | |
| void | glUniformMatrix2x4fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix2x4fvNV More... | |
| void | glUniformMatrix4x2fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x2fvNV More... | |
| void | glUniformMatrix4x2fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x2fvNV More... | |
| void | glUniformMatrix3x4fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x4fvNV More... | |
| void | glUniformMatrix3x4fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix3x4fvNV More... | |
| void | glUniformMatrix4x3fv (int location, int count, boolean transpose, FloatBuffer value) |
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x3fvNV More... | |
| void | glUniformMatrix4x3fv (int location, int count, boolean transpose, float[] value, int value_offset) |
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: glUniformMatrix4x3fvNV More... | |
| void | glColorMaski (int index, boolean r, boolean g, boolean b, boolean a) |
Entry point to C language function: void {@native glColorMaski}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glColorMaskiEXT, glColorMaskiOES More... | |
| void | glGetBooleani_v (int target, int index, ByteBuffer data) |
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data) Part of GL_ES_VERSION_3_1, GL_VERSION_3_0More... | |
| void | glGetBooleani_v (int target, int index, byte[] data, int data_offset) |
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data) Part of GL_ES_VERSION_3_1, GL_VERSION_3_0More... | |
| void | glGetIntegeri_v (int target, int index, IntBuffer data) |
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target, GLuint index, GLint * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffersAlias for: glGetIntegeri_vEXT More... | |
| void | glGetIntegeri_v (int target, int index, int[] data, int data_offset) |
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target, GLuint index, GLint * data) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffersAlias for: glGetIntegeri_vEXT More... | |
| void | glEnablei (int target, int index) |
Entry point to C language function: void {@native glEnablei}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_NV_viewport_array, GL_OES_draw_buffers_indexed, GL_EXT_draw_buffers_indexedAlias for: glEnableiNV, glEnableiOES, glEnableiEXT More... | |
| void | glDisablei (int target, int index) |
Entry point to C language function: void {@native glDisablei}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexedAlias for: glDisableiOES, glDisableiNV, glDisableiEXT More... | |
| boolean | glIsEnabledi (int target, int index) |
Entry point to C language function: GLboolean {@native glIsEnabledi}(GLenum target, GLuint index) Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexedAlias for: glIsEnablediOES, glIsEnablediNV, glIsEnablediEXT More... | |
| void | glBeginTransformFeedback (int primitiveMode) |
Entry point to C language function: void {@native glBeginTransformFeedback}(GLenum primitiveMode) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedbackAlias for: glBeginTransformFeedbackEXT, glBeginTransformFeedbackNV More... | |
| void | glEndTransformFeedback () |
Entry point to C language function: void {@native glEndTransformFeedback}() Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT More... | |
| void | glBindBufferRange (int target, int index, int buffer, long offset, long size) |
Entry point to C language function: void {@native glBindBufferRange}(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glBindBufferRangeNV, glBindBufferRangeEXT More... | |
| void | glBindBufferBase (int target, int index, int buffer) |
Entry point to C language function: void {@native glBindBufferBase}(GLenum target, GLuint index, GLuint buffer) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glBindBufferBaseNV, glBindBufferBaseEXT More... | |
| void | glTransformFeedbackVaryings (int program, int count, String[] varyings, int bufferMode) |
Entry point to C language function: void {@native glTransformFeedbackVaryings}(GLuint program, GLsizei count, const GLchar * const * varyings, GLenum bufferMode) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedbackAlias for: glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsNV More... | |
| void | glGetTransformFeedbackVarying (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name) |
Entry point to C language function: void {@native glGetTransformFeedbackVarying}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT More... | |
| void | glGetTransformFeedbackVarying (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset) |
Entry point to C language function: void {@native glGetTransformFeedbackVarying}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT More... | |
| void | glBeginConditionalRender (int id, int mode) |
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode) Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glBeginConditionalRenderNV More... | |
| void | glEndConditionalRender () |
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0, GL_NV_conditional_renderAlias for: glEndConditionalRenderNV More... | |
| void | glVertexAttribIPointer (int index, int size, int type, int stride, long pointer_buffer_offset) |
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribIPointerEXT More... | |
| void | glGetVertexAttribIiv (int index, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIivEXT More... | |
| void | glGetVertexAttribIiv (int index, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIivEXT More... | |
| void | glGetVertexAttribIuiv (int index, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIuivEXT More... | |
| void | glGetVertexAttribIuiv (int index, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glGetVertexAttribIuivEXT More... | |
| void | glVertexAttribI4i (int index, int x, int y, int z, int w) |
Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4iEXT More... | |
| void | glVertexAttribI4ui (int index, int x, int y, int z, int w) |
Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4uiEXT More... | |
| void | glVertexAttribI4iv (int index, IntBuffer v) |
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4ivEXT More... | |
| void | glVertexAttribI4iv (int index, int[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4ivEXT More... | |
| void | glVertexAttribI4uiv (int index, IntBuffer v) |
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4uivEXT More... | |
| void | glVertexAttribI4uiv (int index, int[] v, int v_offset) |
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4Alias for: glVertexAttribI4uivEXT More... | |
| void | glGetUniformuiv (int program, int location, IntBuffer params) |
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glGetUniformuivEXT More... | |
| void | glGetUniformuiv (int program, int location, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glGetUniformuivEXT More... | |
| int | glGetFragDataLocation (int program, String name) |
Entry point to C language function: GLint {@native glGetFragDataLocation}(GLuint program, const GLchar * name) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glGetFragDataLocationEXT More... | |
| void | glUniform1ui (int location, int v0) |
Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform1uiEXT More... | |
| void | glUniform2ui (int location, int v0, int v1) |
Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform2uiEXT More... | |
| void | glUniform3ui (int location, int v0, int v1, int v2) |
Entry point to C language function: void {@native glUniform3ui}(GLint location, GLuint v0, GLuint v1, GLuint v2) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform3uiEXT More... | |
| void | glUniform4ui (int location, int v0, int v1, int v2, int v3) |
Entry point to C language function: void {@native glUniform4ui}(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform4uiEXT More... | |
| void | glUniform1uiv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform1uivEXT More... | |
| void | glUniform1uiv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform1uivEXT More... | |
| void | glUniform2uiv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform2uivEXT More... | |
| void | glUniform2uiv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform2uivEXT More... | |
| void | glUniform3uiv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform3uivEXT More... | |
| void | glUniform3uiv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform3uivEXT More... | |
| void | glUniform4uiv (int location, int count, IntBuffer value) |
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform4uivEXT More... | |
| void | glUniform4uiv (int location, int count, int[] value, int value_offset) |
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: glUniform4uivEXT More... | |
| void | glClearBufferiv (int buffer, int drawbuffer, IntBuffer value) |
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferiv (int buffer, int drawbuffer, int[] value, int value_offset) |
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferuiv (int buffer, int drawbuffer, IntBuffer value) |
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferuiv (int buffer, int drawbuffer, int[] value, int value_offset) |
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferfv (int buffer, int drawbuffer, FloatBuffer value) |
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferfv (int buffer, int drawbuffer, float[] value, int value_offset) |
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glClearBufferfi (int buffer, int drawbuffer, float depth, int stencil) |
Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| String | glGetStringi (int name, int index) |
Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index) Part of GL_ES_VERSION_3_0, GL_VERSION_3_0More... | |
| void | glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) |
Entry point to C language function: void {@native glBlitFramebuffer}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blitAlias for: glBlitFramebufferNV, glBlitFramebufferEXT, glBlitFramebufferANGLE More... | |
| void | glFramebufferTextureLayer (int target, int attachment, int texture, int level, int layer) |
Entry point to C language function: void {@native glFramebufferTextureLayer}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_texture_array, GL_NV_geometry_program4, GL_ARB_geometry_shader4Alias for: glFramebufferTextureLayerEXT, glFramebufferTextureLayerARB More... | |
| void | glBindVertexArray (int array) |
Entry point to C language function: void {@native glBindVertexArray}(GLuint array) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glBindVertexArrayAPPLE, glBindVertexArrayOES More... | |
| void | glDeleteVertexArrays (int n, IntBuffer arrays) |
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n, const GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES More... | |
| void | glDeleteVertexArrays (int n, int[] arrays, int arrays_offset) |
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n, const GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES More... | |
| void | glGenVertexArrays (int n, IntBuffer arrays) |
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glGenVertexArraysAPPLE, glGenVertexArraysOES More... | |
| void | glGenVertexArrays (int n, int[] arrays, int arrays_offset) |
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_objectAlias for: glGenVertexArraysAPPLE, glGenVertexArraysOES More... | |
| boolean | glIsVertexArray (int array) |
Entry point to C language function: GLboolean {@native glIsVertexArray}(GLuint array) Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_objectAlias for: glIsVertexArrayOES, glIsVertexArrayAPPLE More... | |
| void | glDrawArraysInstanced (int mode, int first, int count, int instancecount) |
Entry point to C language function: void {@native glDrawArraysInstanced}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_NV_draw_instanced, GL_ANGLE_instanced_arraysAlias for: glDrawArraysInstancedARB, glDrawArraysInstancedEXT, glDrawArraysInstancedNV, glDrawArraysInstancedANGLE More... | |
| void | glDrawElementsInstanced (int mode, int count, int type, long indices_buffer_offset, int instancecount) |
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_ANGLE_instanced_arrays, GL_NV_draw_instancedAlias for: glDrawElementsInstancedARB, glDrawElementsInstancedEXT, glDrawElementsInstancedANGLE, glDrawElementsInstancedNV More... | |
| void | glTexBuffer (int target, int internalformat, int buffer) |
Entry point to C language function: void {@native glTexBuffer}(GLenum target, GLenum internalformat, GLuint buffer) Part of GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectAlias for: glTexBufferOES, glTexBufferARB, glTexBufferEXT More... | |
| void | glCopyBufferSubData (int readTarget, int writeTarget, long readOffset, long writeOffset, long size) |
Entry point to C language function: void {@native glCopyBufferSubData}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_bufferAlias for: glCopyBufferSubDataNV More... | |
| void | glGetUniformIndices (int program, int uniformCount, String[] uniformNames, IntBuffer uniformIndices) |
Entry point to C language function: void {@native glGetUniformIndices}(GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetUniformIndices (int program, int uniformCount, String[] uniformNames, int[] uniformIndices, int uniformIndices_offset) |
Entry point to C language function: void {@native glGetUniformIndices}(GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformsiv (int program, int uniformCount, IntBuffer uniformIndices, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetActiveUniformsiv}(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformsiv (int program, int uniformCount, int[] uniformIndices, int uniformIndices_offset, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetActiveUniformsiv}(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| int | glGetUniformBlockIndex (int program, String uniformBlockName) |
Entry point to C language function: GLuint {@native glGetUniformBlockIndex}(GLuint program, const GLchar * uniformBlockName) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformBlockiv (int program, int uniformBlockIndex, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformBlockiv (int program, int uniformBlockIndex, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformBlockName (int program, int uniformBlockIndex, int bufSize, IntBuffer length, ByteBuffer uniformBlockName) |
Entry point to C language function: void {@native glGetActiveUniformBlockName}(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glGetActiveUniformBlockName (int program, int uniformBlockIndex, int bufSize, int[] length, int length_offset, byte[] uniformBlockName, int uniformBlockName_offset) |
Entry point to C language function: void {@native glGetActiveUniformBlockName}(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glUniformBlockBinding (int program, int uniformBlockIndex, int uniformBlockBinding) |
Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1More... | |
| void | glVertexAttribDivisor (int index, int divisor) |
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index, GLuint divisor) Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_ARB_instanced_arrays, GL_EXT_instanced_arraysAlias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorARB, glVertexAttribDivisorEXT More... | |
| void | glMinSampleShading (float value) |
Entry point to C language function: void {@native glMinSampleShading}(GLfloat value) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shadingAlias for: glMinSampleShadingOES, glMinSampleShadingARB More... | |
| void | glBlendEquationi (int buf, int mode) |
Entry point to C language function: void {@native glBlendEquationi}(GLuint buf, GLenum mode) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexedAlias for: glBlendEquationiOES, glBlendEquationiARB, glBlendEquationiEXT More... | |
| void | glBlendEquationSeparatei (int buf, int modeRGB, int modeAlpha) |
Entry point to C language function: void {@native glBlendEquationSeparatei}(GLuint buf, GLenum modeRGB, GLenum modeAlpha) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glBlendEquationSeparateiARB, glBlendEquationSeparateiEXT, glBlendEquationSeparateiOES More... | |
| void | glBlendFunci (int buf, int src, int dst) |
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src, GLenum dst) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexedAlias for: glBlendFunciARB, glBlendFunciEXT, glBlendFunciOES More... | |
| void | glBlendFuncSeparatei (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) |
Entry point to C language function: void {@native glBlendFuncSeparatei}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexedAlias for: glBlendFuncSeparateiOES, glBlendFuncSeparateiARB, glBlendFuncSeparateiEXT More... | |
| void | glBindTransformFeedback (int target, int id) |
Entry point to C language function: void {@native glBindTransformFeedback}(GLenum target, GLuint id) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glBindTransformFeedbackNV More... | |
| void | glDeleteTransformFeedbacks (int n, IntBuffer ids) |
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n, const GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glDeleteTransformFeedbacksNV More... | |
| void | glDeleteTransformFeedbacks (int n, int[] ids, int ids_offset) |
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n, const GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glDeleteTransformFeedbacksNV More... | |
| void | glGenTransformFeedbacks (int n, IntBuffer ids) |
Entry point to C language function: void {@native glGenTransformFeedbacks}(GLsizei n, GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glGenTransformFeedbacksNV More... | |
| void | glGenTransformFeedbacks (int n, int[] ids, int ids_offset) |
Entry point to C language function: void {@native glGenTransformFeedbacks}(GLsizei n, GLuint * ids) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glGenTransformFeedbacksNV More... | |
| boolean | glIsTransformFeedback (int id) |
Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id) Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glIsTransformFeedbackNV More... | |
| void | glPauseTransformFeedback () |
Entry point to C language function: void {@native glPauseTransformFeedback}() Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glPauseTransformFeedbackNV More... | |
| void | glResumeTransformFeedback () |
Entry point to C language function: void {@native glResumeTransformFeedback}() Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: glResumeTransformFeedbackNV More... | |
| void | glGetInternalformativ (int target, int internalformat, int pname, int bufSize, IntBuffer params) |
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params) Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_queryMore... | |
| void | glGetInternalformativ (int target, int internalformat, int pname, int bufSize, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params) Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_queryMore... | |
| void | glBindImageTexture (int unit, int texture, int level, boolean layered, int layer, int access, int format) |
Entry point to C language function: void {@native glBindImageTexture}(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: glBindImageTextureEXT More... | |
| void | glMemoryBarrier (int barriers) |
Entry point to C language function: void {@native glMemoryBarrier}(GLbitfield barriers) Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: glMemoryBarrierEXT More... | |
| void | glFramebufferParameteri (int target, int pname, int param) |
Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param) Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glGetFramebufferParameteriv (int target, int pname, IntBuffer params) |
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_accessAlias for: glGetFramebufferParameterivEXT More... | |
| void | glGetFramebufferParameteriv (int target, int pname, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params) Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_accessAlias for: glGetFramebufferParameterivEXT More... | |
| void | glInvalidateFramebuffer (int target, int numAttachments, IntBuffer attachments) |
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| void | glInvalidateFramebuffer (int target, int numAttachments, int[] attachments, int attachments_offset) |
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| void | glInvalidateSubFramebuffer (int target, int numAttachments, IntBuffer attachments, int x, int y, int width, int height) |
Entry point to C language function: void {@native glInvalidateSubFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| void | glInvalidateSubFramebuffer (int target, int numAttachments, int[] attachments, int attachments_offset, int x, int y, int width, int height) |
Entry point to C language function: void {@native glInvalidateSubFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0More... | |
| void | glTexStorage2DMultisample (int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glTexStorage2DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_1, GL_VERSION_4_3More... | |
| void | glTexStorage3DMultisample (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations) |
Entry point to C language function: void {@native glTexStorage3DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_texture_storage_multisample_2d_arrayAlias for: glTexStorage3DMultisampleOES More... | |
| void | glGetnUniformuiv (int program, int location, int bufSize, IntBuffer params) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustnessAlias for: glGetnUniformuivKHR, glGetnUniformuivARB More... | |
| void | glGetnUniformuiv (int program, int location, int bufSize, int[] params, int params_offset) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params) Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustnessAlias for: glGetnUniformuivKHR, glGetnUniformuivARB More... | |
| void | glFramebufferTextureEXT (int target, int attachment, int texture, int level) |
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level) Part of GL_NV_geometry_program4, GL_EXT_geometry_shaderMore... | |
| boolean | isPBOPackBound () |
| boolean | isPBOUnpackBound () |
Static Public Attributes | |
| static final boolean | DEBUG = jogamp.opengl.Debug.debug("TraceGLES3") |
Static Public Attributes inherited from com.jogamp.opengl.GLES2 | |
| static final int | GL_PROGRAM_BINARY_ANGLE = 0x93a6 |
GL_ANGLE_program_binaryDefine "GL_PROGRAM_BINARY_ANGLE" with expression ' 0x93A6', CType: int More... | |
| static final int | GL_RASTER_MULTISAMPLE_EXT = 0x9327 |
GL_EXT_raster_multisampleDefine "GL_RASTER_MULTISAMPLE_EXT" with expression ' 0x9327', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT = 0x9124 |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT" with expression ' 0x9124', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93d2 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR" with expression ' 0x93D2', CType: int More... | |
| static final int | GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0xd |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_TRIANGLE_STRIP_ADJACENCY_EXT" with expression ' 0x000D', CType: int More... | |
| static final int | GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT = 0x919a |
GL_EXT_sparse_textureDefine "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT" with expression ' 0x919A', CType: int More... | |
| static final int | GL_READ_FRAMEBUFFER_NV = 0x8ca8 |
GL_NV_framebuffer_blitDefine "GL_READ_FRAMEBUFFER_NV" with expression ' 0x8CA8', CType: int More... | |
| static final int | GL_LINE_STRIP_ADJACENCY_EXT = 0xb |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_LINE_STRIP_ADJACENCY_EXT" with expression ' 0x000B', CType: int More... | |
| static final int | GL_FIRST_VERTEX_CONVENTION_OES = 0x8e4d |
GL_OES_geometry_shaderDefine "GL_FIRST_VERTEX_CONVENTION_OES" with expression ' 0x8E4D', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES = 0x92ce |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES" with expression ' 0x92CE', CType: int More... | |
| static final int | GL_QUERY_WAIT = 0x8e13 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_WAIT_NVDefine "GL_QUERY_WAIT" with expression ' 0x8E13', CType: int More... | |
| static final int | GL_FILL_RECTANGLE_NV = 0x933c |
GL_NV_fill_rectangleDefine "GL_FILL_RECTANGLE_NV" with expression ' 0x933C', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT = 0x90d8 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT" with expression ' 0x90D8', CType: int More... | |
| static final int | GL_COVERAGE_AUTOMATIC_NV = 0x8ed7 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_AUTOMATIC_NV" with expression ' 0x8ED7', CType: int More... | |
| static final int | GL_TEXTURE_EXTERNAL_OES = 0x8d65 |
GL_OES_EGL_image_externalDefine "GL_TEXTURE_EXTERNAL_OES" with expression ' 0x8D65', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_VERTICES_OUT_EXT = 0x8916 |
GL_EXT_geometry_shaderDefine "GL_GEOMETRY_LINKED_VERTICES_OUT_EXT" with expression ' 0x8916', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8ddf |
GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT" with expression ' 0x8DDF', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES = 0x8e81 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES" with expression ' 0x8E81', CType: int More... | |
| static final int | GL_SRC_ALPHA_SATURATE_EXT = 0x308 |
GL_EXT_blend_func_extendedDefine "GL_SRC_ALPHA_SATURATE_EXT" with expression ' 0x0308', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93e5 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES" with expression ' 0x93E5', CType: int More... | |
| static final int | GL_MAX_PATCH_VERTICES_EXT = 0x8e7d |
GL_EXT_tessellation_shaderDefine "GL_MAX_PATCH_VERTICES_EXT" with expression ' 0x8E7D', CType: int More... | |
| static final int | GL_STENCIL_INDEX8_OES = 0x8d48 |
GL_OES_stencil8, GL_OES_texture_stencil8Define "GL_STENCIL_INDEX8_OES" with expression ' 0x8D48', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT2_QCOM = 0x40000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT2_QCOM" with expression ' 0x00040000', CType: int More... | |
| static final int | GL_VIRTUAL_PAGE_SIZE_Y_EXT = 0x9196 |
GL_EXT_sparse_textureDefine "GL_VIRTUAL_PAGE_SIZE_Y_EXT" with expression ' 0x9196', CType: int More... | |
| static final long | GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000L |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT7_QCOM" with expression ' 0x80000000', CType: long More... | |
| static final int | GL_Z400_BINARY_AMD = 0x8740 |
GL_AMD_program_binary_Z400Define "GL_Z400_BINARY_AMD" with expression ' 0x8740', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT7_QCOM = 0x80 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT7_QCOM" with expression ' 0x00000080', CType: int More... | |
| static final int | GL_SRC1_COLOR_EXT = 0x88f9 |
GL_EXT_blend_func_extendedDefine "GL_SRC1_COLOR_EXT" with expression ' 0x88F9', CType: int More... | |
| static final int | GL_ISOLINES_OES = 0x8e7a |
GL_OES_tessellation_shaderDefine "GL_ISOLINES_OES" with expression ' 0x8E7A', CType: int More... | |
| static final int | GL_INT_IMAGE_CUBE_MAP_ARRAY_OES = 0x905f |
GL_OES_texture_cube_map_arrayDefine "GL_INT_IMAGE_CUBE_MAP_ARRAY_OES" with expression ' 0x905F', CType: int More... | |
| static final int | GL_SHARED_EDGE_NV = 0xc0 |
GL_NV_path_rendering_shared_edgeDefine "GL_SHARED_EDGE_NV" with expression ' 0xC0', CType: int More... | |
| static final int | GL_RENDERBUFFER_SAMPLES_NV = 0x8cab |
GL_NV_framebuffer_multisampleDefine "GL_RENDERBUFFER_SAMPLES_NV" with expression ' 0x8CAB', CType: int More... | |
| static final int | GL_SLUMINANCE8_NV = 0x8c47 |
GL_NV_sRGB_formatsDefine "GL_SLUMINANCE8_NV" with expression ' 0x8C47', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES = 0x8e83 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES" with expression ' 0x8E83', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT0_QCOM = 0x1 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT0_QCOM" with expression ' 0x00000001', CType: int More... | |
| static final int | GL_HSL_SATURATION = 0x92ae |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_HSL_SATURATION_KHR, GL_HSL_SATURATION_NVDefine "GL_HSL_SATURATION" with expression ' 0x92AE', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES = 0x8e1f |
GL_OES_tessellation_shaderDefine "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES" with expression ' 0x8E1F', CType: int More... | |
| static final int | GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT = 0x8be7 |
GL_EXT_YUV_targetDefine "GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT" with expression ' 0x8BE7', CType: int More... | |
| static final int | GL_LINES_ADJACENCY_EXT = 0xa |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_LINES_ADJACENCY_EXT" with expression ' 0x000A', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES = 0x919f |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES" with expression ' 0x919F', CType: int More... | |
| static final int | GL_SHADER_BINARY_VIV = 0x8fc4 |
GL_VIV_shader_binaryDefine "GL_SHADER_BINARY_VIV" with expression ' 0x8FC4', CType: int More... | |
| static final int | GL_MAX_TESS_PATCH_COMPONENTS_OES = 0x8e84 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_PATCH_COMPONENTS_OES" with expression ' 0x8E84', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES = 0x8da7 |
GL_OES_geometry_shaderDefine "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES" with expression ' 0x8DA7', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES = 0x92d5 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES" with expression ' 0x92D5', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_SIZE_EXT = 0x919e |
GL_EXT_texture_bufferDefine "GL_TEXTURE_BUFFER_SIZE_EXT" with expression ' 0x919E', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93e3 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES" with expression ' 0x93E3', CType: int More... | |
| static final int | GL_IMAGE_CUBE_MAP_ARRAY_OES = 0x9054 |
GL_OES_texture_cube_map_arrayDefine "GL_IMAGE_CUBE_MAP_ARRAY_OES" with expression ' 0x9054', CType: int More... | |
| static final int | GL_COVERAGE_MODULATION_TABLE_NV = 0x9331 |
GL_NV_framebuffer_mixed_samplesDefine "GL_COVERAGE_MODULATION_TABLE_NV" with expression ' 0x9331', CType: int More... | |
| static final int | GL_REFERENCED_BY_GEOMETRY_SHADER_OES = 0x9309 |
GL_OES_geometry_shaderDefine "GL_REFERENCED_BY_GEOMETRY_SHADER_OES" with expression ' 0x9309', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY_OES = 0x900c |
GL_OES_texture_cube_map_arrayDefine "GL_SAMPLER_CUBE_MAP_ARRAY_OES" with expression ' 0x900C', CType: int More... | |
| static final int | GL_CONSERVATIVE_RASTERIZATION_NV = 0x9346 |
GL_NV_conservative_rasterDefine "GL_CONSERVATIVE_RASTERIZATION_NV" with expression ' 0x9346', CType: int More... | |
| static final int | GL_TEXTURE_MAX_LEVEL_APPLE = 0x813d |
GL_APPLE_texture_max_levelDefine "GL_TEXTURE_MAX_LEVEL_APPLE" with expression ' 0x813D', CType: int More... | |
| static final int | GL_FILL_NV = 0x1b02 |
GL_NV_polygon_modeDefine "GL_FILL_NV" with expression ' 0x1B02', CType: int More... | |
| static final int | GL_DRAW_FRAMEBUFFER_NV = 0x8ca9 |
GL_NV_framebuffer_blitDefine "GL_DRAW_FRAMEBUFFER_NV" with expression ' 0x8CA9', CType: int More... | |
| static final int | GL_INT_SAMPLER_BUFFER_OES = 0x8dd0 |
GL_OES_texture_bufferDefine "GL_INT_SAMPLER_BUFFER_OES" with expression ' 0x8DD0', CType: int More... | |
| static final int | GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8a32 |
GL_EXT_geometry_shaderDefine "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT" with expression ' 0x8A32', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93b5 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x5_KHR" with expression ' 0x93B5', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93c3 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_4x4x4_OES" with expression ' 0x93C3', CType: int More... | |
| static final int | GL_FLOAT_MAT2x4_NV = 0x8b66 |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT2x4_NV" with expression ' 0x8B66', CType: int More... | |
| static final int | GL_TEXTURE_VIEW_MIN_LAYER = 0x82dd |
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_viewAlias for: GL_TEXTURE_VIEW_MIN_LAYER_OES, GL_TEXTURE_VIEW_MIN_LAYER_EXTDefine "GL_TEXTURE_VIEW_MIN_LAYER" with expression ' 0x82DD', CType: int More... | |
| static final int | GL_ETC1_SRGB8_NV = 0x88ee |
GL_NV_sRGB_formatsDefine "GL_ETC1_SRGB8_NV" with expression ' 0x88EE', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES = 0x8e7f |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES" with expression ' 0x8E7F', CType: int More... | |
| static final int | GL_COLORBURN = 0x929a |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_COLORBURN_NV, GL_COLORBURN_KHRDefine "GL_COLORBURN" with expression ' 0x929A', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93b0 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_4x4_KHR" with expression ' 0x93B0', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93db |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR" with expression ' 0x93DB', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93e1 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES" with expression ' 0x93E1', CType: int More... | |
| static final int | GL_MAX_TESS_GEN_LEVEL_OES = 0x8e7e |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_GEN_LEVEL_OES" with expression ' 0x8E7E', CType: int More... | |
| static final int | GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8d68 |
GL_OES_EGL_image_externalDefine "GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES" with expression ' 0x8D68', CType: int More... | |
| static final int | GL_FLOAT_MAT3x2_NV = 0x8b67 |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT3x2_NV" with expression ' 0x8B67', CType: int More... | |
| static final int | GL_QUERY_BY_REGION_NO_WAIT = 0x8e16 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_BY_REGION_NO_WAIT_NVDefine "GL_QUERY_BY_REGION_NO_WAIT" with expression ' 0x8E16', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES = 0x906a |
GL_OES_texture_cube_map_arrayDefine "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES" with expression ' 0x906A', CType: int More... | |
| static final int | GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV = 0x9349 |
GL_NV_conservative_rasterDefine "GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV" with expression ' 0x9349', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8a56 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT" with expression ' 0x8A56', CType: int More... | |
| static final int | GL_SR8_EXT = 0x8fbd |
GL_EXT_texture_sRGB_R8Define "GL_SR8_EXT" with expression ' 0x8FBD', CType: int More... | |
| static final int | GL_TESS_CONTROL_OUTPUT_VERTICES_EXT = 0x8e75 |
GL_EXT_tessellation_shaderDefine "GL_TESS_CONTROL_OUTPUT_VERTICES_EXT" with expression ' 0x8E75', CType: int More... | |
| static final int | GL_MAX_TESS_PATCH_COMPONENTS_EXT = 0x8e84 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_PATCH_COMPONENTS_EXT" with expression ' 0x8E84', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8da7 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT" with expression ' 0x8DA7', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT0_QCOM = 0x100 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT0_QCOM" with expression ' 0x00000100', CType: int More... | |
| static final int | GL_STENCIL_EXT = 0x1802 |
GL_EXT_discard_framebufferDefine "GL_STENCIL_EXT" with expression ' 0x1802', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT4_QCOM = 0x1000 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT4_QCOM" with expression ' 0x00001000', CType: int More... | |
| static final int | GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8c00 |
GL_IMG_texture_compression_pvrtcDefine "GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG" with expression ' 0x8C00', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE = 0x83f2 |
GL_ANGLE_texture_compression_dxt3Define "GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE" with expression ' 0x83F2', CType: int More... | |
| static final int | GL_REFERENCED_BY_GEOMETRY_SHADER_EXT = 0x9309 |
GL_EXT_geometry_shaderDefine "GL_REFERENCED_BY_GEOMETRY_SHADER_EXT" with expression ' 0x9309', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_S3TC_DXT1_NV = 0x8c4c |
GL_NV_sRGB_formatsDefine "GL_COMPRESSED_SRGB_S3TC_DXT1_NV" with expression ' 0x8C4C', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER_BIT_EXT = 0x8 |
GL_EXT_tessellation_shaderDefine "GL_TESS_CONTROL_SHADER_BIT_EXT" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93d4 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR" with expression ' 0x93D4', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT = 0x92d3 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT" with expression ' 0x92D3', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT4_QCOM = 0x100000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT4_QCOM" with expression ' 0x00100000', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_BUFFER_EXT = 0x8c2c |
GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectDefine "GL_TEXTURE_BINDING_BUFFER_EXT" with expression ' 0x8C2C', CType: int More... | |
| static final int | GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV = 0x825f |
GL_NV_viewport_arrayDefine "GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV" with expression ' 0x825F', CType: int More... | |
| static final int | GL_MAX_TESS_GEN_LEVEL_EXT = 0x8e7e |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_GEN_LEVEL_EXT" with expression ' 0x8E7E', CType: int More... | |
| static final int | GL_3DC_XY_AMD = 0x87fa |
GL_AMD_compressed_3DC_textureDefine "GL_3DC_XY_AMD" with expression ' 0x87FA', CType: int More... | |
| static final int | GL_SOFTLIGHT = 0x929c |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_SOFTLIGHT_KHR, GL_SOFTLIGHT_NVDefine "GL_SOFTLIGHT" with expression ' 0x929C', CType: int More... | |
| static final int | GL_UNDEFINED_VERTEX_OES = 0x8260 |
GL_OES_geometry_shaderDefine "GL_UNDEFINED_VERTEX_OES" with expression ' 0x8260', CType: int More... | |
| static final int | GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE = 0x93a0 |
GL_ANGLE_translated_shader_sourceDefine "GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE" with expression ' 0x93A0', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR = 0x9630 |
GL_OVR_multiviewDefine "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" with expression ' 0x9630', CType: int More... | |
| static final int | GL_VERTEX_ARRAY = 0x8074 |
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array, GL_KHR_debugAlias for: GL_VERTEX_ARRAY_EXT, GL_VERTEX_ARRAY_KHRDefine "GL_VERTEX_ARRAY" with expression ' 0x8074', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT = 0x92ce |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT" with expression ' 0x92CE', CType: int More... | |
| static final int | GL_LAYER_PROVOKING_VERTEX_OES = 0x825e |
GL_OES_geometry_shaderDefine "GL_LAYER_PROVOKING_VERTEX_OES" with expression ' 0x825E', CType: int More... | |
| static final int | GL_IS_PER_PATCH_OES = 0x92e7 |
GL_OES_tessellation_shaderDefine "GL_IS_PER_PATCH_OES" with expression ' 0x92E7', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES = 0x8e86 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES" with expression ' 0x8E86', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93bc |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_12x10_KHR" with expression ' 0x93BC', CType: int More... | |
| static final int | GL_DECODE_EXT = 0x8a49 |
GL_EXT_texture_sRGB_decodeDefine "GL_DECODE_EXT" with expression ' 0x8A49', CType: int More... | |
| static final int | GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV = 0x932f |
GL_NV_framebuffer_mixed_samplesDefine "GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV" with expression ' 0x932F', CType: int More... | |
| static final int | GL_TESS_GEN_MODE_OES = 0x8e76 |
GL_OES_tessellation_shaderDefine "GL_TESS_GEN_MODE_OES" with expression ' 0x8E76', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93d5 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR" with expression ' 0x93D5', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x1000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT0_QCOM" with expression ' 0x01000000', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET = 0x8cd4 |
GL_OES_texture_3D, GL_EXT_framebuffer_objectAlias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXTDefine "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET" with expression ' 0x8CD4', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES = 0x9124 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES" with expression ' 0x9124', CType: int More... | |
| static final int | GL_GPU_OPTIMIZED_QCOM = 0x8fb2 |
GL_QCOM_binning_controlDefine "GL_GPU_OPTIMIZED_QCOM" with expression ' 0x8FB2', CType: int More... | |
| static final int | GL_READ_FRAMEBUFFER_ANGLE = 0x8ca8 |
GL_ANGLE_framebuffer_blitDefine "GL_READ_FRAMEBUFFER_ANGLE" with expression ' 0x8CA8', CType: int More... | |
| static final int | GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900e |
GL_EXT_texture_cube_map_arrayDefine "GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression ' 0x900E', CType: int More... | |
| static final int | GL_POLYGON_MODE_NV = 0xb40 |
GL_NV_polygon_modeDefine "GL_POLYGON_MODE_NV" with expression ' 0x0B40', CType: int More... | |
| static final int | GL_FRAGMENT_COVERAGE_TO_COLOR_NV = 0x92dd |
GL_NV_fragment_coverage_to_colorDefine "GL_FRAGMENT_COVERAGE_TO_COLOR_NV" with expression ' 0x92DD', CType: int More... | |
| static final int | GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT = 0x932a |
GL_EXT_raster_multisampleDefine "GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT" with expression ' 0x932A', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93e9 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES" with expression ' 0x93E9', CType: int More... | |
| static final int | GL_RASTER_SAMPLES_EXT = 0x9328 |
GL_EXT_raster_multisampleDefine "GL_RASTER_SAMPLES_EXT" with expression ' 0x9328', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT7_QCOM = 0x8000 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT7_QCOM" with expression ' 0x00008000', CType: int More... | |
| static final int | GL_MAP_PERSISTENT_BIT_EXT = 0x40 |
GL_EXT_buffer_storageDefine "GL_MAP_PERSISTENT_BIT_EXT" with expression ' 0x0040', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93f1 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG" with expression ' 0x93F1', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE = 0x83f3 |
GL_ANGLE_texture_compression_dxt5Define "GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE" with expression ' 0x83F3', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES = 0x8ddf |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES" with expression ' 0x8DDF', CType: int More... | |
| static final int | GL_NUM_SPARSE_LEVELS_EXT = 0x91aa |
GL_EXT_sparse_textureDefine "GL_NUM_SPARSE_LEVELS_EXT" with expression ' 0x91AA', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93d0 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR" with expression ' 0x93D0', CType: int More... | |
| static final int | GL_READ_FRAMEBUFFER_BINDING_ANGLE = 0x8caa |
GL_ANGLE_framebuffer_blitDefine "GL_READ_FRAMEBUFFER_BINDING_ANGLE" with expression ' 0x8CAA', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93e7 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES" with expression ' 0x93E7', CType: int More... | |
| static final int | GL_POLYGON_OFFSET_LINE_NV = 0x2a02 |
GL_NV_polygon_modeDefine "GL_POLYGON_OFFSET_LINE_NV" with expression ' 0x2A02', CType: int More... | |
| static final int | GL_HARDLIGHT = 0x929b |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HARDLIGHT_NV, GL_HARDLIGHT_KHRDefine "GL_HARDLIGHT" with expression ' 0x929B', CType: int More... | |
| static final int | GL_TEXTURE_VIEW_MIN_LEVEL = 0x82db |
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_viewAlias for: GL_TEXTURE_VIEW_MIN_LEVEL_OES, GL_TEXTURE_VIEW_MIN_LEVEL_EXTDefine "GL_TEXTURE_VIEW_MIN_LEVEL" with expression ' 0x82DB', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES = 0x8918 |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES" with expression ' 0x8918', CType: int More... | |
| static final int | GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT = 0x8f63 |
GL_EXT_shader_pixel_local_storageDefine "GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT" with expression ' 0x8F63', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93c1 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_4x3x3_OES" with expression ' 0x93C1', CType: int More... | |
| static final int | GL_SRG8_EXT = 0x8fbe |
GL_EXT_texture_sRGB_RG8Define "GL_SRG8_EXT" with expression ' 0x8FBE', CType: int More... | |
| static final int | GL_POINT_NV = 0x1b00 |
GL_NV_polygon_modeDefine "GL_POINT_NV" with expression ' 0x1B00', CType: int More... | |
| static final int | GL_TESS_GEN_VERTEX_ORDER_OES = 0x8e78 |
GL_OES_tessellation_shaderDefine "GL_TESS_GEN_VERTEX_ORDER_OES" with expression ' 0x8E78', CType: int More... | |
| static final int | GL_TEXTURE_FORMAT_QCOM = 0x8bd6 |
GL_QCOM_extended_getDefine "GL_TEXTURE_FORMAT_QCOM" with expression ' 0x8BD6', CType: int More... | |
| static final int | GL_MIN_SAMPLE_SHADING_VALUE_OES = 0x8c37 |
GL_OES_sample_shadingDefine "GL_MIN_SAMPLE_SHADING_VALUE_OES" with expression ' 0x8C37', CType: int More... | |
| static final int | GL_DYNAMIC_STORAGE_BIT_EXT = 0x100 |
GL_EXT_buffer_storageDefine "GL_DYNAMIC_STORAGE_BIT_EXT" with expression ' 0x0100', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES = 0x8e1e |
GL_OES_tessellation_shaderDefine "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES" with expression ' 0x8E1E', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x8000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT3_QCOM" with expression ' 0x08000000', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8a57 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT" with expression ' 0x8A57', CType: int More... | |
| static final int | GL_SRGB8_NV = 0x8c41 |
GL_NV_sRGB_formatsDefine "GL_SRGB8_NV" with expression ' 0x8C41', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93d9 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR" with expression ' 0x93D9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93c4 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_5x4x4_OES" with expression ' 0x93C4', CType: int More... | |
| static final int | GL_MALI_PROGRAM_BINARY_ARM = 0x8f61 |
GL_ARM_mali_program_binaryDefine "GL_MALI_PROGRAM_BINARY_ARM" with expression ' 0x8F61', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93b9 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x6_KHR" with expression ' 0x93B9', CType: int More... | |
| static final int | GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90f2 |
GL_EXT_multiview_draw_buffersDefine "GL_MAX_MULTIVIEW_BUFFERS_EXT" with expression ' 0x90F2', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88fe |
GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_EXT_instanced_arrays, GL_ARB_instanced_arrays, GL_ANGLE_instanced_arraysAlias for: GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLEDefine "GL_VERTEX_ATTRIB_ARRAY_DIVISOR" with expression ' 0x88FE', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_BIT_EXT = 0x4 |
GL_EXT_geometry_shaderDefine "GL_GEOMETRY_SHADER_BIT_EXT" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_TEXTURE_TYPE_QCOM = 0x8bd7 |
GL_QCOM_extended_getDefine "GL_TEXTURE_TYPE_QCOM" with expression ' 0x8BD7', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT5_QCOM = 0x2000 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT5_QCOM" with expression ' 0x00002000', CType: int More... | |
| static final int | GL_TRIANGLES_ADJACENCY_EXT = 0xc |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_TRIANGLES_ADJACENCY_EXT" with expression ' 0x000C', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93bd |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_12x12_KHR" with expression ' 0x93BD', CType: int More... | |
| static final int | GL_IS_PER_PATCH_EXT = 0x92e7 |
GL_EXT_tessellation_shaderDefine "GL_IS_PER_PATCH_EXT" with expression ' 0x92E7', CType: int More... | |
| static final int | GL_LINE_STRIP_ADJACENCY_OES = 0xb |
GL_OES_geometry_shaderDefine "GL_LINE_STRIP_ADJACENCY_OES" with expression ' 0x000B', CType: int More... | |
| static final int | GL_SAMPLE_SHADING_OES = 0x8c36 |
GL_OES_sample_shadingDefine "GL_SAMPLE_SHADING_OES" with expression ' 0x8C36', CType: int More... | |
| static final int | GL_NUM_VIRTUAL_PAGE_SIZES_EXT = 0x91a8 |
GL_EXT_sparse_textureDefine "GL_NUM_VIRTUAL_PAGE_SIZES_EXT" with expression ' 0x91A8', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_LAYERS_EXT = 0x9317 |
GL_EXT_geometry_shaderDefine "GL_MAX_FRAMEBUFFER_LAYERS_EXT" with expression ' 0x9317', CType: int More... | |
| static final int | GL_SGX_BINARY_IMG = 0x8c0a |
GL_IMG_shader_binaryDefine "GL_SGX_BINARY_IMG" with expression ' 0x8C0A', CType: int More... | |
| static final int | GL_SAMPLER_BUFFER_OES = 0x8dc2 |
GL_OES_texture_bufferDefine "GL_SAMPLER_BUFFER_OES" with expression ' 0x8DC2', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93b4 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_6x6_KHR" with expression ' 0x93B4', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER_EXT = 0x8e87 |
GL_EXT_tessellation_shaderDefine "GL_TESS_EVALUATION_SHADER_EXT" with expression ' 0x8E87', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93c5 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_5x5x4_OES" with expression ' 0x93C5', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT2_QCOM = 0x4 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT2_QCOM" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_LIGHTEN = 0x9298 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_LIGHTEN_KHR, GL_LIGHTEN_NVDefine "GL_LIGHTEN" with expression ' 0x9298', CType: int More... | |
| static final int | GL_FRACTIONAL_EVEN_EXT = 0x8e7c |
GL_EXT_tessellation_shaderDefine "GL_FRACTIONAL_EVEN_EXT" with expression ' 0x8E7C', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT4_QCOM" with expression ' 0x10000000', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES = 0x90d8 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES" with expression ' 0x90D8', CType: int More... | |
| static final int | GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87ee |
GL_AMD_compressed_ATC_textureDefine "GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD" with expression ' 0x87EE', CType: int More... | |
| static final int | GL_FLOAT_MAT4x2_NV = 0x8b69 |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT4x2_NV" with expression ' 0x8B69', CType: int More... | |
| static final int | GL_UNDEFINED_VERTEX_EXT = 0x8260 |
GL_EXT_geometry_shaderDefine "GL_UNDEFINED_VERTEX_EXT" with expression ' 0x8260', CType: int More... | |
| static final int | GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT = 0x91a9 |
GL_EXT_sparse_textureDefine "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT" with expression ' 0x91A9', CType: int More... | |
| static final int | GL_DEPTH_EXT = 0x1801 |
GL_EXT_discard_framebufferDefine "GL_DEPTH_EXT" with expression ' 0x1801', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET_EXT = 0x919d |
GL_EXT_texture_bufferDefine "GL_TEXTURE_BUFFER_OFFSET_EXT" with expression ' 0x919D', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER_EXT = 0x8e88 |
GL_EXT_tessellation_shaderDefine "GL_TESS_CONTROL_SHADER_EXT" with expression ' 0x8E88', CType: int More... | |
| static final int | GL_PRIMITIVES_GENERATED_EXT = 0x8c87 |
GL_EXT_transform_feedback, GL_EXT_geometry_shaderDefine "GL_PRIMITIVES_GENERATED_EXT" with expression ' 0x8C87', CType: int More... | |
| static final int | GL_TEXTURE_HEIGHT_QCOM = 0x8bd3 |
GL_QCOM_extended_getDefine "GL_TEXTURE_HEIGHT_QCOM" with expression ' 0x8BD3', CType: int More... | |
| static final int | GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV = 0x933d |
GL_NV_sample_locationsDefine "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV" with expression ' 0x933D', CType: int More... | |
| static final int | GL_VIEWPORT_BOUNDS_RANGE_NV = 0x825d |
GL_NV_viewport_arrayDefine "GL_VIEWPORT_BOUNDS_RANGE_NV" with expression ' 0x825D', CType: int More... | |
| static final int | GL_PRIMITIVE_BOUNDING_BOX_OES = 0x92be |
GL_OES_primitive_bounding_boxDefine "GL_PRIMITIVE_BOUNDING_BOX_OES" with expression ' 0x92BE', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES = 0x8de0 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES" with expression ' 0x8DE0', CType: int More... | |
| static final int | GL_FLOAT_MAT2x3_NV = 0x8b65 |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT2x3_NV" with expression ' 0x8B65', CType: int More... | |
| static final int | GL_FIRST_VERTEX_CONVENTION_EXT = 0x8e4d |
GL_EXT_provoking_vertex, GL_EXT_geometry_shaderDefine "GL_FIRST_VERTEX_CONVENTION_EXT" with expression ' 0x8E4D', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93da |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR" with expression ' 0x93DA', CType: int More... | |
| static final int | GL_STENCIL_SAMPLES_NV = 0x932e |
GL_NV_framebuffer_mixed_samplesDefine "GL_STENCIL_SAMPLES_NV" with expression ' 0x932E', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT = 0x8e83 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT" with expression ' 0x8E83', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES = 0x8e89 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES" with expression ' 0x8E89', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT = 0x919f |
GL_EXT_texture_bufferDefine "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT" with expression ' 0x919F', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93c2 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_4x4x3_OES" with expression ' 0x93C2', CType: int More... | |
| static final int | GL_ALPHA_TEST_QCOM = 0xbc0 |
GL_QCOM_alpha_testDefine "GL_ALPHA_TEST_QCOM" with expression ' 0x0BC0', CType: int More... | |
| static final int | GL_ETC1_RGB8_OES = 0x8d64 |
GL_OES_compressed_ETC1_RGB8_textureDefine "GL_ETC1_RGB8_OES" with expression ' 0x8D64', CType: int More... | |
| static final int | GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 |
GL_IMG_read_formatDefine "GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG" with expression ' 0x8365', CType: int More... | |
| static final int | GL_PATCH_VERTICES_OES = 0x8e72 |
GL_OES_tessellation_shaderDefine "GL_PATCH_VERTICES_OES" with expression ' 0x8E72', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES = 0x90cc |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES" with expression ' 0x90CC', CType: int More... | |
| static final int | GL_MULTIPLY = 0x9294 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_MULTIPLY_NV, GL_MULTIPLY_KHRDefine "GL_MULTIPLY" with expression ' 0x9294', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT0_QCOM = 0x10000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT0_QCOM" with expression ' 0x00010000', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93b1 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_5x4_KHR" with expression ' 0x93B1', CType: int More... | |
| static final int | GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT = 0x932b |
GL_EXT_raster_multisampleDefine "GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT" with expression ' 0x932B', CType: int More... | |
| static final int | GL_TEXTURE_SRGB_DECODE_EXT = 0x8a48 |
GL_EXT_texture_sRGB_decodeDefine "GL_TEXTURE_SRGB_DECODE_EXT" with expression ' 0x8A48', CType: int More... | |
| static final int | GL_PERFMON_GLOBAL_MODE_QCOM = 0x8fa0 |
GL_QCOM_perfmon_global_modeDefine "GL_PERFMON_GLOBAL_MODE_QCOM" with expression ' 0x8FA0', CType: int More... | |
| static final int | GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8bd5 |
GL_QCOM_extended_getDefine "GL_TEXTURE_INTERNAL_FORMAT_QCOM" with expression ' 0x8BD5', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV = 0x8d56 |
GL_NV_framebuffer_multisampleDefine "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV" with expression ' 0x8D56', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT = 0x9308 |
GL_EXT_tessellation_shaderDefine "GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT" with expression ' 0x9308', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_BUFFER_OES = 0x8dd8 |
GL_OES_texture_bufferDefine "GL_UNSIGNED_INT_SAMPLER_BUFFER_OES" with expression ' 0x8DD8', CType: int More... | |
| static final int | GL_R11F_G11F_B10F_APPLE = 0x8c3a |
GL_APPLE_texture_packed_floatDefine "GL_R11F_G11F_B10F_APPLE" with expression ' 0x8C3A', CType: int More... | |
| static final int | GL_SLUMINANCE_NV = 0x8c46 |
GL_NV_sRGB_formatsDefine "GL_SLUMINANCE_NV" with expression ' 0x8C46', CType: int More... | |
| static final int | GL_RGBA16_SNORM_EXT = 0x8f9b |
GL_EXT_render_snormDefine "GL_RGBA16_SNORM_EXT" with expression ' 0x8F9B', CType: int More... | |
| static final int | GL_READ_BUFFER_NV = 0xc02 |
GL_NV_read_bufferDefine "GL_READ_BUFFER_NV" with expression ' 0x0C02', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES = 0x8da8 |
GL_OES_geometry_shaderDefine "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES" with expression ' 0x8DA8', CType: int More... | |
| static final int | GL_TEXTURE_VIEW_NUM_LEVELS = 0x82dc |
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_viewAlias for: GL_TEXTURE_VIEW_NUM_LEVELS_EXT, GL_TEXTURE_VIEW_NUM_LEVELS_OESDefine "GL_TEXTURE_VIEW_NUM_LEVELS" with expression ' 0x82DC', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT5_QCOM = 0x20 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT5_QCOM" with expression ' 0x00000020', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900c |
GL_EXT_texture_cube_map_arrayDefine "GL_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression ' 0x900C', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET_OES = 0x919d |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_OFFSET_OES" with expression ' 0x919D', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8d6c |
GL_EXT_multisampled_render_to_textureDefine "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT" with expression ' 0x8D6C', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV = 0x8c4e |
GL_NV_sRGB_formatsDefine "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV" with expression ' 0x8C4E', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93b7 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x8_KHR" with expression ' 0x93B7', CType: int More... | |
| static final int | GL_RGB9_E5_APPLE = 0x8c3d |
GL_APPLE_texture_packed_floatDefine "GL_RGB9_E5_APPLE" with expression ' 0x8C3D', CType: int More... | |
| static final int | GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV = 0x9330 |
GL_NV_framebuffer_mixed_samplesDefine "GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV" with expression ' 0x9330', CType: int More... | |
| static final int | GL_SGX_PROGRAM_BINARY_IMG = 0x9130 |
GL_IMG_program_binaryDefine "GL_SGX_PROGRAM_BINARY_IMG" with expression ' 0x9130', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93c0 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_3x3x3_OES" with expression ' 0x93C0', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8c29 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT" with expression ' 0x8C29', CType: int More... | |
| static final int | GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE = 0x8c3b |
GL_APPLE_texture_packed_floatDefine "GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE" with expression ' 0x8C3B', CType: int More... | |
| static final int | GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV = 0x9340 |
GL_NV_sample_locationsDefine "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV" with expression ' 0x9340', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93e4 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES" with expression ' 0x93E4', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x2000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT1_QCOM" with expression ' 0x02000000', CType: int More... | |
| static final int | GL_COVERAGE_ALL_FRAGMENTS_NV = 0x8ed5 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_ALL_FRAGMENTS_NV" with expression ' 0x8ED5', CType: int More... | |
| static final int | GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV = 0x9348 |
GL_NV_conservative_rasterDefine "GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV" with expression ' 0x9348', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_SHADOW_NV = 0x8dc5 |
GL_NV_shadow_samplers_cubeDefine "GL_SAMPLER_CUBE_SHADOW_NV" with expression ' 0x8DC5', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT = 0x8e89 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT" with expression ' 0x8E89', CType: int More... | |
| static final int | GL_LAST_VERTEX_CONVENTION_EXT = 0x8e4e |
GL_EXT_provoking_vertex, GL_EXT_geometry_shaderDefine "GL_LAST_VERTEX_CONVENTION_EXT" with expression ' 0x8E4E', CType: int More... | |
| static final int | GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82fc |
GL_VERSION_4_5, GL_KHR_context_flush_controlAlias for: GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHRDefine "GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH" with expression ' 0x82FC', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_ANGLE = 0x93a3 |
GL_ANGLE_texture_usageDefine "GL_FRAMEBUFFER_ATTACHMENT_ANGLE" with expression ' 0x93A3', CType: int More... | |
| static final int | GL_TEXTURE_CUBE_MAP_ARRAY_OES = 0x9009 |
GL_OES_texture_cube_map_arrayDefine "GL_TEXTURE_CUBE_MAP_ARRAY_OES" with expression ' 0x9009', CType: int More... | |
| static final int | GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR = 0x8 |
GL_KHR_no_errorDefine "GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_IMAGE_BUFFER_EXT = 0x9051 |
GL_EXT_shader_image_load_store, GL_EXT_texture_bufferDefine "GL_IMAGE_BUFFER_EXT" with expression ' 0x9051', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV = 0x88fe |
GL_NV_instanced_arraysDefine "GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV" with expression ' 0x88FE', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT = 0x8918 |
GL_EXT_geometry_shaderDefine "GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT" with expression ' 0x8918', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93c9 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_6x6x6_OES" with expression ' 0x93C9', CType: int More... | |
| static final int | GL_CLIP_DISTANCE6_APPLE = 0x3006 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE6_APPLE" with expression ' 0x3006', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG = 0x9137 |
GL_IMG_texture_compression_pvrtc2Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG" with expression ' 0x9137', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER_BIT_OES = 0x8 |
GL_OES_tessellation_shaderDefine "GL_TESS_CONTROL_SHADER_BIT_OES" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_DIFFERENCE = 0x929e |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_DIFFERENCE_NV, GL_DIFFERENCE_KHRDefine "GL_DIFFERENCE" with expression ' 0x929E', CType: int More... | |
| static final int | GL_QUERY_NO_WAIT = 0x8e14 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_NO_WAIT_NVDefine "GL_QUERY_NO_WAIT" with expression ' 0x8E14', CType: int More... | |
| static final int | GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT = 0x4000 |
GL_EXT_buffer_storageDefine "GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT" with expression ' 0x00004000', CType: int More... | |
| static final int | GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES = 0x9102 |
GL_OES_texture_storage_multisample_2d_arrayDefine "GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES" with expression ' 0x9102', CType: int More... | |
| static final int | GL_CLIP_DISTANCE0_APPLE = 0x3000 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE0_APPLE" with expression ' 0x3000', CType: int More... | |
| static final int | GL_CLIP_DISTANCE7_APPLE = 0x3007 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE7_APPLE" with expression ' 0x3007', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES = 0x8e80 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES" with expression ' 0x8E80', CType: int More... | |
| static final int | GL_CLIP_DISTANCE1_APPLE = 0x3001 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE1_APPLE" with expression ' 0x3001', CType: int More... | |
| static final int | GL_DRAW_BUFFER_EXT = 0xc01 |
GL_EXT_multiview_draw_buffersDefine "GL_DRAW_BUFFER_EXT" with expression ' 0x0C01', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES = 0x9123 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES" with expression ' 0x9123', CType: int More... | |
| static final int | GL_PROGRAMMABLE_SAMPLE_LOCATION_NV = 0x9341 |
GL_NV_sample_locationsDefine "GL_PROGRAMMABLE_SAMPLE_LOCATION_NV" with expression ' 0x9341', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 |
GL_EXT_shader_image_load_store, GL_EXT_texture_bufferDefine "GL_UNSIGNED_INT_IMAGE_BUFFER_EXT" with expression ' 0x9067', CType: int More... | |
| static final int | GL_CLIP_DISTANCE5_APPLE = 0x3005 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE5_APPLE" with expression ' 0x3005', CType: int More... | |
| static final int | GL_CONTEXT_LOST = 0x507 |
GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustnessAlias for: GL_CONTEXT_LOST_KHRDefine "GL_CONTEXT_LOST" with expression ' 0x0507', CType: int More... | |
| static final int | GL_CLIP_DISTANCE2_APPLE = 0x3002 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE2_APPLE" with expression ' 0x3002', CType: int More... | |
| static final int | GL_R16_EXT = 0x822a |
GL_EXT_texture_norm16Define "GL_R16_EXT" with expression ' 0x822A', CType: int More... | |
| static final int | GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT = 0x88fc |
GL_EXT_blend_func_extendedDefine "GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT" with expression ' 0x88FC', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x10 |
GL_EXT_tessellation_shaderDefine "GL_TESS_EVALUATION_SHADER_BIT_EXT" with expression ' 0x00000010', CType: int More... | |
| static final int | GL_PACK_REVERSE_ROW_ORDER_ANGLE = 0x93a4 |
GL_ANGLE_pack_reverse_row_orderDefine "GL_PACK_REVERSE_ROW_ORDER_ANGLE" with expression ' 0x93A4', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88fe |
GL_ANGLE_instanced_arraysDefine "GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE" with expression ' 0x88FE', CType: int More... | |
| static final int | GL_CLIP_DISTANCE3_APPLE = 0x3003 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE3_APPLE" with expression ' 0x3003', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT6_QCOM = 0x400000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT6_QCOM" with expression ' 0x00400000', CType: int More... | |
| static final int | GL_OVERLAY = 0x9296 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_OVERLAY_KHR, GL_OVERLAY_NVDefine "GL_OVERLAY" with expression ' 0x9296', CType: int More... | |
| static final int | GL_TEXTURE_OBJECT_VALID_QCOM = 0x8bdb |
GL_QCOM_extended_getDefine "GL_TEXTURE_OBJECT_VALID_QCOM" with expression ' 0x8BDB', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT = 0x8e86 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT" with expression ' 0x8E86', CType: int More... | |
| static final int | GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV = 0x933f |
GL_NV_sample_locationsDefine "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV" with expression ' 0x933F', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES = 0x8de1 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES" with expression ' 0x8DE1', CType: int More... | |
| static final int | GL_CLIP_DISTANCE4_APPLE = 0x3004 |
GL_APPLE_clip_distanceDefine "GL_CLIP_DISTANCE4_APPLE" with expression ' 0x3004', CType: int More... | |
| static final int | GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT = 0x8f67 |
GL_EXT_shader_pixel_local_storageDefine "GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT" with expression ' 0x8F67', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT2_QCOM = 0x400 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT2_QCOM" with expression ' 0x00000400', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT = 0x886c |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT" with expression ' 0x886C', CType: int More... | |
| static final int | GL_COVERAGE_BUFFER_BIT_NV = 0x8000 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_BUFFER_BIT_NV" with expression ' 0x00008000', CType: int More... | |
| static final int | GL_DARKEN = 0x9297 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_DARKEN_KHR, GL_DARKEN_NVDefine "GL_DARKEN" with expression ' 0x9297', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8de0 |
GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT" with expression ' 0x8DE0', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8e80 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT" with expression ' 0x8E80', CType: int More... | |
| static final int | GL_COPY_WRITE_BUFFER_NV = 0x8f37 |
GL_NV_copy_bufferDefine "GL_COPY_WRITE_BUFFER_NV" with expression ' 0x8F37', CType: int More... | |
| static final int | GL_VIRTUAL_PAGE_SIZE_X_EXT = 0x9195 |
GL_EXT_sparse_textureDefine "GL_VIRTUAL_PAGE_SIZE_X_EXT" with expression ' 0x9195', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93b6 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x6_KHR" with expression ' 0x93B6', CType: int More... | |
| static final int | GL_TEXTURE_CUBE_MAP_ARRAY_EXT = 0x9009 |
GL_EXT_texture_cube_map_arrayDefine "GL_TEXTURE_CUBE_MAP_ARRAY_EXT" with expression ' 0x9009', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES = 0x900d |
GL_OES_texture_cube_map_arrayDefine "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES" with expression ' 0x900D', CType: int More... | |
| static final int | GL_DRAW_FRAMEBUFFER_BINDING_NV = 0x8ca6 |
GL_NV_framebuffer_blitDefine "GL_DRAW_FRAMEBUFFER_BINDING_NV" with expression ' 0x8CA6', CType: int More... | |
| static final int | GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8c01 |
GL_IMG_texture_compression_pvrtcDefine "GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG" with expression ' 0x8C01', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT = 0x90cc |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT" with expression ' 0x90CC', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT3_QCOM = 0x80000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT3_QCOM" with expression ' 0x00080000', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT = 0x92d4 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT" with expression ' 0x92D4', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93dd |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR" with expression ' 0x93DD', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES = 0x8e85 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES" with expression ' 0x8E85', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x887f |
GL_EXT_geometry_shaderDefine "GL_GEOMETRY_SHADER_INVOCATIONS_EXT" with expression ' 0x887F', CType: int More... | |
| static final int | GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT = 0x9199 |
GL_EXT_sparse_textureDefine "GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT" with expression ' 0x9199', CType: int More... | |
| static final int | GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV = 0x933e |
GL_NV_sample_locationsDefine "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV" with expression ' 0x933E', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_BUFFER_OES = 0x9067 |
GL_OES_texture_bufferDefine "GL_UNSIGNED_INT_IMAGE_BUFFER_OES" with expression ' 0x9067', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT6_QCOM = 0x40 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT6_QCOM" with expression ' 0x00000040', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT = 0x8e8a |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT" with expression ' 0x8E8A', CType: int More... | |
| static final int | GL_STATE_RESTORE = 0x8bdc |
GL_QCOM_extended_getDefine "GL_STATE_RESTORE" with expression ' 0x8BDC', CType: int More... | |
| static final int | GL_QUERY_BY_REGION_WAIT = 0x8e15 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_BY_REGION_WAIT_NVDefine "GL_QUERY_BY_REGION_WAIT" with expression ' 0x8E15', CType: int More... | |
| static final int | GL_VERTEX_ARRAY_BINDING_OES = 0x85b5 |
GL_OES_vertex_array_objectDefine "GL_VERTEX_ARRAY_BINDING_OES" with expression ' 0x85B5', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT = 0x90cd |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT" with expression ' 0x90CD', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES = 0x900a |
GL_OES_texture_cube_map_arrayDefine "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES" with expression ' 0x900A', CType: int More... | |
| static final int | GL_TESS_GEN_VERTEX_ORDER_EXT = 0x8e78 |
GL_EXT_tessellation_shaderDefine "GL_TESS_GEN_VERTEX_ORDER_EXT" with expression ' 0x8E78', CType: int More... | |
| static final int | GL_FRACTIONAL_EVEN_OES = 0x8e7c |
GL_OES_tessellation_shaderDefine "GL_FRACTIONAL_EVEN_OES" with expression ' 0x8E7C', CType: int More... | |
| static final int | GL_SAMPLE_ALPHA_TO_ONE_EXT = 0x809f |
GL_EXT_multisample, GL_EXT_multisampled_compatibilityDefine "GL_SAMPLE_ALPHA_TO_ONE_EXT" with expression ' 0x809F', CType: int More... | |
| static final int | GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV = 0x9343 |
GL_NV_sample_locationsDefine "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" with expression ' 0x9343', CType: int More... | |
| static final int | GL_PATCH_VERTICES_EXT = 0x8e72 |
GL_EXT_tessellation_shaderDefine "GL_PATCH_VERTICES_EXT" with expression ' 0x8E72', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93e2 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES" with expression ' 0x93E2', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT3_QCOM = 0x800 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT3_QCOM" with expression ' 0x00000800', CType: int More... | |
| static final int | GL_HSL_LUMINOSITY = 0x92b0 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_HSL_LUMINOSITY_KHR, GL_HSL_LUMINOSITY_NVDefine "GL_HSL_LUMINOSITY" with expression ' 0x92B0', CType: int More... | |
| static final int | GL_FETCH_PER_SAMPLE_ARM = 0x8f65 |
GL_ARM_shader_framebuffer_fetchDefine "GL_FETCH_PER_SAMPLE_ARM" with expression ' 0x8F65', CType: int More... | |
| static final int | GL_HALF_FLOAT_OES = 0x8d61 |
GL_OES_texture_half_floatDefine "GL_HALF_FLOAT_OES" with expression ' 0x8D61', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT1_QCOM = 0x200 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT1_QCOM" with expression ' 0x00000200', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8e1e |
GL_EXT_tessellation_shaderDefine "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT" with expression ' 0x8E1E', CType: int More... | |
| static final int | GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8c93 |
GL_AMD_compressed_ATC_textureDefine "GL_ATC_RGBA_EXPLICIT_ALPHA_AMD" with expression ' 0x8C93', CType: int More... | |
| static final int | GL_DRAW_FRAMEBUFFER_BINDING_ANGLE = 0x8ca6 |
GL_ANGLE_framebuffer_blitDefine "GL_DRAW_FRAMEBUFFER_BINDING_ANGLE" with expression ' 0x8CA6', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT6_QCOM" with expression ' 0x40000000', CType: int More... | |
| static final int | GL_SKIP_DECODE_EXT = 0x8a4a |
GL_EXT_texture_sRGB_decodeDefine "GL_SKIP_DECODE_EXT" with expression ' 0x8A4A', CType: int More... | |
| static final int | GL_SAMPLER_EXTERNAL_OES = 0x8d66 |
GL_OES_EGL_image_externalDefine "GL_SAMPLER_EXTERNAL_OES" with expression ' 0x8D66', CType: int More... | |
| static final int | GL_TEXTURE_VIEW_NUM_LAYERS = 0x82de |
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_viewAlias for: GL_TEXTURE_VIEW_NUM_LAYERS_EXT, GL_TEXTURE_VIEW_NUM_LAYERS_OESDefine "GL_TEXTURE_VIEW_NUM_LAYERS" with expression ' 0x82DE', CType: int More... | |
| static final int | GL_BUFFER_IMMUTABLE_STORAGE_EXT = 0x821f |
GL_EXT_buffer_storageDefine "GL_BUFFER_IMMUTABLE_STORAGE_EXT" with expression ' 0x821F', CType: int More... | |
| static final int | GL_RGBA8_SNORM = 0x8f97 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_RGBA8_SNORM" with expression ' 0x8F97', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES = 0x9308 |
GL_OES_tessellation_shaderDefine "GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES" with expression ' 0x9308', CType: int More... | |
| static final int | GL_INT_IMAGE_BUFFER_EXT = 0x905c |
GL_EXT_shader_image_load_store, GL_EXT_texture_bufferDefine "GL_INT_IMAGE_BUFFER_EXT" with expression ' 0x905C', CType: int More... | |
| static final int | GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM = 0x8f66 |
GL_ARM_shader_framebuffer_fetchDefine "GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM" with expression ' 0x8F66', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT = 0x8a2c |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT" with expression ' 0x8A2C', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT = 0x9312 |
GL_EXT_geometry_shaderDefine "GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT" with expression ' 0x9312', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 |
GL_IMG_multisampled_render_to_textureDefine "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG" with expression ' 0x9134', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_BIT_OES = 0x4 |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_SHADER_BIT_OES" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93f0 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG" with expression ' 0x93F0', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER_OES = 0x8e88 |
GL_OES_tessellation_shaderDefine "GL_TESS_CONTROL_SHADER_OES" with expression ' 0x8E88', CType: int More... | |
| static final int | GL_TRIANGLES_ADJACENCY_OES = 0xc |
GL_OES_geometry_shaderDefine "GL_TRIANGLES_ADJACENCY_OES" with expression ' 0x000C', CType: int More... | |
| static final int | GL_PRIMITIVE_BOUNDING_BOX_EXT = 0x92be |
GL_EXT_primitive_bounding_boxDefine "GL_PRIMITIVE_BOUNDING_BOX_EXT" with expression ' 0x92BE', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_BINDING_EXT = 0x8c2a |
GL_EXT_texture_bufferDefine "GL_TEXTURE_BUFFER_BINDING_EXT" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES = 0x90cb |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES" with expression ' 0x90CB', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT_EXT = 0x90f0 |
GL_EXT_multiview_draw_buffersDefine "GL_COLOR_ATTACHMENT_EXT" with expression ' 0x90F0', CType: int More... | |
| static final int | GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES = 0x8221 |
GL_OES_tessellation_shaderDefine "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES" with expression ' 0x8221', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT = 0x90d9 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT" with expression ' 0x90D9', CType: int More... | |
| static final int | GL_SAMPLER_BUFFER_EXT = 0x8dc2 |
GL_EXT_gpu_shader4, GL_EXT_texture_bufferDefine "GL_SAMPLER_BUFFER_EXT" with expression ' 0x8DC2', CType: int More... | |
| static final int | GL_FLOAT_MAT4x3_NV = 0x8b6a |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT4x3_NV" with expression ' 0x8B6A', CType: int More... | |
| static final int | GL_TESS_GEN_POINT_MODE_OES = 0x8e79 |
GL_OES_tessellation_shaderDefine "GL_TESS_GEN_POINT_MODE_OES" with expression ' 0x8E79', CType: int More... | |
| static final int | GL_TEXTURE_2D_ARRAY = 0x8c1a |
GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_3_0, GL_EXT_texture_arrayAlias for: GL_TEXTURE_2D_ARRAY_EXTDefine "GL_TEXTURE_2D_ARRAY" with expression ' 0x8C1A', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER_OES = 0x8e87 |
GL_OES_tessellation_shaderDefine "GL_TESS_EVALUATION_SHADER_OES" with expression ' 0x8E87', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES = 0x9105 |
GL_OES_texture_storage_multisample_2d_arrayDefine "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES" with expression ' 0x9105', CType: int More... | |
| static final int | GL_3DC_X_AMD = 0x87f9 |
GL_AMD_compressed_3DC_textureDefine "GL_3DC_X_AMD" with expression ' 0x87F9', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_EXT = 0x8dd9 |
GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_GEOMETRY_SHADER_EXT" with expression ' 0x8DD9', CType: int More... | |
| static final int | GL_MULTISAMPLE_EXT = 0x809d |
GL_EXT_multisample, GL_EXT_multisampled_compatibilityDefine "GL_MULTISAMPLE_EXT" with expression ' 0x809D', CType: int More... | |
| static final int | GL_BGRA_IMG = 0x80e1 |
GL_IMG_read_formatDefine "GL_BGRA_IMG" with expression ' 0x80E1', CType: int More... | |
| static final int | GL_INT_IMAGE_BUFFER_OES = 0x905c |
GL_OES_texture_bufferDefine "GL_INT_IMAGE_BUFFER_OES" with expression ' 0x905C', CType: int More... | |
| static final int | GL_LINE_NV = 0x1b01 |
GL_NV_polygon_modeDefine "GL_LINE_NV" with expression ' 0x1B01', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8de1 |
GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT" with expression ' 0x8DE1', CType: int More... | |
| static final int | GL_COVERAGE_MODULATION_NV = 0x9332 |
GL_NV_framebuffer_mixed_samplesDefine "GL_COVERAGE_MODULATION_NV" with expression ' 0x9332', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES = 0x900f |
GL_OES_texture_cube_map_arrayDefine "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES" with expression ' 0x900F', CType: int More... | |
| static final int | GL_TEXTURE_DEPTH_QCOM = 0x8bd4 |
GL_QCOM_extended_getDefine "GL_TEXTURE_DEPTH_QCOM" with expression ' 0x8BD4', CType: int More... | |
| static final int | GL_PRIMITIVES_GENERATED_OES = 0x8c87 |
GL_OES_geometry_shaderDefine "GL_PRIMITIVES_GENERATED_OES" with expression ' 0x8C87', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93e0 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES" with expression ' 0x93E0', CType: int More... | |
| static final int | GL_LAST_VERTEX_CONVENTION_OES = 0x8e4e |
GL_OES_geometry_shaderDefine "GL_LAST_VERTEX_CONVENTION_OES" with expression ' 0x8E4E', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT = 0x9123 |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT" with expression ' 0x9123', CType: int More... | |
| static final int | GL_SMAPHS_PROGRAM_BINARY_DMP = 0x9252 |
GL_DMP_program_binaryDefine "GL_SMAPHS_PROGRAM_BINARY_DMP" with expression ' 0x9252', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT1_QCOM = 0x20000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT1_QCOM" with expression ' 0x00020000', CType: int More... | |
| static final int | GL_MIN = 0x8007 |
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmaxAlias for: GL_MIN_EXTDefine "GL_MIN" with expression ' 0x8007', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_LAYERS_OES = 0x9317 |
GL_OES_geometry_shaderDefine "GL_MAX_FRAMEBUFFER_LAYERS_OES" with expression ' 0x9317', CType: int More... | |
| static final int | GL_IMAGE_BUFFER_OES = 0x9051 |
GL_OES_texture_bufferDefine "GL_IMAGE_BUFFER_OES" with expression ' 0x9051', CType: int More... | |
| static final int | GL_ATC_RGB_AMD = 0x8c92 |
GL_AMD_compressed_ATC_textureDefine "GL_ATC_RGB_AMD" with expression ' 0x8C92', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES = 0x9307 |
GL_OES_tessellation_shaderDefine "GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES" with expression ' 0x9307', CType: int More... | |
| static final int | GL_COLOR_SAMPLES_NV = 0x8e20 |
GL_NV_framebuffer_mixed_samples, GL_NV_multisample_coverageDefine "GL_COLOR_SAMPLES_NV" with expression ' 0x8E20', CType: int More... | |
| static final int | GL_COVERAGE_SAMPLES_NV = 0x8ed4 |
GL_NV_multisample_coverage, GL_NV_coverage_sampleDefine "GL_COVERAGE_SAMPLES_NV" with expression ' 0x8ED4', CType: int More... | |
| static final int | GL_FRACTIONAL_ODD_OES = 0x8e7b |
GL_OES_tessellation_shaderDefine "GL_FRACTIONAL_ODD_OES" with expression ' 0x8E7B', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93d7 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR" with expression ' 0x93D7', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8d56 |
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisampleDefine "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT" with expression ' 0x8D56', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES = 0x8a2c |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES" with expression ' 0x8A2C', CType: int More... | |
| static final int | GL_TEXTURE_NUM_LEVELS_QCOM = 0x8bd9 |
GL_QCOM_extended_getDefine "GL_TEXTURE_NUM_LEVELS_QCOM" with expression ' 0x8BD9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93c6 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_5x5x5_OES" with expression ' 0x93C6', CType: int More... | |
| static final int | GL_RG8_SNORM = 0x8f95 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_RG8_SNORM" with expression ' 0x8F95', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8dd8 |
GL_EXT_gpu_shader4, GL_EXT_texture_bufferDefine "GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT" with expression ' 0x8DD8', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER_BIT_OES = 0x10 |
GL_OES_tessellation_shaderDefine "GL_TESS_EVALUATION_SHADER_BIT_OES" with expression ' 0x00000010', CType: int More... | |
| static final int | GL_SAMPLE_LOCATION_NV = 0x8e50 |
GL_NV_sample_locationsDefine "GL_SAMPLE_LOCATION_NV" with expression ' 0x8E50', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8a54 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT" with expression ' 0x8A54', CType: int More... | |
| static final int | GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 |
GL_OES_surfaceless_contextDefine "GL_FRAMEBUFFER_UNDEFINED_OES" with expression ' 0x8219', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT = 0x90d7 |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT" with expression ' 0x90D7', CType: int More... | |
| static final int | GL_SHADER_PIXEL_LOCAL_STORAGE_EXT = 0x8f64 |
GL_EXT_shader_pixel_local_storageDefine "GL_SHADER_PIXEL_LOCAL_STORAGE_EXT" with expression ' 0x8F64', CType: int More... | |
| static final int | GL_MAX_VIEWPORTS_NV = 0x825b |
GL_NV_viewport_arrayDefine "GL_MAX_VIEWPORTS_NV" with expression ' 0x825B', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT = 0x900d |
GL_EXT_texture_cube_map_arrayDefine "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT" with expression ' 0x900D', CType: int More... | |
| static final int | GL_HSL_COLOR = 0x92af |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HSL_COLOR_NV, GL_HSL_COLOR_KHRDefine "GL_HSL_COLOR" with expression ' 0x92AF', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES = 0x8e5a |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES" with expression ' 0x8E5A', CType: int More... | |
| static final int | GL_READ_FRAMEBUFFER_BINDING_NV = 0x8caa |
GL_NV_framebuffer_blitDefine "GL_READ_FRAMEBUFFER_BINDING_NV" with expression ' 0x8CAA', CType: int More... | |
| static final int | GL_TEXTURE_SPARSE_EXT = 0x91a6 |
GL_EXT_sparse_textureDefine "GL_TEXTURE_SPARSE_EXT" with expression ' 0x91A6', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OES = 0x8c2a |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_OES" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_MAX = 0x8008 |
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmaxAlias for: GL_MAX_EXTDefine "GL_MAX" with expression ' 0x8008', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8da8 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT" with expression ' 0x8DA8', CType: int More... | |
| static final int | GL_READ_BUFFER_EXT = 0xc02 |
GL_EXT_multiview_draw_buffersDefine "GL_READ_BUFFER_EXT" with expression ' 0x0C02', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8c02 |
GL_IMG_texture_compression_pvrtcDefine "GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" with expression ' 0x8C02', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES = 0x8c29 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES" with expression ' 0x8C29', CType: int More... | |
| static final int | GL_ONE_MINUS_SRC1_ALPHA_EXT = 0x88fb |
GL_EXT_blend_func_extendedDefine "GL_ONE_MINUS_SRC1_ALPHA_EXT" with expression ' 0x88FB', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES = 0x90cd |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES" with expression ' 0x90CD', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT = 0x900a |
GL_EXT_texture_cube_map_arrayDefine "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT" with expression ' 0x900A', CType: int More... | |
| static final int | GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV = 0x9347 |
GL_NV_conservative_rasterDefine "GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV" with expression ' 0x9347', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_INPUT_TYPE_EXT = 0x8917 |
GL_EXT_geometry_shaderDefine "GL_GEOMETRY_LINKED_INPUT_TYPE_EXT" with expression ' 0x8917', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93d6 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR" with expression ' 0x93D6', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93d1 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR" with expression ' 0x93D1', CType: int More... | |
| static final int | GL_LOCATION_INDEX_EXT = 0x930f |
GL_EXT_blend_func_extendedDefine "GL_LOCATION_INDEX_EXT" with expression ' 0x930F', CType: int More... | |
| static final int | GL_FLOAT_MAT3x4_NV = 0x8b68 |
GL_NV_non_square_matricesDefine "GL_FLOAT_MAT3x4_NV" with expression ' 0x8B68', CType: int More... | |
| static final int | GL_RGB16_SNORM_EXT = 0x8f9a |
GL_EXT_texture_norm16Define "GL_RGB16_SNORM_EXT" with expression ' 0x8F9A', CType: int More... | |
| static final int | GL_RENDERBUFFER_SAMPLES_EXT = 0x8cab |
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisampleDefine "GL_RENDERBUFFER_SAMPLES_EXT" with expression ' 0x8CAB', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93e8 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES" with expression ' 0x93E8', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_INVOCATIONS_OES = 0x887f |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_SHADER_INVOCATIONS_OES" with expression ' 0x887F', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93d3 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR" with expression ' 0x93D3', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES = 0x92cf |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES" with expression ' 0x92CF', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93ba |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x8_KHR" with expression ' 0x93BA', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT = 0x8e82 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT" with expression ' 0x8E82', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT3_QCOM = 0x8 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT3_QCOM" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES = 0x90d9 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES" with expression ' 0x90D9', CType: int More... | |
| static final int | GL_COVERAGE_BUFFERS_NV = 0x8ed3 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_BUFFERS_NV" with expression ' 0x8ED3', CType: int More... | |
| static final int | GL_ISOLINES_EXT = 0x8e7a |
GL_EXT_tessellation_shaderDefine "GL_ISOLINES_EXT" with expression ' 0x8E7A', CType: int More... | |
| static final int | GL_MAX_SAMPLES_EXT = 0x8d57 |
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisampleDefine "GL_MAX_SAMPLES_EXT" with expression ' 0x8D57', CType: int More... | |
| static final int | GL_UNSIGNED_INT_5_9_9_9_REV_APPLE = 0x8c3e |
GL_APPLE_texture_packed_floatDefine "GL_UNSIGNED_INT_5_9_9_9_REV_APPLE" with expression ' 0x8C3E', CType: int More... | |
| static final int | GL_TESS_GEN_POINT_MODE_EXT = 0x8e79 |
GL_EXT_tessellation_shaderDefine "GL_TESS_GEN_POINT_MODE_EXT" with expression ' 0x8E79', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x8e5a |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT" with expression ' 0x8E5A', CType: int More... | |
| static final int | GL_RGB16_EXT = 0x8054 |
GL_EXT_texture, GL_EXT_texture_norm16Define "GL_RGB16_EXT" with expression ' 0x8054', CType: int More... | |
| static final int | GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8e5d |
GL_OES_shader_multisample_interpolationDefine "GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES" with expression ' 0x8E5D', CType: int More... | |
| static final int | GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8a52 |
GL_EXT_shader_framebuffer_fetchDefine "GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT" with expression ' 0x8A52', CType: int More... | |
| static final int | GL_VIRTUAL_PAGE_SIZE_INDEX_EXT = 0x91a7 |
GL_EXT_sparse_textureDefine "GL_VIRTUAL_PAGE_SIZE_INDEX_EXT" with expression ' 0x91A7', CType: int More... | |
| static final int | GL_SLUMINANCE_ALPHA_NV = 0x8c44 |
GL_NV_sRGB_formatsDefine "GL_SLUMINANCE_ALPHA_NV" with expression ' 0x8C44', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES = 0x90d7 |
GL_OES_geometry_shaderDefine "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES" with expression ' 0x90D7', CType: int More... | |
| static final int | GL_QUADS_EXT = 0x7 |
GL_EXT_tessellation_shaderDefine "GL_QUADS_EXT" with expression ' 0x0007', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_SIZE_OES = 0x919e |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_SIZE_OES" with expression ' 0x919E', CType: int More... | |
| static final int | GL_MAX_PATCH_VERTICES_OES = 0x8e7d |
GL_OES_tessellation_shaderDefine "GL_MAX_PATCH_VERTICES_OES" with expression ' 0x8E7D', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93d8 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR" with expression ' 0x93D8', CType: int More... | |
| static final int | GL_MAX_VIEWS_OVR = 0x9631 |
GL_OVR_multiviewDefine "GL_MAX_VIEWS_OVR" with expression ' 0x9631', CType: int More... | |
| static final int | GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 |
GL_IMG_multisampled_render_to_textureDefine "GL_RENDERBUFFER_SAMPLES_IMG" with expression ' 0x9133', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8c03 |
GL_IMG_texture_compression_pvrtcDefine "GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" with expression ' 0x8C03', CType: int More... | |
| static final int | GL_COVERAGE_ATTACHMENT_NV = 0x8ed2 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_ATTACHMENT_NV" with expression ' 0x8ED2', CType: int More... | |
| static final int | GL_MAX_SPARSE_TEXTURE_SIZE_EXT = 0x9198 |
GL_EXT_sparse_textureDefine "GL_MAX_SPARSE_TEXTURE_SIZE_EXT" with expression ' 0x9198', CType: int More... | |
| static final int | GL_R8_SNORM = 0x8f94 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_R8_SNORM" with expression ' 0x8F94', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8e7f |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT" with expression ' 0x8E7F', CType: int More... | |
| static final int | GL_DEPTH_BUFFER_BIT6_QCOM = 0x4000 |
GL_QCOM_tiled_renderingDefine "GL_DEPTH_BUFFER_BIT6_QCOM" with expression ' 0x00004000', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_VERTICES_OUT_OES = 0x8916 |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_LINKED_VERTICES_OUT_OES" with expression ' 0x8916', CType: int More... | |
| static final int | GL_COVERAGE_EDGE_FRAGMENTS_NV = 0x8ed6 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_EDGE_FRAGMENTS_NV" with expression ' 0x8ED6', CType: int More... | |
| static final int | GL_TESS_GEN_SPACING_EXT = 0x8e77 |
GL_EXT_tessellation_shaderDefine "GL_TESS_GEN_SPACING_EXT" with expression ' 0x8E77', CType: int More... | |
| static final int | GL_DRAW_FRAMEBUFFER_ANGLE = 0x8ca9 |
GL_ANGLE_framebuffer_blitDefine "GL_DRAW_FRAMEBUFFER_ANGLE" with expression ' 0x8CA9', CType: int More... | |
| static final int | GL_ONE_MINUS_SRC1_COLOR_EXT = 0x88fa |
GL_EXT_blend_func_extendedDefine "GL_ONE_MINUS_SRC1_COLOR_EXT" with expression ' 0x88FA', CType: int More... | |
| static final int | GL_TEXTURE_IMAGE_VALID_QCOM = 0x8bd8 |
GL_QCOM_extended_getDefine "GL_TEXTURE_IMAGE_VALID_QCOM" with expression ' 0x8BD8', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT = 0x92d5 |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT" with expression ' 0x92D5', CType: int More... | |
| static final int | GL_ALPHA_TEST_FUNC_QCOM = 0xbc1 |
GL_QCOM_alpha_testDefine "GL_ALPHA_TEST_FUNC_QCOM" with expression ' 0x0BC1', CType: int More... | |
| static final int | GL_COLORDODGE = 0x9299 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_COLORDODGE_NV, GL_COLORDODGE_KHRDefine "GL_COLORDODGE" with expression ' 0x9299', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG = 0x9138 |
GL_IMG_texture_compression_pvrtc2Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG" with expression ' 0x9138', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_BINDING_OES = 0x8c2a |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_BINDING_OES" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_TRIANGLE_STRIP_ADJACENCY_OES = 0xd |
GL_OES_geometry_shaderDefine "GL_TRIANGLE_STRIP_ADJACENCY_OES" with expression ' 0x000D', CType: int More... | |
| static final int | GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8dc4 |
GL_NV_shadow_samplers_arrayDefine "GL_SAMPLER_2D_ARRAY_SHADOW_NV" with expression ' 0x8DC4', CType: int More... | |
| static final int | GL_CLAMP_TO_BORDER_NV = 0x812d |
GL_NV_texture_border_clampDefine "GL_CLAMP_TO_BORDER_NV" with expression ' 0x812D', CType: int More... | |
| static final int | GL_INT_SAMPLER_BUFFER_EXT = 0x8dd0 |
GL_EXT_gpu_shader4, GL_EXT_texture_bufferDefine "GL_INT_SAMPLER_BUFFER_EXT" with expression ' 0x8DD0', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93b8 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x5_KHR" with expression ' 0x93B8', CType: int More... | |
| static final int | GL_MAX_TEXTURE_BUFFER_SIZE_OES = 0x8c2b |
GL_OES_texture_bufferDefine "GL_MAX_TEXTURE_BUFFER_SIZE_OES" with expression ' 0x8C2B', CType: int More... | |
| static final int | GL_VIEWPORT_SUBPIXEL_BITS_NV = 0x825c |
GL_NV_viewport_arrayDefine "GL_VIEWPORT_SUBPIXEL_BITS_NV" with expression ' 0x825C', CType: int More... | |
| static final int | GL_DEPTH_SAMPLES_NV = 0x932d |
GL_NV_framebuffer_mixed_samplesDefine "GL_DEPTH_SAMPLES_NV" with expression ' 0x932D', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES = 0x8e8a |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES" with expression ' 0x8E8A', CType: int More... | |
| static final int | GL_RGBA16_EXT = 0x805b |
GL_EXT_texture, GL_EXT_texture_norm16Define "GL_RGBA16_EXT" with expression ' 0x805B', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES = 0x886d |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES" with expression ' 0x886D', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93bb |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x10_KHR" with expression ' 0x93BB', CType: int More... | |
| static final int | GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 |
GL_EXT_tessellation_shader, GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_OES_tessellation_shaderAlias for: GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OESDefine "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED" with expression ' 0x8221', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x4000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT2_QCOM" with expression ' 0x04000000', CType: int More... | |
| static final int | GL_TEXTURE_WIDTH_QCOM = 0x8bd2 |
GL_QCOM_extended_getDefine "GL_TEXTURE_WIDTH_QCOM" with expression ' 0x8BD2', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT4_QCOM = 0x10 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT4_QCOM" with expression ' 0x00000010', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES = 0x92cd |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES" with expression ' 0x92CD', CType: int More... | |
| static final int | GL_EXCLUSION = 0x92a0 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_EXCLUSION_NV, GL_EXCLUSION_KHRDefine "GL_EXCLUSION" with expression ' 0x92A0', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93b2 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_5x5_KHR" with expression ' 0x93B2', CType: int More... | |
| static final int | GL_TESS_CONTROL_OUTPUT_VERTICES_OES = 0x8e75 |
GL_OES_tessellation_shaderDefine "GL_TESS_CONTROL_OUTPUT_VERTICES_OES" with expression ' 0x8E75', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES = 0x886c |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES" with expression ' 0x886C', CType: int More... | |
| static final int | GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 |
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_arrayDefine "GL_IMAGE_CUBE_MAP_ARRAY_EXT" with expression ' 0x9054', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT7_QCOM = 0x800000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT7_QCOM" with expression ' 0x00800000', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT = 0x90cb |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT" with expression ' 0x90CB', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900f |
GL_EXT_texture_cube_map_arrayDefine "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression ' 0x900F', CType: int More... | |
| static final int | GL_COVERAGE_COMPONENT4_NV = 0x8ed1 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_COMPONENT4_NV" with expression ' 0x8ED1', CType: int More... | |
| static final int | GL_MULTIVIEW_EXT = 0x90f1 |
GL_EXT_multiview_draw_buffersDefine "GL_MULTIVIEW_EXT" with expression ' 0x90F1', CType: int More... | |
| static final int | GL_SLUMINANCE8_ALPHA8_NV = 0x8c45 |
GL_NV_sRGB_formatsDefine "GL_SLUMINANCE8_ALPHA8_NV" with expression ' 0x8C45', CType: int More... | |
| static final int | GL_COLOR_EXT = 0x1800 |
GL_EXT_discard_framebufferDefine "GL_COLOR_EXT" with expression ' 0x1800', CType: int More... | |
| static final int | GL_POLYGON_OFFSET_POINT_NV = 0x2a01 |
GL_NV_polygon_modeDefine "GL_POLYGON_OFFSET_POINT_NV" with expression ' 0x2A01', CType: int More... | |
| static final int | GL_CLIENT_STORAGE_BIT_EXT = 0x200 |
GL_EXT_buffer_storageDefine "GL_CLIENT_STORAGE_BIT_EXT" with expression ' 0x0200', CType: int More... | |
| static final int | GL_LINES_ADJACENCY_OES = 0xa |
GL_OES_geometry_shaderDefine "GL_LINES_ADJACENCY_OES" with expression ' 0x000A', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8a55 |
GL_EXT_pvrtc_sRGBDefine "GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT" with expression ' 0x8A55', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93b3 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_6x5_KHR" with expression ' 0x93B3', CType: int More... | |
| static final int | GL_STENCIL_BUFFER_BIT5_QCOM = 0x200000 |
GL_QCOM_tiled_renderingDefine "GL_STENCIL_BUFFER_BIT5_QCOM" with expression ' 0x00200000', CType: int More... | |
| static final int | GL_HSL_HUE = 0x92ad |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HSL_HUE_NV, GL_HSL_HUE_KHRDefine "GL_HSL_HUE" with expression ' 0x92AD', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES = 0x8c2d |
GL_OES_texture_bufferDefine "GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES" with expression ' 0x8C2D', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT = 0x8e81 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT" with expression ' 0x8E81', CType: int More... | |
| static final int | GL_TEXTURE_TARGET_QCOM = 0x8bda |
GL_QCOM_extended_getDefine "GL_TEXTURE_TARGET_QCOM" with expression ' 0x8BDA', CType: int More... | |
| static final int | GL_DMP_PROGRAM_BINARY_DMP = 0x9253 |
GL_DMP_program_binaryDefine "GL_DMP_PROGRAM_BINARY_DMP" with expression ' 0x9253', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906a |
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_arrayDefine "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT" with expression ' 0x906A', CType: int More... | |
| static final int | GL_MAX_RASTER_SAMPLES_EXT = 0x9329 |
GL_EXT_raster_multisampleDefine "GL_MAX_RASTER_SAMPLES_EXT" with expression ' 0x9329', CType: int More... | |
| static final int | GL_COVERAGE_COMPONENT_NV = 0x8ed0 |
GL_NV_coverage_sampleDefine "GL_COVERAGE_COMPONENT_NV" with expression ' 0x8ED0', CType: int More... | |
| static final int | GL_PATCHES_OES = 0xe |
GL_OES_tessellation_shaderDefine "GL_PATCHES_OES" with expression ' 0x000E', CType: int More... | |
| static final int | GL_COPY_READ_BUFFER_NV = 0x8f36 |
GL_NV_copy_bufferDefine "GL_COPY_READ_BUFFER_NV" with expression ' 0x8F36', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8e5c |
GL_OES_shader_multisample_interpolationDefine "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES" with expression ' 0x8E5C', CType: int More... | |
| static final int | GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES = 0x8a32 |
GL_OES_geometry_shaderDefine "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES" with expression ' 0x8A32', CType: int More... | |
| static final int | GL_TEXTURE_BORDER_COLOR_NV = 0x1004 |
GL_NV_texture_border_clampDefine "GL_TEXTURE_BORDER_COLOR_NV" with expression ' 0x1004', CType: int More... | |
| static final int | GL_STENCIL_INDEX_OES = 0x1901 |
GL_OES_texture_stencil8Define "GL_STENCIL_INDEX_OES" with expression ' 0x1901', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_LAYERS_OES = 0x9312 |
GL_OES_geometry_shaderDefine "GL_FRAMEBUFFER_DEFAULT_LAYERS_OES" with expression ' 0x9312', CType: int More... | |
| static final int | GL_RG16_EXT = 0x822c |
GL_EXT_texture_norm16Define "GL_RG16_EXT" with expression ' 0x822C', CType: int More... | |
| static final int | GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8e2c |
GL_NV_depth_nonlinearDefine "GL_DEPTH_COMPONENT16_NONLINEAR_NV" with expression ' 0x8E2C', CType: int More... | |
| static final int | GL_COVERAGE_MODULATION_TABLE_SIZE_NV = 0x9333 |
GL_NV_framebuffer_mixed_samplesDefine "GL_COVERAGE_MODULATION_TABLE_SIZE_NV" with expression ' 0x9333', CType: int More... | |
| static final int | GL_FRACTIONAL_ODD_EXT = 0x8e7b |
GL_EXT_tessellation_shaderDefine "GL_FRACTIONAL_ODD_EXT" with expression ' 0x8E7B', CType: int More... | |
| static final int | GL_LAYER_PROVOKING_VERTEX_EXT = 0x825e |
GL_EXT_geometry_shaderDefine "GL_LAYER_PROVOKING_VERTEX_EXT" with expression ' 0x825E', CType: int More... | |
| static final int | GL_MAP_COHERENT_BIT_EXT = 0x80 |
GL_EXT_buffer_storageDefine "GL_MAP_COHERENT_BIT_EXT" with expression ' 0x0080', CType: int More... | |
| static final int | GL_SRC1_ALPHA_EXT = 0x8589 |
GL_EXT_blend_func_extendedDefine "GL_SRC1_ALPHA_EXT" with expression ' 0x8589', CType: int More... | |
| static final int | GL_COLOR_BUFFER_BIT1_QCOM = 0x2 |
GL_QCOM_tiled_renderingDefine "GL_COLOR_BUFFER_BIT1_QCOM" with expression ' 0x00000002', CType: int More... | |
| static final int | GL_TESS_GEN_MODE_EXT = 0x8e76 |
GL_EXT_tessellation_shaderDefine "GL_TESS_GEN_MODE_EXT" with expression ' 0x8E76', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT = 0x886d |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT" with expression ' 0x886D', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8e1f |
GL_EXT_tessellation_shaderDefine "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT" with expression ' 0x8E1F', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_BUFFER_OES = 0x8c2c |
GL_OES_texture_bufferDefine "GL_TEXTURE_BINDING_BUFFER_OES" with expression ' 0x8C2C', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV = 0x8c4f |
GL_NV_sRGB_formatsDefine "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV" with expression ' 0x8C4F', CType: int More... | |
| static final int | GL_TEXTURE_SAMPLES_IMG = 0x9136 |
GL_IMG_multisampled_render_to_textureDefine "GL_TEXTURE_SAMPLES_IMG" with expression ' 0x9136', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT = 0x92cd |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT" with expression ' 0x92CD', CType: int More... | |
| static final int | GL_TEXTURE_USAGE_ANGLE = 0x93a2 |
GL_ANGLE_texture_usageDefine "GL_TEXTURE_USAGE_ANGLE" with expression ' 0x93A2', CType: int More... | |
| static final int | GL_GCCSO_SHADER_BINARY_FJ = 0x9260 |
GL_FJ_shader_binary_GCCSODefine "GL_GCCSO_SHADER_BINARY_FJ" with expression ' 0x9260', CType: int More... | |
| static final int | GL_R16_SNORM_EXT = 0x8f98 |
GL_EXT_render_snormDefine "GL_R16_SNORM_EXT" with expression ' 0x8F98', CType: int More... | |
| static final int | GL_MAX_SAMPLES_IMG = 0x9135 |
GL_IMG_multisampled_render_to_textureDefine "GL_MAX_SAMPLES_IMG" with expression ' 0x9135', CType: int More... | |
| static final int | GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910b |
GL_OES_texture_storage_multisample_2d_arrayDefine "GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" with expression ' 0x910B', CType: int More... | |
| static final int | GL_PATCHES_EXT = 0xe |
GL_EXT_tessellation_shaderDefine "GL_PATCHES_EXT" with expression ' 0x000E', CType: int More... | |
| static final int | GL_BUFFER_STORAGE_FLAGS_EXT = 0x8220 |
GL_EXT_buffer_storageDefine "GL_BUFFER_STORAGE_FLAGS_EXT" with expression ' 0x8220', CType: int More... | |
| static final int | GL_MAX_CLIP_DISTANCES_APPLE = 0xd32 |
GL_APPLE_clip_distanceDefine "GL_MAX_CLIP_DISTANCES_APPLE" with expression ' 0x0D32', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_OES = 0x8dd9 |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_SHADER_OES" with expression ' 0x8DD9', CType: int More... | |
| static final int | GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8c2b |
GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectDefine "GL_MAX_TEXTURE_BUFFER_SIZE_EXT" with expression ' 0x8C2B', CType: int More... | |
| static final int | GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8e5b |
GL_OES_shader_multisample_interpolationDefine "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES" with expression ' 0x8E5B', CType: int More... | |
| static final int | GL_FRAGMENT_COVERAGE_COLOR_NV = 0x92de |
GL_NV_fragment_coverage_to_colorDefine "GL_FRAGMENT_COVERAGE_COLOR_NV" with expression ' 0x92DE', CType: int More... | |
| static final int | GL_RG16_SNORM_EXT = 0x8f99 |
GL_EXT_render_snormDefine "GL_RG16_SNORM_EXT" with expression ' 0x8F99', CType: int More... | |
| static final int | GL_VIRTUAL_PAGE_SIZE_Z_EXT = 0x9197 |
GL_EXT_sparse_textureDefine "GL_VIRTUAL_PAGE_SIZE_Z_EXT" with expression ' 0x9197', CType: int More... | |
| static final int | GL_WRITEONLY_RENDERING_QCOM = 0x8823 |
GL_QCOM_writeonly_renderingDefine "GL_WRITEONLY_RENDERING_QCOM" with expression ' 0x8823', CType: int More... | |
| static final int | GL_ALPHA_TEST_REF_QCOM = 0xbc2 |
GL_QCOM_alpha_testDefine "GL_ALPHA_TEST_REF_QCOM" with expression ' 0x0BC2', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8c2d |
GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectDefine "GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT" with expression ' 0x8C2D', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8d67 |
GL_OES_EGL_image_externalDefine "GL_TEXTURE_BINDING_EXTERNAL_OES" with expression ' 0x8D67', CType: int More... | |
| static final int | GL_MAX_SAMPLES_NV = 0x8d57 |
GL_NV_framebuffer_multisampleDefine "GL_MAX_SAMPLES_NV" with expression ' 0x8D57', CType: int More... | |
| static final int | GL_TEXTURE_IMMUTABLE_LEVELS = 0x82df |
GL_OES_texture_view, GL_VERSION_4_3, GL_ES_VERSION_3_0, GL_ARB_texture_viewDefine "GL_TEXTURE_IMMUTABLE_LEVELS" with expression ' 0x82DF', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93e6 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES" with expression ' 0x93E6', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93c7 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_6x5x5_OES" with expression ' 0x93C7', CType: int More... | |
| static final int | GL_CPU_OPTIMIZED_QCOM = 0x8fb1 |
GL_QCOM_binning_controlDefine "GL_CPU_OPTIMIZED_QCOM" with expression ' 0x8FB1', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT = 0x92cf |
GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT" with expression ' 0x92CF', CType: int More... | |
| static final int | GL_SMAPHS30_PROGRAM_BINARY_DMP = 0x9251 |
GL_DMP_program_binaryDefine "GL_SMAPHS30_PROGRAM_BINARY_DMP" with expression ' 0x9251', CType: int More... | |
| static final int | GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910c |
GL_OES_texture_storage_multisample_2d_arrayDefine "GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" with expression ' 0x910C', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT = 0x9307 |
GL_EXT_tessellation_shaderDefine "GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT" with expression ' 0x9307', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES = 0x8e82 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES" with expression ' 0x8E82', CType: int More... | |
| static final int | GL_CONTEXT_RELEASE_BEHAVIOR = 0x82fb |
GL_VERSION_4_5, GL_KHR_context_flush_controlAlias for: GL_CONTEXT_RELEASE_BEHAVIOR_KHRDefine "GL_CONTEXT_RELEASE_BEHAVIOR" with expression ' 0x82FB', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES = 0x92d3 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES" with expression ' 0x92D3', CType: int More... | |
| static final int | GL_EFFECTIVE_RASTER_SAMPLES_EXT = 0x932c |
GL_EXT_raster_multisampleDefine "GL_EFFECTIVE_RASTER_SAMPLES_EXT" with expression ' 0x932C', CType: int More... | |
| static final int | GL_GEOMETRY_LINKED_INPUT_TYPE_OES = 0x8917 |
GL_OES_geometry_shaderDefine "GL_GEOMETRY_LINKED_INPUT_TYPE_OES" with expression ' 0x8917', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES = 0x92d4 |
GL_OES_tessellation_shaderDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES" with expression ' 0x92D4', CType: int More... | |
| static final int | GL_QUADS_OES = 0x7 |
GL_OES_tessellation_shaderDefine "GL_QUADS_OES" with expression ' 0x0007', CType: int More... | |
| static final int | GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8fb3 |
GL_QCOM_binning_controlDefine "GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM" with expression ' 0x8FB3', CType: int More... | |
| static final int | GL_TESS_GEN_SPACING_OES = 0x8e77 |
GL_OES_tessellation_shaderDefine "GL_TESS_GEN_SPACING_OES" with expression ' 0x8E77', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93dc |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR" with expression ' 0x93DC', CType: int More... | |
| static final int | GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905f |
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_arrayDefine "GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT" with expression ' 0x905F', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_EXT = 0x8c2a |
GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectDefine "GL_TEXTURE_BUFFER_EXT" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8e85 |
GL_EXT_tessellation_shaderDefine "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT" with expression ' 0x8E85', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR = 0x9632 |
GL_OVR_multiviewDefine "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" with expression ' 0x9632', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93c8 |
GL_OES_texture_compression_astcDefine "GL_COMPRESSED_RGBA_ASTC_6x6x5_OES" with expression ' 0x93C8', CType: int More... | |
| static final int | GL_BINNING_CONTROL_HINT_QCOM = 0x8fb0 |
GL_QCOM_binning_controlDefine "GL_BINNING_CONTROL_HINT_QCOM" with expression ' 0x8FB0', CType: int More... | |
| static final int | GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES = 0x900e |
GL_OES_texture_cube_map_arrayDefine "GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES" with expression ' 0x900E', CType: int More... | |
| static final int | GL_SCREEN = 0x9295 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_SCREEN_KHR, GL_SCREEN_NVDefine "GL_SCREEN" with expression ' 0x9295', CType: int More... | |
| static final int | GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 |
GL_QCOM_tiled_renderingDefine "GL_MULTISAMPLE_BUFFER_BIT5_QCOM" with expression ' 0x20000000', CType: int More... | |
| static final int | GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV = 0x9342 |
GL_NV_sample_locationsDefine "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" with expression ' 0x9342', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910d |
GL_OES_texture_storage_multisample_2d_arrayDefine "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" with expression ' 0x910D', CType: int More... | |
| static final int | GL_MALI_SHADER_BINARY_ARM = 0x8f60 |
GL_ARM_mali_shader_binaryDefine "GL_MALI_SHADER_BINARY_ARM" with expression ' 0x8F60', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV = 0x8c4d |
GL_NV_sRGB_formatsDefine "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV" with expression ' 0x8C4D', CType: int More... | |
| static final int | GL_NVIDIA_PLATFORM_BINARY_NV = 0x890B |
Static Public Attributes inherited from com.jogamp.opengl.GL2ES2 | |
| static final int | GL_SHADER = 0x82e1 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_SHADER_KHRDefine "GL_SHADER" with expression ' 0x82E1', CType: int More... | |
| static final int | GL_CURRENT_VERTEX_ATTRIB = 0x8626 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_CURRENT_VERTEX_ATTRIB_ARBDefine "GL_CURRENT_VERTEX_ATTRIB" with expression ' 0x8626', CType: int More... | |
| static final int | GL_VERTEX_SHADER = 0x8b31 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_EXT_vertex_shader, GL_ARB_vertex_shaderAlias for: GL_VERTEX_SHADER_EXT, GL_VERTEX_SHADER_ARBDefine "GL_VERTEX_SHADER" with expression ' 0x8B31', CType: int More... | |
| static final int | GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_outputAlias for: GL_MAX_DEBUG_MESSAGE_LENGTH_KHR, GL_MAX_DEBUG_MESSAGE_LENGTH_ARB, GL_MAX_DEBUG_MESSAGE_LENGTH_AMDDefine "GL_MAX_DEBUG_MESSAGE_LENGTH" with expression ' 0x9143', CType: int More... | |
| static final int | GL_DRAW_BUFFER1 = 0x8826 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER1_NV, GL_DRAW_BUFFER1_ATI, GL_DRAW_BUFFER1_EXT, GL_DRAW_BUFFER1_ARBDefine "GL_DRAW_BUFFER1" with expression ' 0x8826', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8dfd |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_MAX_FRAGMENT_UNIFORM_VECTORS" with expression ' 0x8DFD', CType: int More... | |
| static final int | GL_QUERY = 0x82e3 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_QUERY_KHRDefine "GL_QUERY" with expression ' 0x82E3', CType: int More... | |
| static final int | GL_VERTEX_SHADER_BIT = 0x1 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_VERTEX_SHADER_BIT_EXTDefine "GL_VERTEX_SHADER_BIT" with expression ' 0x00000001', CType: int More... | |
| static final int | GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910f |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_MAX_DEPTH_TEXTURE_SAMPLES" with expression ' 0x910F', CType: int More... | |
| static final int | GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: GL_STENCIL_BACK_PASS_DEPTH_PASS_ATIDefine "GL_STENCIL_BACK_PASS_DEPTH_PASS" with expression ' 0x8803', CType: int More... | |
| static final int | GL_ACTIVE_PROGRAM = 0x8259 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_ACTIVE_PROGRAM_EXTDefine "GL_ACTIVE_PROGRAM" with expression ' 0x8259', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT5 = 0x8ce5 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT5_EXT, GL_COLOR_ATTACHMENT5_NVDefine "GL_COLOR_ATTACHMENT5" with expression ' 0x8CE5', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB, GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHRDefine "GL_DEBUG_SOURCE_WINDOW_SYSTEM" with expression ' 0x8247', CType: int More... | |
| static final int | GL_STENCIL_BACK_FUNC = 0x8800 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: GL_STENCIL_BACK_FUNC_ATIDefine "GL_STENCIL_BACK_FUNC" with expression ' 0x8800', CType: int More... | |
| static final int | GL_COMPILE_STATUS = 0x8b81 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_COMPILE_STATUS" with expression ' 0x8B81', CType: int More... | |
| static final int | GL_DEBUG_GROUP_STACK_DEPTH = 0x826d |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_GROUP_STACK_DEPTH_KHRDefine "GL_DEBUG_GROUP_STACK_DEPTH" with expression ' 0x826D', CType: int More... | |
| static final int | GL_FLOAT_VEC2 = 0x8b50 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_VEC2_ARBDefine "GL_FLOAT_VEC2" with expression ' 0x8B50', CType: int More... | |
| static final int | GL_FLOAT_VEC4 = 0x8b52 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_VEC4_ARBDefine "GL_FLOAT_VEC4" with expression ' 0x8B52', CType: int More... | |
| static final int | GL_FLOAT_VEC3 = 0x8b51 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_VEC3_ARBDefine "GL_FLOAT_VEC3" with expression ' 0x8B51', CType: int More... | |
| static final int | GL_TIMESTAMP = 0x8e28 |
GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_queryAlias for: GL_TIMESTAMP_EXTDefine "GL_TIMESTAMP" with expression ' 0x8E28', CType: int More... | |
| static final int | GL_MAX_LABEL_LENGTH = 0x82e8 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_MAX_LABEL_LENGTH_KHRDefine "GL_MAX_LABEL_LENGTH" with expression ' 0x82E8', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_OTHER = 0x824b |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_SOURCE_OTHER_KHR, GL_DEBUG_SOURCE_OTHER_ARBDefine "GL_DEBUG_SOURCE_OTHER" with expression ' 0x824B', CType: int More... | |
| static final int | GL_CURRENT_PROGRAM = 0x8b8d |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_CURRENT_PROGRAM" with expression ' 0x8B8D', CType: int More... | |
| static final int | GL_DRAW_BUFFER10 = 0x882f |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER10_ATI, GL_DRAW_BUFFER10_NV, GL_DRAW_BUFFER10_EXT, GL_DRAW_BUFFER10_ARBDefine "GL_DRAW_BUFFER10" with expression ' 0x882F', CType: int More... | |
| static final int | GL_SHADER_SOURCE_LENGTH = 0x8b88 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_SHADER_SOURCE_LENGTH" with expression ' 0x8B88', CType: int More... | |
| static final int | GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_TEXTURE_FIXED_SAMPLE_LOCATIONS" with expression ' 0x9107', CType: int More... | |
| static final int | GL_COMPARE_REF_TO_TEXTURE = 0x884e |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_shadow_samplersAlias for: GL_COMPARE_REF_TO_TEXTURE_EXTDefine "GL_COMPARE_REF_TO_TEXTURE" with expression ' 0x884E', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT12 = 0x8cec |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT12_NV, GL_COLOR_ATTACHMENT12_EXTDefine "GL_COLOR_ATTACHMENT12" with expression ' 0x8CEC', CType: int More... | |
| static final int | GL_DRAW_BUFFER14 = 0x8833 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_NV_draw_buffersAlias for: GL_DRAW_BUFFER14_EXT, GL_DRAW_BUFFER14_ARB, GL_DRAW_BUFFER14_ATI, GL_DRAW_BUFFER14_NVDefine "GL_DRAW_BUFFER14" with expression ' 0x8833', CType: int More... | |
| static final int | GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_TYPE_PUSH_GROUP_KHRDefine "GL_DEBUG_TYPE_PUSH_GROUP" with expression ' 0x8269', CType: int More... | |
| static final int | GL_SHADER_BINARY_FORMATS = 0x8df8 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_SHADER_BINARY_FORMATS" with expression ' 0x8DF8', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_3D = 0x806a |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3DAlias for: GL_TEXTURE_BINDING_3D_OESDefine "GL_TEXTURE_BINDING_3D" with expression ' 0x806A', CType: int More... | |
| static final int | GL_CONTEXT_FLAG_DEBUG_BIT = 0x2 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_CONTEXT_FLAG_DEBUG_BIT_KHRDefine "GL_CONTEXT_FLAG_DEBUG_BIT" with expression ' 0x00000002', CType: int More... | |
| static final int | GL_STENCIL_BACK_VALUE_MASK = 0x8ca4 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_STENCIL_BACK_VALUE_MASK" with expression ' 0x8CA4', CType: int More... | |
| static final int | GL_DRAW_BUFFER8 = 0x882d |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffersAlias for: GL_DRAW_BUFFER8_NV, GL_DRAW_BUFFER8_EXT, GL_DRAW_BUFFER8_ARB, GL_DRAW_BUFFER8_ATIDefine "GL_DRAW_BUFFER8" with expression ' 0x882D', CType: int More... | |
| static final int | GL_STACK_UNDERFLOW = 0x504 |
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_KHR_debugAlias for: GL_STACK_UNDERFLOW_KHRDefine "GL_STACK_UNDERFLOW" with expression ' 0x0504', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_POINTER_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_POINTER" with expression ' 0x8645', CType: int More... | |
| static final int | GL_TEXTURE_BORDER_COLOR = 0x1004 |
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_1_0, GL_OES_texture_border_clamp, GL_NV_texture_border_clamp, GL_EXT_texture_border_clampAlias for: GL_TEXTURE_BORDER_COLOR_OES, GL_TEXTURE_BORDER_COLOR_NV, GL_TEXTURE_BORDER_COLOR_EXTDefine "GL_TEXTURE_BORDER_COLOR" with expression ' 0x1004', CType: int More... | |
| static final int | GL_GPU_DISJOINT = 0x8fbb |
GL_EXT_disjoint_timer_queryAlias for: GL_GPU_DISJOINT_EXTDefine "GL_GPU_DISJOINT" with expression ' 0x8FBB', CType: int More... | |
| static final int | GL_MAX_VARYING_VECTORS = 0x8dfc |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_MAX_VARYING_VECTORS" with expression ' 0x8DFC', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT9 = 0x8ce9 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT9_NV, GL_COLOR_ATTACHMENT9_EXTDefine "GL_COLOR_ATTACHMENT9" with expression ' 0x8CE9', CType: int More... | |
| static final int | GL_DRAW_BUFFER4 = 0x8829 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_ARB_draw_buffers, GL_EXT_draw_buffersAlias for: GL_DRAW_BUFFER4_ATI, GL_DRAW_BUFFER4_NV, GL_DRAW_BUFFER4_ARB, GL_DRAW_BUFFER4_EXTDefine "GL_DRAW_BUFFER4" with expression ' 0x8829', CType: int More... | |
| static final int | GL_INT_10_10_10_2 = 0x8df7 |
GL_OES_vertex_type_10_10_10_2Alias for: GL_INT_10_10_10_2_OESDefine "GL_INT_10_10_10_2" with expression ' 0x8DF7', CType: int More... | |
| static final int | GL_STREAM_DRAW = 0x88e0 |
GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_ARB_vertex_buffer_objectAlias for: GL_STREAM_DRAW_ARBDefine "GL_STREAM_DRAW" with expression ' 0x88E0', CType: int More... | |
| static final int | GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 |
GL_ES_VERSION_3_2, GL_NV_internalformat_sample_query, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_arrayAlias for: GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OESDefine "GL_TEXTURE_2D_MULTISAMPLE_ARRAY" with expression ' 0x9102', CType: int More... | |
| static final int | GL_ATTACHED_SHADERS = 0x8b85 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_ATTACHED_SHADERS" with expression ' 0x8B85', CType: int More... | |
| static final int | GL_LOW_INT = 0x8df3 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_LOW_INT" with expression ' 0x8DF3', CType: int More... | |
| static final int | GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 |
GL_KHR_blend_equation_advanced_coherentDefine "GL_BLEND_ADVANCED_COHERENT_KHR" with expression ' 0x9285', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886a |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_NORMALIZED" with expression ' 0x886A', CType: int More... | |
| static final int | GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910e |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_MAX_COLOR_TEXTURE_SAMPLES" with expression ' 0x910E', CType: int More... | |
| static final int | GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8b8a |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_ACTIVE_ATTRIBUTE_MAX_LENGTH" with expression ' 0x8B8A', CType: int More... | |
| static final int | GL_STENCIL_BACK_WRITEMASK = 0x8ca5 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_STENCIL_BACK_WRITEMASK" with expression ' 0x8CA5', CType: int More... | |
| static final int | GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910c |
GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_arrayAlias for: GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OESDefine "GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression ' 0x910C', CType: int More... | |
| static final int | GL_STENCIL_BACK_FAIL = 0x8801 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: GL_STENCIL_BACK_FAIL_ATIDefine "GL_STENCIL_BACK_FAIL" with expression ' 0x8801', CType: int More... | |
| static final int | GL_MEDIUM_FLOAT = 0x8df1 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_MEDIUM_FLOAT" with expression ' 0x8DF1', CType: int More... | |
| static final int | GL_SHADER_BINARY_DMP = 0x9250 |
GL_DMP_shader_binaryDefine "GL_SHADER_BINARY_DMP" with expression ' 0x9250', CType: int More... | |
| static final int | GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR, GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARBDefine "GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH" with expression ' 0x8243', CType: int More... | |
| static final int | GL_DEBUG_SEVERITY_HIGH = 0x9146 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug, GL_AMD_debug_outputAlias for: GL_DEBUG_SEVERITY_HIGH_ARB, GL_DEBUG_SEVERITY_HIGH_KHR, GL_DEBUG_SEVERITY_HIGH_AMDDefine "GL_DEBUG_SEVERITY_HIGH" with expression ' 0x9146', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_API = 0x8246 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_SOURCE_API_KHRDefine "GL_DEBUG_SOURCE_API" with expression ' 0x8246', CType: int More... | |
| static final int | GL_NUM_PROGRAM_BINARY_FORMATS = 0x87fe |
GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: GL_NUM_PROGRAM_BINARY_FORMATS_OESDefine "GL_NUM_PROGRAM_BINARY_FORMATS" with expression ' 0x87FE', CType: int More... | |
| static final int | GL_SAMPLER_2D = 0x8b5e |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_SAMPLER_2D_ARBDefine "GL_SAMPLER_2D" with expression ' 0x8B5E', CType: int More... | |
| static final int | GL_STENCIL_BACK_REF = 0x8ca3 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_STENCIL_BACK_REF" with expression ' 0x8CA3', CType: int More... | |
| static final int | GL_INT = 0x1404 |
GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0Define "GL_INT" with expression ' 0x1404', CType: int More... | |
| static final int | GL_MEDIUM_INT = 0x8df4 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_MEDIUM_INT" with expression ' 0x8DF4', CType: int More... | |
| static final int | GL_TEXTURE_COMPARE_MODE = 0x884c |
GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_shadow_samplers, GL_ARB_shadowAlias for: GL_TEXTURE_COMPARE_MODE_EXT, GL_TEXTURE_COMPARE_MODE_ARBDefine "GL_TEXTURE_COMPARE_MODE" with expression ' 0x884C', CType: int More... | |
| static final int | GL_VALIDATE_STATUS = 0x8b83 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_VALIDATE_STATUS" with expression ' 0x8B83', CType: int More... | |
| static final int | GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_MAX_DEBUG_LOGGED_MESSAGES_AMD, GL_MAX_DEBUG_LOGGED_MESSAGES_KHR, GL_MAX_DEBUG_LOGGED_MESSAGES_ARBDefine "GL_MAX_DEBUG_LOGGED_MESSAGES" with expression ' 0x9144', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT4 = 0x8ce4 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT4_EXT, GL_COLOR_ATTACHMENT4_NVDefine "GL_COLOR_ATTACHMENT4" with expression ' 0x8CE4', CType: int More... | |
| static final int | GL_TIME_ELAPSED = 0x88bf |
GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_queryAlias for: GL_TIME_ELAPSED_EXTDefine "GL_TIME_ELAPSED" with expression ' 0x88BF', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT10 = 0x8cea |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT10_NV, GL_COLOR_ATTACHMENT10_EXTDefine "GL_COLOR_ATTACHMENT10" with expression ' 0x8CEA', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_SOURCE_SHADER_COMPILER_ARB, GL_DEBUG_SOURCE_SHADER_COMPILER_KHRDefine "GL_DEBUG_SOURCE_SHADER_COMPILER" with expression ' 0x8248', CType: int More... | |
| static final int | GL_DEBUG_SEVERITY_NOTIFICATION = 0x826b |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_SEVERITY_NOTIFICATION_KHRDefine "GL_DEBUG_SEVERITY_NOTIFICATION" with expression ' 0x826B', CType: int More... | |
| static final int | GL_SAMPLE_MASK_VALUE = 0x8e52 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_SGIS_multisample, GL_NV_explicit_multisample, GL_EXT_multisampleAlias for: GL_SAMPLE_MASK_VALUE_SGIS, GL_SAMPLE_MASK_VALUE_NV, GL_SAMPLE_MASK_VALUE_EXTDefine "GL_SAMPLE_MASK_VALUE" with expression ' 0x8E52', CType: int More... | |
| static final int | GL_DRAW_BUFFER0 = 0x8825 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_NV_draw_buffersAlias for: GL_DRAW_BUFFER0_EXT, GL_DRAW_BUFFER0_ARB, GL_DRAW_BUFFER0_ATI, GL_DRAW_BUFFER0_NVDefine "GL_DRAW_BUFFER0" with expression ' 0x8825', CType: int More... | |
| static final int | GL_SHADING_LANGUAGE_VERSION = 0x8b8c |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shading_language_100Alias for: GL_SHADING_LANGUAGE_VERSION_ARBDefine "GL_SHADING_LANGUAGE_VERSION" with expression ' 0x8B8C', CType: int More... | |
| static final int | GL_CURRENT_QUERY = 0x8865 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: GL_CURRENT_QUERY_EXT, GL_CURRENT_QUERY_ARBDefine "GL_CURRENT_QUERY" with expression ' 0x8865', CType: int More... | |
| static final int | GL_UNSIGNED_NORMALIZED = 0x8c17 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_ARB_texture_floatAlias for: GL_UNSIGNED_NORMALIZED_EXT, GL_UNSIGNED_NORMALIZED_ARBDefine "GL_UNSIGNED_NORMALIZED" with expression ' 0x8C17', CType: int More... | |
| static final int | GL_TEXTURE_SAMPLES = 0x9106 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_IMG_multisampled_render_to_textureAlias for: GL_TEXTURE_SAMPLES_IMGDefine "GL_TEXTURE_SAMPLES" with expression ' 0x9106', CType: int More... | |
| static final int | GL_DEBUG_LOGGED_MESSAGES = 0x9145 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_AMD_debug_output, GL_ARB_debug_outputAlias for: GL_DEBUG_LOGGED_MESSAGES_KHR, GL_DEBUG_LOGGED_MESSAGES_AMD, GL_DEBUG_LOGGED_MESSAGES_ARBDefine "GL_DEBUG_LOGGED_MESSAGES" with expression ' 0x9145', CType: int More... | |
| static final int | GL_SAMPLER_CUBE = 0x8b60 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_SAMPLER_CUBE_ARBDefine "GL_SAMPLER_CUBE" with expression ' 0x8B60', CType: int More... | |
| static final int | GL_LOW_FLOAT = 0x8df0 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_LOW_FLOAT" with expression ' 0x8DF0', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT1 = 0x8ce1 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT1_EXT, GL_COLOR_ATTACHMENT1_NVDefine "GL_COLOR_ATTACHMENT1" with expression ' 0x8CE1', CType: int More... | |
| static final int | GL_DELETE_STATUS = 0x8b80 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_DELETE_STATUS" with expression ' 0x8B80', CType: int More... | |
| static final int | GL_QUERY_RESULT = 0x8866 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: GL_QUERY_RESULT_EXT, GL_QUERY_RESULT_ARBDefine "GL_QUERY_RESULT" with expression ' 0x8866', CType: int More... | |
| static final int | GL_DEBUG_TYPE_OTHER = 0x8251 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_TYPE_OTHER_ARB, GL_DEBUG_TYPE_OTHER_KHRDefine "GL_DEBUG_TYPE_OTHER" with expression ' 0x8251', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT13 = 0x8ced |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT13_NV, GL_COLOR_ATTACHMENT13_EXTDefine "GL_COLOR_ATTACHMENT13" with expression ' 0x8CED', CType: int More... | |
| static final int | GL_BLEND_COLOR = 0x8005 |
GL_ARB_imaging, GL_ES_VERSION_2_0, GL_EXT_blend_colorAlias for: GL_BLEND_COLOR_EXTDefine "GL_BLEND_COLOR" with expression ' 0x8005', CType: int More... | |
| static final int | GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8b4c |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARBDefine "GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS" with expression ' 0x8B4C', CType: int More... | |
| static final int | GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8b87 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_ACTIVE_UNIFORM_MAX_LENGTH" with expression ' 0x8B87', CType: int More... | |
| static final int | GL_DRAW_BUFFER13 = 0x8832 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: GL_DRAW_BUFFER13_EXT, GL_DRAW_BUFFER13_ARB, GL_DRAW_BUFFER13_NV, GL_DRAW_BUFFER13_ATIDefine "GL_DRAW_BUFFER13" with expression ' 0x8832', CType: int More... | |
| static final int | GL_ANY_SAMPLES_PASSED = 0x8c2f |
GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_ARB_occlusion_query2, GL_EXT_occlusion_query_booleanAlias for: GL_ANY_SAMPLES_PASSED_EXTDefine "GL_ANY_SAMPLES_PASSED" with expression ' 0x8C2F', CType: int More... | |
| static final int | GL_DRAW_BUFFER7 = 0x882c |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER7_NV, GL_DRAW_BUFFER7_ATI, GL_DRAW_BUFFER7_EXT, GL_DRAW_BUFFER7_ARBDefine "GL_DRAW_BUFFER7" with expression ' 0x882C', CType: int More... | |
| static final int | GL_DRAW_BUFFER3 = 0x8828 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER3_ATI, GL_DRAW_BUFFER3_NV, GL_DRAW_BUFFER3_EXT, GL_DRAW_BUFFER3_ARBDefine "GL_DRAW_BUFFER3" with expression ' 0x8828', CType: int More... | |
| static final int | GL_DEBUG_OUTPUT = 0x92e0 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_OUTPUT_KHRDefine "GL_DEBUG_OUTPUT" with expression ' 0x92E0', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT8 = 0x8ce8 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT8_EXT, GL_COLOR_ATTACHMENT8_NVDefine "GL_COLOR_ATTACHMENT8" with expression ' 0x8CE8', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910d |
GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_arrayAlias for: GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OESDefine "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression ' 0x910D', CType: int More... | |
| static final int | GL_UNPACK_SKIP_PIXELS = 0xcf4 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_unpack_subimageAlias for: GL_UNPACK_SKIP_PIXELS_EXTDefine "GL_UNPACK_SKIP_PIXELS" with expression ' 0x0CF4', CType: int More... | |
| static final int | GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture_type_2_10_10_10_REVAlias for: GL_UNSIGNED_INT_2_10_10_10_REV_EXTDefine "GL_UNSIGNED_INT_2_10_10_10_REV" with expression ' 0x8368', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 |
GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_arrayAlias for: GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OESDefine "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY" with expression ' 0x9105', CType: int More... | |
| static final int | GL_PROGRAM_BINARY_LENGTH = 0x8741 |
GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: GL_PROGRAM_BINARY_LENGTH_OESDefine "GL_PROGRAM_BINARY_LENGTH" with expression ' 0x8741', CType: int More... | |
| static final int | GL_SHADER_COMPILER = 0x8dfa |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_SHADER_COMPILER" with expression ' 0x8DFA', CType: int More... | |
| static final int | GL_DEBUG_SEVERITY_LOW = 0x9148 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_outputAlias for: GL_DEBUG_SEVERITY_LOW_KHR, GL_DEBUG_SEVERITY_LOW_ARB, GL_DEBUG_SEVERITY_LOW_AMDDefine "GL_DEBUG_SEVERITY_LOW" with expression ' 0x9148', CType: int More... | |
| static final int | GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824e |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB, GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHRDefine "GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR" with expression ' 0x824E', CType: int More... | |
| static final int | GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 |
GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_PROXY_TEXTURE_2D_MULTISAMPLE" with expression ' 0x9101', CType: int More... | |
| static final int | GL_DEBUG_TYPE_PORTABILITY = 0x824f |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_TYPE_PORTABILITY_ARB, GL_DEBUG_TYPE_PORTABILITY_KHRDefine "GL_DEBUG_TYPE_PORTABILITY" with expression ' 0x824F', CType: int More... | |
| static final int | GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 |
GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY" with expression ' 0x9103', CType: int More... | |
| static final int | GL_PROGRAM_SEPARABLE = 0x8258 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_PROGRAM_SEPARABLE_EXTDefine "GL_PROGRAM_SEPARABLE" with expression ' 0x8258', CType: int More... | |
| static final int | GL_BOOL = 0x8b56 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_BOOL_ARBDefine "GL_BOOL" with expression ' 0x8B56', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_TYPE_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_TYPE" with expression ' 0x8625', CType: int More... | |
| static final int | GL_DEBUG_TYPE_ERROR = 0x824c |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_TYPE_ERROR_ARB, GL_DEBUG_TYPE_ERROR_KHRDefine "GL_DEBUG_TYPE_ERROR" with expression ' 0x824C', CType: int More... | |
| static final int | GL_UNPACK_ROW_LENGTH = 0xcf2 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_unpack_subimageAlias for: GL_UNPACK_ROW_LENGTH_EXTDefine "GL_UNPACK_ROW_LENGTH" with expression ' 0x0CF2', CType: int More... | |
| static final int | GL_HIGH_INT = 0x8df5 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_HIGH_INT" with expression ' 0x8DF5', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT3 = 0x8ce3 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT3_EXT, GL_COLOR_ATTACHMENT3_NVDefine "GL_COLOR_ATTACHMENT3" with expression ' 0x8CE3', CType: int More... | |
| static final long | GL_ALL_SHADER_BITS = 0xffffffffL |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_ALL_SHADER_BITS_EXTDefine "GL_ALL_SHADER_BITS" with expression ' 0xFFFFFFFF', CType: long More... | |
| static final int | GL_MAX_VERTEX_ATTRIBS = 0x8869 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_MAX_VERTEX_ATTRIBS_ARBDefine "GL_MAX_VERTEX_ATTRIBS" with expression ' 0x8869', CType: int More... | |
| static final int | GL_CONSTANT_ALPHA = 0x8003 |
GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_colorAlias for: GL_CONSTANT_ALPHA_EXTDefine "GL_CONSTANT_ALPHA" with expression ' 0x8003', CType: int More... | |
| static final int | GL_SAMPLE_MASK = 0x8e51 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_EXT_multisample, GL_NV_explicit_multisample, GL_SGIS_multisampleAlias for: GL_SAMPLE_MASK_EXT, GL_SAMPLE_MASK_NV, GL_SAMPLE_MASK_SGISDefine "GL_SAMPLE_MASK" with expression ' 0x8E51', CType: int More... | |
| static final int | GL_MAX_3D_TEXTURE_SIZE = 0x8073 |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: GL_MAX_3D_TEXTURE_SIZE_OES, GL_MAX_3D_TEXTURE_SIZE_EXTDefine "GL_MAX_3D_TEXTURE_SIZE" with expression ' 0x8073', CType: int More... | |
| static final int | GL_LINK_STATUS = 0x8b82 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_LINK_STATUS" with expression ' 0x8B82', CType: int More... | |
| static final int | GL_SAMPLER = 0x82e6 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_SAMPLER_KHRDefine "GL_SAMPLER" with expression ' 0x82E6', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_SIZE_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_SIZE" with expression ' 0x8623', CType: int More... | |
| static final int | GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8b4d |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARBDefine "GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS" with expression ' 0x8B4D', CType: int More... | |
| static final int | GL_UNPACK_SKIP_ROWS = 0xcf3 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_unpack_subimageAlias for: GL_UNPACK_SKIP_ROWS_EXTDefine "GL_UNPACK_SKIP_ROWS" with expression ' 0x0CF3', CType: int More... | |
| static final int | GL_SAMPLER_2D_SHADOW = 0x8b62 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_shadow_samplers, GL_ARB_shader_objectsAlias for: GL_SAMPLER_2D_SHADOW_EXT, GL_SAMPLER_2D_SHADOW_ARBDefine "GL_SAMPLER_2D_SHADOW" with expression ' 0x8B62', CType: int More... | |
| static final int | GL_ACTIVE_UNIFORMS = 0x8b86 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_ACTIVE_UNIFORMS" with expression ' 0x8B86', CType: int More... | |
| static final int | GL_TEXTURE_2D_MULTISAMPLE = 0x9100 |
GL_NV_internalformat_sample_query, GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_TEXTURE_2D_MULTISAMPLE" with expression ' 0x9100', CType: int More... | |
| static final int | GL_INFO_LOG_LENGTH = 0x8b84 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_INFO_LOG_LENGTH" with expression ' 0x8B84', CType: int More... | |
| static final int | GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8dfb |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_MAX_VERTEX_UNIFORM_VECTORS" with expression ' 0x8DFB', CType: int More... | |
| static final int | GL_DRAW_BUFFER6 = 0x882b |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: GL_DRAW_BUFFER6_EXT, GL_DRAW_BUFFER6_ARB, GL_DRAW_BUFFER6_NV, GL_DRAW_BUFFER6_ATIDefine "GL_DRAW_BUFFER6" with expression ' 0x882B', CType: int More... | |
| static final int | GL_DEPTH_COMPONENT = 0x1902 |
GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0Define "GL_DEPTH_COMPONENT" with expression ' 0x1902', CType: int More... | |
| static final int | GL_CONTEXT_ROBUST_ACCESS = 0x90f3 |
GL_KHR_robustness, GL_KHR_robustness, GL_EXT_robustnessAlias for: GL_CONTEXT_ROBUST_ACCESS_KHR, GL_CONTEXT_ROBUST_ACCESS_EXTDefine "GL_CONTEXT_ROBUST_ACCESS" with expression ' 0x90F3', CType: int More... | |
| static final int | GL_TEXTURE_COMPARE_FUNC = 0x884d |
GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_shadow_samplers, GL_ARB_shadowAlias for: GL_TEXTURE_COMPARE_FUNC_EXT, GL_TEXTURE_COMPARE_FUNC_ARBDefine "GL_TEXTURE_COMPARE_FUNC" with expression ' 0x884D', CType: int More... | |
| static final int | GL_DRAW_BUFFER12 = 0x8831 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffersAlias for: GL_DRAW_BUFFER12_ATI, GL_DRAW_BUFFER12_EXT, GL_DRAW_BUFFER12_ARB, GL_DRAW_BUFFER12_NVDefine "GL_DRAW_BUFFER12" with expression ' 0x8831', CType: int More... | |
| static final int | GL_RG = 0x8227 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_rgAlias for: GL_RG_EXTDefine "GL_RG" with expression ' 0x8227', CType: int More... | |
| static final int | GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_CALLBACK_USER_PARAM_KHR, GL_DEBUG_CALLBACK_USER_PARAM_ARBDefine "GL_DEBUG_CALLBACK_USER_PARAM" with expression ' 0x8245', CType: int More... | |
| static final int | GL_TEXTURE_3D = 0x806f |
GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3DAlias for: GL_TEXTURE_3D_OES, GL_TEXTURE_3D_EXTDefine "GL_TEXTURE_3D" with expression ' 0x806F', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_TEXTURE_BINDING_2D_MULTISAMPLE" with expression ' 0x9104', CType: int More... | |
| static final int | GL_QUERY_COUNTER_BITS = 0x8864 |
GL_VERSION_1_5, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: GL_QUERY_COUNTER_BITS_EXT, GL_QUERY_COUNTER_BITS_ARBDefine "GL_QUERY_COUNTER_BITS" with expression ' 0x8864', CType: int More... | |
| static final int | GL_PROGRAM = 0x82e2 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_PROGRAM_KHRDefine "GL_PROGRAM" with expression ' 0x82E2', CType: int More... | |
| static final int | GL_UNSIGNED_INT_10_10_10_2 = 0x8df6 |
GL_VERSION_1_2, GL_EXT_packed_pixels, GL_OES_vertex_type_10_10_10_2Alias for: GL_UNSIGNED_INT_10_10_10_2_EXT, GL_UNSIGNED_INT_10_10_10_2_OESDefine "GL_UNSIGNED_INT_10_10_10_2" with expression ' 0x8DF6', CType: int More... | |
| static final int | GL_BOOL_VEC4 = 0x8b59 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_BOOL_VEC4_ARBDefine "GL_BOOL_VEC4" with expression ' 0x8B59', CType: int More... | |
| static final int | GL_BOOL_VEC3 = 0x8b58 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_BOOL_VEC3_ARBDefine "GL_BOOL_VEC3" with expression ' 0x8B58', CType: int More... | |
| static final int | GL_BOOL_VEC2 = 0x8b57 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_BOOL_VEC2_ARBDefine "GL_BOOL_VEC2" with expression ' 0x8B57', CType: int More... | |
| static final int | GL_BUFFER = 0x82e0 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_BUFFER_KHRDefine "GL_BUFFER" with expression ' 0x82E0', CType: int More... | |
| static final int | GL_SHADER_TYPE = 0x8b4f |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_SHADER_TYPE" with expression ' 0x8B4F', CType: int More... | |
| static final int | GL_FRAGMENT_SHADER_BIT = 0x2 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_FRAGMENT_SHADER_BIT_EXTDefine "GL_FRAGMENT_SHADER_BIT" with expression ' 0x00000002', CType: int More... | |
| static final int | GL_ACTIVE_ATTRIBUTES = 0x8b89 |
GL_ES_VERSION_2_0, GL_VERSION_2_0Define "GL_ACTIVE_ATTRIBUTES" with expression ' 0x8B89', CType: int More... | |
| static final int | GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_fragment_program, GL_ARB_fragment_programAlias for: GL_MAX_TEXTURE_IMAGE_UNITS_NV, GL_MAX_TEXTURE_IMAGE_UNITS_ARBDefine "GL_MAX_TEXTURE_IMAGE_UNITS" with expression ' 0x8872', CType: int More... | |
| static final int | GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_INT_SAMPLER_2D_MULTISAMPLE" with expression ' 0x9109', CType: int More... | |
| static final int | GL_INT_VEC4 = 0x8b55 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_INT_VEC4_ARBDefine "GL_INT_VEC4" with expression ' 0x8B55', CType: int More... | |
| static final int | GL_INT_VEC2 = 0x8b53 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_INT_VEC2_ARBDefine "GL_INT_VEC2" with expression ' 0x8B53', CType: int More... | |
| static final int | GL_INT_VEC3 = 0x8b54 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_INT_VEC3_ARBDefine "GL_INT_VEC3" with expression ' 0x8B54', CType: int More... | |
| static final int | GL_DEBUG_TYPE_MARKER = 0x8268 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_TYPE_MARKER_KHRDefine "GL_DEBUG_TYPE_MARKER" with expression ' 0x8268', CType: int More... | |
| static final int | GL_CONSTANT_COLOR = 0x8001 |
GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_colorAlias for: GL_CONSTANT_COLOR_EXTDefine "GL_CONSTANT_COLOR" with expression ' 0x8001', CType: int More... | |
| static final int | GL_QUERY_RESULT_AVAILABLE = 0x8867 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_queryAlias for: GL_QUERY_RESULT_AVAILABLE_EXT, GL_QUERY_RESULT_AVAILABLE_ARBDefine "GL_QUERY_RESULT_AVAILABLE" with expression ' 0x8867', CType: int More... | |
| static final int | GL_DEBUG_TYPE_POP_GROUP = 0x826a |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_DEBUG_TYPE_POP_GROUP_KHRDefine "GL_DEBUG_TYPE_POP_GROUP" with expression ' 0x826A', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT14 = 0x8cee |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT14_NV, GL_COLOR_ATTACHMENT14_EXTDefine "GL_COLOR_ATTACHMENT14" with expression ' 0x8CEE', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT7 = 0x8ce7 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT7_EXT, GL_COLOR_ATTACHMENT7_NVDefine "GL_COLOR_ATTACHMENT7" with expression ' 0x8CE7', CType: int More... | |
| static final int | GL_NUM_SHADER_BINARY_FORMATS = 0x8df9 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_NUM_SHADER_BINARY_FORMATS" with expression ' 0x8DF9', CType: int More... | |
| static final int | GL_STACK_OVERFLOW = 0x503 |
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_KHR_debugAlias for: GL_STACK_OVERFLOW_KHRDefine "GL_STACK_OVERFLOW" with expression ' 0x0503', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_SOURCE_THIRD_PARTY_ARB, GL_DEBUG_SOURCE_THIRD_PARTY_KHRDefine "GL_DEBUG_SOURCE_THIRD_PARTY" with expression ' 0x8249', CType: int More... | |
| static final int | GL_CLAMP_TO_BORDER = 0x812d |
GL_ES_VERSION_3_2, GL_VERSION_1_3, GL_EXT_texture_border_clamp, GL_ARB_texture_border_clamp, GL_NV_texture_border_clamp, GL_OES_texture_border_clamp, GL_SGIS_texture_border_clampAlias for: GL_CLAMP_TO_BORDER_EXT, GL_CLAMP_TO_BORDER_ARB, GL_CLAMP_TO_BORDER_NV, GL_CLAMP_TO_BORDER_OES, GL_CLAMP_TO_BORDER_SGISDefine "GL_CLAMP_TO_BORDER" with expression ' 0x812D', CType: int More... | |
| static final int | GL_TEXTURE_WRAP_R = 0x8072 |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3D, GL_OES_texture_3DAlias for: GL_TEXTURE_WRAP_R_EXT, GL_TEXTURE_WRAP_R_OESDefine "GL_TEXTURE_WRAP_R" with expression ' 0x8072', CType: int More... | |
| static final int | GL_SAMPLER_2D_MULTISAMPLE = 0x9108 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_SAMPLER_2D_MULTISAMPLE" with expression ' 0x9108', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT6 = 0x8ce6 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT6_EXT, GL_COLOR_ATTACHMENT6_NVDefine "GL_COLOR_ATTACHMENT6" with expression ' 0x8CE6', CType: int More... | |
| static final int | GL_SAMPLE_POSITION = 0x8e50 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisampleAlias for: GL_SAMPLE_POSITION_NVDefine "GL_SAMPLE_POSITION" with expression ' 0x8E50', CType: int More... | |
| static final int | GL_DRAW_BUFFER2 = 0x8827 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER2_NV, GL_DRAW_BUFFER2_ATI, GL_DRAW_BUFFER2_EXT, GL_DRAW_BUFFER2_ARBDefine "GL_DRAW_BUFFER2" with expression ' 0x8827', CType: int More... | |
| static final int | GL_MAX_COLOR_ATTACHMENTS = 0x8cdf |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_fbo_color_attachmentsAlias for: GL_MAX_COLOR_ATTACHMENTS_EXT, GL_MAX_COLOR_ATTACHMENTS_NVDefine "GL_MAX_COLOR_ATTACHMENTS" with expression ' 0x8CDF', CType: int More... | |
| static final int | GL_DEBUG_CALLBACK_FUNCTION = 0x8244 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debugAlias for: GL_DEBUG_CALLBACK_FUNCTION_ARB, GL_DEBUG_CALLBACK_FUNCTION_KHRDefine "GL_DEBUG_CALLBACK_FUNCTION" with expression ' 0x8244', CType: int More... | |
| static final int | GL_DRAW_BUFFER9 = 0x882e |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffersAlias for: GL_DRAW_BUFFER9_NV, GL_DRAW_BUFFER9_EXT, GL_DRAW_BUFFER9_ARB, GL_DRAW_BUFFER9_ATIDefine "GL_DRAW_BUFFER9" with expression ' 0x882E', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_sRGBAlias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXTDefine "GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING" with expression ' 0x8210', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_color_buffer_half_floatAlias for: GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXTDefine "GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE" with expression ' 0x8211', CType: int More... | |
| static final int | GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8d6a |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0, GL_EXT_occlusion_query_booleanAlias for: GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXTDefine "GL_ANY_SAMPLES_PASSED_CONSERVATIVE" with expression ' 0x8D6A', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910a |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE" with expression ' 0x910A', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_STRIDE" with expression ' 0x8624', CType: int More... | |
| static final int | GL_DRAW_BUFFER11 = 0x8830 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffersAlias for: GL_DRAW_BUFFER11_ATI, GL_DRAW_BUFFER11_EXT, GL_DRAW_BUFFER11_ARB, GL_DRAW_BUFFER11_NVDefine "GL_DRAW_BUFFER11" with expression ' 0x8830', CType: int More... | |
| static final int | GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 |
GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_colorAlias for: GL_ONE_MINUS_CONSTANT_ALPHA_EXTDefine "GL_ONE_MINUS_CONSTANT_ALPHA" with expression ' 0x8004', CType: int More... | |
| static final int | GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencilAlias for: GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATIDefine "GL_STENCIL_BACK_PASS_DEPTH_FAIL" with expression ' 0x8802', CType: int More... | |
| static final int | GL_DEBUG_TYPE_PERFORMANCE = 0x8250 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_TYPE_PERFORMANCE_KHR, GL_DEBUG_TYPE_PERFORMANCE_ARBDefine "GL_DEBUG_TYPE_PERFORMANCE" with expression ' 0x8250', CType: int More... | |
| static final int | GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8b8b |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_OES_standard_derivatives, GL_ARB_fragment_shaderAlias for: GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES, GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARBDefine "GL_FRAGMENT_SHADER_DERIVATIVE_HINT" with expression ' 0x8B8B', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT2 = 0x8ce2 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT2_EXT, GL_COLOR_ATTACHMENT2_NVDefine "GL_COLOR_ATTACHMENT2" with expression ' 0x8CE2', CType: int More... | |
| static final int | GL_PROGRAM_PIPELINE_BINDING = 0x825a |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objectsAlias for: GL_PROGRAM_PIPELINE_BINDING_EXTDefine "GL_PROGRAM_PIPELINE_BINDING" with expression ' 0x825A', CType: int More... | |
| static final int | GL_MAX_DRAW_BUFFERS = 0x8824 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffersAlias for: GL_MAX_DRAW_BUFFERS_NV, GL_MAX_DRAW_BUFFERS_EXT, GL_MAX_DRAW_BUFFERS_ARB, GL_MAX_DRAW_BUFFERS_ATIDefine "GL_MAX_DRAW_BUFFERS" with expression ' 0x8824', CType: int More... | |
| static final int | GL_FRAGMENT_SHADER = 0x8b30 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_fragment_shader, GL_ARB_fragment_shaderAlias for: GL_FRAGMENT_SHADER_ATI, GL_FRAGMENT_SHADER_ARBDefine "GL_FRAGMENT_SHADER" with expression ' 0x8B30', CType: int More... | |
| static final int | GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR, GL_DEBUG_OUTPUT_SYNCHRONOUS_ARBDefine "GL_DEBUG_OUTPUT_SYNCHRONOUS" with expression ' 0x8242', CType: int More... | |
| static final int | GL_PROGRAM_PIPELINE = 0x82e4 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_PROGRAM_PIPELINE_KHRDefine "GL_PROGRAM_PIPELINE" with expression ' 0x82E4', CType: int More... | |
| static final int | GL_DEBUG_SOURCE_APPLICATION = 0x824a |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_SOURCE_APPLICATION_KHR, GL_DEBUG_SOURCE_APPLICATION_ARBDefine "GL_DEBUG_SOURCE_APPLICATION" with expression ' 0x824A', CType: int More... | |
| static final int | GL_MAX_SAMPLE_MASK_WORDS = 0x8e59 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisampleAlias for: GL_MAX_SAMPLE_MASK_WORDS_NVDefine "GL_MAX_SAMPLE_MASK_WORDS" with expression ' 0x8E59', CType: int More... | |
| static final int | GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824d |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_outputAlias for: GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR, GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARBDefine "GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR" with expression ' 0x824D', CType: int More... | |
| static final int | GL_HIGH_FLOAT = 0x8df2 |
GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1Define "GL_HIGH_FLOAT" with expression ' 0x8DF2', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT11 = 0x8ceb |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffersAlias for: GL_COLOR_ATTACHMENT11_EXT, GL_COLOR_ATTACHMENT11_NVDefine "GL_COLOR_ATTACHMENT11" with expression ' 0x8CEB', CType: int More... | |
| static final int | GL_SAMPLER_3D = 0x8b5f |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_OES_texture_3D, GL_ARB_shader_objectsAlias for: GL_SAMPLER_3D_OES, GL_SAMPLER_3D_ARBDefine "GL_SAMPLER_3D" with expression ' 0x8B5F', CType: int More... | |
| static final int | GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826c |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debugAlias for: GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHRDefine "GL_MAX_DEBUG_GROUP_STACK_DEPTH" with expression ' 0x826C', CType: int More... | |
| static final int | GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910b |
GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_arrayAlias for: GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OESDefine "GL_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression ' 0x910B', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT15 = 0x8cef |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_objectAlias for: GL_COLOR_ATTACHMENT15_NV, GL_COLOR_ATTACHMENT15_EXTDefine "GL_COLOR_ATTACHMENT15" with expression ' 0x8CEF', CType: int More... | |
| static final int | GL_DEBUG_SEVERITY_MEDIUM = 0x9147 |
GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_outputAlias for: GL_DEBUG_SEVERITY_MEDIUM_KHR, GL_DEBUG_SEVERITY_MEDIUM_ARB, GL_DEBUG_SEVERITY_MEDIUM_AMDDefine "GL_DEBUG_SEVERITY_MEDIUM" with expression ' 0x9147', CType: int More... | |
| static final int | GL_PROGRAM_BINARY_FORMATS = 0x87ff |
GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binaryAlias for: GL_PROGRAM_BINARY_FORMATS_OESDefine "GL_PROGRAM_BINARY_FORMATS" with expression ' 0x87FF', CType: int More... | |
| static final int | GL_FLOAT_MAT4 = 0x8b5c |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_MAT4_ARBDefine "GL_FLOAT_MAT4" with expression ' 0x8B5C', CType: int More... | |
| static final int | GL_FLOAT_MAT3 = 0x8b5b |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_MAT3_ARBDefine "GL_FLOAT_MAT3" with expression ' 0x8B5B', CType: int More... | |
| static final int | GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 |
GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_colorAlias for: GL_ONE_MINUS_CONSTANT_COLOR_EXTDefine "GL_ONE_MINUS_CONSTANT_COLOR" with expression ' 0x8002', CType: int More... | |
| static final int | GL_FLOAT_MAT2 = 0x8b5a |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objectsAlias for: GL_FLOAT_MAT2_ARBDefine "GL_FLOAT_MAT2" with expression ' 0x8B5A', CType: int More... | |
| static final int | GL_MAX_INTEGER_SAMPLES = 0x9110 |
GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2Define "GL_MAX_INTEGER_SAMPLES" with expression ' 0x9110', CType: int More... | |
| static final int | GL_RED = 0x1903 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_blend_equation_advanced, GL_EXT_texture_rgAlias for: GL_RED_NV, GL_RED_EXTDefine "GL_RED" with expression ' 0x1903', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889f |
GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_ARB_vertex_buffer_objectAlias for: GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING" with expression ' 0x889F', CType: int More... | |
| static final int | GL_DRAW_BUFFER5 = 0x882a |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffersAlias for: GL_DRAW_BUFFER5_NV, GL_DRAW_BUFFER5_ATI, GL_DRAW_BUFFER5_EXT, GL_DRAW_BUFFER5_ARBDefine "GL_DRAW_BUFFER5" with expression ' 0x882A', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 |
GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_programAlias for: GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARBDefine "GL_VERTEX_ATTRIB_ARRAY_ENABLED" with expression ' 0x8622', CType: int More... | |
| static final int | GL_DRAW_BUFFER15 = 0x8834 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffersAlias for: GL_DRAW_BUFFER15_EXT, GL_DRAW_BUFFER15_ARB, GL_DRAW_BUFFER15_NV, GL_DRAW_BUFFER15_ATIDefine "GL_DRAW_BUFFER15" with expression ' 0x8834', CType: int More... | |
| static final int | GL_STENCIL_INDEX = 0x1901 |
Part of GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0 More... | |
Static Public Attributes inherited from com.jogamp.opengl.GL | |
| static final int | GL_ONE_MINUS_SRC_COLOR = 0x301 |
GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0Define "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_0Define "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_0Define "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_multisampleAlias for: GL_RENDERBUFFER_SAMPLES_APPLE, GL_RENDERBUFFER_SAMPLES_ANGLE, GL_RENDERBUFFER_SAMPLES_IMG, GL_RENDERBUFFER_SAMPLES_EXT, GL_RENDERBUFFER_SAMPLES_NVDefine "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_objectAlias for: GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OESDefine "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_objectAlias for: GL_INVALID_FRAMEBUFFER_OPERATION_EXT, GL_INVALID_FRAMEBUFFER_OPERATION_OESDefine "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_0Define "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_0Define "GL_INVALID_OPERATION" with expression ' 0x0502', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83f2 |
GL_EXT_texture_compression_s3tcDefine "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_floatAlias for: GL_RGB32F_EXT, GL_RGB32F_ARBDefine "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_objectAlias for: GL_DYNAMIC_DRAW_ARBDefine "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_0Define "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_robustnessAlias for: GL_UNKNOWN_CONTEXT_RESET_KHR, GL_UNKNOWN_CONTEXT_RESET_EXT, GL_UNKNOWN_CONTEXT_RESET_ARBDefine "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_0Define "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_multisampleAlias for: GL_MAX_SAMPLES_NV, GL_MAX_SAMPLES_IMG, GL_MAX_SAMPLES_APPLE, GL_MAX_SAMPLES_EXT, GL_MAX_SAMPLES_ANGLEDefine "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_objectAlias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OESDefine "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_0Define "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_multitextureAlias for: GL_TEXTURE0_ARBDefine "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_multitextureAlias for: GL_TEXTURE4_ARBDefine "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_multitextureAlias for: GL_TEXTURE3_ARBDefine "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_multitextureAlias for: GL_TEXTURE2_ARBDefine "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_multitextureAlias for: GL_TEXTURE1_ARBDefine "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_multitextureAlias for: GL_TEXTURE8_ARBDefine "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_multitextureAlias for: GL_TEXTURE7_ARBDefine "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_multitextureAlias for: GL_TEXTURE6_ARBDefine "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_multitextureAlias for: GL_TEXTURE5_ARBDefine "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_multitextureAlias for: GL_TEXTURE9_ARBDefine "GL_TEXTURE9" with expression ' 0x84C9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83f3 |
GL_EXT_texture_compression_s3tcDefine "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_textureAlias for: GL_RGB5_A1_OES, GL_RGB5_A1_EXTDefine "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_0Define "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_0Define "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_rangeAlias for: GL_MAP_INVALIDATE_BUFFER_BIT_EXTDefine "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_0Define "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_0Define "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_0Define "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_0Define "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_storageAlias for: GL_R16F_EXTDefine "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_0Define "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_0Define "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_objectAlias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OESDefine "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_0Define "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_0Define "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_0Define "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_shaderAlias for: GL_ONE_EXTDefine "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_sRGBAlias for: GL_SRGB_EXTDefine "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_objectAlias for: GL_RENDERBUFFER_STENCIL_SIZE_EXT, GL_RENDERBUFFER_STENCIL_SIZE_OESDefine "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_0Define "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_pointAlias for: GL_FIXED_OESDefine "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_0Define "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_0Define "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_0Define "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_blitAlias for: GL_DRAW_FRAMEBUFFER_BINDING_APPLE, GL_DRAW_FRAMEBUFFER_BINDING_NV, GL_DRAW_FRAMEBUFFER_BINDING_ANGLE, GL_DRAW_FRAMEBUFFER_BINDING_EXTDefine "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_0Define "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_mipmapAlias for: GL_GENERATE_MIPMAP_HINT_SGISDefine "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_0Define "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_0Define "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_0Define "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_internalformatAlias for: GL_RGBA4_EXT, GL_RGBA4_OESDefine "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_separateAlias for: GL_BLEND_EQUATION_RGB_OES, GL_BLEND_EQUATION_RGB_EXTDefine "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_floatAlias for: GL_RGB16F_EXT, GL_RGB16F_ARBDefine "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_multisampleAlias for: GL_SAMPLE_COVERAGE_INVERT_ARBDefine "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_rangeAlias for: GL_MAP_INVALIDATE_RANGE_BIT_EXTDefine "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_anisotropicDefine "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_objectAlias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXTDefine "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_0Define "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_formatAlias for: GL_IMPLEMENTATION_COLOR_READ_FORMAT_OESDefine "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_bgraDefine "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_0Define "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_0Define "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_objectAlias for: GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT, GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OESDefine "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_0Define "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_mapAlias for: GL_TEXTURE_CUBE_MAP_OES, GL_TEXTURE_CUBE_MAP_ARB, GL_TEXTURE_CUBE_MAP_EXTDefine "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_0Define "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_0Define "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_blitAlias for: GL_READ_FRAMEBUFFER_BINDING_APPLE, GL_READ_FRAMEBUFFER_BINDING_ANGLE, GL_READ_FRAMEBUFFER_BINDING_NV, GL_READ_FRAMEBUFFER_BINDING_EXTDefine "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_0Define "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_separateAlias for: GL_BLEND_EQUATION_ALPHA_EXT, GL_BLEND_EQUATION_ALPHA_OESDefine "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_stencilAlias for: GL_DEPTH24_STENCIL8_EXT, GL_DEPTH24_STENCIL8_OESDefine "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_rangeAlias for: GL_MAP_FLUSH_EXPLICIT_BIT_EXTDefine "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_multisampleAlias 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_NVDefine "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_rgAlias for: GL_RG8_EXTDefine "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_0Define "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_textureAlias for: GL_REPLACE_EXTDefine "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_rangeAlias for: GL_MAP_WRITE_BIT_EXTDefine "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_sRGBAlias for: GL_SRGB8_ALPHA8_EXTDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_WIDTH_EXT, GL_RENDERBUFFER_WIDTH_OESDefine "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_0Define "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_0Define "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_textureAlias for: GL_DEPTH_COMPONENT16_ARB, GL_DEPTH_COMPONENT16_OES, GL_DEPTH_COMPONENT16_SGIXDefine "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_rangeAlias for: GL_MAP_UNSYNCHRONIZED_BIT_EXTDefine "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_objectAlias for: GL_FRAMEBUFFER_BINDING_EXT, GL_FRAMEBUFFER_BINDING_OESDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_INTERNAL_FORMAT_OES, GL_RENDERBUFFER_INTERNAL_FORMAT_EXTDefine "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_stencil1Alias for: GL_STENCIL_INDEX1_EXT, GL_STENCIL_INDEX1_OESDefine "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_mapbufferAlias for: GL_BUFFER_MAPPED_ARB, GL_BUFFER_MAPPED_OESDefine "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_0Define "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_floatAlias for: GL_RGBA16F_EXT, GL_RGBA16F_ARBDefine "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_textureAlias for: GL_RGBA8_OES, GL_RGBA8_EXTDefine "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_minmaxAlias for: GL_BLEND_EQUATION_OES, GL_BLEND_EQUATION_EXTDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_BLUE_SIZE_OES, GL_RENDERBUFFER_BLUE_SIZE_EXTDefine "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_0Define "GL_STENCIL_WRITEMASK" with expression ' 0x0B98', CType: int More... | |
| static final int | GL_LUMINANCE32F = 0x8818 |
GL_EXT_texture_storage, GL_ARB_texture_floatAlias for: GL_LUMINANCE32F_EXT, GL_LUMINANCE32F_ARBDefine "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_uintDefine "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_objectAlias for: GL_DEPTH_ATTACHMENT_EXT, GL_DEPTH_ATTACHMENT_OESDefine "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_internalformatAlias for: GL_RGB10_A2_EXTDefine "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_multisampleAlias for: GL_SAMPLE_COVERAGE_VALUE_ARBDefine "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_blitAlias for: GL_DRAW_FRAMEBUFFER_NV, GL_DRAW_FRAMEBUFFER_EXT, GL_DRAW_FRAMEBUFFER_APPLE, GL_DRAW_FRAMEBUFFER_ANGLEDefine "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_0Define "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_0Define "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_separateAlias for: GL_BLEND_SRC_RGB_EXT, GL_BLEND_SRC_RGB_OESDefine "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_0Define "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_objectAlias for: GL_ELEMENT_ARRAY_BUFFER_ARBDefine "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_objectAlias for: GL_MAX_RENDERBUFFER_SIZE_OES, GL_MAX_RENDERBUFFER_SIZE_EXTDefine "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_0Define "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_multisampleAlias for: GL_SAMPLE_COVERAGE_ARBDefine "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_0Define "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_0Define "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_mapAlias for: GL_TEXTURE_BINDING_CUBE_MAP_ARB, GL_TEXTURE_BINDING_CUBE_MAP_EXT, GL_TEXTURE_BINDING_CUBE_MAP_OESDefine "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_multisampleAlias for: GL_READ_FRAMEBUFFER_EXT, GL_READ_FRAMEBUFFER_ANGLE, GL_READ_FRAMEBUFFER_NV, GL_READ_FRAMEBUFFER_APPLEDefine "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_multisampleAlias for: GL_SAMPLE_BUFFERS_3DFX, GL_SAMPLE_BUFFERS_ARB, GL_SAMPLE_BUFFERS_EXT, GL_SAMPLE_BUFFERS_SGISDefine "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_bgraDefine "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_objectAlias for: GL_RENDERBUFFER_ALPHA_SIZE_OES, GL_RENDERBUFFER_ALPHA_SIZE_EXTDefine "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_0Define "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_objectAlias for: GL_COLOR_ATTACHMENT0_NV, GL_COLOR_ATTACHMENT0_OES, GL_COLOR_ATTACHMENT0_EXTDefine "GL_COLOR_ATTACHMENT0" with expression ' 0x8CE0', CType: int More... | |
| static final int | GL_LUMINANCE_ALPHA16F = 0x881f |
GL_EXT_texture_storage, GL_ARB_texture_floatAlias for: GL_LUMINANCE_ALPHA16F_EXT, GL_LUMINANCE_ALPHA16F_ARBDefine "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_0Define "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_mapAlias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OESDefine "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_mapAlias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OESDefine "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_wrapAlias for: GL_INCR_WRAP_EXT, GL_INCR_WRAP_OESDefine "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_mapAlias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OESDefine "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_0Define "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_0Define "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_0Define "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_0Define "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_storageAlias for: GL_RG16F_EXTDefine "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_0Define "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_mapAlias for: GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB, GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT, GL_MAX_CUBE_MAP_TEXTURE_SIZE_OESDefine "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_objectAlias for: GL_RENDERBUFFER_BINDING_OES, GL_RENDERBUFFER_BINDING_EXTDefine "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_robustnessAlias for: GL_RESET_NOTIFICATION_STRATEGY_KHR, GL_RESET_NOTIFICATION_STRATEGY_EXT, GL_RESET_NOTIFICATION_STRATEGY_ARBDefine "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_0Define "GL_COLOR_BUFFER_BIT" with expression ' 0x00004000', CType: int More... | |
| static final int | GL_ALPHA32F = 0x8816 |
GL_EXT_texture_storage, GL_ARB_texture_floatAlias for: GL_ALPHA32F_EXT, GL_ALPHA32F_ARBDefine "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_offsetAlias for: GL_POLYGON_OFFSET_FACTOR_EXTDefine "GL_POLYGON_OFFSET_FACTOR" with expression ' 0x8038', CType: int More... | |
| static final int | GL_BGR = 0x80e0 |
GL_VERSION_1_2, GL_EXT_bgraAlias for: GL_BGR_EXTDefine "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_0Define "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_bgraAlias for: GL_BGRA_IMG, GL_BGRA_EXTDefine "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_0Define "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_repeatAlias for: GL_MIRRORED_REPEAT_OES, GL_MIRRORED_REPEAT_IBM, GL_MIRRORED_REPEAT_ARBDefine "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_objectAlias for: GL_ELEMENT_ARRAY_BUFFER_BINDING_ARBDefine "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_0Define "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_mapAlias for: GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES, GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXTDefine "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_mapAlias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OESDefine "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_mapAlias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OESDefine "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_0Define "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_subtractAlias for: GL_FUNC_ADD_EXT, GL_FUNC_ADD_OESDefine "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_0Define "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_0Define "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_separateAlias for: GL_BLEND_SRC_ALPHA_OES, GL_BLEND_SRC_ALPHA_EXTDefine "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_sRGBAlias for: GL_SRGB_ALPHA_EXTDefine "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_controlAlias for: GL_FRAMEBUFFER_SRGB_EXTDefine "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_pixelsAlias for: GL_UNSIGNED_SHORT_4_4_4_4_EXTDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_HEIGHT_OES, GL_RENDERBUFFER_HEIGHT_EXTDefine "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_0Define "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_internalformatAlias for: GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE8_ALPHA8_OESDefine "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_internalformatAlias for: GL_RGB565_OESDefine "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_0Define "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_pixelsAlias for: GL_UNSIGNED_SHORT_5_5_5_1_EXTDefine "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_internalformatAlias for: GL_ALPHA8_EXT, GL_ALPHA8_OESDefine "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_0Define "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_0Define "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_textureAlias for: GL_LUMINANCE8_OES, GL_LUMINANCE8_EXTDefine "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_0Define "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_0Define "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_internalformatAlias for: GL_RGB8_EXT, GL_RGB8_OESDefine "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_0Define "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_0Define "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_0Define "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_0Define "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_0Define "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_0Define "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_multitextureAlias for: GL_ACTIVE_TEXTURE_ARBDefine "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_robustnessAlias for: GL_INNOCENT_CONTEXT_RESET_EXT, GL_INNOCENT_CONTEXT_RESET_ARB, GL_INNOCENT_CONTEXT_RESET_KHRDefine "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_objectAlias for: GL_BUFFER_USAGE_ARBDefine "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_formatAlias for: GL_IMPLEMENTATION_COLOR_READ_TYPE_OESDefine "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_compressionAlias for: GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARBDefine "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_0Define "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_objectAlias for: GL_BUFFER_SIZE_ARBDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_DEPTH_SIZE_EXT, GL_RENDERBUFFER_DEPTH_SIZE_OESDefine "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_multitextureAlias for: GL_TEXTURE20_ARBDefine "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_0Define "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_wrapAlias for: GL_DECR_WRAP_OES, GL_DECR_WRAP_EXTDefine "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_multitextureAlias for: GL_TEXTURE19_ARBDefine "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_multitextureAlias for: GL_TEXTURE18_ARBDefine "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_multitextureAlias for: GL_TEXTURE17_ARBDefine "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_multitextureAlias for: GL_TEXTURE16_ARBDefine "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_multitextureAlias for: GL_TEXTURE15_ARBDefine "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_multitextureAlias for: GL_TEXTURE14_ARBDefine "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_multitextureAlias for: GL_TEXTURE13_ARBDefine "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_multitextureAlias for: GL_TEXTURE12_ARBDefine "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_multitextureAlias for: GL_TEXTURE11_ARBDefine "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_multitextureAlias for: GL_TEXTURE10_ARBDefine "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_multitextureAlias for: GL_TEXTURE31_ARBDefine "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_multitextureAlias for: GL_TEXTURE30_ARBDefine "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_rgAlias for: GL_R8_EXTDefine "GL_R8" with expression ' 0x8229', CType: int More... | |
| static final int | GL_ALPHA16F = 0x881c |
GL_EXT_texture_storage, GL_ARB_texture_floatAlias for: GL_ALPHA16F_EXT, GL_ALPHA16F_ARBDefine "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_multitextureAlias for: GL_TEXTURE29_ARBDefine "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_multitextureAlias for: GL_TEXTURE28_ARBDefine "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_multitextureAlias for: GL_TEXTURE27_ARBDefine "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_multitextureAlias for: GL_TEXTURE26_ARBDefine "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_multitextureAlias for: GL_TEXTURE25_ARBDefine "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_multitextureAlias for: GL_TEXTURE24_ARBDefine "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_multitextureAlias for: GL_TEXTURE23_ARBDefine "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_multitextureAlias for: GL_TEXTURE22_ARBDefine "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_multitextureAlias for: GL_TEXTURE21_ARBDefine "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_0Define "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_0Define "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_0Define "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_objectAlias for: GL_ARRAY_BUFFER_BINDING_ARBDefine "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_objectAlias for: GL_FRAMEBUFFER_COMPLETE_EXT, GL_FRAMEBUFFER_COMPLETE_OESDefine "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_0Define "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_0Define "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_0Define "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_0Define "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_0Define "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_0Define "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_0Define "GL_FRONT_AND_BACK" with expression ' 0x0408', CType: int More... | |
| static final int | GL_LUMINANCE_ALPHA32F = 0x8819 |
GL_EXT_texture_storage, GL_ARB_texture_floatAlias for: GL_LUMINANCE_ALPHA32F_EXT, GL_LUMINANCE_ALPHA32F_ARBDefine "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_0Define "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_rangeAlias for: GL_MAP_READ_BIT_EXTDefine "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_objectAlias for: GL_FRAMEBUFFER_OES, GL_FRAMEBUFFER_EXTDefine "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_objectAlias for: GL_ARRAY_BUFFER_ARBDefine "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_storageAlias for: GL_TEXTURE_IMMUTABLE_FORMAT_EXTDefine "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_0Define "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_objectAlias for: GL_NONE_OESDefine "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_0Define "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_0Define "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_dxt1Define "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_floatAlias for: GL_LUMINANCE16F_EXT, GL_LUMINANCE16F_ARBDefine "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_0Define "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_objectAlias for: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXTDefine "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_subtractAlias for: GL_FUNC_REVERSE_SUBTRACT_OES, GL_FUNC_REVERSE_SUBTRACT_EXTDefine "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_0Define "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_0Define "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_stencil8Alias for: GL_STENCIL_INDEX8_EXT, GL_STENCIL_INDEX8_OESDefine "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_0Define "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_objectAlias for: GL_WRITE_ONLY_OES, GL_WRITE_ONLY_ARBDefine "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_objectAlias for: GL_STATIC_DRAW_ARBDefine "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_0Define "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_depth32Alias for: GL_DEPTH_COMPONENT32_ARB, GL_DEPTH_COMPONENT32_SGIX, GL_DEPTH_COMPONENT32_OESDefine "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_0Define "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_subtractAlias for: GL_FUNC_SUBTRACT_OES, GL_FUNC_SUBTRACT_EXTDefine "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_objectAlias for: GL_FRAMEBUFFER_UNSUPPORTED_EXT, GL_FRAMEBUFFER_UNSUPPORTED_OESDefine "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_multisampleAlias for: GL_SAMPLES_3DFX, GL_SAMPLES_ARB, GL_SAMPLES_EXT, GL_SAMPLES_SGISDefine "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_0Define "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_textureAlias for: GL_DEPTH_COMPONENT24_ARB, GL_DEPTH_COMPONENT24_OES, GL_DEPTH_COMPONENT24_SGIXDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_GREEN_SIZE_EXT, GL_RENDERBUFFER_GREEN_SIZE_OESDefine "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_separateAlias for: GL_BLEND_DST_RGB_EXT, GL_BLEND_DST_RGB_OESDefine "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_0Define "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_robustnessAlias for: GL_NO_RESET_NOTIFICATION_EXT, GL_NO_RESET_NOTIFICATION_ARB, GL_NO_RESET_NOTIFICATION_KHRDefine "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_stencilAlias for: GL_DEPTH_STENCIL_OES, GL_DEPTH_STENCIL_NV, GL_DEPTH_STENCIL_EXTDefine "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_mapbufferAlias for: GL_BUFFER_ACCESS_ARB, GL_BUFFER_ACCESS_OESDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_EXT, GL_RENDERBUFFER_OESDefine "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_0Define "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_robustnessAlias for: GL_GUILTY_CONTEXT_RESET_EXT, GL_GUILTY_CONTEXT_RESET_ARB, GL_GUILTY_CONTEXT_RESET_KHRDefine "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_0Define "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_robustnessAlias for: GL_LOSE_CONTEXT_ON_RESET_KHR, GL_LOSE_CONTEXT_ON_RESET_EXT, GL_LOSE_CONTEXT_ON_RESET_ARBDefine "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_0Define "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_objectAlias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OESDefine "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_stencil4Alias for: GL_STENCIL_INDEX4_EXT, GL_STENCIL_INDEX4_OESDefine "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_0Define "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_objectAlias for: GL_RENDERBUFFER_RED_SIZE_OES, GL_RENDERBUFFER_RED_SIZE_EXTDefine "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_extendedAlias for: GL_SRC_ALPHA_SATURATE_EXTDefine "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_0Define "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_internalformatAlias for: GL_LUMINANCE4_ALPHA4_EXT, GL_LUMINANCE4_ALPHA4_OESDefine "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_storageAlias for: GL_RG32F_EXTDefine "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_storageAlias for: GL_R32F_EXTDefine "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_multisampleAlias for: GL_SAMPLE_ALPHA_TO_COVERAGE_ARBDefine "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_0Define "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_stencilAlias for: GL_UNSIGNED_INT_24_8_NV, GL_UNSIGNED_INT_24_8_EXT, GL_UNSIGNED_INT_24_8_OESDefine "GL_UNSIGNED_INT_24_8" with expression ' 0x84FA', CType: int More... | |
| static final int | GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84fe |
GL_EXT_texture_filter_anisotropicDefine "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_0Define "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_dxt1Define "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_shaderAlias for: GL_ZERO_EXTDefine "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_clampAlias for: GL_CLAMP_TO_EDGE_SGISDefine "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_separateAlias for: GL_BLEND_DST_ALPHA_EXT, GL_BLEND_DST_ALPHA_OESDefine "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_internalformatAlias for: GL_RGB10_EXTDefine "GL_RGB10" with expression ' 0x8052', CType: int More... | |
| static final int | GL_BGRA8 = 0x93a1 |
GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_storageAlias for: GL_BGRA8_EXTDefine "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_0Define "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_floatAlias for: GL_RGBA32F_EXT, GL_RGBA32F_ARBDefine "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_objectAlias for: GL_STENCIL_ATTACHMENT_EXT, GL_STENCIL_ATTACHMENT_OESDefine "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_0Define "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_objectAlias for: GL_BUFFER_MAP_POINTER_OES, GL_BUFFER_MAP_POINTER_ARBDefine "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_0Define "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_0Define "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_0Define "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_compressionAlias for: GL_COMPRESSED_TEXTURE_FORMATS_ARBDefine "GL_COMPRESSED_TEXTURE_FORMATS" with expression ' 0x86A3', CType: int More... | |
| static final int | GL_AND = 0x1501 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_AND_INVERTED = 0x1504 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_AND_REVERSE = 0x1502 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_BLEND_DST = 0x0BE0 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_BLEND_SRC = 0x0BE1 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_CLEAR = 0x1500 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_COLOR_LOGIC_OP = 0x0BF2 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_COPY = 0x1503 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_COPY_INVERTED = 0x150C |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_EQUIV = 0x1509 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_LINE_SMOOTH = 0x0B20 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_LINE_SMOOTH_HINT = 0x0C52 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_LOGIC_OP_MODE = 0x0BF0 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_MULTISAMPLE = 0x809D |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_NAND = 0x150E |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_NOOP = 0x1505 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_NOR = 0x1508 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_OR = 0x1507 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_OR_INVERTED = 0x150D |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_OR_REVERSE = 0x150B |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_POINT_SIZE = 0x0B11 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_SAMPLE_ALPHA_TO_ONE = 0x809F |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_SET = 0x150F |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_XOR = 0x1506 |
| Common in ES1, GL2 and GL3. More... | |
| static final int | GL_HALF_FLOAT = 0x140B |
Part of GL_ARB_half_float_vertex; GL_NV_half_float; GL_ARB_half_float_pixel, earmarked for ES 3.0 (hence kept in GL while fixing Bug 590) More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_FORMATS = 0x8CDA |
Part of GL_EXT_framebuffer_object; GL_ES_VERSION_2_0; GL_OES_framebuffer_object More... | |
| static final int | GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B |
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0; GL_EXT_packed_float More... | |
Static Public Attributes inherited from com.jogamp.opengl.GL3ES3 | |
| static final int | GL_GEOMETRY_INPUT_TYPE = 0x8917 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4Alias for: GL_GEOMETRY_INPUT_TYPE_EXT, GL_GEOMETRY_INPUT_TYPE_ARBDefine "GL_GEOMETRY_INPUT_TYPE" with expression ' 0x8917', CType: int More... | |
| static final int | GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_REFERENCED_BY_GEOMETRY_SHADER_EXT, GL_REFERENCED_BY_GEOMETRY_SHADER_OESDefine "GL_REFERENCED_BY_GEOMETRY_SHADER" with expression ' 0x9309', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT, GL_REFERENCED_BY_TESS_CONTROL_SHADER_OESDefine "GL_REFERENCED_BY_TESS_CONTROL_SHADER" with expression ' 0x9307', CType: int More... | |
| static final int | GL_OVERLAY = 0x9296 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_OVERLAY_KHR, GL_OVERLAY_NVDefine "GL_OVERLAY" with expression ' 0x9296', CType: int More... | |
| static final int | GL_TOP_LEVEL_ARRAY_SIZE = 0x930c |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_TOP_LEVEL_ARRAY_SIZE" with expression ' 0x930C', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_INPUT_COMPONENTS_OESDefine "GL_MAX_GEOMETRY_INPUT_COMPONENTS" with expression ' 0x9123', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BUFFER_BINDING = 0x90d3 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BUFFER_BINDING" with expression ' 0x90D3', CType: int More... | |
| static final int | GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90cf |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_MAX_COMBINED_IMAGE_UNIFORMS" with expression ' 0x90CF', CType: int More... | |
| static final int | GL_LINES_ADJACENCY = 0xa |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: GL_LINES_ADJACENCY_OES, GL_LINES_ADJACENCY_EXT, GL_LINES_ADJACENCY_ARBDefine "GL_LINES_ADJACENCY" with expression ' 0x000A', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x4 = 0x93b0 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_4x4_KHRDefine "GL_COMPRESSED_RGBA_ASTC_4x4" with expression ' 0x93B0', CType: int More... | |
| static final int | GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_GPU_COMMANDS_COMPLETE_APPLEDefine "GL_SYNC_GPU_COMMANDS_COMPLETE" with expression ' 0x9117', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886c |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OESDefine "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS" with expression ' 0x886C', CType: int More... | |
| static final int | GL_FRACTIONAL_ODD = 0x8e7b |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_FRACTIONAL_ODD_EXT, GL_FRACTIONAL_ODD_OESDefine "GL_FRACTIONAL_ODD" with expression ' 0x8E7B', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6 = 0x93d9 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6" with expression ' 0x93D9', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5 = 0x93d8 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5" with expression ' 0x93D8', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8 = 0x93da |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8" with expression ' 0x93DA', CType: int More... | |
| static final int | GL_HSL_HUE = 0x92ad |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HSL_HUE_NV, GL_HSL_HUE_KHRDefine "GL_HSL_HUE" with expression ' 0x92AD', CType: int More... | |
| static final int | GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91bd |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_IMAGE_UNIFORMS" with expression ' 0x91BD', CType: int More... | |
| static final int | GL_LAYER_PROVOKING_VERTEX = 0x825e |
GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_LAYER_PROVOKING_VERTEX_EXT, GL_LAYER_PROVOKING_VERTEX_OESDefine "GL_LAYER_PROVOKING_VERTEX" with expression ' 0x825E', CType: int More... | |
| static final int | GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90c9 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS" with expression ' 0x90C9', CType: int More... | |
| static final int | GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8f39 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES" with expression ' 0x8F39', CType: int More... | |
| static final int | GL_ACTIVE_RESOURCES = 0x92f5 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_ACTIVE_RESOURCES" with expression ' 0x92F5', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x8 = 0x93b7 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_8x8_KHRDefine "GL_COMPRESSED_RGBA_ASTC_8x8" with expression ' 0x93B7', CType: int More... | |
| static final int | GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_UNIFORM_COMPONENTS" with expression ' 0x8263', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x6 = 0x93b6 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_8x6_KHRDefine "GL_COMPRESSED_RGBA_ASTC_8x6" with expression ' 0x93B6', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x5 = 0x93b5 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_8x5_KHRDefine "GL_COMPRESSED_RGBA_ASTC_8x5" with expression ' 0x93B5', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_VARYING = 0x92f4 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_TRANSFORM_FEEDBACK_VARYING" with expression ' 0x92F4', CType: int More... | |
| static final int | GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_REFERENCED_BY_VERTEX_SHADER" with expression ' 0x9306', CType: int More... | |
| static final int | GL_MULTISAMPLE_LINE_WIDTH_RANGE = 0x9381 |
GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibilityAlias for: GL_MULTISAMPLE_LINE_WIDTH_RANGE_ARBDefine "GL_MULTISAMPLE_LINE_WIDTH_RANGE" with expression ' 0x9381', CType: int More... | |
| static final int | GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90d6 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS" with expression ' 0x90D6', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 = 0x93d5 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5" with expression ' 0x93D5', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6 = 0x93d6 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6" with expression ' 0x93D6', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 = 0x93d7 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8" with expression ' 0x93D7', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8e86 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES, GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXTDefine "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS" with expression ' 0x8E86', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90cb |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT, GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OESDefine "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS" with expression ' 0x90CB', CType: int More... | |
| static final int | GL_FRACTIONAL_EVEN = 0x8e7c |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_FRACTIONAL_EVEN_EXT, GL_FRACTIONAL_EVEN_OESDefine "GL_FRACTIONAL_EVEN" with expression ' 0x8E7C', CType: int More... | |
| static final int | GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91bf |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_WORK_GROUP_SIZE" with expression ' 0x91BF', CType: int More... | |
| static final int | GL_MAX_NUM_ACTIVE_VARIABLES = 0x92f7 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_MAX_NUM_ACTIVE_VARIABLES" with expression ' 0x92F7', CType: int More... | |
| static final int | GL_REFERENCED_BY_COMPUTE_SHADER = 0x930b |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_REFERENCED_BY_COMPUTE_SHADER" with expression ' 0x930B', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8de1 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OESDefine "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS" with expression ' 0x8DE1', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_ATOMIC_COUNTER_BUFFER_INDEX" with expression ' 0x9301', CType: int More... | |
| static final int | GL_HARDLIGHT = 0x929b |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HARDLIGHT_NV, GL_HARDLIGHT_KHRDefine "GL_HARDLIGHT" with expression ' 0x929B', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8de0 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES, GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT, GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARBDefine "GL_MAX_GEOMETRY_OUTPUT_VERTICES" with expression ' 0x8DE0', CType: int More... | |
| static final int | GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8e5e |
GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_ARB_texture_gather, GL_NV_gpu_program5Alias for: GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB, GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NVDefine "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET" with expression ' 0x8E5E', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4 = 0x93d0 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4" with expression ' 0x93D0', CType: int More... | |
| static final int | GL_MAX_UNIFORM_LOCATIONS = 0x826e |
GL_ARB_explicit_uniform_location, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_UNIFORM_LOCATIONS" with expression ' 0x826E', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK = 0x92e2 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_UNIFORM_BLOCK" with expression ' 0x92E2', CType: int More... | |
| static final int | GL_SYNC_STATUS = 0x9114 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_STATUS_APPLEDefine "GL_SYNC_STATUS" with expression ' 0x9114', CType: int More... | |
| static final int | GL_OFFSET = 0x92fc |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_OFFSET" with expression ' 0x92FC', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8ddf |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARBDefine "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" with expression ' 0x8DDF', CType: int More... | |
| static final int | GL_MAX_PATCH_VERTICES = 0x8e7d |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_PATCH_VERTICES_OES, GL_MAX_PATCH_VERTICES_EXTDefine "GL_MAX_PATCH_VERTICES" with expression ' 0x8E7D', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8e85 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OESDefine "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS" with expression ' 0x8E85', CType: int More... | |
| static final int | GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90de |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_SHADER_STORAGE_BLOCK_SIZE" with expression ' 0x90DE', CType: int More... | |
| static final int | GL_PROGRAM_OUTPUT = 0x92e4 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_PROGRAM_OUTPUT" with expression ' 0x92E4', CType: int More... | |
| static final int | GL_SYNC_FLAGS = 0x9115 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_FLAGS_APPLEDefine "GL_SYNC_FLAGS" with expression ' 0x9115', CType: int More... | |
| static final int | GL_VERTEX_BINDING_DIVISOR = 0x82d6 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_VERTEX_BINDING_DIVISOR" with expression ' 0x82D6', CType: int More... | |
| static final int | GL_UNSIGNALED = 0x9118 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_UNSIGNALED_APPLEDefine "GL_UNSIGNALED" with expression ' 0x9118', CType: int More... | |
| static final int | GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY = 0x9382 |
GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibilityAlias for: GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARBDefine "GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY" with expression ' 0x9382', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90da |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS" with expression ' 0x90DA', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BUFFER = 0x90d2 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BUFFER" with expression ' 0x90D2', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8e83 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OESDefine "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS" with expression ' 0x8E83', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90cc |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES, GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXTDefine "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS" with expression ' 0x90CC', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8da7 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shaderAlias for: GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OESDefine "GL_FRAMEBUFFER_ATTACHMENT_LAYERED" with expression ' 0x8DA7', CType: int More... | |
| static final int | GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90db |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS" with expression ' 0x90DB', CType: int More... | |
| static final int | GL_TESS_GEN_VERTEX_ORDER = 0x8e78 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_TESS_GEN_VERTEX_ORDER_OES, GL_TESS_GEN_VERTEX_ORDER_EXTDefine "GL_TESS_GEN_VERTEX_ORDER" with expression ' 0x8E78', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90df |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT" with expression ' 0x90DF', CType: int More... | |
| static final int | GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90dd |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS" with expression ' 0x90DD', CType: int More... | |
| static final int | GL_LINE_STRIP_ADJACENCY = 0xb |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: GL_LINE_STRIP_ADJACENCY_OES, GL_LINE_STRIP_ADJACENCY_EXT, GL_LINE_STRIP_ADJACENCY_ARBDefine "GL_LINE_STRIP_ADJACENCY" with expression ' 0x000B', CType: int More... | |
| static final int | GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS" with expression ' 0x8266', CType: int More... | |
| static final int | GL_MATRIX_STRIDE = 0x92ff |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_MATRIX_STRIDE" with expression ' 0x92FF', CType: int More... | |
| static final int | GL_ACTIVE_VARIABLES = 0x9305 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_ACTIVE_VARIABLES" with expression ' 0x9305', CType: int More... | |
| static final int | GL_SCREEN = 0x9295 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_SCREEN_KHR, GL_SCREEN_NVDefine "GL_SCREEN" with expression ' 0x9295', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90d8 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT, GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OESDefine "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS" with expression ' 0x90D8', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8e80 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT, GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OESDefine "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS" with expression ' 0x8E80', CType: int More... | |
| static final int | GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8e5b |
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_interpolationAlias for: GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OESDefine "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET" with expression ' 0x8E5B', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8e5c |
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_interpolationAlias for: GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OESDefine "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET" with expression ' 0x8E5C', CType: int More... | |
| static final int | GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91be |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_WORK_GROUP_COUNT" with expression ' 0x91BE', CType: int More... | |
| static final int | GL_PRIMITIVE_BOUNDING_BOX = 0x92be |
GL_ES_VERSION_3_2, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility, GL_OES_primitive_bounding_boxAlias for: GL_PRIMITIVE_BOUNDING_BOX_EXT, GL_PRIMITIVE_BOUNDING_BOX_ARB, GL_PRIMITIVE_BOUNDING_BOX_OESDefine "GL_PRIMITIVE_BOUNDING_BOX" with expression ' 0x92BE', CType: int More... | |
| static final int | GL_TOP_LEVEL_ARRAY_STRIDE = 0x930d |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_TOP_LEVEL_ARRAY_STRIDE" with expression ' 0x930D', CType: int More... | |
| static final int | GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91bc |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS" with expression ' 0x91BC', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8e8a |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT, GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OESDefine "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS" with expression ' 0x8E8A', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x6 = 0x93b9 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_10x6_KHRDefine "GL_COMPRESSED_RGBA_ASTC_10x6" with expression ' 0x93B9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x8 = 0x93ba |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_10x8_KHRDefine "GL_COMPRESSED_RGBA_ASTC_10x8" with expression ' 0x93BA', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x5 = 0x93b8 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_10x5_KHRDefine "GL_COMPRESSED_RGBA_ASTC_10x5" with expression ' 0x93B8', CType: int More... | |
| static final int | GL_PROGRAM_INPUT = 0x92e3 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_PROGRAM_INPUT" with expression ' 0x92E3', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10 = 0x93db |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10" with expression ' 0x93DB', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8da8 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shaderAlias for: GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OESDefine "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS" with expression ' 0x8DA8', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x10 = 0x93bb |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_10x10_KHRDefine "GL_COMPRESSED_RGBA_ASTC_10x10" with expression ' 0x93BB', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET = 0x919d |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_bufferAlias for: GL_TEXTURE_BUFFER_OFFSET_OES, GL_TEXTURE_BUFFER_OFFSET_EXTDefine "GL_TEXTURE_BUFFER_OFFSET" with expression ' 0x919D', CType: int More... | |
| static final int | GL_HSL_SATURATION = 0x92ae |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_HSL_SATURATION_KHR, GL_HSL_SATURATION_NVDefine "GL_HSL_SATURATION" with expression ' 0x92AE', CType: int More... | |
| static final int | GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90c7 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_IMAGE_FORMAT_COMPATIBILITY_TYPE" with expression ' 0x90C7', CType: int More... | |
| static final int | GL_MAX_TESS_GEN_LEVEL = 0x8e7e |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_GEN_LEVEL_EXT, GL_MAX_TESS_GEN_LEVEL_OESDefine "GL_MAX_TESS_GEN_LEVEL" with expression ' 0x8E7E', CType: int More... | |
| static final int | GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82d9 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET" with expression ' 0x82D9', CType: int More... | |
| static final int | GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_ATOMIC_COUNTERS" with expression ' 0x8265', CType: int More... | |
| static final int | GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90dc |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS" with expression ' 0x90DC', CType: int More... | |
| static final int | GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91bb |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_UNIFORM_BLOCKS" with expression ' 0x91BB', CType: int More... | |
| static final int | GL_ARRAY_STRIDE = 0x92fe |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_ARRAY_STRIDE" with expression ' 0x92FE', CType: int More... | |
| static final int | GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_SHARED_MEMORY_SIZE" with expression ' 0x8262', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8e89 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES, GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXTDefine "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS" with expression ' 0x8E89', CType: int More... | |
| static final int | GL_TRIANGLES_ADJACENCY = 0xc |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shaderAlias for: GL_TRIANGLES_ADJACENCY_EXT, GL_TRIANGLES_ADJACENCY_ARB, GL_TRIANGLES_ADJACENCY_OESDefine "GL_TRIANGLES_ADJACENCY" with expression ' 0x000C', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82d5 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_VERTEX_ATTRIB_RELATIVE_OFFSET" with expression ' 0x82D5', CType: int More... | |
| static final int | GL_IS_ROW_MAJOR = 0x9300 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_IS_ROW_MAJOR" with expression ' 0x9300', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 |
GL_ES_VERSION_3_0, GL_VERSION_3_2Define "GL_MAX_FRAGMENT_INPUT_COMPONENTS" with expression ' 0x9125', CType: int More... | |
| static final int | GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8e75 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_TESS_CONTROL_OUTPUT_VERTICES_OES, GL_TESS_CONTROL_OUTPUT_VERTICES_EXTDefine "GL_TESS_CONTROL_OUTPUT_VERTICES" with expression ' 0x8E75', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90d7 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES, GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXTDefine "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS" with expression ' 0x90D7', CType: int More... | |
| static final int | GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8e5f |
GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_NV_gpu_program5, GL_ARB_texture_gatherAlias for: GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV, GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARBDefine "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET" with expression ' 0x8E5F', CType: int More... | |
| static final int | GL_HSL_COLOR = 0x92af |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_HSL_COLOR_NV, GL_HSL_COLOR_KHRDefine "GL_HSL_COLOR" with expression ' 0x92AF', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90d9 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES, GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXTDefine "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS" with expression ' 0x90D9', CType: int More... | |
| static final int | GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90ef |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_DISPATCH_INDIRECT_BUFFER_BINDING" with expression ' 0x90EF', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER = 0x8e88 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_CONTROL_SHADER_EXT, GL_TESS_CONTROL_SHADER_OESDefine "GL_TESS_CONTROL_SHADER" with expression ' 0x8E88', CType: int More... | |
| static final int | GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90c8 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE" with expression ' 0x90C8', CType: int More... | |
| static final int | GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930a |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_REFERENCED_BY_FRAGMENT_SHADER" with expression ' 0x930A', CType: int More... | |
| static final int | GL_VERTEX_BINDING_STRIDE = 0x82d8 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_VERTEX_BINDING_STRIDE" with expression ' 0x82D8', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90cd |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT, GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OESDefine "GL_MAX_GEOMETRY_IMAGE_UNIFORMS" with expression ' 0x90CD', CType: int More... | |
| static final int | GL_COMPUTE_SHADER = 0x91b9 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_COMPUTE_SHADER" with expression ' 0x91B9', CType: int More... | |
| static final int | GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82e5 |
GL_VERSION_4_4, GL_ES_VERSION_3_1Define "GL_MAX_VERTEX_ATTRIB_STRIDE" with expression ' 0x82E5', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OESDefine "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" with expression ' 0x9124', CType: int More... | |
| static final int | GL_COLORBURN = 0x929a |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_COLORBURN_NV, GL_COLORBURN_KHRDefine "GL_COLORBURN" with expression ' 0x929A', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x6 = 0x93b4 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_6x6_KHRDefine "GL_COMPRESSED_RGBA_ASTC_6x6" with expression ' 0x93B4', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x5 = 0x93b3 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_6x5_KHRDefine "GL_COMPRESSED_RGBA_ASTC_6x5" with expression ' 0x93B3', CType: int More... | |
| static final int | GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 |
GL_ES_VERSION_3_0, GL_VERSION_3_2Define "GL_MAX_VERTEX_OUTPUT_COMPONENTS" with expression ' 0x9122', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5 = 0x93d3 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5" with expression ' 0x93D3', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6 = 0x93d4 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6" with expression ' 0x93D4', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_INVOCATIONS = 0x887f |
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_GEOMETRY_SHADER_INVOCATIONS_EXT, GL_GEOMETRY_SHADER_INVOCATIONS_OESDefine "GL_GEOMETRY_SHADER_INVOCATIONS" with expression ' 0x887F', CType: int More... | |
| static final int | GL_TIMEOUT_EXPIRED = 0x911b |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_TIMEOUT_EXPIRED_APPLEDefine "GL_TIMEOUT_EXPIRED" with expression ' 0x911B', CType: int More... | |
| static final int | GL_TESS_GEN_SPACING = 0x8e77 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_GEN_SPACING_EXT, GL_TESS_GEN_SPACING_OESDefine "GL_TESS_GEN_SPACING" with expression ' 0x8E77', CType: int More... | |
| static final int | GL_BUFFER_VARIABLE = 0x92e5 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_BUFFER_VARIABLE" with expression ' 0x92E5', CType: int More... | |
| static final int | GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES, GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXTDefine "GL_REFERENCED_BY_TESS_EVALUATION_SHADER" with expression ' 0x9308', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BUFFER_SIZE = 0x90d5 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BUFFER_SIZE" with expression ' 0x90D5', CType: int More... | |
| static final int | GL_VERTEX_BINDING_BUFFER = 0x8f4f |
GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_VERTEX_BINDING_BUFFER" with expression ' 0x8F4F', CType: int More... | |
| static final int | GL_IS_PER_PATCH = 0x92e7 |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_IS_PER_PATCH_OES, GL_IS_PER_PATCH_EXTDefine "GL_IS_PER_PATCH" with expression ' 0x92E7', CType: int More... | |
| static final int | GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82da |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_MAX_VERTEX_ATTRIB_BINDINGS" with expression ' 0x82DA', CType: int More... | |
| static final int | GL_ALREADY_SIGNALED = 0x911a |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_ALREADY_SIGNALED_APPLEDefine "GL_ALREADY_SIGNALED" with expression ' 0x911A', CType: int More... | |
| static final int | GL_MAX_NAME_LENGTH = 0x92f6 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_MAX_NAME_LENGTH" with expression ' 0x92F6', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8e1f |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES, GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXTDefine "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS" with expression ' 0x8E1F', CType: int More... | |
| static final int | GL_UNIFORM = 0x92e1 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_UNIFORM" with expression ' 0x92E1', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8c29 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OESDefine "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" with expression ' 0x8C29', CType: int More... | |
| static final int | GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90ca |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_MAX_VERTEX_IMAGE_UNIFORMS" with expression ' 0x90CA', CType: int More... | |
| static final int | GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8e5d |
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_shader_multisample_interpolationAlias for: GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OESDefine "GL_FRAGMENT_INTERPOLATION_OFFSET_BITS" with expression ' 0x8E5D', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919f |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_bufferAlias for: GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES, GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXTDefine "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT" with expression ' 0x919F', CType: int More... | |
| static final int | GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS" with expression ' 0x8264', CType: int More... | |
| static final int | GL_BUFFER_BINDING = 0x9302 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_BUFFER_BINDING" with expression ' 0x9302', CType: int More... | |
| static final int | GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8f43 |
GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0Define "GL_DRAW_INDIRECT_BUFFER_BINDING" with expression ' 0x8F43', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER = 0x8dd9 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4Alias for: GL_GEOMETRY_SHADER_OES, GL_GEOMETRY_SHADER_EXT, GL_GEOMETRY_SHADER_ARBDefine "GL_GEOMETRY_SHADER" with expression ' 0x8DD9', CType: int More... | |
| static final int | GL_HSL_LUMINOSITY = 0x92b0 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_HSL_LUMINOSITY_KHR, GL_HSL_LUMINOSITY_NVDefine "GL_HSL_LUMINOSITY" with expression ' 0x92B0', CType: int More... | |
| static final int | GL_GEOMETRY_OUTPUT_TYPE = 0x8918 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4Alias for: GL_GEOMETRY_OUTPUT_TYPE_EXT, GL_GEOMETRY_OUTPUT_TYPE_ARBDefine "GL_GEOMETRY_OUTPUT_TYPE" with expression ' 0x8918', CType: int More... | |
| static final int | GL_OBJECT_TYPE = 0x9112 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_ARB_shader_objectsAlias for: GL_OBJECT_TYPE_APPLE, GL_OBJECT_TYPE_ARBDefine "GL_OBJECT_TYPE" with expression ' 0x9112', CType: int More... | |
| static final int | GL_ARRAY_SIZE = 0x92fb |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_ARRAY_SIZE" with expression ' 0x92FB', CType: int More... | |
| static final int | GL_MULTIPLY = 0x9294 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_MULTIPLY_NV, GL_MULTIPLY_KHRDefine "GL_MULTIPLY" with expression ' 0x9294', CType: int More... | |
| static final int | GL_UNDEFINED_VERTEX = 0x8260 |
GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_UNDEFINED_VERTEX_OES, GL_UNDEFINED_VERTEX_EXTDefine "GL_UNDEFINED_VERTEX" with expression ' 0x8260', CType: int More... | |
| static final int | GL_COLORDODGE = 0x9299 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_COLORDODGE_NV, GL_COLORDODGE_KHRDefine "GL_COLORDODGE" with expression ' 0x9299', CType: int More... | |
| static final int | GL_ISOLINES = 0x8e7a |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_ISOLINES_OES, GL_ISOLINES_EXTDefine "GL_ISOLINES" with expression ' 0x8E7A', CType: int More... | |
| static final int | GL_DARKEN = 0x9297 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_DARKEN_KHR, GL_DARKEN_NVDefine "GL_DARKEN" with expression ' 0x9297', CType: int More... | |
| static final int | GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_MAX_SERVER_WAIT_TIMEOUT_APPLEDefine "GL_MAX_SERVER_WAIT_TIMEOUT" with expression ' 0x9111', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886d |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES, GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXTDefine "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS" with expression ' 0x886D', CType: int More... | |
| static final int | GL_BUFFER_DATA_SIZE = 0x9303 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_BUFFER_DATA_SIZE" with expression ' 0x9303', CType: int More... | |
| static final int | GL_NUM_ACTIVE_VARIABLES = 0x9304 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_NUM_ACTIVE_VARIABLES" with expression ' 0x9304', CType: int More... | |
| static final int | GL_TRIANGLE_STRIP_ADJACENCY = 0xd |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_ARB_geometry_shader4, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderAlias for: GL_TRIANGLE_STRIP_ADJACENCY_OES, GL_TRIANGLE_STRIP_ADJACENCY_ARB, GL_TRIANGLE_STRIP_ADJACENCY_EXTDefine "GL_TRIANGLE_STRIP_ADJACENCY" with expression ' 0x000D', CType: int More... | |
| static final int | GL_TESS_GEN_MODE = 0x8e76 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_GEN_MODE_EXT, GL_TESS_GEN_MODE_OESDefine "GL_TESS_GEN_MODE" with expression ' 0x8E76', CType: int More... | |
| static final int | GL_SOFTLIGHT = 0x929c |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_SOFTLIGHT_KHR, GL_SOFTLIGHT_NVDefine "GL_SOFTLIGHT" with expression ' 0x929C', CType: int More... | |
| static final int | GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8e1e |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES, GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXTDefine "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS" with expression ' 0x8E1E', CType: int More... | |
| static final int | GL_TYPE = 0x92fa |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_TYPE" with expression ' 0x92FA', CType: int More... | |
| static final int | GL_COMPUTE_SHADER_BIT = 0x20 |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_COMPUTE_SHADER_BIT" with expression ' 0x00000020', CType: int More... | |
| static final int | GL_SIGNALED = 0x9119 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SIGNALED_APPLEDefine "GL_SIGNALED" with expression ' 0x9119', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90ce |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2Define "GL_MAX_FRAGMENT_IMAGE_UNIFORMS" with expression ' 0x90CE', CType: int More... | |
| static final int | GL_NAME_LENGTH = 0x92f9 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_NAME_LENGTH" with expression ' 0x92F9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x5 = 0x93b2 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_5x5_KHRDefine "GL_COMPRESSED_RGBA_ASTC_5x5" with expression ' 0x93B2', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x4 = 0x93b1 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_5x4_KHRDefine "GL_COMPRESSED_RGBA_ASTC_5x4" with expression ' 0x93B1', CType: int More... | |
| static final int | GL_LIGHTEN = 0x9298 |
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advancedAlias for: GL_LIGHTEN_KHR, GL_LIGHTEN_NVDefine "GL_LIGHTEN" with expression ' 0x9298', CType: int More... | |
| static final int | GL_TESS_GEN_POINT_MODE = 0x8e79 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_GEN_POINT_MODE_EXT, GL_TESS_GEN_POINT_MODE_OESDefine "GL_TESS_GEN_POINT_MODE" with expression ' 0x8E79', CType: int More... | |
| static final int | GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 |
GL_EXT_tessellation_shader, GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_OES_tessellation_shaderAlias for: GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OESDefine "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED" with expression ' 0x8221', CType: int More... | |
| static final int | GL_SYNC_FLUSH_COMMANDS_BIT = 0x1 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_FLUSH_COMMANDS_BIT_APPLEDefine "GL_SYNC_FLUSH_COMMANDS_BIT" with expression ' 0x00000001', CType: int More... | |
| static final int | GL_WAIT_FAILED = 0x911d |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_WAIT_FAILED_APPLEDefine "GL_WAIT_FAILED" with expression ' 0x911D', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8e5a |
GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES, GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXTDefine "GL_MAX_GEOMETRY_SHADER_INVOCATIONS" with expression ' 0x8E5A', CType: int More... | |
| static final int | GL_SYNC_FENCE = 0x9116 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_FENCE_APPLEDefine "GL_SYNC_FENCE" with expression ' 0x9116', CType: int More... | |
| static final int | GL_GEOMETRY_VERTICES_OUT = 0x8916 |
GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4Alias for: GL_GEOMETRY_VERTICES_OUT_EXT, GL_GEOMETRY_VERTICES_OUT_ARBDefine "GL_GEOMETRY_VERTICES_OUT" with expression ' 0x8916', CType: int More... | |
| static final int | GL_PATCHES = 0xe |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_PATCHES_OES, GL_PATCHES_EXTDefine "GL_PATCHES" with expression ' 0x000E', CType: int More... | |
| static final int | GL_VERTEX_BINDING_OFFSET = 0x82d7 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_VERTEX_BINDING_OFFSET" with expression ' 0x82D7', CType: int More... | |
| static final int | GL_SYNC_CONDITION = 0x9113 |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_SYNC_CONDITION_APPLEDefine "GL_SYNC_CONDITION" with expression ' 0x9113', CType: int More... | |
| static final int | GL_INT_2_10_10_10_REV = 0x8d9f |
GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3, GL_ES_VERSION_3_0Define "GL_INT_2_10_10_10_REV" with expression ' 0x8D9F', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 = 0x93dd |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12" with expression ' 0x93DD', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10 = 0x93dc |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10" with expression ' 0x93DC', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x12 = 0x93bd |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_12x12_KHRDefine "GL_COMPRESSED_RGBA_ASTC_12x12" with expression ' 0x93BD', CType: int More... | |
| static final int | GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90eb |
GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS" with expression ' 0x90EB', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_SIZE = 0x919e |
GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_bufferAlias for: GL_TEXTURE_BUFFER_SIZE_OES, GL_TEXTURE_BUFFER_SIZE_EXTDefine "GL_TEXTURE_BUFFER_SIZE" with expression ' 0x919E', CType: int More... | |
| static final int | GL_CONTEXT_LOST = 0x507 |
GL_ES_VERSION_3_2, GL_VERSION_4_5, GL_KHR_robustnessAlias for: GL_CONTEXT_LOST_KHRDefine "GL_CONTEXT_LOST" with expression ' 0x0507', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x10 = 0x93bc |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_RGBA_ASTC_12x10_KHRDefine "GL_COMPRESSED_RGBA_ASTC_12x10" with expression ' 0x93BC', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8e7f |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OESDefine "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS" with expression ' 0x8E7F', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BLOCK = 0x92e6 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_SHADER_STORAGE_BLOCK" with expression ' 0x92E6', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5 = 0x93d2 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5" with expression ' 0x93D2', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4 = 0x93d1 |
GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrAlias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHRDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4" with expression ' 0x93D1', CType: int More... | |
| static final int | GL_DISPATCH_INDIRECT_BUFFER = 0x90ee |
GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_DISPATCH_INDIRECT_BUFFER" with expression ' 0x90EE', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BUFFER_START = 0x90d4 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BUFFER_START" with expression ' 0x90D4', CType: int More... | |
| static final int | GL_EXCLUSION = 0x92a0 |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_EXCLUSION_NV, GL_EXCLUSION_KHRDefine "GL_EXCLUSION" with expression ' 0x92A0', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8e81 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES, GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXTDefine "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS" with expression ' 0x8E81', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_BINDING = 0x82d4 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_bindingDefine "GL_VERTEX_ATTRIB_BINDING" with expression ' 0x82D4', CType: int More... | |
| static final int | GL_MAX_TESS_PATCH_COMPONENTS = 0x8e84 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_PATCH_COMPONENTS_OES, GL_MAX_TESS_PATCH_COMPONENTS_EXTDefine "GL_MAX_TESS_PATCH_COMPONENTS" with expression ' 0x8E84', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8e82 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT, GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OESDefine "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS" with expression ' 0x8E82', CType: int More... | |
| static final int | GL_TEXTURE_IMMUTABLE_LEVELS = 0x82df |
GL_ES_VERSION_3_0, GL_OES_texture_view, GL_VERSION_4_3, GL_ARB_texture_viewDefine "GL_TEXTURE_IMMUTABLE_LEVELS" with expression ' 0x82DF', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_BINDING = 0x8c2a |
GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_EXT_texture_buffer, GL_OES_texture_bufferAlias for: GL_TEXTURE_BUFFER_BINDING_EXT, GL_TEXTURE_BUFFER_BINDING_OESDefine "GL_TEXTURE_BUFFER_BINDING" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 |
GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_COMPUTE_WORK_GROUP_SIZE" with expression ' 0x8267', CType: int More... | |
| static final int | GL_PATCH_VERTICES = 0x8e72 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_PATCH_VERTICES_OES, GL_PATCH_VERTICES_EXTDefine "GL_PATCH_VERTICES" with expression ' 0x8E72', CType: int More... | |
| static final int | GL_DIFFERENCE = 0x929e |
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advancedAlias for: GL_DIFFERENCE_NV, GL_DIFFERENCE_KHRDefine "GL_DIFFERENCE" with expression ' 0x929E', CType: int More... | |
| static final int | GL_CONDITION_SATISFIED = 0x911c |
GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_syncAlias for: GL_CONDITION_SATISFIED_APPLEDefine "GL_CONDITION_SATISFIED" with expression ' 0x911C', CType: int More... | |
| static final int | GL_LOCATION = 0x930e |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_LOCATION" with expression ' 0x930E', CType: int More... | |
| static final int | GL_SAMPLER_BINDING = 0x8919 |
GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0Define "GL_SAMPLER_BINDING" with expression ' 0x8919', CType: int More... | |
| static final int | GL_DRAW_INDIRECT_BUFFER = 0x8f3f |
GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0Define "GL_DRAW_INDIRECT_BUFFER" with expression ' 0x8F3F', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER = 0x8e87 |
GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_EVALUATION_SHADER_EXT, GL_TESS_EVALUATION_SHADER_OESDefine "GL_TESS_EVALUATION_SHADER" with expression ' 0x8E87', CType: int More... | |
| static final int | GL_SHADER_STORAGE_BARRIER_BIT = 0x2000 |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_objectDefine "GL_SHADER_STORAGE_BARRIER_BIT" with expression ' 0x00002000', CType: int More... | |
| static final int | GL_BLOCK_INDEX = 0x92fd |
GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_queryDefine "GL_BLOCK_INDEX" with expression ' 0x92FD', CType: int More... | |
Static Public Attributes inherited from com.jogamp.opengl.GL2ES3 | |
| static final int | GL_TRANSFORM_FEEDBACK_BINDING = 0x8e25 |
GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: GL_TRANSFORM_FEEDBACK_BINDING_NVDefine "GL_TRANSFORM_FEEDBACK_BINDING" with expression ' 0x8E25', CType: int More... | |
| static final int | GL_MAX_IMAGE_UNITS = 0x8f38 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_MAX_IMAGE_UNITS_EXTDefine "GL_MAX_IMAGE_UNITS" with expression ' 0x8F38', CType: int More... | |
| static final int | GL_TEXTURE_MIN_LOD = 0x813a |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lodAlias for: GL_TEXTURE_MIN_LOD_SGISDefine "GL_TEXTURE_MIN_LOD" with expression ' 0x813A', CType: int More... | |
| static final int | GL_FLOAT_MAT3x4 = 0x8b68 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT3x4_NVDefine "GL_FLOAT_MAT3x4" with expression ' 0x8B68', CType: int More... | |
| static final int | GL_FLOAT_MAT3x2 = 0x8b67 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT3x2_NVDefine "GL_FLOAT_MAT3x2" with expression ' 0x8B67', CType: int More... | |
| static final int | GL_FRAMEBUFFER_BARRIER_BIT = 0x400 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_FRAMEBUFFER_BARRIER_BIT_EXTDefine "GL_FRAMEBUFFER_BARRIER_BIT" with expression ' 0x00000400', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93d2 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR" with expression ' 0x93D2', CType: int More... | |
| static final int | GL_UNIFORM_SIZE = 0x8a38 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_SIZE" with expression ' 0x8A38', CType: int More... | |
| static final int | GL_IMAGE_BINDING_ACCESS = 0x8f3e |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_ACCESS_EXTDefine "GL_IMAGE_BINDING_ACCESS" with expression ' 0x8F3E', CType: int More... | |
| static final int | GL_SAMPLER_2D_ARRAY_SHADOW = 0x8dc4 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_shadow_samplers_array, GL_EXT_gpu_shader4Alias for: GL_SAMPLER_2D_ARRAY_SHADOW_NV, GL_SAMPLER_2D_ARRAY_SHADOW_EXTDefine "GL_SAMPLER_2D_ARRAY_SHADOW" with expression ' 0x8DC4', CType: int More... | |
| static final int | GL_IMAGE_BINDING_LAYER = 0x8f3d |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_LAYER_EXTDefine "GL_IMAGE_BINDING_LAYER" with expression ' 0x8F3D', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_DATA_SIZE = 0x8a40 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_DATA_SIZE" with expression ' 0x8A40', CType: int More... | |
| static final int | GL_FRAMEBUFFER_UNDEFINED = 0x8219 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_surfaceless_contextAlias for: GL_FRAMEBUFFER_UNDEFINED_OESDefine "GL_FRAMEBUFFER_UNDEFINED" with expression ' 0x8219', CType: int More... | |
| static final int | GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2" with expression ' 0x9276', CType: int More... | |
| static final long | GL_ALL_BARRIER_BITS = 0xffffffffL |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_ALL_BARRIER_BITS_EXTDefine "GL_ALL_BARRIER_BITS" with expression ' 0xFFFFFFFF', CType: long More... | |
| static final int | GL_TEXTURE_FETCH_BARRIER_BIT = 0x8 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_TEXTURE_FETCH_BARRIER_BIT_EXTDefine "GL_TEXTURE_FETCH_BARRIER_BIT" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_IMAGE_2D_ARRAY = 0x9053 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_2D_ARRAY_EXTDefine "GL_IMAGE_2D_ARRAY" with expression ' 0x9053', CType: int More... | |
| static final int | GL_TEXTURE_GREEN_TYPE = 0x8c11 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_floatAlias for: GL_TEXTURE_GREEN_TYPE_ARBDefine "GL_TEXTURE_GREEN_TYPE" with expression ' 0x8C11', CType: int More... | |
| static final int | GL_COMMAND_BARRIER_BIT = 0x40 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_COMMAND_BARRIER_BIT_EXTDefine "GL_COMMAND_BARRIER_BIT" with expression ' 0x00000040', CType: int More... | |
| static final int | GL_QUERY_BY_REGION_NO_WAIT = 0x8e16 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_BY_REGION_NO_WAIT_NVDefine "GL_QUERY_BY_REGION_NO_WAIT" with expression ' 0x8E16', CType: int More... | |
| static final int | GL_TEXTURE_BLUE_SIZE = 0x805e |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_textureAlias for: GL_TEXTURE_BLUE_SIZE_EXTDefine "GL_TEXTURE_BLUE_SIZE" with expression ' 0x805E', CType: int More... | |
| static final int | GL_ACTIVE_UNIFORM_BLOCKS = 0x8a36 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_ACTIVE_UNIFORM_BLOCKS" with expression ' 0x8A36', CType: int More... | |
| static final int | GL_RGB32I = 0x8d83 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB32I_EXTDefine "GL_RGB32I" with expression ' 0x8D83', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93b5 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x5_KHR" with expression ' 0x93B5', CType: int More... | |
| static final int | GL_TEXTURE_SWIZZLE_R = 0x8e42 |
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzleAlias for: GL_TEXTURE_SWIZZLE_R_EXTDefine "GL_TEXTURE_SWIZZLE_R" with expression ' 0x8E42', CType: int More... | |
| static final int | GL_TEXTURE_SWIZZLE_B = 0x8e44 |
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzleAlias for: GL_TEXTURE_SWIZZLE_B_EXTDefine "GL_TEXTURE_SWIZZLE_B" with expression ' 0x8E44', CType: int More... | |
| static final int | GL_TEXTURE_SWIZZLE_A = 0x8e45 |
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzleAlias for: GL_TEXTURE_SWIZZLE_A_EXTDefine "GL_TEXTURE_SWIZZLE_A" with expression ' 0x8E45', CType: int More... | |
| static final int | GL_TEXTURE_SWIZZLE_G = 0x8e43 |
GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzleAlias for: GL_TEXTURE_SWIZZLE_G_EXTDefine "GL_TEXTURE_SWIZZLE_G" with expression ' 0x8E43', CType: int More... | |
| static final int | GL_PIXEL_PACK_BUFFER_BINDING = 0x88ed |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_objectAlias for: GL_PIXEL_PACK_BUFFER_BINDING_ARB, GL_PIXEL_PACK_BUFFER_BINDING_EXTDefine "GL_PIXEL_PACK_BUFFER_BINDING" with expression ' 0x88ED', CType: int More... | |
| static final int | GL_R32UI = 0x8236 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R32UI" with expression ' 0x8236', CType: int More... | |
| static final int | GL_COMPRESSED_RG11_EAC = 0x9272 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_RG11_EAC" with expression ' 0x9272', CType: int More... | |
| static final int | GL_IMAGE_BINDING_NAME = 0x8f3a |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_NAME_EXTDefine "GL_IMAGE_BINDING_NAME" with expression ' 0x8F3A', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_PAUSED = 0x8e23 |
GL_ARB_transform_feedback2, GL_VERSION_4_2, GL_ES_VERSION_3_0Define "GL_TRANSFORM_FEEDBACK_PAUSED" with expression ' 0x8E23', CType: int More... | |
| static final int | GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x4 |
GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_ARB_robustnessAlias for: GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARBDefine "GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93d4 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR" with expression ' 0x93D4', CType: int More... | |
| static final int | GL_RGBA_INTEGER = 0x8d99 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA_INTEGER_EXTDefine "GL_RGBA_INTEGER" with expression ' 0x8D99', CType: int More... | |
| static final int | GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88ff |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_arrayAlias for: GL_MAX_ARRAY_TEXTURE_LAYERS_EXTDefine "GL_MAX_ARRAY_TEXTURE_LAYERS" with expression ' 0x88FF', CType: int More... | |
| static final int | GL_UNSIGNED_INT_5_9_9_9_REV = 0x8c3e |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_shared_exponent, GL_APPLE_texture_packed_floatAlias for: GL_UNSIGNED_INT_5_9_9_9_REV_EXT, GL_UNSIGNED_INT_5_9_9_9_REV_APPLEDefine "GL_UNSIGNED_INT_5_9_9_9_REV" with expression ' 0x8C3E', CType: int More... | |
| static final int | GL_PACK_ROW_LENGTH = 0xd02 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0Define "GL_PACK_ROW_LENGTH" with expression ' 0x0D02', CType: int More... | |
| static final int | GL_QUERY_WAIT = 0x8e13 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_WAIT_NVDefine "GL_QUERY_WAIT" with expression ' 0x8E13', CType: int More... | |
| static final int | GL_DYNAMIC_COPY = 0x88ea |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_DYNAMIC_COPY_ARBDefine "GL_DYNAMIC_COPY" with expression ' 0x88EA', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8c7f |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV, GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXTDefine "GL_TRANSFORM_FEEDBACK_BUFFER_MODE" with expression ' 0x8C7F', CType: int More... | |
| static final int | GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8a34 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT" with expression ' 0x8A34', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93bc |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_12x10_KHR" with expression ' 0x93BC', CType: int More... | |
| static final int | GL_UNIFORM_NAME_LENGTH = 0x8a39 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_NAME_LENGTH" with expression ' 0x8A39', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_2D = 0x9063 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_UNSIGNED_INT_IMAGE_2D_EXTDefine "GL_UNSIGNED_INT_IMAGE_2D" with expression ' 0x9063', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_FRAMEBUFFER_DEFAULT_SAMPLES" with expression ' 0x9313', CType: int More... | |
| static final int | GL_RED_INTEGER = 0x8d94 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RED_INTEGER_EXTDefine "GL_RED_INTEGER" with expression ' 0x8D94', CType: int More... | |
| static final int | GL_TEXTURE_STENCIL_SIZE = 0x88f1 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_packed_depth_stencilAlias for: GL_TEXTURE_STENCIL_SIZE_EXTDefine "GL_TEXTURE_STENCIL_SIZE" with expression ' 0x88F1', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_BUFFER = 0x8c2c |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_bufferAlias for: GL_TEXTURE_BINDING_BUFFER_ARB, GL_TEXTURE_BINDING_BUFFER_EXT, GL_TEXTURE_BINDING_BUFFER_OESDefine "GL_TEXTURE_BINDING_BUFFER" with expression ' 0x8C2C', CType: int More... | |
| static final int | GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8c80 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXTDefine "GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS" with expression ' 0x8C80', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_3D = 0x9064 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_UNSIGNED_INT_IMAGE_3D_EXTDefine "GL_UNSIGNED_INT_IMAGE_3D" with expression ' 0x9064', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93d0 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR" with expression ' 0x93D0', CType: int More... | |
| static final int | GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_SIGNED_RG11_EAC" with expression ' 0x9273', CType: int More... | |
| static final int | GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88ef |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_objectAlias for: GL_PIXEL_UNPACK_BUFFER_BINDING_ARB, GL_PIXEL_UNPACK_BUFFER_BINDING_EXTDefine "GL_PIXEL_UNPACK_BUFFER_BINDING" with expression ' 0x88EF', CType: int More... | |
| static final int | GL_INT_IMAGE_3D = 0x9059 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_INT_IMAGE_3D_EXTDefine "GL_INT_IMAGE_3D" with expression ' 0x9059', CType: int More... | |
| static final int | GL_INT_IMAGE_2D = 0x9058 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_INT_IMAGE_2D_EXTDefine "GL_INT_IMAGE_2D" with expression ' 0x9058', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8a42 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS" with expression ' 0x8A42', CType: int More... | |
| static final int | GL_INT_SAMPLER_2D_ARRAY = 0x8dcf |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_INT_SAMPLER_2D_ARRAY_EXTDefine "GL_INT_SAMPLER_2D_ARRAY" with expression ' 0x8DCF', CType: int More... | |
| static final int | GL_SAMPLER_2D_ARRAY = 0x8dc1 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_SAMPLER_2D_ARRAY_EXTDefine "GL_SAMPLER_2D_ARRAY" with expression ' 0x8DC1', CType: int More... | |
| static final int | GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_gpu_program4, GL_EXT_gpu_shader4Alias for: GL_MAX_PROGRAM_TEXEL_OFFSET_NV, GL_MAX_PROGRAM_TEXEL_OFFSET_EXTDefine "GL_MAX_PROGRAM_TEXEL_OFFSET" with expression ' 0x8905', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE" with expression ' 0x8214', CType: int More... | |
| static final int | GL_FLOAT_MAT4x3 = 0x8b6a |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT4x3_NVDefine "GL_FLOAT_MAT4x3" with expression ' 0x8B6A', CType: int More... | |
| static final int | GL_FLOAT_MAT4x2 = 0x8b69 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT4x2_NVDefine "GL_FLOAT_MAT4x2" with expression ' 0x8B69', CType: int More... | |
| static final int | GL_R16UI = 0x8234 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R16UI" with expression ' 0x8234', CType: int More... | |
| static final int | GL_TEXTURE_RED_TYPE = 0x8c10 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_floatAlias for: GL_TEXTURE_RED_TYPE_ARBDefine "GL_TEXTURE_RED_TYPE" with expression ' 0x8C10', CType: int More... | |
| static final int | GL_COPY_WRITE_BUFFER = 0x8f37 |
GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_bufferAlias for: GL_COPY_WRITE_BUFFER_NVDefine "GL_COPY_WRITE_BUFFER" with expression ' 0x8F37', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE" with expression ' 0x8216', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93d9 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR" with expression ' 0x93D9', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93b9 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x6_KHR" with expression ' 0x93B9', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXTDefine "GL_UNSIGNED_INT_IMAGE_2D_ARRAY" with expression ' 0x9069', CType: int More... | |
| static final int | GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_arrayAlias for: GL_IMAGE_CUBE_MAP_ARRAY_EXT, GL_IMAGE_CUBE_MAP_ARRAY_OESDefine "GL_IMAGE_CUBE_MAP_ARRAY" with expression ' 0x9054', CType: int More... | |
| static final int | GL_TRIANGLES_ADJACENCY_EXT = 0xc |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_TRIANGLES_ADJACENCY_EXT" with expression ' 0x000C', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BARRIER_BIT = 0x1000 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_ATOMIC_COUNTER_BARRIER_BIT_EXTDefine "GL_ATOMIC_COUNTER_BARRIER_BIT" with expression ' 0x00001000', CType: int More... | |
| static final int | GL_R8I = 0x8231 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R8I" with expression ' 0x8231', CType: int More... | |
| static final int | GL_STREAM_COPY = 0x88e2 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_STREAM_COPY_ARBDefine "GL_STREAM_COPY" with expression ' 0x88E2', CType: int More... | |
| static final int | GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900e |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_arrayAlias for: GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT, GL_INT_SAMPLER_CUBE_MAP_ARRAY_OESDefine "GL_INT_SAMPLER_CUBE_MAP_ARRAY" with expression ' 0x900E', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92d3 |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT, GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OESDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS" with expression ' 0x92D3', CType: int More... | |
| static final int | GL_UNPACK_SKIP_IMAGES = 0x806d |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3DAlias for: GL_UNPACK_SKIP_IMAGES_EXTDefine "GL_UNPACK_SKIP_IMAGES" with expression ' 0x806D', CType: int More... | |
| static final int | GL_DEPTH_STENCIL_ATTACHMENT = 0x821a |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_DEPTH_STENCIL_ATTACHMENT" with expression ' 0x821A', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8dd7 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXTDefine "GL_UNSIGNED_INT_SAMPLER_2D_ARRAY" with expression ' 0x8DD7', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900f |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_arrayAlias for: GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXTDefine "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY" with expression ' 0x900F', CType: int More... | |
| static final int | GL_UNIFORM_MATRIX_STRIDE = 0x8a3d |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_MATRIX_STRIDE" with expression ' 0x8A3D', CType: int More... | |
| static final int | GL_FIRST_VERTEX_CONVENTION_EXT = 0x8e4d |
GL_EXT_provoking_vertex, GL_EXT_geometry_shaderDefine "GL_FIRST_VERTEX_CONVENTION_EXT" with expression ' 0x8E4D', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x800 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXTDefine "GL_TRANSFORM_FEEDBACK_BARRIER_BIT" with expression ' 0x00000800', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8a46 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER" with expression ' 0x8A46', CType: int More... | |
| static final int | GL_STATIC_READ = 0x88e5 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_STATIC_READ_ARBDefine "GL_STATIC_READ" with expression ' 0x88E5', CType: int More... | |
| static final int | GL_SIGNED_NORMALIZED = 0x8f9c |
GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_SIGNED_NORMALIZED" with expression ' 0x8F9C', CType: int More... | |
| static final int | GL_TEXTURE_UPDATE_BARRIER_BIT = 0x100 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_TEXTURE_UPDATE_BARRIER_BIT_EXTDefine "GL_TEXTURE_UPDATE_BARRIER_BIT" with expression ' 0x00000100', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8e24 |
GL_ARB_transform_feedback2, GL_VERSION_4_2, GL_ES_VERSION_3_0Define "GL_TRANSFORM_FEEDBACK_ACTIVE" with expression ' 0x8E24', CType: int More... | |
| static final int | GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 |
GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1Define "GL_PROGRAM_BINARY_RETRIEVABLE_HINT" with expression ' 0x8257', CType: int More... | |
| static final int | GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8a35 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH" with expression ' 0x8A35', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93b7 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x8_KHR" with expression ' 0x93B7', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8c29 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT" with expression ' 0x8C29', CType: int More... | |
| static final int | GL_UNIFORM_BUFFER_SIZE = 0x8a2a |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BUFFER_SIZE" with expression ' 0x8A2A', CType: int More... | |
| static final int | GL_LAST_VERTEX_CONVENTION_EXT = 0x8e4e |
GL_EXT_provoking_vertex, GL_EXT_geometry_shaderDefine "GL_LAST_VERTEX_CONVENTION_EXT" with expression ' 0x8E4E', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC" with expression ' 0x9279', CType: int More... | |
| static final int | GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8dad |
GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_floatAlias for: GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NVDefine "GL_FLOAT_32_UNSIGNED_INT_24_8_REV" with expression ' 0x8DAD', CType: int More... | |
| static final int | GL_COMPRESSED_RGB8_ETC2 = 0x9274 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_RGB8_ETC2" with expression ' 0x9274', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92c3 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_ATOMIC_COUNTER_BUFFER_SIZE" with expression ' 0x92C3', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER = 0x8c2a |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_bufferAlias for: GL_TEXTURE_BUFFER_ARB, GL_TEXTURE_BUFFER_EXT, GL_TEXTURE_BUFFER_OESDefine "GL_TEXTURE_BUFFER" with expression ' 0x8C2A', CType: int More... | |
| static final int | GL_MINOR_VERSION = 0x821c |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_MINOR_VERSION" with expression ' 0x821C', CType: int More... | |
| static final int | GL_QUERY_BY_REGION_WAIT = 0x8e15 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_BY_REGION_WAIT_NVDefine "GL_QUERY_BY_REGION_WAIT" with expression ' 0x8E15', CType: int More... | |
| static final int | GL_UNIFORM_BARRIER_BIT = 0x4 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_UNIFORM_BARRIER_BIT_EXTDefine "GL_UNIFORM_BARRIER_BIT" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_VERTEX_ARRAY_BINDING = 0x85b5 |
GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_objectAlias for: GL_VERTEX_ARRAY_BINDING_OES, GL_VERTEX_ARRAY_BINDING_APPLEDefine "GL_VERTEX_ARRAY_BINDING" with expression ' 0x85B5', CType: int More... | |
| static final int | GL_BUFFER_UPDATE_BARRIER_BIT = 0x200 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_BUFFER_UPDATE_BARRIER_BIT_EXTDefine "GL_BUFFER_UPDATE_BARRIER_BIT" with expression ' 0x00000200', CType: int More... | |
| static final int | GL_PIXEL_PACK_BUFFER = 0x88eb |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_objectAlias for: GL_PIXEL_PACK_BUFFER_ARB, GL_PIXEL_PACK_BUFFER_EXTDefine "GL_PIXEL_PACK_BUFFER" with expression ' 0x88EB', CType: int More... | |
| static final int | GL_PIXEL_BUFFER_BARRIER_BIT = 0x80 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_PIXEL_BUFFER_BARRIER_BIT_EXTDefine "GL_PIXEL_BUFFER_BARRIER_BIT" with expression ' 0x00000080', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8a43 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES" with expression ' 0x8A43', CType: int More... | |
| static final int | GL_RGBA16UI = 0x8d76 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA16UI_EXTDefine "GL_RGBA16UI" with expression ' 0x8D76', CType: int More... | |
| static final int | GL_RASTERIZER_DISCARD = 0x8c89 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_RASTERIZER_DISCARD_NV, GL_RASTERIZER_DISCARD_EXTDefine "GL_RASTERIZER_DISCARD" with expression ' 0x8C89', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8c85 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXTDefine "GL_TRANSFORM_FEEDBACK_BUFFER_SIZE" with expression ' 0x8C85', CType: int More... | |
| static final int | GL_TESS_CONTROL_SHADER_BIT = 0x8 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_TESS_CONTROL_SHADER_BIT_OES, GL_TESS_CONTROL_SHADER_BIT_EXTDefine "GL_TESS_CONTROL_SHADER_BIT" with expression ' 0x00000008', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8cd4 |
GL_ARB_geometry_shader4, GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_geometry_program4, GL_EXT_geometry_shader4Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXTDefine "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER" with expression ' 0x8CD4', CType: int More... | |
| static final int | GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_arrayAlias for: GL_TEXTURE_CUBE_MAP_ARRAY_OES, GL_TEXTURE_CUBE_MAP_ARRAY_ARB, GL_TEXTURE_CUBE_MAP_ARRAY_EXTDefine "GL_TEXTURE_CUBE_MAP_ARRAY" with expression ' 0x9009', CType: int More... | |
| static final int | GL_UNPACK_IMAGE_HEIGHT = 0x806e |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3DAlias for: GL_UNPACK_IMAGE_HEIGHT_EXTDefine "GL_UNPACK_IMAGE_HEIGHT" with expression ' 0x806E', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93dd |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR" with expression ' 0x93DD', CType: int More... | |
| static final int | GL_INT_SAMPLER_3D = 0x8dcb |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_INT_SAMPLER_3D_EXTDefine "GL_INT_SAMPLER_3D" with expression ' 0x8DCB', CType: int More... | |
| static final int | GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x20 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXTDefine "GL_SHADER_IMAGE_ACCESS_BARRIER_BIT" with expression ' 0x00000020', CType: int More... | |
| static final int | GL_MAX_ELEMENTS_VERTICES = 0x80e8 |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elementsAlias for: GL_MAX_ELEMENTS_VERTICES_EXTDefine "GL_MAX_ELEMENTS_VERTICES" with expression ' 0x80E8', CType: int More... | |
| static final int | GL_INT_SAMPLER_2D = 0x8dca |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_INT_SAMPLER_2D_EXTDefine "GL_INT_SAMPLER_2D" with expression ' 0x8DCA', CType: int More... | |
| static final int | GL_R8UI = 0x8232 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R8UI" with expression ' 0x8232', CType: int More... | |
| static final int | GL_TEXTURE_ALPHA_TYPE = 0x8c13 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_floatAlias for: GL_TEXTURE_ALPHA_TYPE_ARBDefine "GL_TEXTURE_ALPHA_TYPE" with expression ' 0x8C13', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_FRAMEBUFFER_DEFAULT_LAYERS_OES, GL_FRAMEBUFFER_DEFAULT_LAYERS_EXTDefine "GL_FRAMEBUFFER_DEFAULT_LAYERS" with expression ' 0x9312', CType: int More... | |
| static final int | GL_IMAGE_BINDING_FORMAT = 0x906e |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_FORMAT_EXTDefine "GL_IMAGE_BINDING_FORMAT" with expression ' 0x906E', CType: int More... | |
| static final int | GL_SAMPLER_BUFFER = 0x8dc2 |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_OES_texture_buffer, GL_EXT_gpu_shader4, GL_EXT_texture_bufferAlias for: GL_SAMPLER_BUFFER_AMD, GL_SAMPLER_BUFFER_OES, GL_SAMPLER_BUFFER_EXTDefine "GL_SAMPLER_BUFFER" with expression ' 0x8DC2', CType: int More... | |
| static final int | GL_MIN_SAMPLE_SHADING_VALUE = 0x8c37 |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shadingAlias for: GL_MIN_SAMPLE_SHADING_VALUE_OES, GL_MIN_SAMPLE_SHADING_VALUE_ARBDefine "GL_MIN_SAMPLE_SHADING_VALUE" with expression ' 0x8C37', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906a |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_arrayAlias for: GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT, GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OESDefine "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY" with expression ' 0x906A', CType: int More... | |
| static final int | GL_RGBA8_SNORM = 0x8f97 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_RGBA8_SNORM" with expression ' 0x8F97', CType: int More... | |
| static final int | GL_PIXEL_UNPACK_BUFFER = 0x88ec |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_objectAlias for: GL_PIXEL_UNPACK_BUFFER_ARB, GL_PIXEL_UNPACK_BUFFER_EXTDefine "GL_PIXEL_UNPACK_BUFFER" with expression ' 0x88EC', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8a2c |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT, GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OESDefine "GL_MAX_GEOMETRY_UNIFORM_BLOCKS" with expression ' 0x8A2C', CType: int More... | |
| static final int | GL_TEXTURE_2D_ARRAY = 0x8c1a |
GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_3_0, GL_EXT_texture_arrayAlias for: GL_TEXTURE_2D_ARRAY_EXTDefine "GL_TEXTURE_2D_ARRAY" with expression ' 0x8C1A', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_FRAMEBUFFER_WIDTH" with expression ' 0x9315', CType: int More... | |
| static final int | GL_MAX_ELEMENT_INDEX = 0x8d6b |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_MAX_ELEMENT_INDEX" with expression ' 0x8D6B', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT17 = 0x8cf1 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT17" with expression ' 0x8CF1', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT16 = 0x8cf0 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT16" with expression ' 0x8CF0', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT26 = 0x8cfa |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT26" with expression ' 0x8CFA', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT25 = 0x8cf9 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT25" with expression ' 0x8CF9', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT28 = 0x8cfc |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT28" with expression ' 0x8CFC', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT27 = 0x8cfb |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT27" with expression ' 0x8CFB', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT22 = 0x8cf6 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT22" with expression ' 0x8CF6', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT21 = 0x8cf5 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT21" with expression ' 0x8CF5', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT24 = 0x8cf8 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT24" with expression ' 0x8CF8', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT23 = 0x8cf7 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT23" with expression ' 0x8CF7', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT20 = 0x8cf4 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT20" with expression ' 0x8CF4', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT19 = 0x8cf3 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT19" with expression ' 0x8CF3', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT18 = 0x8cf2 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT18" with expression ' 0x8CF2', CType: int More... | |
| static final int | GL_TEXTURE_DEPTH_TYPE = 0x8c16 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_floatAlias for: GL_TEXTURE_DEPTH_TYPE_ARBDefine "GL_TEXTURE_DEPTH_TYPE" with expression ' 0x8C16', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT31 = 0x8cff |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT31" with expression ' 0x8CFF', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT30 = 0x8cfe |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT30" with expression ' 0x8CFE', CType: int More... | |
| static final int | GL_COLOR_ATTACHMENT29 = 0x8cfd |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_COLOR_ATTACHMENT29" with expression ' 0x8CFD', CType: int More... | |
| static final int | GL_TEXTURE_INTERNAL_FORMAT = 0x1003 |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_QCOM_extended_getAlias for: GL_TEXTURE_INTERNAL_FORMAT_QCOMDefine "GL_TEXTURE_INTERNAL_FORMAT" with expression ' 0x1003', CType: int More... | |
| static final int | GL_COLOR = 0x1800 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_discard_framebufferAlias for: GL_COLOR_EXTDefine "GL_COLOR" with expression ' 0x1800', CType: int More... | |
| static final int | GL_RG8_SNORM = 0x8f95 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_RG8_SNORM" with expression ' 0x8F95', CType: int More... | |
| static final int | GL_GREEN = 0x1904 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_blend_equation_advancedAlias for: GL_GREEN_NVDefine "GL_GREEN" with expression ' 0x1904', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8c76 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXTDefine "GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH" with expression ' 0x8C76', CType: int More... | |
| static final int | GL_NUM_SAMPLE_COUNTS = 0x9380 |
GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_queryDefine "GL_NUM_SAMPLE_COUNTS" with expression ' 0x9380', CType: int More... | |
| static final int | GL_STATIC_COPY = 0x88e6 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_STATIC_COPY_ARBDefine "GL_STATIC_COPY" with expression ' 0x88E6', CType: int More... | |
| static final int | GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92d8 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE" with expression ' 0x92D8', CType: int More... | |
| static final int | GL_BUFFER_ACCESS_FLAGS = 0x911f |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_BUFFER_ACCESS_FLAGS" with expression ' 0x911F', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92d6 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_FRAGMENT_ATOMIC_COUNTERS" with expression ' 0x92D6', CType: int More... | |
| static final int | GL_RGB16UI = 0x8d77 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB16UI_EXTDefine "GL_RGB16UI" with expression ' 0x8D77', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93d6 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR" with expression ' 0x93D6', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93d1 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR" with expression ' 0x93D1', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900a |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_arrayAlias for: GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES, GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB, GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXTDefine "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY" with expression ' 0x900A', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93d3 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR" with expression ' 0x93D3', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93ba |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x8_KHR" with expression ' 0x93BA', CType: int More... | |
| static final int | GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92cc |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92CC', CType: int More... | |
| static final int | GL_UNSIGNED_INT_VEC4 = 0x8dc8 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_VEC4_EXTDefine "GL_UNSIGNED_INT_VEC4" with expression ' 0x8DC8', CType: int More... | |
| static final int | GL_INT_IMAGE_CUBE = 0x905b |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_INT_IMAGE_CUBE_EXTDefine "GL_INT_IMAGE_CUBE" with expression ' 0x905B', CType: int More... | |
| static final int | GL_UNSIGNED_INT_VEC3 = 0x8dc7 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_VEC3_EXTDefine "GL_UNSIGNED_INT_VEC3" with expression ' 0x8DC7', CType: int More... | |
| static final int | GL_UNSIGNED_INT_VEC2 = 0x8dc6 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_VEC2_EXTDefine "GL_UNSIGNED_INT_VEC2" with expression ' 0x8DC6', CType: int More... | |
| static final int | GL_COPY_READ_BUFFER = 0x8f36 |
GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_bufferAlias for: GL_COPY_READ_BUFFER_NVDefine "GL_COPY_READ_BUFFER" with expression ' 0x8F36', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_UNSIGNED_INT_IMAGE_CUBE_EXTDefine "GL_UNSIGNED_INT_IMAGE_CUBE" with expression ' 0x9066', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_RGBA8_ETC2_EAC" with expression ' 0x9278', CType: int More... | |
| static final int | GL_R8_SNORM = 0x8f94 |
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_R8_SNORM" with expression ' 0x8F94', CType: int More... | |
| static final int | GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92d2 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_VERTEX_ATOMIC_COUNTERS" with expression ' 0x92D2', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92cf |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT, GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OESDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92CF', CType: int More... | |
| static final int | GL_READ_ONLY = 0x88b8 |
GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_ARB_vertex_buffer_objectAlias for: GL_READ_ONLY_ARBDefine "GL_READ_ONLY" with expression ' 0x88B8', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93b8 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x5_KHR" with expression ' 0x93B8', CType: int More... | |
| static final int | GL_UNIFORM_OFFSET = 0x8a3b |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_OFFSET" with expression ' 0x8A3B', CType: int More... | |
| static final int | GL_INT_SAMPLER_BUFFER = 0x8dd0 |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_EXT_gpu_shader4, GL_EXT_texture_bufferAlias for: GL_INT_SAMPLER_BUFFER_OES, GL_INT_SAMPLER_BUFFER_AMD, GL_INT_SAMPLER_BUFFER_EXTDefine "GL_INT_SAMPLER_BUFFER" with expression ' 0x8DD0', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE" with expression ' 0x8217', CType: int More... | |
| static final int | GL_COPY_READ_BUFFER_BINDING = 0x8f36 |
GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_copy_bufferDefine "GL_COPY_READ_BUFFER_BINDING" with expression ' 0x8F36', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93b2 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_5x5_KHR" with expression ' 0x93B2', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8dd8 |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_OES_texture_buffer, GL_EXT_gpu_shader4, GL_EXT_texture_bufferAlias for: GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD, GL_UNSIGNED_INT_SAMPLER_BUFFER_OES, GL_UNSIGNED_INT_SAMPLER_BUFFER_EXTDefine "GL_UNSIGNED_INT_SAMPLER_BUFFER" with expression ' 0x8DD8', CType: int More... | |
| static final int | GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92db |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_UNSIGNED_INT_ATOMIC_COUNTER" with expression ' 0x92DB', CType: int More... | |
| static final int | GL_TEXTURE_SHARED_SIZE = 0x8c3f |
GL_ES_VERSION_3_1, GL_VERSION_3_0, GL_EXT_texture_shared_exponentAlias for: GL_TEXTURE_SHARED_SIZE_EXTDefine "GL_TEXTURE_SHARED_SIZE" with expression ' 0x8C3F', CType: int More... | |
| static final int | GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8b4a |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ARB_vertex_shaderAlias for: GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARBDefine "GL_MAX_VERTEX_UNIFORM_COMPONENTS" with expression ' 0x8B4A', CType: int More... | |
| static final int | GL_BLUE = 0x1905 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_blend_equation_advancedAlias for: GL_BLUE_NVDefine "GL_BLUE" with expression ' 0x1905', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2" with expression ' 0x9277', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE" with expression ' 0x8215', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8a41 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_NAME_LENGTH" with expression ' 0x8A41', CType: int More... | |
| static final int | GL_BUFFER_MAP_LENGTH = 0x9120 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_BUFFER_MAP_LENGTH" with expression ' 0x9120', CType: int More... | |
| static final int | GL_RGB32UI = 0x8d71 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB32UI_EXTDefine "GL_RGB32UI" with expression ' 0x8D71', CType: int More... | |
| static final int | GL_IMAGE_CUBE = 0x9050 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_CUBE_EXTDefine "GL_IMAGE_CUBE" with expression ' 0x9050', CType: int More... | |
| static final int | GL_RG_INTEGER = 0x8228 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG_INTEGER" with expression ' 0x8228', CType: int More... | |
| static final int | GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8c2d |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_bufferAlias for: GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB, GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT, GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OESDefine "GL_TEXTURE_BUFFER_DATA_STORE_BINDING" with expression ' 0x8C2D', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_FRAMEBUFFER_LAYERS_EXT, GL_MAX_FRAMEBUFFER_LAYERS_OESDefine "GL_MAX_FRAMEBUFFER_LAYERS" with expression ' 0x9317', CType: int More... | |
| static final int | GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8a2b |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_VERTEX_UNIFORM_BLOCKS" with expression ' 0x8A2B', CType: int More... | |
| static final int | GL_SRGB8 = 0x8c41 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formatsAlias for: GL_SRGB8_EXT, GL_SRGB8_NVDefine "GL_SRGB8" with expression ' 0x8C41', CType: int More... | |
| static final int | GL_PACK_SKIP_PIXELS = 0xd04 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0Define "GL_PACK_SKIP_PIXELS" with expression ' 0x0D04', CType: int More... | |
| static final int | GL_RGB_INTEGER = 0x8d98 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB_INTEGER_EXTDefine "GL_RGB_INTEGER" with expression ' 0x8D98', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT = 0x8218 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_DEFAULT" with expression ' 0x8218', CType: int More... | |
| static final int | GL_R16I = 0x8233 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R16I" with expression ' 0x8233', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ETC2 = 0x9275 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_SRGB8_ETC2" with expression ' 0x9275', CType: int More... | |
| static final int | GL_GEOMETRY_SHADER_BIT = 0x4 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_GEOMETRY_SHADER_BIT_OES, GL_GEOMETRY_SHADER_BIT_EXTDefine "GL_GEOMETRY_SHADER_BIT" with expression ' 0x00000004', CType: int More... | |
| static final int | GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8c8a |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV, GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXTDefine "GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS" with expression ' 0x8C8A', CType: int More... | |
| static final int | GL_TEXTURE_ALPHA_SIZE = 0x805f |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_textureAlias for: GL_TEXTURE_ALPHA_SIZE_EXTDefine "GL_TEXTURE_ALPHA_SIZE" with expression ' 0x805F', CType: int More... | |
| static final int | GL_DYNAMIC_READ = 0x88e9 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_DYNAMIC_READ_ARBDefine "GL_DYNAMIC_READ" with expression ' 0x88E9', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8c88 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXTDefine "GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN" with expression ' 0x8C88', CType: int More... | |
| static final int | GL_UNIFORM_BUFFER_START = 0x8a29 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BUFFER_START" with expression ' 0x8A29', CType: int More... | |
| static final int | GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905f |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_cube_map_array, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_arrayAlias for: GL_INT_IMAGE_CUBE_MAP_ARRAY_OES, GL_INT_IMAGE_CUBE_MAP_ARRAY_EXTDefine "GL_INT_IMAGE_CUBE_MAP_ARRAY" with expression ' 0x905F', CType: int More... | |
| static final int | GL_MAX_UNIFORM_BLOCK_SIZE = 0x8a30 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_UNIFORM_BLOCK_SIZE" with expression ' 0x8A30', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_FRAMEBUFFER_DEFAULT_WIDTH" with expression ' 0x9310', CType: int More... | |
| static final int | GL_RGBA16I = 0x8d88 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA16I_EXTDefine "GL_RGBA16I" with expression ' 0x8D88', CType: int More... | |
| static final int | GL_TEXTURE_MAX_LEVEL = 0x813d |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_APPLE_texture_max_level, GL_SGIS_texture_lodAlias for: GL_TEXTURE_MAX_LEVEL_APPLE, GL_TEXTURE_MAX_LEVEL_SGISDefine "GL_TEXTURE_MAX_LEVEL" with expression ' 0x813D', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BUFFER = 0x8c8e |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_BUFFER_NV, GL_TRANSFORM_FEEDBACK_BUFFER_EXTDefine "GL_TRANSFORM_FEEDBACK_BUFFER" with expression ' 0x8C8E', CType: int More... | |
| static final int | GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92d7 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_COMBINED_ATOMIC_COUNTERS" with expression ' 0x92D7', CType: int More... | |
| static final int | GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0xd |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_TRIANGLE_STRIP_ADJACENCY_EXT" with expression ' 0x000D', CType: int More... | |
| static final int | GL_LINE_STRIP_ADJACENCY_EXT = 0xb |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_LINE_STRIP_ADJACENCY_EXT" with expression ' 0x000B', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_BINDING = 0x8a3f |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_BINDING" with expression ' 0x8A3F', CType: int More... | |
| static final int | GL_TEXTURE_GREEN_SIZE = 0x805d |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_textureAlias for: GL_TEXTURE_GREEN_SIZE_EXTDefine "GL_TEXTURE_GREEN_SIZE" with expression ' 0x805D', CType: int More... | |
| static final int | GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8a33 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS" with expression ' 0x8A33', CType: int More... | |
| static final int | GL_UNIFORM_TYPE = 0x8a37 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_TYPE" with expression ' 0x8A37', CType: int More... | |
| static final int | GL_TEXTURE_HEIGHT = 0x1001 |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_QCOM_extended_getAlias for: GL_TEXTURE_HEIGHT_QCOMDefine "GL_TEXTURE_HEIGHT" with expression ' 0x1001', CType: int More... | |
| static final int | GL_RGB9_E5 = 0x8c3d |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_shared_exponent, GL_APPLE_texture_packed_floatAlias for: GL_RGB9_E5_EXT, GL_RGB9_E5_APPLEDefine "GL_RGB9_E5" with expression ' 0x8C3D', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK = 0x8e22 |
GL_ARB_transform_feedback2, GL_EXT_debug_label, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2Alias for: GL_TRANSFORM_FEEDBACK_NVDefine "GL_TRANSFORM_FEEDBACK" with expression ' 0x8E22', CType: int More... | |
| static final int | GL_TEXTURE_BLUE_TYPE = 0x8c12 |
GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_floatAlias for: GL_TEXTURE_BLUE_TYPE_ARBDefine "GL_TEXTURE_BLUE_TYPE" with expression ' 0x8C12', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_SHADOW = 0x8dc5 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_shadow_samplers_cubeAlias for: GL_SAMPLER_CUBE_SHADOW_EXT, GL_SAMPLER_CUBE_SHADOW_NVDefine "GL_SAMPLER_CUBE_SHADOW" with expression ' 0x8DC5', CType: int More... | |
| static final int | GL_LINES_ADJACENCY_EXT = 0xa |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_LINES_ADJACENCY_EXT" with expression ' 0x000A', CType: int More... | |
| static final int | GL_RGBA8UI = 0x8d7c |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA8UI_EXTDefine "GL_RGBA8UI" with expression ' 0x8D7C', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x1 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXTDefine "GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT" with expression ' 0x00000001', CType: int More... | |
| static final int | GL_DEPTH_COMPONENT32F = 0x8cac |
GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_floatAlias for: GL_DEPTH_COMPONENT32F_NVDefine "GL_DEPTH_COMPONENT32F" with expression ' 0x8CAC', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8c8f |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV, GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXTDefine "GL_TRANSFORM_FEEDBACK_BUFFER_BINDING" with expression ' 0x8C8F', CType: int More... | |
| static final int | GL_R32I = 0x8235 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_R32I" with expression ' 0x8235', CType: int More... | |
| static final int | GL_IMAGE_BINDING_LAYERED = 0x8f3c |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_LAYERED_EXTDefine "GL_IMAGE_BINDING_LAYERED" with expression ' 0x8F3C', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93b0 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_4x4_KHR" with expression ' 0x93B0', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93db |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR" with expression ' 0x93DB', CType: int More... | |
| static final int | GL_RGB8I = 0x8d8f |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB8I_EXTDefine "GL_RGB8I" with expression ' 0x8D8F', CType: int More... | |
| static final int | GL_RG16I = 0x8239 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG16I" with expression ' 0x8239', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8da7 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT" with expression ' 0x8DA7', CType: int More... | |
| static final int | GL_RGBA32UI = 0x8d70 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA32UI_EXTDefine "GL_RGBA32UI" with expression ' 0x8D70', CType: int More... | |
| static final int | GL_RG32UI = 0x823c |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG32UI" with expression ' 0x823C', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8b49 |
GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ARB_fragment_shaderAlias for: GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARBDefine "GL_MAX_FRAGMENT_UNIFORM_COMPONENTS" with expression ' 0x8B49', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88fe |
GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ARB_instanced_arrays, GL_EXT_instanced_arrays, GL_ANGLE_instanced_arraysAlias for: GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLEDefine "GL_VERTEX_ATTRIB_ARRAY_DIVISOR" with expression ' 0x88FE', CType: int More... | |
| static final int | GL_ELEMENT_ARRAY_BARRIER_BIT = 0x2 |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_ELEMENT_ARRAY_BARRIER_BIT_EXTDefine "GL_ELEMENT_ARRAY_BARRIER_BIT" with expression ' 0x00000002', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93d5 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR" with expression ' 0x93D5', CType: int More... | |
| static final int | GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8d69 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_PRIMITIVE_RESTART_FIXED_INDEX" with expression ' 0x8D69', CType: int More... | |
| static final int | GL_INTERLEAVED_ATTRIBS = 0x8c8c |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_INTERLEAVED_ATTRIBS_NV, GL_INTERLEAVED_ATTRIBS_EXTDefine "GL_INTERLEAVED_ATTRIBS" with expression ' 0x8C8C', CType: int More... | |
| static final int | GL_TEXTURE_BINDING_2D_ARRAY = 0x8c1d |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_arrayAlias for: GL_TEXTURE_BINDING_2D_ARRAY_EXTDefine "GL_TEXTURE_BINDING_2D_ARRAY" with expression ' 0x8C1D', CType: int More... | |
| static final int | GL_TEXTURE_WIDTH = 0x1000 |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_QCOM_extended_getAlias for: GL_TEXTURE_WIDTH_QCOMDefine "GL_TEXTURE_WIDTH" with expression ' 0x1000', CType: int More... | |
| static final int | GL_SAMPLE_SHADING = 0x8c36 |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shadingAlias for: GL_SAMPLE_SHADING_OES, GL_SAMPLE_SHADING_ARBDefine "GL_SAMPLE_SHADING" with expression ' 0x8C36', CType: int More... | |
| static final int | GL_IMAGE_3D = 0x904e |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_3D_EXTDefine "GL_IMAGE_3D" with expression ' 0x904E', CType: int More... | |
| static final int | GL_LAST_VERTEX_CONVENTION = 0x8e4e |
GL_ARB_provoking_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_provoking_vertex, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_LAST_VERTEX_CONVENTION_EXT, GL_LAST_VERTEX_CONVENTION_OESDefine "GL_LAST_VERTEX_CONVENTION" with expression ' 0x8E4E', CType: int More... | |
| static final int | GL_CONTEXT_FLAGS = 0x821e |
GL_ES_VERSION_3_2, GL_VERSION_3_0Define "GL_CONTEXT_FLAGS" with expression ' 0x821E', CType: int More... | |
| static final int | GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_gpu_program4Alias for: GL_MIN_PROGRAM_TEXEL_OFFSET_EXT, GL_MIN_PROGRAM_TEXEL_OFFSET_NVDefine "GL_MIN_PROGRAM_TEXEL_OFFSET" with expression ' 0x8904', CType: int More... | |
| static final int | GL_TEXTURE_MAX_LOD = 0x813b |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lodAlias for: GL_TEXTURE_MAX_LOD_SGISDefine "GL_TEXTURE_MAX_LOD" with expression ' 0x813B', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY = 0x900c |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_arrayAlias for: GL_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_SAMPLER_CUBE_MAP_ARRAY_EXT, GL_SAMPLER_CUBE_MAP_ARRAY_OESDefine "GL_SAMPLER_CUBE_MAP_ARRAY" with expression ' 0x900C', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93bd |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_12x12_KHR" with expression ' 0x93BD', CType: int More... | |
| static final int | GL_RGBA32I = 0x8d82 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA32I_EXTDefine "GL_RGBA32I" with expression ' 0x8D82', CType: int More... | |
| static final int | GL_RG32I = 0x823b |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG32I" with expression ' 0x823B', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93b4 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_6x6_KHR" with expression ' 0x93B4', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_FRAMEBUFFER_HEIGHT" with expression ' 0x9316', CType: int More... | |
| static final int | GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92d1 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92D1', CType: int More... | |
| static final int | GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8c8b |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXTDefine "GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS" with expression ' 0x8C8B', CType: int More... | |
| static final int | GL_PACK_SKIP_ROWS = 0xd03 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0Define "GL_PACK_SKIP_ROWS" with expression ' 0x0D03', CType: int More... | |
| static final int | GL_NUM_EXTENSIONS = 0x821d |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_NUM_EXTENSIONS" with expression ' 0x821D', CType: int More... | |
| static final int | GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88fd |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4Alias for: GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT, GL_VERTEX_ATTRIB_ARRAY_INTEGER_NVDefine "GL_VERTEX_ATTRIB_ARRAY_INTEGER" with expression ' 0x88FD', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93da |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR" with expression ' 0x93DA', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8dd4 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_SAMPLER_CUBE_EXTDefine "GL_UNSIGNED_INT_SAMPLER_CUBE" with expression ' 0x8DD4', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93b1 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_5x4_KHR" with expression ' 0x93B1', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92d4 |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OESDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS" with expression ' 0x92D4', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE" with expression ' 0x8213', CType: int More... | |
| static final int | GL_QUADS = 0x7 |
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_1_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_QUADS_OES, GL_QUADS_EXTDefine "GL_QUADS" with expression ' 0x0007', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BUFFER_START = 0x92c2 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_ATOMIC_COUNTER_BUFFER_START" with expression ' 0x92C2', CType: int More... | |
| static final int | GL_DEPTH = 0x1801 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_discard_framebufferAlias for: GL_DEPTH_EXTDefine "GL_DEPTH" with expression ' 0x1801', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8a2d |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_FRAGMENT_UNIFORM_BLOCKS" with expression ' 0x8A2D', CType: int More... | |
| static final int | GL_IMAGE_BUFFER = 0x9051 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_buffer, GL_OES_texture_bufferAlias for: GL_IMAGE_BUFFER_EXT, GL_IMAGE_BUFFER_OESDefine "GL_IMAGE_BUFFER" with expression ' 0x9051', CType: int More... | |
| static final int | GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_buffer, GL_EXT_shader_image_load_store, GL_EXT_texture_bufferAlias for: GL_UNSIGNED_INT_IMAGE_BUFFER_OES, GL_UNSIGNED_INT_IMAGE_BUFFER_EXTDefine "GL_UNSIGNED_INT_IMAGE_BUFFER" with expression ' 0x9067', CType: int More... | |
| static final int | GL_READ_WRITE = 0x88ba |
GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_ARB_vertex_buffer_objectAlias for: GL_READ_WRITE_ARBDefine "GL_READ_WRITE" with expression ' 0x88BA', CType: int More... | |
| static final int | GL_TEXTURE_DEPTH = 0x8071 |
GL_ES_VERSION_3_1, GL_VERSION_1_2, GL_EXT_texture3D, GL_QCOM_extended_getAlias for: GL_TEXTURE_DEPTH_EXT, GL_TEXTURE_DEPTH_QCOMDefine "GL_TEXTURE_DEPTH" with expression ' 0x8071', CType: int More... | |
| static final int | GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92ce |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_tessellation_shader, GL_EXT_tessellation_shaderAlias for: GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXTDefine "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92CE', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS" with expression ' 0x9314', CType: int More... | |
| static final int | GL_MAX_ELEMENTS_INDICES = 0x80e9 |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elementsAlias for: GL_MAX_ELEMENTS_INDICES_EXTDefine "GL_MAX_ELEMENTS_INDICES" with expression ' 0x80E9', CType: int More... | |
| static final int | GL_IMAGE_2D = 0x904d |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_2D_EXTDefine "GL_IMAGE_2D" with expression ' 0x904D', CType: int More... | |
| static final int | GL_TESS_EVALUATION_SHADER_BIT = 0x10 |
GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_TESS_EVALUATION_SHADER_BIT_EXT, GL_TESS_EVALUATION_SHADER_BIT_OESDefine "GL_TESS_EVALUATION_SHADER_BIT" with expression ' 0x00000010', CType: int More... | |
| static final int | GL_UNIFORM_BUFFER = 0x8a11 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_EXT_bindable_uniformAlias for: GL_UNIFORM_BUFFER_EXTDefine "GL_UNIFORM_BUFFER" with expression ' 0x8A11', CType: int More... | |
| static final int | GL_TEXTURE_RED_SIZE = 0x805c |
GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_textureAlias for: GL_TEXTURE_RED_SIZE_EXTDefine "GL_TEXTURE_RED_SIZE" with expression ' 0x805C', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93b6 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_8x6_KHR" with expression ' 0x93B6', CType: int More... | |
| static final int | GL_RGB8UI = 0x8d7d |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB8UI_EXTDefine "GL_RGB8UI" with expression ' 0x8D7D', CType: int More... | |
| static final int | GL_UNIFORM_IS_ROW_MAJOR = 0x8a3e |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_IS_ROW_MAJOR" with expression ' 0x8A3E', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_INDEX = 0x8a3a |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_INDEX" with expression ' 0x8A3A', CType: int More... | |
| static final int | GL_TEXTURE_BASE_LEVEL = 0x813c |
GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lodAlias for: GL_TEXTURE_BASE_LEVEL_SGISDefine "GL_TEXTURE_BASE_LEVEL" with expression ' 0x813C', CType: int More... | |
| static final int | GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8a44 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER" with expression ' 0x8A44', CType: int More... | |
| static final int | GL_INT_IMAGE_2D_ARRAY = 0x905e |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_INT_IMAGE_2D_ARRAY_EXTDefine "GL_INT_IMAGE_2D_ARRAY" with expression ' 0x905E', CType: int More... | |
| static final int | GL_RGB16I = 0x8d89 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGB16I_EXTDefine "GL_RGB16I" with expression ' 0x8D89', CType: int More... | |
| static final int | GL_COMPRESSED_R11_EAC = 0x9270 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_R11_EAC" with expression ' 0x9270', CType: int More... | |
| static final int | GL_MAX_TEXTURE_LOD_BIAS = 0x84fd |
GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_texture_lod_biasAlias for: GL_MAX_TEXTURE_LOD_BIAS_EXTDefine "GL_MAX_TEXTURE_LOD_BIAS" with expression ' 0x84FD', CType: int More... | |
| static final int | GL_R11F_G11F_B10F = 0x8c3a |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_texture_packed_float, GL_EXT_packed_floatAlias for: GL_R11F_G11F_B10F_APPLE, GL_R11F_G11F_B10F_EXTDefine "GL_R11F_G11F_B10F" with expression ' 0x8C3A', CType: int More... | |
| static final int | GL_RGBA8I = 0x8d8e |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integerAlias for: GL_RGBA8I_EXTDefine "GL_RGBA8I" with expression ' 0x8D8E', CType: int More... | |
| static final int | GL_INT_IMAGE_BUFFER = 0x905c |
GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_buffer, GL_EXT_shader_image_load_store, GL_EXT_texture_bufferAlias for: GL_INT_IMAGE_BUFFER_OES, GL_INT_IMAGE_BUFFER_EXTDefine "GL_INT_IMAGE_BUFFER" with expression ' 0x905C', CType: int More... | |
| static final int | GL_TEXTURE_COMPRESSED = 0x86a1 |
GL_ES_VERSION_3_1, GL_VERSION_1_3, GL_ARB_texture_compressionAlias for: GL_TEXTURE_COMPRESSED_ARBDefine "GL_TEXTURE_COMPRESSED" with expression ' 0x86A1', CType: int More... | |
| static final int | GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92cd |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shaderAlias for: GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT, GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OESDefine "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92CD', CType: int More... | |
| static final int | GL_QUERY_NO_WAIT = 0x8e14 |
GL_VERSION_3_0, GL_NV_conditional_renderAlias for: GL_QUERY_NO_WAIT_NVDefine "GL_QUERY_NO_WAIT" with expression ' 0x8E14', CType: int More... | |
| static final int | GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 |
GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0Define "GL_COMPRESSED_SIGNED_R11_EAC" with expression ' 0x9271', CType: int More... | |
| static final int | GL_MIN = 0x8007 |
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmaxAlias for: GL_MIN_EXTDefine "GL_MIN" with expression ' 0x8007', CType: int More... | |
| static final int | GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 |
GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0Define "GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE" with expression ' 0x8212', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93d7 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR" with expression ' 0x93D7', CType: int More... | |
| static final int | GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8a32 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_EXT_geometry_shader, GL_OES_geometry_shaderAlias for: GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OESDefine "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS" with expression ' 0x8A32', CType: int More... | |
| static final int | GL_STREAM_READ = 0x88e1 |
GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_objectAlias for: GL_STREAM_READ_ARBDefine "GL_STREAM_READ" with expression ' 0x88E1', CType: int More... | |
| static final int | GL_FIRST_VERTEX_CONVENTION = 0x8e4d |
GL_ARB_provoking_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_provoking_vertex, GL_EXT_geometry_shaderAlias for: GL_FIRST_VERTEX_CONVENTION_OES, GL_FIRST_VERTEX_CONVENTION_EXTDefine "GL_FIRST_VERTEX_CONVENTION" with expression ' 0x8E4D', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8c83 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_VARYINGS_NV, GL_TRANSFORM_FEEDBACK_VARYINGS_EXTDefine "GL_TRANSFORM_FEEDBACK_VARYINGS" with expression ' 0x8C83', CType: int More... | |
| static final int | GL_MAX = 0x8008 |
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmaxAlias for: GL_MAX_EXTDefine "GL_MAX" with expression ' 0x8008', CType: int More... | |
| static final int | GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900d |
GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_arrayAlias for: GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OESDefine "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW" with expression ' 0x900D', CType: int More... | |
| static final int | GL_UNIFORM_ARRAY_STRIDE = 0x8a3c |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_UNIFORM_ARRAY_STRIDE" with expression ' 0x8A3C', CType: int More... | |
| static final int | GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8da8 |
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shaderDefine "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT" with expression ' 0x8DA8', CType: int More... | |
| static final int | GL_SEPARATE_ATTRIBS = 0x8c8d |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedbackAlias for: GL_SEPARATE_ATTRIBS_EXT, GL_SEPARATE_ATTRIBS_NVDefine "GL_SEPARATE_ATTRIBS" with expression ' 0x8C8D', CType: int More... | |
| static final int | GL_TEXTURE_DEPTH_SIZE = 0x884a |
GL_ES_VERSION_3_1, GL_VERSION_1_4, GL_ARB_depth_textureAlias for: GL_TEXTURE_DEPTH_SIZE_ARBDefine "GL_TEXTURE_DEPTH_SIZE" with expression ' 0x884A', CType: int More... | |
| static final int | GL_RG8UI = 0x8238 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG8UI" with expression ' 0x8238', CType: int More... | |
| static final int | GL_MAJOR_VERSION = 0x821b |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_MAJOR_VERSION" with expression ' 0x821B', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93d8 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR" with expression ' 0x93D8', CType: int More... | |
| static final int | GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_FRAMEBUFFER_DEFAULT_HEIGHT" with expression ' 0x9311', CType: int More... | |
| static final int | GL_MAX_TEXTURE_BUFFER_SIZE = 0x8c2b |
GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_objectAlias for: GL_MAX_TEXTURE_BUFFER_SIZE_OES, GL_MAX_TEXTURE_BUFFER_SIZE_ARB, GL_MAX_TEXTURE_BUFFER_SIZE_EXTDefine "GL_MAX_TEXTURE_BUFFER_SIZE" with expression ' 0x8C2B', CType: int More... | |
| static final int | GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8a2f |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_UNIFORM_BUFFER_BINDINGS" with expression ' 0x8A2F', CType: int More... | |
| static final int | GL_FLOAT_MAT2x3 = 0x8b65 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT2x3_NVDefine "GL_FLOAT_MAT2x3" with expression ' 0x8B65', CType: int More... | |
| static final int | GL_FLOAT_MAT2x4 = 0x8b66 |
GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matricesAlias for: GL_FLOAT_MAT2x4_NVDefine "GL_FLOAT_MAT2x4" with expression ' 0x8B66', CType: int More... | |
| static final int | GL_RG16UI = 0x823a |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG16UI" with expression ' 0x823A', CType: int More... | |
| static final int | GL_MAX_VARYING_COMPONENTS = 0x8b4b |
GL_ARB_geometry_shader4, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_geometry_shader4Alias for: GL_MAX_VARYING_COMPONENTS_EXTDefine "GL_MAX_VARYING_COMPONENTS" with expression ' 0x8B4B', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_2D = 0x8dd2 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_SAMPLER_2D_EXTDefine "GL_UNSIGNED_INT_SAMPLER_2D" with expression ' 0x8DD2', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93bb |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_10x10_KHR" with expression ' 0x93BB', CType: int More... | |
| static final int | GL_UNSIGNED_INT_SAMPLER_3D = 0x8dd3 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_UNSIGNED_INT_SAMPLER_3D_EXTDefine "GL_UNSIGNED_INT_SAMPLER_3D" with expression ' 0x8DD3', CType: int More... | |
| static final int | GL_INT_SAMPLER_CUBE = 0x8dcc |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4Alias for: GL_INT_SAMPLER_CUBE_EXTDefine "GL_INT_SAMPLER_CUBE" with expression ' 0x8DCC', CType: int More... | |
| static final int | GL_RGB8_SNORM = 0x8f96 |
GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_RGB8_SNORM" with expression ' 0x8F96', CType: int More... | |
| static final int | GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93b3 |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_RGBA_ASTC_6x5_KHR" with expression ' 0x93B3', CType: int More... | |
| static final int | GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92d5 |
GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_geometry_shader, GL_EXT_geometry_shaderAlias for: GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES, GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXTDefine "GL_MAX_GEOMETRY_ATOMIC_COUNTERS" with expression ' 0x92D5', CType: int More... | |
| static final int | GL_RG8I = 0x8237 |
GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0Define "GL_RG8I" with expression ' 0x8237', CType: int More... | |
| static final int | GL_READ_BUFFER = 0xc02 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_multiview_draw_buffers, GL_NV_read_bufferAlias for: GL_READ_BUFFER_EXT, GL_READ_BUFFER_NVDefine "GL_READ_BUFFER" with expression ' 0x0C02', CType: int More... | |
| static final int | GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90ea |
GL_ARB_stencil_texturing, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_DEPTH_STENCIL_TEXTURE_MODE" with expression ' 0x90EA', CType: int More... | |
| static final int | GL_PRIMITIVES_GENERATED = 0x8c87 |
GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_EXT_geometry_shader, GL_NV_transform_feedback, GL_OES_geometry_shaderAlias for: GL_PRIMITIVES_GENERATED_EXT, GL_PRIMITIVES_GENERATED_NV, GL_PRIMITIVES_GENERATED_OESDefine "GL_PRIMITIVES_GENERATED" with expression ' 0x8C87', CType: int More... | |
| static final int | GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92d0 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92D0', CType: int More... | |
| static final int | GL_UNIFORM_BUFFER_BINDING = 0x8a28 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_EXT_bindable_uniformAlias for: GL_UNIFORM_BUFFER_BINDING_EXTDefine "GL_UNIFORM_BUFFER_BINDING" with expression ' 0x8A28', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BUFFER = 0x92c0 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_ATOMIC_COUNTER_BUFFER" with expression ' 0x92C0', CType: int More... | |
| static final int | GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 |
GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3Define "GL_MAX_FRAMEBUFFER_SAMPLES" with expression ' 0x9318', CType: int More... | |
| static final int | GL_DEPTH32F_STENCIL8 = 0x8cad |
GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_floatAlias for: GL_DEPTH32F_STENCIL8_NVDefine "GL_DEPTH32F_STENCIL8" with expression ' 0x8CAD', CType: int More... | |
| static final int | GL_IMAGE_BINDING_LEVEL = 0x8f3b |
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_storeAlias for: GL_IMAGE_BINDING_LEVEL_EXTDefine "GL_IMAGE_BINDING_LEVEL" with expression ' 0x8F3B', CType: int More... | |
| static final int | GL_BUFFER_MAP_OFFSET = 0x9121 |
GL_ES_VERSION_3_0, GL_VERSION_3_0Define "GL_BUFFER_MAP_OFFSET" with expression ' 0x9121', CType: int More... | |
| static final int | GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92d9 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_ACTIVE_ATOMIC_COUNTER_BUFFERS" with expression ' 0x92D9', CType: int More... | |
| static final int | GL_RGB10_A2UI = 0x906f |
GL_ARB_texture_rgb10_a2ui, GL_VERSION_3_3, GL_ES_VERSION_3_0Define "GL_RGB10_A2UI" with expression ' 0x906F', CType: int More... | |
| static final int | GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92dc |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS" with expression ' 0x92DC', CType: int More... | |
| static final int | GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8c84 |
GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedbackAlias for: GL_TRANSFORM_FEEDBACK_BUFFER_START_NV, GL_TRANSFORM_FEEDBACK_BUFFER_START_EXTDefine "GL_TRANSFORM_FEEDBACK_BUFFER_START" with expression ' 0x8C84', CType: int More... | |
| static final int | GL_COPY_WRITE_BUFFER_BINDING = 0x8f37 |
GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_copy_bufferDefine "GL_COPY_WRITE_BUFFER_BINDING" with expression ' 0x8F37', CType: int More... | |
| static final int | GL_STENCIL = 0x1802 |
GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_discard_framebufferAlias for: GL_STENCIL_EXTDefine "GL_STENCIL" with expression ' 0x1802', CType: int More... | |
| static final int | GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93dc |
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldrDefine "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR" with expression ' 0x93DC', CType: int More... | |
| static final int | GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92c1 |
GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1Define "GL_ATOMIC_COUNTER_BUFFER_BINDING" with expression ' 0x92C1', CType: int More... | |
| static final int | GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8a31 |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS" with expression ' 0x8A31', CType: int More... | |
| static final int | GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8a2e |
GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1Define "GL_MAX_COMBINED_UNIFORM_BLOCKS" with expression ' 0x8A2E', CType: int More... | |
| static final int | GL_INVALID_INDEX = 0xFFFFFFFF |
Part of GL_ARB_uniform_buffer_object More... | |
| static final long | GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFFL |
Part of GL_ARB_sync More... | |
Protected Member Functions | |
| String | dumpArray (Object obj) |
| void | print (String str) |
| void | println (String str) |
| void | printIndent () |
Composable pipeline which wraps an underlying GL implementation, providing tracing information to a user-specified java.io.PrintStream before and after each OpenGL method call.
Sample code which installs this pipeline:
gl = drawable.setGL(new TraceGL(drawable.getGL(), System.err));
For automatic instantiation see GLPipelineFactory#create(String, Class, GL, Object[])
Definition at line 25 of file TraceGLES3.java.
| com.jogamp.opengl.TraceGLES3.TraceGLES3 | ( | GLES3 | downstreamGLES3, |
| PrintStream | stream | ||
| ) |
Definition at line 27 of file TraceGLES3.java.
|
protected |
Definition at line 6095 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getBoundBuffer | ( | int | target | ) |
| target | a GL buffer (VBO) target as used in GL#glBindBuffer(int, int), ie GL#GL_ELEMENT_ARRAY_BUFFER, GL#GL_ARRAY_BUFFER, .. |
GL#glBindBuffer(int, int) or 0 if unbound. Implements com.jogamp.opengl.GLBase.
Definition at line 41 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getBoundFramebuffer | ( | int | target | ) |
Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int).
Calls GLContext#getBoundFramebuffer(int).
Implements com.jogamp.opengl.GLBase.
Definition at line 46 of file TraceGLES3.java.
| com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES3.getBufferStorage | ( | int | bufferName | ) |
| bufferName | a GL buffer name, generated with e.g. GL#glGenBuffers(int, int[], int) and used in GL#glBindBuffer(int, int), GL#glBufferData(int, long, java.nio.Buffer, int) or GL2#glNamedBufferDataEXT(int, long, java.nio.Buffer, int). |
GLBufferStorage Implements com.jogamp.opengl.GLBase.
Definition at line 51 of file TraceGLES3.java.
| com.jogamp.opengl.GLContext com.jogamp.opengl.TraceGLES3.getContext | ( | ) |
Returns the GLContext associated which this GL object.
Implements com.jogamp.opengl.GLBase.
Definition at line 56 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getDefaultDrawBuffer | ( | ) |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e.
GL_READ_FRAMEBUFFER, which will be used as the target (output) for (fragment shader) draw commands, settable via GL2ES2#glDrawBuffers(int, int[], int) or GL2#glDrawBuffer(int).
For offscreen framebuffer objects this is GL#GL_COLOR_ATTACHMENT0, otherwise this is GL#GL_FRONT for non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.
Note-1: Neither ES1 nor ES2 supports selecting the draw buffer at all and GL#GL_BACK is the default.
Note-2: ES3 only supports GL#GL_BACK, GL#GL_NONE or GL#GL_COLOR_ATTACHMENT0+i via GL2ES2#glDrawBuffers(int, int[], int).
Method is only thread-safe while context is made current.
Implements com.jogamp.opengl.GLBase.
Definition at line 61 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getDefaultDrawFramebuffer | ( | ) |
Return the default draw framebuffer name.
May differ from it's default zero in case an framebuffer object (com.jogamp.opengl.FBObject) based drawable is being used.
Calls GLContext#getDefaultDrawFramebuffer().
Implements com.jogamp.opengl.GLBase.
Definition at line 66 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getDefaultReadBuffer | ( | ) |
Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e.
GL_READ_FRAMEBUFFER, which will be used as the source for pixel reading commands, like glReadPixels etc.
For offscreen framebuffer objects this is GL#GL_COLOR_ATTACHMENT0, otherwise this is GL#GL_FRONT for non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.
Note-1: Neither ES1 nor ES2 supports selecting the read buffer via glReadBuffer and GL#GL_BACK is the default.
Note-2: ES3 only supports GL#GL_BACK, GL#GL_NONE or GL#GL_COLOR_ATTACHMENT0+i
Note-3: See swapBuffersBeforeRead for read-pixels and swap-buffers implications.
Method is only thread-safe while context is made current.
Implements com.jogamp.opengl.GLBase.
Definition at line 71 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getDefaultReadFramebuffer | ( | ) |
Return the default read framebuffer name.
May differ from it's default zero in case an framebuffer object (com.jogamp.opengl.FBObject) based drawable is being used.
Calls GLContext#getDefaultReadFramebuffer().
Implements com.jogamp.opengl.GLBase.
Definition at line 76 of file TraceGLES3.java.
| final GL com.jogamp.opengl.TraceGLES3.getDownstreamGL | ( | ) | throws GLException |
Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.
See getRootGL() for retrieving the implementing root instance.
| GLException | if the downstream instance is not null and not a GL implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 37 of file TraceGLES3.java.
| java.lang.Object com.jogamp.opengl.TraceGLES3.getExtension | ( | java.lang.String | arg0 | ) |
| com.jogamp.opengl.GL com.jogamp.opengl.TraceGLES3.getGL | ( | ) |
Casts this object to the GL interface.
| GLException | if this object is not a GL implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 86 of file TraceGLES3.java.
| com.jogamp.opengl.GL2 com.jogamp.opengl.TraceGLES3.getGL2 | ( | ) |
Casts this object to the GL2 interface.
| GLException | if this object is not a GL2 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 91 of file TraceGLES3.java.
| com.jogamp.opengl.GL2ES1 com.jogamp.opengl.TraceGLES3.getGL2ES1 | ( | ) |
Casts this object to the GL2ES1 interface.
| GLException | if this object is not a GL2ES1 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 96 of file TraceGLES3.java.
| com.jogamp.opengl.GL2ES2 com.jogamp.opengl.TraceGLES3.getGL2ES2 | ( | ) |
Casts this object to the GL2ES2 interface.
| GLException | if this object is not a GL2ES2 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 101 of file TraceGLES3.java.
| com.jogamp.opengl.GL2ES3 com.jogamp.opengl.TraceGLES3.getGL2ES3 | ( | ) |
Casts this object to the GL2ES3 interface.
| GLException | if this object is not a GL2ES3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 107 of file TraceGLES3.java.
| com.jogamp.opengl.GL2GL3 com.jogamp.opengl.TraceGLES3.getGL2GL3 | ( | ) |
Casts this object to the GL2GL3 interface.
| GLException | if this object is not a GL2GL3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 113 of file TraceGLES3.java.
| com.jogamp.opengl.GL3 com.jogamp.opengl.TraceGLES3.getGL3 | ( | ) |
Casts this object to the GL3 interface.
| GLException | if this object is not a GL3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 118 of file TraceGLES3.java.
| com.jogamp.opengl.GL3bc com.jogamp.opengl.TraceGLES3.getGL3bc | ( | ) |
Casts this object to the GL3bc interface.
| GLException | if this object is not a GL3bc implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 129 of file TraceGLES3.java.
| com.jogamp.opengl.GL3ES3 com.jogamp.opengl.TraceGLES3.getGL3ES3 | ( | ) |
Casts this object to the GL3ES3 interface.
| GLException | if this object is not a GL3ES3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 123 of file TraceGLES3.java.
| com.jogamp.opengl.GL4 com.jogamp.opengl.TraceGLES3.getGL4 | ( | ) |
Casts this object to the GL4 interface.
| GLException | if this object is not a GL4 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 134 of file TraceGLES3.java.
| com.jogamp.opengl.GL4bc com.jogamp.opengl.TraceGLES3.getGL4bc | ( | ) |
Casts this object to the GL4bc interface.
| GLException | if this object is not a GL4bc implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 145 of file TraceGLES3.java.
| com.jogamp.opengl.GL4ES3 com.jogamp.opengl.TraceGLES3.getGL4ES3 | ( | ) |
Casts this object to the GL4ES3 interface.
| GLException | if this object is not a GL4ES3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 139 of file TraceGLES3.java.
| com.jogamp.opengl.GLES1 com.jogamp.opengl.TraceGLES3.getGLES1 | ( | ) |
Casts this object to the GLES1 interface.
| GLException | if this object is not a GLES1 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 150 of file TraceGLES3.java.
| com.jogamp.opengl.GLES2 com.jogamp.opengl.TraceGLES3.getGLES2 | ( | ) |
Casts this object to the GLES2 interface.
| GLException | if this object is not a GLES2 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 155 of file TraceGLES3.java.
| com.jogamp.opengl.GLES3 com.jogamp.opengl.TraceGLES3.getGLES3 | ( | ) |
Casts this object to the GLES3 interface.
| GLException | if this object is not a GLES3 implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 161 of file TraceGLES3.java.
| com.jogamp.opengl.GLProfile com.jogamp.opengl.TraceGLES3.getGLProfile | ( | ) |
Returns the GLProfile associated with this GL object.
Implements com.jogamp.opengl.GLBase.
Definition at line 167 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getMaxRenderbufferSamples | ( | ) |
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.
Implements com.jogamp.opengl.GLBase.
Definition at line 172 of file TraceGLES3.java.
| java.lang.Object com.jogamp.opengl.TraceGLES3.getPlatformGLExtensions | ( | ) |
Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed.
The data type of the returned object and its associated capabilities are undefined. Most applications will never need to call this method. It is highly recommended that any applications which do call this method perform all accesses on the returned object reflectively to guard themselves against changes to the implementation.
Implements com.jogamp.opengl.GLBase.
Definition at line 177 of file TraceGLES3.java.
| com.jogamp.opengl.GL com.jogamp.opengl.TraceGLES3.getRootGL | ( | ) |
Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL().
If this instance is not a wrapping pipeline, i.e. has no downstream instance, this instance is returned.
| GLException | if the root instance is not a GL implementation |
Implements com.jogamp.opengl.GLBase.
Definition at line 182 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.getSwapInterval | ( | ) |
Return the current swap interval.
If the context has not been made current at all, the default value 0 is returned.
For a valid context w/ an <o>onscreen GLDrawable the default value is 1, otherwise the default value is 0.
Implements com.jogamp.opengl.GLBase.
Definition at line 187 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glActiveShaderProgram | ( | int | pipeline, |
| int | program | ||
| ) |
Entry point to C language function: void {@native glActiveShaderProgram}(GLuint pipeline, GLuint program)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glActiveShaderProgramEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 192 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glActiveTexture | ( | int | texture | ) |
Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB
Implements com.jogamp.opengl.GL.
Definition at line 200 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glAlphaFuncQCOM | ( | int | func, |
| float | ref | ||
| ) |
Entry point to C language function: void {@native glAlphaFuncQCOM}(GLenum func, GLclampf ref)
Part of GL_QCOM_alpha_test
Implements com.jogamp.opengl.GLES2.
Definition at line 208 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glApplyFramebufferAttachmentCMAAINTEL | ( | ) |
Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}()
Part of GL_INTEL_framebuffer_CMAA
Implements com.jogamp.opengl.GL2ES2.
Definition at line 216 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glAttachShader | ( | int | program, |
| int | shader | ||
| ) |
Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 224 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBeginConditionalRender | ( | int | id, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode)
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glBeginConditionalRenderNV
Implements com.jogamp.opengl.GLES2.
Definition at line 232 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBeginQuery | ( | int | target, |
| int | id | ||
| ) |
Entry point to C language function: void {@native glBeginQuery}(GLenum target, GLuint id)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
Alias for: glBeginQueryARB, glBeginQueryEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 240 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBeginTransformFeedback | ( | int | primitiveMode | ) |
Entry point to C language function: void {@native glBeginTransformFeedback}(GLenum primitiveMode)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
Alias for: glBeginTransformFeedbackEXT, glBeginTransformFeedbackNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 248 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindAttribLocation | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glBindBuffer | ( | int | target, |
| int | buffer | ||
| ) |
Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glBindBufferARB
Implements com.jogamp.opengl.GL.
Definition at line 264 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindBufferBase | ( | int | target, |
| int | index, | ||
| int | buffer | ||
| ) |
Entry point to C language function: void {@native glBindBufferBase}(GLenum target, GLuint index, GLuint buffer)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glBindBufferBaseNV, glBindBufferBaseEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 272 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindBufferRange | ( | int | target, |
| int | index, | ||
| int | buffer, | ||
| long | offset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glBindBufferRange}(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glBindBufferRangeNV, glBindBufferRangeEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 280 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindFragDataLocationEXT | ( | int | program, |
| int | color, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program, GLuint color, const GLchar * name)
Part of GL_EXT_gpu_shader4, GL_EXT_blend_func_extended
Implements com.jogamp.opengl.GLES2.
Definition at line 296 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindFragDataLocationEXT | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glBindFragDataLocationIndexedEXT | ( | int | program, |
| int | colorNumber, | ||
| int | index, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
Part of GL_EXT_blend_func_extended
Implements com.jogamp.opengl.GLES2.
Definition at line 312 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindFragDataLocationIndexedEXT | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glBindFramebuffer | ( | int | target, |
| int | framebuffer | ||
| ) |
Entry point to C language function: void {@native glBindFramebuffer}(GLenum target, GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glBindFramebufferOES, glBindFramebufferEXT
Implements com.jogamp.opengl.GL.
Definition at line 320 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindImageTexture | ( | int | unit, |
| int | texture, | ||
| int | level, | ||
| boolean | layered, | ||
| int | layer, | ||
| int | access, | ||
| int | format | ||
| ) |
Entry point to C language function: void {@native glBindImageTexture}(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: glBindImageTextureEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 328 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindProgramPipeline | ( | int | pipeline | ) |
Entry point to C language function: void {@native glBindProgramPipeline}(GLuint pipeline)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glBindProgramPipelineEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 336 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindRenderbuffer | ( | int | target, |
| int | renderbuffer | ||
| ) |
Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glBindRenderbufferEXT, glBindRenderbufferOES
Implements com.jogamp.opengl.GL.
Definition at line 344 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindSampler | ( | int | unit, |
| int | sampler | ||
| ) |
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 352 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindTexture | ( | int | target, |
| int | texture | ||
| ) |
Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glBindTextureEXT
Implements com.jogamp.opengl.GL.
Definition at line 360 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindTransformFeedback | ( | int | target, |
| int | id | ||
| ) |
Entry point to C language function: void {@native glBindTransformFeedback}(GLenum target, GLuint id)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glBindTransformFeedbackNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 368 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindVertexArray | ( | int | array | ) |
Entry point to C language function: void {@native glBindVertexArray}(GLuint array)
Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
Alias for: glBindVertexArrayAPPLE, glBindVertexArrayOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 376 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindVertexArrayOES | ( | int | array | ) |
Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object
Implements com.jogamp.opengl.GLES2.
Definition at line 384 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBindVertexBuffer | ( | int | bindingindex, |
| int | buffer, | ||
| long | offset, | ||
| int | stride | ||
| ) |
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Implements com.jogamp.opengl.GL3ES3.
Definition at line 392 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendBarrier | ( | ) |
Entry point to C language function: void {@native glBlendBarrier}()
Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: glBlendBarrierKHR, glBlendBarrierNV
Implements com.jogamp.opengl.GLES2.
Definition at line 400 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendColor | ( | float | red, |
| float | green, | ||
| float | blue, | ||
| float | alpha | ||
| ) |
Entry point to C language function: void {@native glBlendColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_EXT_blend_color
Alias for: glBlendColorEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 408 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquation | ( | int | mode | ) |
Entry point to C language function: void {@native glBlendEquation}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: glBlendEquationOES, glBlendEquationEXT
Implements com.jogamp.opengl.GL.
Definition at line 416 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationi | ( | int | buf, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glBlendEquationi}(GLuint buf, GLenum mode)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
Alias for: glBlendEquationiOES, glBlendEquationiARB, glBlendEquationiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 456 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationiEXT | ( | int | buf, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glBlendEquationiEXT}(GLuint buf, GLenum mode)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 464 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationiOES | ( | int | buf, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glBlendEquationiOES}(GLuint buf, GLenum mode)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 472 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationSeparate | ( | int | modeRGB, |
| int | modeAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB, GLenum modeAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT
Implements com.jogamp.opengl.GL.
Definition at line 424 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationSeparatei | ( | int | buf, |
| int | modeRGB, | ||
| int | modeAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendEquationSeparatei}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
Alias for: glBlendEquationSeparateiARB, glBlendEquationSeparateiEXT, glBlendEquationSeparateiOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 432 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationSeparateiEXT | ( | int | buf, |
| int | modeRGB, | ||
| int | modeAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendEquationSeparateiEXT}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 440 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendEquationSeparateiOES | ( | int | buf, |
| int | modeRGB, | ||
| int | modeAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendEquationSeparateiOES}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 448 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFunc | ( | int | sfactor, |
| int | dfactor | ||
| ) |
Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 480 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFunci | ( | int | buf, |
| int | src, | ||
| int | dst | ||
| ) |
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src, GLenum dst)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
Alias for: glBlendFunciARB, glBlendFunciEXT, glBlendFunciOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 520 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFunciEXT | ( | int | buf, |
| int | src, | ||
| int | dst | ||
| ) |
Entry point to C language function: void {@native glBlendFunciEXT}(GLuint buf, GLenum src, GLenum dst)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 528 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFunciOES | ( | int | buf, |
| int | src, | ||
| int | dst | ||
| ) |
Entry point to C language function: void {@native glBlendFunciOES}(GLuint buf, GLenum src, GLenum dst)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 536 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFuncSeparate | ( | int | sfactorRGB, |
| int | dfactorRGB, | ||
| int | sfactorAlpha, | ||
| int | dfactorAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT
Implements com.jogamp.opengl.GL.
Definition at line 488 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFuncSeparatei | ( | int | buf, |
| int | srcRGB, | ||
| int | dstRGB, | ||
| int | srcAlpha, | ||
| int | dstAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendFuncSeparatei}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
Alias for: glBlendFuncSeparateiOES, glBlendFuncSeparateiARB, glBlendFuncSeparateiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 496 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFuncSeparateiEXT | ( | int | buf, |
| int | srcRGB, | ||
| int | dstRGB, | ||
| int | srcAlpha, | ||
| int | dstAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendFuncSeparateiEXT}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 504 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlendFuncSeparateiOES | ( | int | buf, |
| int | srcRGB, | ||
| int | dstRGB, | ||
| int | srcAlpha, | ||
| int | dstAlpha | ||
| ) |
Entry point to C language function: void {@native glBlendFuncSeparateiOES}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 512 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlitFramebuffer | ( | int | srcX0, |
| int | srcY0, | ||
| int | srcX1, | ||
| int | srcY1, | ||
| int | dstX0, | ||
| int | dstY0, | ||
| int | dstX1, | ||
| int | dstY1, | ||
| int | mask, | ||
| int | filter | ||
| ) |
Entry point to C language function: void {@native glBlitFramebuffer}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blit
Alias for: glBlitFramebufferNV, glBlitFramebufferEXT, glBlitFramebufferANGLE
Implements com.jogamp.opengl.GL2ES3.
Definition at line 544 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlitFramebufferANGLE | ( | int | srcX0, |
| int | srcY0, | ||
| int | srcX1, | ||
| int | srcY1, | ||
| int | dstX0, | ||
| int | dstY0, | ||
| int | dstX1, | ||
| int | dstY1, | ||
| int | mask, | ||
| int | filter | ||
| ) |
Entry point to C language function: void {@native glBlitFramebufferANGLE}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_ANGLE_framebuffer_blit
Implements com.jogamp.opengl.GLES2.
Definition at line 552 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBlitFramebufferNV | ( | int | srcX0, |
| int | srcY0, | ||
| int | srcX1, | ||
| int | srcY1, | ||
| int | dstX0, | ||
| int | dstY0, | ||
| int | dstX1, | ||
| int | dstY1, | ||
| int | mask, | ||
| int | filter | ||
| ) |
Entry point to C language function: void {@native glBlitFramebufferNV}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_NV_framebuffer_blit
Implements com.jogamp.opengl.GLES2.
Definition at line 560 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glBufferData | ( | int | arg0, |
| long | arg1, | ||
| java.nio.Buffer | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glBufferStorageEXT | ( | int | arg0, |
| long | arg1, | ||
| java.nio.Buffer | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glBufferSubData | ( | int | arg0, |
| long | arg1, | ||
| long | arg2, | ||
| java.nio.Buffer | arg3 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glCheckFramebufferStatus | ( | int | target | ) |
Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES
Implements com.jogamp.opengl.GL.
Definition at line 592 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClear | ( | int | mask | ) |
Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 601 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearBufferfi | ( | int | buffer, |
| int | drawbuffer, | ||
| float | depth, | ||
| int | stencil | ||
| ) |
Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 609 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearBufferfv | ( | int | buffer, |
| int | drawbuffer, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 625 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearBufferfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glClearBufferiv | ( | int | buffer, |
| int | drawbuffer, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 641 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearBufferiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glClearBufferuiv | ( | int | buffer, |
| int | drawbuffer, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 649 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearBufferuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glClearColor | ( | float | red, |
| float | green, | ||
| float | blue, | ||
| float | alpha | ||
| ) |
Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 665 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearDepth | ( | double | depth | ) |
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); .
Implements com.jogamp.opengl.GL2ES2.
Definition at line 673 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearDepthf | ( | float | depth | ) |
Entry point to C language function: void {@native glClearDepthf}(GLclampf depth);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
Calls void {@native glClearDepth}(GLclampd depth); if no native implementation is available.
Implements com.jogamp.opengl.GL2ES2.
Definition at line 681 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glClearStencil | ( | int | s | ) |
Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 689 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glClientWaitSync | ( | long | sync, |
| int | flags, | ||
| long | timeout | ||
| ) |
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glClientWaitSyncAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 697 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glColorMask | ( | boolean | red, |
| boolean | green, | ||
| boolean | blue, | ||
| boolean | alpha | ||
| ) |
Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 706 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glColorMaski | ( | int | index, |
| boolean | r, | ||
| boolean | g, | ||
| boolean | b, | ||
| boolean | a | ||
| ) |
Entry point to C language function: void {@native glColorMaski}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
Alias for: glColorMaskiEXT, glColorMaskiOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 714 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glColorMaskiEXT | ( | int | index, |
| boolean | r, | ||
| boolean | g, | ||
| boolean | b, | ||
| boolean | a | ||
| ) |
Entry point to C language function: void {@native glColorMaskiEXT}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 722 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glColorMaskiOES | ( | int | index, |
| boolean | r, | ||
| boolean | g, | ||
| boolean | b, | ||
| boolean | a | ||
| ) |
Entry point to C language function: void {@native glColorMaskiOES}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 730 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCompileShader | ( | int | shader | ) |
Entry point to C language function: void {@native glCompileShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glCompileShaderARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 738 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCompressedTexImage2D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| java.nio.Buffer | arg7 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCompressedTexImage2D | ( | int | target, |
| int | level, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | border, | ||
| int | imageSize, | ||
| long | data_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glCompressedTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexImage2DARB
Implements com.jogamp.opengl.GL.
Definition at line 746 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCompressedTexImage3D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| java.nio.Buffer | arg8 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCompressedTexImage3D | ( | int | target, |
| int | level, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| int | border, | ||
| int | imageSize, | ||
| long | data_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glCompressedTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
Alias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 770 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCompressedTexSubImage2D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| java.nio.Buffer | arg8 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCompressedTexSubImage2D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | width, | ||
| int | height, | ||
| int | format, | ||
| int | imageSize, | ||
| long | data_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glCompressedTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
Alias for: glCompressedTexSubImage2DARB
Implements com.jogamp.opengl.GL.
Definition at line 786 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCompressedTexSubImage3D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| int | arg8, | ||
| int | arg9, | ||
| java.nio.Buffer | arg10 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCompressedTexSubImage3D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | zoffset, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| int | format, | ||
| int | imageSize, | ||
| long | data_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glCompressedTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
Alias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 802 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyBufferSubData | ( | int | readTarget, |
| int | writeTarget, | ||
| long | readOffset, | ||
| long | writeOffset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glCopyBufferSubData}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_buffer
Alias for: glCopyBufferSubDataNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 810 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyBufferSubDataNV | ( | int | readTarget, |
| int | writeTarget, | ||
| long | readOffset, | ||
| long | writeOffset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glCopyBufferSubDataNV}(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_NV_copy_buffer
Implements com.jogamp.opengl.GLES2.
Definition at line 818 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyImageSubData | ( | int | srcName, |
| int | srcTarget, | ||
| int | srcLevel, | ||
| int | srcX, | ||
| int | srcY, | ||
| int | srcZ, | ||
| int | dstName, | ||
| int | dstTarget, | ||
| int | dstLevel, | ||
| int | dstX, | ||
| int | dstY, | ||
| int | dstZ, | ||
| int | srcWidth, | ||
| int | srcHeight, | ||
| int | srcDepth | ||
| ) |
Entry point to C language function: void {@native glCopyImageSubData}(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Part of GL_ARB_copy_image, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_NV_copy_image, GL_EXT_copy_image, GL_OES_copy_image
Alias for: glCopyImageSubDataNV, glCopyImageSubDataEXT, glCopyImageSubDataOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 826 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyTexImage2D | ( | int | target, |
| int | level, | ||
| int | internalformat, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | border | ||
| ) |
Entry point to C language function: void {@native glCopyTexImage2D}(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexImage2DEXT
Implements com.jogamp.opengl.GL.
Definition at line 834 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyTexSubImage2D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glCopyTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
Alias for: glCopyTexSubImage2DEXT
Implements com.jogamp.opengl.GL.
Definition at line 842 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyTexSubImage3D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | zoffset, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glCopyTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_copy_texture, GL_OES_texture_3D
Alias for: glCopyTexSubImage3DEXT, glCopyTexSubImage3DOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 850 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCopyTextureLevelsAPPLE | ( | int | destinationTexture, |
| int | sourceTexture, | ||
| int | sourceBaseLevel, | ||
| int | sourceLevelCount | ||
| ) |
Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
Part of GL_APPLE_copy_texture_levels
Implements com.jogamp.opengl.GLES2.
Definition at line 858 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCoverageMaskNV | ( | boolean | mask | ) |
Entry point to C language function: void {@native glCoverageMaskNV}(GLboolean mask)
Part of GL_NV_coverage_sample
Implements com.jogamp.opengl.GLES2.
Definition at line 866 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCoverageModulationNV | ( | int | components | ) |
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components)
Part of GL_NV_framebuffer_mixed_samples
Implements com.jogamp.opengl.GLES2.
Definition at line 874 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCoverageModulationTableNV | ( | int | n, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples
Implements com.jogamp.opengl.GLES2.
Definition at line 882 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glCoverageModulationTableNV | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCoverageOperationNV | ( | int | operation | ) |
Entry point to C language function: void {@native glCoverageOperationNV}(GLenum operation)
Part of GL_NV_coverage_sample
Implements com.jogamp.opengl.GLES2.
Definition at line 898 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glCreateProgram | ( | ) |
Entry point to C language function: GLuint {@native glCreateProgram}()
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 906 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glCreateShader | ( | int | type | ) |
Entry point to C language function: GLuint {@native glCreateShader}(GLenum type)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 915 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glCreateShaderProgramv | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glCullFace | ( | int | mode | ) |
Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 933 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDebugMessageControl | ( | int | source, |
| int | type, | ||
| int | severity, | ||
| int | count, | ||
| int[] | ids, | ||
| int | ids_offset, | ||
| boolean | enabled | ||
| ) |
Entry point to C language function: void {@native glDebugMessageControl}(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: glDebugMessageControlKHR, glDebugMessageControlARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 949 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDebugMessageControl | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| boolean | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDebugMessageInsert | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| java.lang.String | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteBuffers | ( | int | n, |
| int[] | buffers, | ||
| int | buffers_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glDeleteBuffersARB
Implements com.jogamp.opengl.GL.
Definition at line 965 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteBuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteFramebuffers | ( | int | n, |
| int[] | framebuffers, | ||
| int | framebuffers_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n, const GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
Implements com.jogamp.opengl.GL.
Definition at line 989 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteFramebuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteProgram | ( | int | program | ) |
Entry point to C language function: void {@native glDeleteProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 997 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteProgramPipelines | ( | int | n, |
| int[] | pipelines, | ||
| int | pipelines_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n, const GLuint * pipelines)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glDeleteProgramPipelinesEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1013 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteProgramPipelines | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteQueries | ( | int | n, |
| int[] | ids, | ||
| int | ids_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glDeleteQueriesEXT, glDeleteQueriesARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1029 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteQueries | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteRenderbuffers | ( | int | n, |
| int[] | renderbuffers, | ||
| int | renderbuffers_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n, const GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
Implements com.jogamp.opengl.GL.
Definition at line 1045 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteRenderbuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteSamplers | ( | int | count, |
| int[] | samplers, | ||
| int | samplers_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1053 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteSamplers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteShader | ( | int | shader | ) |
Entry point to C language function: void {@native glDeleteShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1069 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteSync | ( | long | sync | ) |
Entry point to C language function: void {@native glDeleteSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glDeleteSyncAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1077 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteTextures | ( | int | n, |
| int[] | textures, | ||
| int | textures_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glDeleteTexturesEXT
Implements com.jogamp.opengl.GL.
Definition at line 1093 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteTextures | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteTransformFeedbacks | ( | int | n, |
| int[] | ids, | ||
| int | ids_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n, const GLuint * ids)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glDeleteTransformFeedbacksNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1101 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteTransformFeedbacks | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteVertexArrays | ( | int | n, |
| int[] | arrays, | ||
| int | arrays_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n, const GLuint * arrays)
Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
Alias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1125 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteVertexArrays | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDeleteVertexArraysOES | ( | int | n, |
| int[] | arrays, | ||
| int | arrays_offset | ||
| ) |
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n, const GLuint * arrays)
Part of GL_OES_vertex_array_object
Implements com.jogamp.opengl.GLES2.
Definition at line 1141 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDeleteVertexArraysOES | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDepthFunc | ( | int | func | ) |
Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1149 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDepthMask | ( | boolean | flag | ) |
Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1157 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDepthRange | ( | double | zNear, |
| double | zFar | ||
| ) |
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); .
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1165 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDepthRangeArrayfvNV | ( | int | first, |
| int | count, | ||
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 1181 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDepthRangeArrayfvNV | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDepthRangef | ( | float | zNear, |
| float | zFar | ||
| ) |
Entry point to C language function: void {@native glDepthRangef}(GLclampf zNear, GLclampf zFar);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
Calls void {@native glDepthRange}(GLclampd zNear, GLclampd zFar); if no native implementation is available.
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1197 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDepthRangeIndexedfNV | ( | int | index, |
| float | n, | ||
| float | f | ||
| ) |
Entry point to C language function: void {@native glDepthRangeIndexedfNV}(GLuint index, GLfloat n, GLfloat f)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 1189 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDetachShader | ( | int | program, |
| int | shader | ||
| ) |
Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1205 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisable | ( | int | cap | ) |
Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1213 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisableDriverControlQCOM | ( | int | driverControl | ) |
Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control
Implements com.jogamp.opengl.GLES2.
Definition at line 1221 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisablei | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glDisablei}(GLenum target, GLuint index)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
Alias for: glDisableiOES, glDisableiNV, glDisableiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1237 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisableiEXT | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glDisableiEXT}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 1245 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisableiNV | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glDisableiNV}(GLenum target, GLuint index)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 1253 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisableiOES | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glDisableiOES}(GLenum target, GLuint index)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 1261 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDisableVertexAttribArray | ( | int | index | ) |
Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glDisableVertexAttribArrayARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1229 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDiscardFramebufferEXT | ( | int | target, |
| int | numAttachments, | ||
| int[] | attachments, | ||
| int | attachments_offset | ||
| ) |
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_EXT_discard_framebuffer
Implements com.jogamp.opengl.GLES2.
Definition at line 1269 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDiscardFramebufferEXT | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDispatchCompute | ( | int | num_groups_x, |
| int | num_groups_y, | ||
| int | num_groups_z | ||
| ) |
Entry point to C language function: void {@native glDispatchCompute}(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1285 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDispatchComputeIndirect | ( | long | indirect | ) |
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect)
Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1293 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArrays | ( | int | mode, |
| int | first, | ||
| int | count | ||
| ) |
Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first, GLsizei count)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glDrawArraysEXT
Implements com.jogamp.opengl.GL.
Definition at line 1301 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArraysIndirect | ( | int | arg0, |
| java.nio.Buffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawArraysIndirect | ( | int | mode, |
| long | indirect_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1317 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArraysInstanced | ( | int | mode, |
| int | first, | ||
| int | count, | ||
| int | instancecount | ||
| ) |
Entry point to C language function: void {@native glDrawArraysInstanced}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_NV_draw_instanced, GL_ANGLE_instanced_arrays
Alias for: glDrawArraysInstancedARB, glDrawArraysInstancedEXT, glDrawArraysInstancedNV, glDrawArraysInstancedANGLE
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1325 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArraysInstancedANGLE | ( | int | mode, |
| int | first, | ||
| int | count, | ||
| int | primcount | ||
| ) |
Entry point to C language function: void {@native glDrawArraysInstancedANGLE}(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
Part of GL_ANGLE_instanced_arrays
Implements com.jogamp.opengl.GLES2.
Definition at line 1333 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArraysInstancedBaseInstance | ( | int | mode, |
| int | first, | ||
| int | count, | ||
| int | instancecount, | ||
| int | baseinstance | ||
| ) |
Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
Alias for: glDrawArraysInstancedBaseInstanceEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1341 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawArraysInstancedNV | ( | int | mode, |
| int | first, | ||
| int | count, | ||
| int | primcount | ||
| ) |
Entry point to C language function: void {@native glDrawArraysInstancedNV}(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
Part of GL_NV_draw_instanced
Implements com.jogamp.opengl.GLES2.
Definition at line 1349 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawBuffers | ( | int | n, |
| int[] | bufs, | ||
| int | bufs_offset | ||
| ) |
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffers
Alias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1357 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawBuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawBuffersIndexedEXT | ( | int | n, |
| int[] | location, | ||
| int | location_offset, | ||
| int[] | indices, | ||
| int | indices_offset | ||
| ) |
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n, const GLenum * location, const GLint * indices)
Part of GL_EXT_multiview_draw_buffers
Implements com.jogamp.opengl.GLES2.
Definition at line 1373 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawBuffersIndexedEXT | ( | int | arg0, |
| java.nio.IntBuffer | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElements | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElements | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
Implements com.jogamp.opengl.GL.
Definition at line 1397 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsBaseVertex | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsBaseVertex | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | basevertex | ||
| ) |
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex)
Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
Alias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1405 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsBaseVertexEXT | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsBaseVertexOES | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsIndirect | ( | int | arg0, |
| int | arg1, | ||
| java.nio.Buffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsIndirect | ( | int | mode, |
| int | type, | ||
| long | indirect_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1445 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstanced | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstanced | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | instancecount | ||
| ) |
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_ANGLE_instanced_arrays, GL_NV_draw_instanced
Alias for: glDrawElementsInstancedARB, glDrawElementsInstancedEXT, glDrawElementsInstancedANGLE, glDrawElementsInstancedNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1453 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedANGLE | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseInstance | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | instancecount, | ||
| int | baseinstance | ||
| ) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance)
Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
Alias for: glDrawElementsInstancedBaseInstanceEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1477 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseVertex | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4, | ||
| int | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseVertex | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | instancecount, | ||
| int | basevertex | ||
| ) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex)
Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertex
Alias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1485 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseVertexBaseInstance | ( | int | mode, |
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | instancecount, | ||
| int | basevertex, | ||
| int | baseinstance | ||
| ) |
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
Alias for: glDrawElementsInstancedBaseVertexBaseInstanceEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1501 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseVertexEXT | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4, | ||
| int | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedBaseVertexOES | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4, | ||
| int | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawElementsInstancedNV | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElements | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| java.nio.Buffer | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElements | ( | int | mode, |
| int | start, | ||
| int | end, | ||
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elements
Alias for: glDrawRangeElementsEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1541 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElementsBaseVertex | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| java.nio.Buffer | arg5, | ||
| int | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElementsBaseVertex | ( | int | mode, |
| int | start, | ||
| int | end, | ||
| int | count, | ||
| int | type, | ||
| long | indices_buffer_offset, | ||
| int | basevertex | ||
| ) |
Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex)
Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
Alias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1549 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElementsBaseVertexEXT | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| java.nio.Buffer | arg5, | ||
| int | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glDrawRangeElementsBaseVertexOES | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| java.nio.Buffer | arg5, | ||
| int | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glEGLImageTargetRenderbufferStorageOES | ( | int | target, |
| long | image | ||
| ) |
Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
Implements com.jogamp.opengl.GLES2.
Definition at line 1581 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEGLImageTargetTexture2DOES | ( | int | target, |
| long | image | ||
| ) |
Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target, GLeglImageOES image)
Part of GL_OES_EGL_image
Implements com.jogamp.opengl.GLES2.
Definition at line 1589 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnable | ( | int | cap | ) |
Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1597 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnableDriverControlQCOM | ( | int | driverControl | ) |
Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl)
Part of GL_QCOM_driver_control
Implements com.jogamp.opengl.GLES2.
Definition at line 1605 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnablei | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glEnablei}(GLenum target, GLuint index)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_NV_viewport_array, GL_OES_draw_buffers_indexed, GL_EXT_draw_buffers_indexed
Alias for: glEnableiNV, glEnableiOES, glEnableiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1621 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnableiEXT | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glEnableiEXT}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 1629 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnableiNV | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glEnableiNV}(GLenum target, GLuint index)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 1637 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnableiOES | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glEnableiOES}(GLenum target, GLuint index)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 1645 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEnableVertexAttribArray | ( | int | index | ) |
Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glEnableVertexAttribArrayARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1613 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEndConditionalRender | ( | ) |
Entry point to C language function: void {@native glEndConditionalRender}()
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glEndConditionalRenderNV
Implements com.jogamp.opengl.GLES2.
Definition at line 1653 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEndQuery | ( | int | target | ) |
Entry point to C language function: void {@native glEndQuery}(GLenum target)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glEndQueryEXT, glEndQueryARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1661 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEndTilingQCOM | ( | int | preserveMask | ) |
Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
Implements com.jogamp.opengl.GLES2.
Definition at line 1669 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glEndTransformFeedback | ( | ) |
Entry point to C language function: void {@native glEndTransformFeedback}()
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1677 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetBufferPointervQCOM | ( | int | arg0, |
| com.jogamp.common.nio.PointerBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetBuffersQCOM | ( | int[] | buffers, |
| int | buffers_offset, | ||
| int | maxBuffers, | ||
| int[] | numBuffers, | ||
| int | numBuffers_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1693 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetBuffersQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetFramebuffersQCOM | ( | int[] | framebuffers, |
| int | framebuffers_offset, | ||
| int | maxFramebuffers, | ||
| int[] | numFramebuffers, | ||
| int | numFramebuffers_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1717 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetFramebuffersQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetProgramBinarySourceQCOM | ( | int | program, |
| int | shadertype, | ||
| byte[] | source, | ||
| int | source_offset, | ||
| int[] | length, | ||
| int | length_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
Part of GL_QCOM_extended_get2
Implements com.jogamp.opengl.GLES2.
Definition at line 1725 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetProgramBinarySourceQCOM | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetProgramsQCOM | ( | int[] | programs, |
| int | programs_offset, | ||
| int | maxPrograms, | ||
| int[] | numPrograms, | ||
| int | numPrograms_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
Part of GL_QCOM_extended_get2
Implements com.jogamp.opengl.GLES2.
Definition at line 1749 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetProgramsQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetRenderbuffersQCOM | ( | int[] | renderbuffers, |
| int | renderbuffers_offset, | ||
| int | maxRenderbuffers, | ||
| int[] | numRenderbuffers, | ||
| int | numRenderbuffers_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1765 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetRenderbuffersQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetShadersQCOM | ( | int[] | shaders, |
| int | shaders_offset, | ||
| int | maxShaders, | ||
| int[] | numShaders, | ||
| int | numShaders_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders, GLint maxShaders, GLint * numShaders)
Part of GL_QCOM_extended_get2
Implements com.jogamp.opengl.GLES2.
Definition at line 1781 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetShadersQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetTexLevelParameterivQCOM | ( | int | texture, |
| int | face, | ||
| int | level, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1797 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetTexLevelParameterivQCOM | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetTexSubImageQCOM | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| int | arg8, | ||
| int | arg9, | ||
| java.nio.Buffer | arg10 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glExtGetTexturesQCOM | ( | int[] | textures, |
| int | textures_offset, | ||
| int | maxTextures, | ||
| int[] | numTextures, | ||
| int | numTextures_offset | ||
| ) |
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures, GLint maxTextures, GLint * numTextures)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1813 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtGetTexturesQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| boolean com.jogamp.opengl.TraceGLES3.glExtIsProgramBinaryQCOM | ( | int | program | ) |
Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program)
Part of GL_QCOM_extended_get2
Implements com.jogamp.opengl.GLES2.
Definition at line 1829 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glExtTexObjectStateOverrideiQCOM | ( | int | target, |
| int | pname, | ||
| int | param | ||
| ) |
Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target, GLenum pname, GLint param)
Part of GL_QCOM_extended_get
Implements com.jogamp.opengl.GLES2.
Definition at line 1838 of file TraceGLES3.java.
| long com.jogamp.opengl.TraceGLES3.glFenceSync | ( | int | condition, |
| int | flags | ||
| ) |
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glFenceSyncAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1846 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFinish | ( | ) |
Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1855 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFlush | ( | ) |
Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1863 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFlushMappedBufferRange | ( | int | target, |
| long | offset, | ||
| long | length | ||
| ) |
Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE
Implements com.jogamp.opengl.GL.
Definition at line 1871 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFragmentCoverageColorNV | ( | int | color | ) |
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color)
Part of GL_NV_fragment_coverage_to_color
Implements com.jogamp.opengl.GLES2.
Definition at line 1879 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferParameteri | ( | int | target, |
| int | pname, | ||
| int | param | ||
| ) |
Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1887 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferRenderbuffer | ( | int | target, |
| int | attachment, | ||
| int | renderbuffertarget, | ||
| int | renderbuffer | ||
| ) |
Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT
Implements com.jogamp.opengl.GL.
Definition at line 1895 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferSampleLocationsfvNV | ( | int | target, |
| int | start, | ||
| int | count, | ||
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations
Implements com.jogamp.opengl.GLES2.
Definition at line 1903 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferSampleLocationsfvNV | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glFramebufferTexture | ( | int | target, |
| int | attachment, | ||
| int | texture, | ||
| int | level | ||
| ) |
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: glFramebufferTextureOES, glFramebufferTextureEXT, glFramebufferTextureARB
Implements com.jogamp.opengl.GL3ES3.
Definition at line 1919 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTexture2D | ( | int | target, |
| int | attachment, | ||
| int | textarget, | ||
| int | texture, | ||
| int | level | ||
| ) |
Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES
Implements com.jogamp.opengl.GL.
Definition at line 1927 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTexture2DMultisampleEXT | ( | int | target, |
| int | attachment, | ||
| int | textarget, | ||
| int | texture, | ||
| int | level, | ||
| int | samples | ||
| ) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
Part of GL_EXT_multisampled_render_to_texture
Implements com.jogamp.opengl.GLES2.
Definition at line 1935 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTexture2DMultisampleIMG | ( | int | target, |
| int | attachment, | ||
| int | textarget, | ||
| int | texture, | ||
| int | level, | ||
| int | samples | ||
| ) |
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
Part of GL_IMG_multisampled_render_to_texture
Implements com.jogamp.opengl.GLES2.
Definition at line 1943 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTexture3D | ( | int | target, |
| int | attachment, | ||
| int | textarget, | ||
| int | texture, | ||
| int | level, | ||
| int | zoffset | ||
| ) |
Entry point to C language function: void {@native glFramebufferTexture3D}(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_texture_3D
Alias for: glFramebufferTexture3DEXT, glFramebufferTexture3DOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 1951 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTextureEXT | ( | int | target, |
| int | attachment, | ||
| int | texture, | ||
| int | level | ||
| ) |
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_NV_geometry_program4, GL_EXT_geometry_shader
Implements com.jogamp.opengl.GLES2.
Definition at line 1959 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTextureLayer | ( | int | target, |
| int | attachment, | ||
| int | texture, | ||
| int | level, | ||
| int | layer | ||
| ) |
Entry point to C language function: void {@native glFramebufferTextureLayer}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_texture_array, GL_NV_geometry_program4, GL_ARB_geometry_shader4
Alias for: glFramebufferTextureLayerEXT, glFramebufferTextureLayerARB
Implements com.jogamp.opengl.GL2ES3.
Definition at line 1967 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTextureMultiviewOVR | ( | int | target, |
| int | attachment, | ||
| int | texture, | ||
| int | level, | ||
| int | baseViewIndex, | ||
| int | numViews | ||
| ) |
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview
Implements com.jogamp.opengl.GLES2.
Definition at line 1975 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFramebufferTextureOES | ( | int | target, |
| int | attachment, | ||
| int | texture, | ||
| int | level | ||
| ) |
Entry point to C language function: void {@native glFramebufferTextureOES}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_OES_geometry_shader
Implements com.jogamp.opengl.GLES2.
Definition at line 1983 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glFrontFace | ( | int | mode | ) |
Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 1991 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenBuffers | ( | int | n, |
| int[] | buffers, | ||
| int | buffers_offset | ||
| ) |
Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGenBuffersARB
Implements com.jogamp.opengl.GL.
Definition at line 2007 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenBuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenerateMipmap | ( | int | target | ) |
Entry point to C language function: void {@native glGenerateMipmap}(GLenum target)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenerateMipmapOES, glGenerateMipmapEXT
Implements com.jogamp.opengl.GL.
Definition at line 2159 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenFramebuffers | ( | int | n, |
| int[] | framebuffers, | ||
| int | framebuffers_offset | ||
| ) |
Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
Implements com.jogamp.opengl.GL.
Definition at line 2023 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenFramebuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenProgramPipelines | ( | int | n, |
| int[] | pipelines, | ||
| int | pipelines_offset | ||
| ) |
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n, GLuint * pipelines)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glGenProgramPipelinesEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2031 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenProgramPipelines | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenQueries | ( | int | n, |
| int[] | ids, | ||
| int | ids_offset | ||
| ) |
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glGenQueriesEXT, glGenQueriesARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2055 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenQueries | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenRenderbuffers | ( | int | n, |
| int[] | renderbuffers, | ||
| int | renderbuffers_offset | ||
| ) |
Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
Implements com.jogamp.opengl.GL.
Definition at line 2063 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenRenderbuffers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenSamplers | ( | int | count, |
| int[] | samplers, | ||
| int | samplers_offset | ||
| ) |
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2079 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenSamplers | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenTextures | ( | int | n, |
| int[] | textures, | ||
| int | textures_offset | ||
| ) |
Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glGenTexturesEXT
Implements com.jogamp.opengl.GL.
Definition at line 2103 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenTextures | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenTransformFeedbacks | ( | int | n, |
| int[] | ids, | ||
| int | ids_offset | ||
| ) |
Entry point to C language function: void {@native glGenTransformFeedbacks}(GLsizei n, GLuint * ids)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glGenTransformFeedbacksNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2119 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenTransformFeedbacks | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenVertexArrays | ( | int | n, |
| int[] | arrays, | ||
| int | arrays_offset | ||
| ) |
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays)
Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
Alias for: glGenVertexArraysAPPLE, glGenVertexArraysOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2135 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenVertexArrays | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGenVertexArraysOES | ( | int | n, |
| int[] | arrays, | ||
| int | arrays_offset | ||
| ) |
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n, GLuint * arrays)
Part of GL_OES_vertex_array_object
Implements com.jogamp.opengl.GLES2.
Definition at line 2151 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGenVertexArraysOES | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetActiveAttrib | ( | int | program, |
| int | index, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| int[] | size, | ||
| int | size_offset, | ||
| int[] | type, | ||
| int | type_offset, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glGetActiveAttrib}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: glGetActiveAttribARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2167 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetActiveAttrib | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| java.nio.IntBuffer | arg5, | ||
| java.nio.ByteBuffer | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniform | ( | int | program, |
| int | index, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| int[] | size, | ||
| int | size_offset, | ||
| int[] | type, | ||
| int | type_offset, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glGetActiveUniform}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetActiveUniformARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2191 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniform | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| java.nio.IntBuffer | arg5, | ||
| java.nio.ByteBuffer | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformBlockiv | ( | int | program, |
| int | uniformBlockIndex, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2223 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformBlockiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformBlockName | ( | int | program, |
| int | uniformBlockIndex, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | uniformBlockName, | ||
| int | uniformBlockName_offset | ||
| ) |
Entry point to C language function: void {@native glGetActiveUniformBlockName}(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2207 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformBlockName | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.ByteBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformsiv | ( | int | program, |
| int | uniformCount, | ||
| int[] | uniformIndices, | ||
| int | uniformIndices_offset, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetActiveUniformsiv}(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2231 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetActiveUniformsiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetAttachedShaders | ( | int | program, |
| int | maxCount, | ||
| int[] | count, | ||
| int | count_offset, | ||
| int[] | shaders, | ||
| int | shaders_offset | ||
| ) |
Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2247 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetAttachedShaders | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetAttribLocation | ( | int | arg0, |
| java.lang.String | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetBooleani_v | ( | int | target, |
| int | index, | ||
| byte[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data)
Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2280 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetBooleani_v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetBooleanv | ( | int | pname, |
| byte[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 2296 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetBooleanv | ( | int | arg0, |
| java.nio.ByteBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetBufferParameteri64v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.LongBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetBufferParameteri64v | ( | int | target, |
| int | pname, | ||
| long[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2304 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetBufferParameteriv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glGetBufferParameterivARB
Implements com.jogamp.opengl.GL.
Definition at line 2328 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetBufferParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetCoverageModulationTableNV | ( | int | bufsize, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize, GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples
Implements com.jogamp.opengl.GLES2.
Definition at line 2344 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetCoverageModulationTableNV | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetDebugMessageLog | ( | int | count, |
| int | bufSize, | ||
| int[] | sources, | ||
| int | sources_offset, | ||
| int[] | types, | ||
| int | types_offset, | ||
| int[] | ids, | ||
| int | ids_offset, | ||
| int[] | severities, | ||
| int | severities_offset, | ||
| int[] | lengths, | ||
| int | lengths_offset, | ||
| byte[] | messageLog, | ||
| int | messageLog_offset | ||
| ) |
Entry point to C language function: GLuint {@native glGetDebugMessageLog}(GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debug
Alias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2361 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glGetDebugMessageLog | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| java.nio.IntBuffer | arg5, | ||
| java.nio.IntBuffer | arg6, | ||
| java.nio.ByteBuffer | arg7 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetDriverControlsQCOM | ( | int[] | num, |
| int | num_offset, | ||
| int | size, | ||
| int[] | driverControls, | ||
| int | driverControls_offset | ||
| ) |
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num, GLsizei size, GLuint * driverControls)
Part of GL_QCOM_driver_control
Implements com.jogamp.opengl.GLES2.
Definition at line 2386 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetDriverControlsQCOM | ( | java.nio.IntBuffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetDriverControlStringQCOM | ( | int | driverControl, |
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | driverControlString, | ||
| int | driverControlString_offset | ||
| ) |
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString)
Part of GL_QCOM_driver_control
Implements com.jogamp.opengl.GLES2.
Definition at line 2370 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetDriverControlStringQCOM | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetError | ( | ) |
Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 2402 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetFloati_vNV | ( | int | target, |
| int | index, | ||
| float[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target, GLuint index, GLfloat * data)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 2419 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetFloati_vNV | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.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
Implements com.jogamp.opengl.GL.
Definition at line 2427 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetFloatv | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetFragDataIndexEXT | ( | int | program, |
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program, const GLchar * name)
Part of GL_EXT_blend_func_extended
Implements com.jogamp.opengl.GLES2.
Definition at line 2452 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glGetFragDataIndexEXT | ( | int | arg0, |
| java.nio.ByteBuffer | arg1 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetFragDataLocation | ( | int | arg0, |
| java.lang.String | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetFramebufferAttachmentParameteriv | ( | int | target, |
| int | attachment, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
Implements com.jogamp.opengl.GL.
Definition at line 2470 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetFramebufferAttachmentParameteriv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetFramebufferParameteriv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_access
Alias for: glGetFramebufferParameterivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2486 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetFramebufferParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetGraphicsResetStatus | ( | ) |
Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR
Implements com.jogamp.opengl.GL.
Definition at line 2502 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetInteger64i_v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.LongBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetInteger64i_v | ( | int | target, |
| int | index, | ||
| long[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2519 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetInteger64v | ( | int | arg0, |
| java.nio.LongBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetInteger64v | ( | int | pname, |
| long[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glGetInteger64vAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2535 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetIntegeri_v | ( | int | target, |
| int | index, | ||
| int[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target, GLuint index, GLint * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffers
Alias for: glGetIntegeri_vEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2551 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetIntegeri_v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetIntegeri_vEXT | ( | int | target, |
| int | index, | ||
| int[] | data, | ||
| int | data_offset | ||
| ) |
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_multiview_draw_buffers
Implements com.jogamp.opengl.GLES2.
Definition at line 2567 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetIntegeri_vEXT | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.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
Implements com.jogamp.opengl.GL.
Definition at line 2583 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetIntegerv | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetInternalformativ | ( | int | target, |
| int | internalformat, | ||
| int | pname, | ||
| int | bufSize, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
Implements com.jogamp.opengl.GL2ES3.
Definition at line 2599 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetInternalformativ | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetMultisamplefv | ( | int | pname, |
| int | index, | ||
| float[] | val, | ||
| int | val_offset | ||
| ) |
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname, GLuint index, GLfloat * val)
Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
Alias for: glGetMultisamplefvNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2615 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetMultisamplefv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetnUniformfv | ( | int | program, |
| int | location, | ||
| int | bufSize, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetnUniformfv}(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
Implements com.jogamp.opengl.GL.
Definition at line 3369 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetnUniformfv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetnUniformiv | ( | int | program, |
| int | location, | ||
| int | bufSize, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetnUniformiv}(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
Implements com.jogamp.opengl.GL.
Definition at line 3393 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetnUniformiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetnUniformuiv | ( | int | program, |
| int | location, | ||
| int | bufSize, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustness
Alias for: glGetnUniformuivKHR, glGetnUniformuivARB
Implements com.jogamp.opengl.GLES2.
Definition at line 3401 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetnUniformuiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetObjectLabel | ( | int | identifier, |
| int | name, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | label, | ||
| int | label_offset | ||
| ) |
Entry point to C language function: void {@native glGetObjectLabel}(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debug
Alias for: glGetObjectLabelEXT, glGetObjectLabelKHR
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2623 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetObjectLabel | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.ByteBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetObjectPtrLabel | ( | java.nio.Buffer | arg0, |
| int | arg1, | ||
| int[] | arg2, | ||
| int | arg3, | ||
| byte[] | arg4, | ||
| int | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetObjectPtrLabel | ( | java.nio.Buffer | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramBinary | ( | int | arg0, |
| int | arg1, | ||
| int[] | arg2, | ||
| int | arg3, | ||
| int[] | arg4, | ||
| int | arg5, | ||
| java.nio.Buffer | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramBinary | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.Buffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramInfoLog | ( | int | program, |
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | infoLog, | ||
| int | infoLog_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2679 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramInfoLog | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramInterfaceiv | ( | int | program, |
| int | programInterface, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2687 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramInterfaceiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramiv | ( | int | program, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramiv}(GLuint program, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
Alias for: glGetProgramivARB, glGetProgramivNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2821 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramPipelineInfoLog | ( | int | pipeline, |
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | infoLog, | ||
| int | infoLog_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glGetProgramPipelineInfoLogEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2703 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramPipelineInfoLog | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramPipelineiv | ( | int | pipeline, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline, GLenum pname, GLint * params)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glGetProgramPipelineivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2727 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramPipelineiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceIndex | ( | int | program, |
| int | programInterface, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2744 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceIndex | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramResourceiv | ( | int | program, |
| int | programInterface, | ||
| int | index, | ||
| int | propCount, | ||
| int[] | props, | ||
| int | props_offset, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramResourceiv}(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2813 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramResourceiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| int | arg5, | ||
| java.nio.IntBuffer | arg6, | ||
| java.nio.IntBuffer | arg7 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceLocation | ( | int | program, |
| int | programInterface, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2753 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceLocation | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceLocationIndexEXT | ( | int | program, |
| int | programInterface, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_EXT_blend_func_extended
Implements com.jogamp.opengl.GLES2.
Definition at line 2771 of file TraceGLES3.java.
| int com.jogamp.opengl.TraceGLES3.glGetProgramResourceLocationIndexEXT | ( | int | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetProgramResourceName | ( | int | program, |
| int | programInterface, | ||
| int | index, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glGetProgramResourceName}(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2797 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetProgramResourceName | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| java.nio.ByteBuffer | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetQueryiv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glGetQueryivEXT, glGetQueryivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2901 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetQueryiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjecti64v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.LongBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjecti64v | ( | int | id, |
| int | pname, | ||
| long[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id, GLenum pname, GLint64 * params)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
Alias for: glGetQueryObjecti64vEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2845 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectiv | ( | int | id, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname, GLint * params)
Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
Alias for: glGetQueryObjectivARB, glGetQueryObjectivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2861 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectui64v | ( | int | arg0, |
| int | arg1, | ||
| java.nio.LongBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectui64v | ( | int | id, |
| int | pname, | ||
| long[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
Alias for: glGetQueryObjectui64vEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2869 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectuiv | ( | int | id, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id, GLenum pname, GLuint * params)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2893 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetQueryObjectuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetRenderbufferParameteriv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
Implements com.jogamp.opengl.GL.
Definition at line 2917 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetRenderbufferParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterfv | ( | int | sampler, |
| int | pname, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2973 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterIiv | ( | int | sampler, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
Alias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2933 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterIiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterIuiv | ( | int | sampler, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler, GLenum pname, GLuint * params)
Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clamp
Alias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2957 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameterIuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameteriv | ( | int | sampler, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 2989 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSamplerParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetShaderInfoLog | ( | int | shader, |
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | infoLog, | ||
| int | infoLog_offset | ||
| ) |
Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 2997 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetShaderInfoLog | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetShaderiv | ( | int | shader, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3045 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetShaderiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetShaderPrecisionFormat | ( | int | shadertype, |
| int | precisiontype, | ||
| int[] | range, | ||
| int | range_offset, | ||
| int[] | precision, | ||
| int | precision_offset | ||
| ) |
Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
Throws GLException if no native implementation is available.
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3013 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetShaderPrecisionFormat | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetShaderSource | ( | int | shader, |
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | source, | ||
| int | source_offset | ||
| ) |
Entry point to C language function: void {@native glGetShaderSource}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetShaderSourceARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3037 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetShaderSource | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| java.lang.String com.jogamp.opengl.TraceGLES3.glGetString | ( | int | name | ) |
Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3061 of file TraceGLES3.java.
| java.lang.String com.jogamp.opengl.TraceGLES3.glGetStringi | ( | int | name, |
| int | index | ||
| ) |
Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3070 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSynciv | ( | long | sync, |
| int | pname, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| int[] | values, | ||
| int | values_offset | ||
| ) |
Entry point to C language function: void {@native glGetSynciv}(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glGetSyncivAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3079 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetSynciv | ( | long | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.IntBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexLevelParameterfv | ( | int | target, |
| int | level, | ||
| int | pname, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3095 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexLevelParameterfv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexLevelParameteriv | ( | int | target, |
| int | level, | ||
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3111 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexLevelParameteriv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterfv | ( | int | target, |
| int | pname, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3167 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterIiv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
Alias for: glGetTexParameterIivOES, glGetTexParameterIivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3127 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterIiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterIuiv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
Alias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3151 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexParameterIuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTexParameteriv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3183 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTexParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTransformFeedbackVarying | ( | int | program, |
| int | index, | ||
| int | bufSize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| int[] | size, | ||
| int | size_offset, | ||
| int[] | type, | ||
| int | type_offset, | ||
| byte[] | name, | ||
| int | name_offset | ||
| ) |
Entry point to C language function: void {@native glGetTransformFeedbackVarying}(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3199 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTransformFeedbackVarying | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3, | ||
| java.nio.IntBuffer | arg4, | ||
| java.nio.IntBuffer | arg5, | ||
| java.nio.ByteBuffer | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetTranslatedShaderSourceANGLE | ( | int | shader, |
| int | bufsize, | ||
| int[] | length, | ||
| int | length_offset, | ||
| byte[] | source, | ||
| int | source_offset | ||
| ) |
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source)
Part of GL_ANGLE_translated_shader_source
Implements com.jogamp.opengl.GLES2.
Definition at line 3207 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetTranslatedShaderSourceANGLE | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetUniformBlockIndex | ( | int | arg0, |
| java.lang.String | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetUniformfv | ( | int | program, |
| int | location, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformfvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3257 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetUniformfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetUniformIndices | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2, | ||
| int[] | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetUniformIndices | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetUniformiv | ( | int | program, |
| int | location, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3273 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetUniformiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| int com.jogamp.opengl.TraceGLES3.glGetUniformLocation | ( | int | arg0, |
| java.lang.String | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetUniformuiv | ( | int | program, |
| int | location, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetUniformuivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3289 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetUniformuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribfv | ( | int | index, |
| int | pname, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3345 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribIiv | ( | int | index, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glGetVertexAttribIivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3313 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribIiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribIuiv | ( | int | index, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glGetVertexAttribIuivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3321 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribIuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribiv | ( | int | index, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glGetVertexAttribivNV, glGetVertexAttribivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3361 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glGetVertexAttribiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glHint | ( | int | target, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
Alias for: glHintPGI
Implements com.jogamp.opengl.GL.
Definition at line 3417 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glInvalidateFramebuffer | ( | int | target, |
| int | numAttachments, | ||
| int[] | attachments, | ||
| int | attachments_offset | ||
| ) |
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3425 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glInvalidateFramebuffer | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glInvalidateSubFramebuffer | ( | int | target, |
| int | numAttachments, | ||
| int[] | attachments, | ||
| int | attachments_offset, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glInvalidateSubFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3449 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glInvalidateSubFramebuffer | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6 | ||
| ) |
| boolean com.jogamp.opengl.TraceGLES3.glIsBuffer | ( | int | buffer | ) |
Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer)
Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
Alias for: glIsBufferARB
Implements com.jogamp.opengl.GL.
Definition at line 3457 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsEnabled | ( | int | cap | ) |
Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3466 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsEnabledi | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: GLboolean {@native glIsEnabledi}(GLenum target, GLuint index)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
Alias for: glIsEnablediOES, glIsEnablediNV, glIsEnablediEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3475 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsEnablediEXT | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: GLboolean {@native glIsEnablediEXT}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 3484 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsEnablediNV | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: GLboolean {@native glIsEnablediNV}(GLenum target, GLuint index)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 3493 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsEnablediOES | ( | int | target, |
| int | index | ||
| ) |
Entry point to C language function: GLboolean {@native glIsEnablediOES}(GLenum target, GLuint index)
Part of GL_OES_draw_buffers_indexed
Implements com.jogamp.opengl.GLES2.
Definition at line 3502 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsFramebuffer | ( | int | framebuffer | ) |
Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glIsFramebufferEXT, glIsFramebufferOES
Implements com.jogamp.opengl.GL.
Definition at line 3511 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsProgram | ( | int | program | ) |
Entry point to C language function: GLboolean {@native glIsProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
Alias for: glIsProgramARB, glIsProgramNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3520 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsProgramPipeline | ( | int | pipeline | ) |
Entry point to C language function: GLboolean {@native glIsProgramPipeline}(GLuint pipeline)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glIsProgramPipelineEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3529 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsQuery | ( | int | id | ) |
Entry point to C language function: GLboolean {@native glIsQuery}(GLuint id)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: glIsQueryEXT, glIsQueryARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3538 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsRenderbuffer | ( | int | renderbuffer | ) |
Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: glIsRenderbufferOES, glIsRenderbufferEXT
Implements com.jogamp.opengl.GL.
Definition at line 3547 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsSampler | ( | int | sampler | ) |
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3556 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsShader | ( | int | shader | ) |
Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3565 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsSync | ( | long | sync | ) |
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glIsSyncAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3574 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsTexture | ( | int | texture | ) |
Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glIsTextureEXT
Implements com.jogamp.opengl.GL.
Definition at line 3583 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsTransformFeedback | ( | int | id | ) |
Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glIsTransformFeedbackNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3592 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsVertexArray | ( | int | array | ) |
Entry point to C language function: GLboolean {@native glIsVertexArray}(GLuint array)
Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_object
Alias for: glIsVertexArrayOES, glIsVertexArrayAPPLE
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3601 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.glIsVertexArrayOES | ( | int | array | ) |
Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array)
Part of GL_OES_vertex_array_object
Implements com.jogamp.opengl.GLES2.
Definition at line 3610 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glLineWidth | ( | float | width | ) |
Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3619 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glLinkProgram | ( | int | program | ) |
Entry point to C language function: void {@native glLinkProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glLinkProgramARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3627 of file TraceGLES3.java.
| java.nio.ByteBuffer com.jogamp.opengl.TraceGLES3.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().
| GLException | if buffer is not bound to target |
| GLException | if buffer is not tracked |
| GLException | if buffer is already mapped |
| GLException | if buffer has invalid store size, i.e. less-than zero |
Implements com.jogamp.opengl.GL.
Definition at line 3635 of file TraceGLES3.java.
| java.nio.ByteBuffer com.jogamp.opengl.TraceGLES3.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().
| GLException | if buffer is not bound to target |
| GLException | if buffer is not tracked |
| GLException | if buffer is already mapped |
| GLException | if buffer has invalid store size, i.e. less-than zero |
| GLException | if buffer mapping range does not fit, incl. offset |
Implements com.jogamp.opengl.GL.
Definition at line 3644 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glMemoryBarrier | ( | int | barriers | ) |
Entry point to C language function: void {@native glMemoryBarrier}(GLbitfield barriers)
Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: glMemoryBarrierEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3653 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glMemoryBarrierByRegion | ( | int | barriers | ) |
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_1
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3661 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glMinSampleShading | ( | float | value | ) |
Entry point to C language function: void {@native glMinSampleShading}(GLfloat value)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shading
Alias for: glMinSampleShadingOES, glMinSampleShadingARB
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3669 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glMinSampleShadingOES | ( | float | value | ) |
Entry point to C language function: void {@native glMinSampleShadingOES}(GLfloat value)
Part of GL_OES_sample_shading
Implements com.jogamp.opengl.GLES2.
Definition at line 3677 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glMultiDrawArraysIndirectEXT | ( | int | arg0, |
| java.nio.Buffer | arg1, | ||
| int | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glMultiDrawElementsBaseVertexEXT | ( | int | arg0, |
| int[] | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| com.jogamp.common.nio.PointerBuffer | arg4, | ||
| int | arg5, | ||
| int[] | arg6, | ||
| int | arg7 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glMultiDrawElementsBaseVertexEXT | ( | int | arg0, |
| java.nio.IntBuffer | arg1, | ||
| int | arg2, | ||
| com.jogamp.common.nio.PointerBuffer | arg3, | ||
| int | arg4, | ||
| java.nio.IntBuffer | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glMultiDrawElementsBaseVertexOES | ( | int | arg0, |
| int[] | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| com.jogamp.common.nio.PointerBuffer | arg4, | ||
| int | arg5, | ||
| int[] | arg6, | ||
| int | arg7 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glMultiDrawElementsBaseVertexOES | ( | int | arg0, |
| java.nio.IntBuffer | arg1, | ||
| int | arg2, | ||
| com.jogamp.common.nio.PointerBuffer | arg3, | ||
| int | arg4, | ||
| java.nio.IntBuffer | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glMultiDrawElementsIndirectEXT | ( | int | arg0, |
| int | arg1, | ||
| java.nio.Buffer | arg2, | ||
| int | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glNamedFramebufferSampleLocationsfvNV | ( | int | framebuffer, |
| int | start, | ||
| int | count, | ||
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations
Implements com.jogamp.opengl.GLES2.
Definition at line 3733 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glNamedFramebufferSampleLocationsfvNV | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glObjectLabel | ( | int | identifier, |
| int | name, | ||
| int | length, | ||
| byte[] | label, | ||
| int | label_offset | ||
| ) |
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glObjectLabelKHR
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3749 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glObjectLabel | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glObjectPtrLabel | ( | java.nio.Buffer | arg0, |
| int | arg1, | ||
| byte[] | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glObjectPtrLabel | ( | java.nio.Buffer | arg0, |
| int | arg1, | ||
| java.nio.ByteBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glPatchParameteri | ( | int | pname, |
| int | value | ||
| ) |
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname, GLint value)
Part of GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: glPatchParameteriOES, glPatchParameteriEXT
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3781 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPatchParameteriEXT | ( | int | pname, |
| int | value | ||
| ) |
Entry point to C language function: void {@native glPatchParameteriEXT}(GLenum pname, GLint value)
Part of GL_EXT_tessellation_shader
Implements com.jogamp.opengl.GLES2.
Definition at line 3789 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPatchParameteriOES | ( | int | pname, |
| int | value | ||
| ) |
Entry point to C language function: void {@native glPatchParameteriOES}(GLenum pname, GLint value)
Part of GL_OES_tessellation_shader
Implements com.jogamp.opengl.GLES2.
Definition at line 3797 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPauseTransformFeedback | ( | ) |
Entry point to C language function: void {@native glPauseTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glPauseTransformFeedbackNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 3805 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPixelStorei | ( | int | pname, |
| int | param | ||
| ) |
Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 3813 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPolygonModeNV | ( | int | face, |
| int | mode | ||
| ) |
Entry point to C language function: void {@native glPolygonModeNV}(GLenum face, GLenum mode)
Part of GL_NV_polygon_mode
Implements com.jogamp.opengl.GLES2.
Definition at line 3821 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPolygonOffset | ( | float | factor, |
| float | units | ||
| ) |
Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor, GLfloat units)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
Alias for: glPolygonOffsetEXT
Implements com.jogamp.opengl.GL.
Definition at line 3829 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPopDebugGroup | ( | ) |
Entry point to C language function: void {@native glPopDebugGroup}()
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glPopDebugGroupKHR
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3837 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPrimitiveBoundingBox | ( | float | minX, |
| float | minY, | ||
| float | minZ, | ||
| float | minW, | ||
| float | maxX, | ||
| float | maxY, | ||
| float | maxZ, | ||
| float | maxW | ||
| ) |
Entry point to C language function: void {@native glPrimitiveBoundingBox}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
Part of GL_ES_VERSION_3_2, GL_OES_primitive_bounding_box, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility
Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB
Implements com.jogamp.opengl.GL3ES3.
Definition at line 3845 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPrimitiveBoundingBoxEXT | ( | float | minX, |
| float | minY, | ||
| float | minZ, | ||
| float | minW, | ||
| float | maxX, | ||
| float | maxY, | ||
| float | maxZ, | ||
| float | maxW | ||
| ) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxEXT}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
Part of GL_EXT_primitive_bounding_box
Implements com.jogamp.opengl.GLES2.
Definition at line 3853 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPrimitiveBoundingBoxOES | ( | float | minX, |
| float | minY, | ||
| float | minZ, | ||
| float | minW, | ||
| float | maxX, | ||
| float | maxY, | ||
| float | maxZ, | ||
| float | maxW | ||
| ) |
Entry point to C language function: void {@native glPrimitiveBoundingBoxOES}(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
Part of GL_OES_primitive_bounding_box
Implements com.jogamp.opengl.GLES2.
Definition at line 3861 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramBinary | ( | int | arg0, |
| int | arg1, | ||
| java.nio.Buffer | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramParameteri | ( | int | program, |
| int | pname, | ||
| int | value | ||
| ) |
Entry point to C language function: void {@native glProgramParameteri}(GLuint program, GLenum pname, GLint value)
Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_EXT_geometry_shader4, GL_EXT_separate_shader_objects, GL_ARB_geometry_shader4
Alias for: glProgramParameteriEXT, glProgramParameteriARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3877 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1f | ( | int | program, |
| int | location, | ||
| float | v0 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1f}(GLuint program, GLint location, GLfloat v0)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1fEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3885 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3901 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1i | ( | int | program, |
| int | location, | ||
| int | v0 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1i}(GLuint program, GLint location, GLint v0)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1iEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3909 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1iv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1ivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3925 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1iv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1ui | ( | int | program, |
| int | location, | ||
| int | v0 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1ui}(GLuint program, GLint location, GLuint v0)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1uiEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3933 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1uiv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform1uivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3949 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform1uiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2f | ( | int | program, |
| int | location, | ||
| float | v0, | ||
| float | v1 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2f}(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2fEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3957 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3965 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2i | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2i}(GLuint program, GLint location, GLint v0, GLint v1)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2iEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3981 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2iv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2ivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 3989 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2iv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2ui | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2ui}(GLuint program, GLint location, GLuint v0, GLuint v1)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2uiEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4005 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2uiv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform2uivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4013 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform2uiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3f | ( | int | program, |
| int | location, | ||
| float | v0, | ||
| float | v1, | ||
| float | v2 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3fEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4029 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4045 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3i | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3iEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4053 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3iv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3ivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4069 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3iv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3ui | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3uiEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4077 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3uiv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform3uivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4093 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform3uiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4f | ( | int | program, |
| int | location, | ||
| float | v0, | ||
| float | v1, | ||
| float | v2, | ||
| float | v3 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4f}(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4fEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4101 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program, GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4109 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4i | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4i}(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4iEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4125 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4iv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program, GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4ivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4133 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4iv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4ui | ( | int | program, |
| int | location, | ||
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4ui}(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4uiEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4149 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4uiv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program, GLint location, GLsizei count, const GLuint * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniform4uivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4165 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniform4uiv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix2fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4173 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2x3fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix2x3fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4189 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2x3fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2x4fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix2x4fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4213 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix2x4fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix3fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4229 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3x2fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix3x2fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4245 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3x2fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3x4fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix3x4fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4261 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix3x4fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix4fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix4fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4269 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4x2fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix4x2fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4293 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4x2fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4x3fv | ( | int | program, |
| int | location, | ||
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
Alias for: glProgramUniformMatrix4x3fvEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4301 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glProgramUniformMatrix4x3fv | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| java.nio.FloatBuffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glPushDebugGroup | ( | int | source, |
| int | id, | ||
| int | length, | ||
| byte[] | message, | ||
| int | message_offset | ||
| ) |
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source, GLuint id, GLsizei length, const GLchar * message)
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glPushDebugGroupKHR
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4325 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glPushDebugGroup | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| java.nio.ByteBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glQueryCounter | ( | int | id, |
| int | target | ||
| ) |
Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
Alias for: glQueryCounterEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4333 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRasterSamplesEXT | ( | int | samples, |
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations)
Part of GL_EXT_raster_multisample
Implements com.jogamp.opengl.GLES2.
Definition at line 4341 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glReadBuffer | ( | int | mode | ) |
Entry point to C language function: void {@native glReadBuffer}(GLenum mode)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
Alias for: glReadBufferNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 4349 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glReadBufferIndexedEXT | ( | int | src, |
| int | index | ||
| ) |
Entry point to C language function: void {@native glReadBufferIndexedEXT}(GLenum src, GLint index)
Part of GL_EXT_multiview_draw_buffers
Implements com.jogamp.opengl.GLES2.
Definition at line 4357 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glReadBufferNV | ( | int | mode | ) |
Entry point to C language function: void {@native glReadBufferNV}(GLenum mode)
Part of GL_NV_read_buffer
Implements com.jogamp.opengl.GLES2.
Definition at line 4365 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glReadnPixels | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| java.nio.Buffer | arg7 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glReadPixels | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| java.nio.Buffer | arg6 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glReadPixels | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | format, | ||
| int | type, | ||
| long | pixels_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glReadPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4381 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glReleaseShaderCompiler | ( | ) |
Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well.
Entry point to C language function: void {@native glReleaseShaderCompiler}(void);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
Nop if no native implementation is available.
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4397 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRenderbufferStorage | ( | int | target, |
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES
Implements com.jogamp.opengl.GL.
Definition at line 4405 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRenderbufferStorageMultisample | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV
Implements com.jogamp.opengl.GL.
Definition at line 4413 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRenderbufferStorageMultisampleEXT | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample
Implements com.jogamp.opengl.GLES2.
Definition at line 4421 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRenderbufferStorageMultisampleIMG | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_IMG_multisampled_render_to_texture
Implements com.jogamp.opengl.GLES2.
Definition at line 4429 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glRenderbufferStorageMultisampleNV | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glRenderbufferStorageMultisampleNV}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample
Implements com.jogamp.opengl.GLES2.
Definition at line 4437 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glResolveDepthValuesNV | ( | ) |
Entry point to C language function: void {@native glResolveDepthValuesNV}()
Part of GL_NV_sample_locations
Implements com.jogamp.opengl.GLES2.
Definition at line 4445 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glResolveMultisampleFramebuffer | ( | ) |
Entry point to C language function: void {@native glResolveMultisampleFramebuffer}()
Part of GL_APPLE_framebuffer_multisample
Alias for: glResolveMultisampleFramebufferAPPLE
Implements com.jogamp.opengl.GLES2.
Definition at line 4453 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glResumeTransformFeedback | ( | ) |
Entry point to C language function: void {@native glResumeTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glResumeTransformFeedbackNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 4461 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSampleCoverage | ( | float | value, |
| boolean | invert | ||
| ) |
Entry point to C language function: void {@native glSampleCoverage}(GLfloat value, GLboolean invert)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
Alias for: glSampleCoverageARB, glSampleCoverageOES
Implements com.jogamp.opengl.GL.
Definition at line 4469 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSampleMaski | ( | int | index, |
| int | mask | ||
| ) |
Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask)
Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4477 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterf | ( | int | sampler, |
| int | pname, | ||
| float | param | ||
| ) |
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 4517 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterfv | ( | int | sampler, |
| int | pname, | ||
| float[] | param, | ||
| int | param_offset | ||
| ) |
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 4533 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glSamplerParameteri | ( | int | sampler, |
| int | pname, | ||
| int | param | ||
| ) |
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 4541 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterIiv | ( | int | sampler, |
| int | pname, | ||
| int[] | param, | ||
| int | param_offset | ||
| ) |
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
Alias for: glSamplerParameterIivEXT, glSamplerParameterIivOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4485 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterIiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterIuiv | ( | int | sampler, |
| int | pname, | ||
| int[] | param, | ||
| int | param_offset | ||
| ) |
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler, GLenum pname, const GLuint * param)
Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
Alias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4509 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameterIuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glSamplerParameteriv | ( | int | sampler, |
| int | pname, | ||
| int[] | param, | ||
| int | param_offset | ||
| ) |
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Implements com.jogamp.opengl.GL3ES3.
Definition at line 4557 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSamplerParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glScissor | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4565 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glScissorArrayvNV | ( | int | first, |
| int | count, | ||
| int[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first, GLsizei count, const GLint * v)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 4581 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glScissorArrayvNV | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glScissorIndexedNV | ( | int | index, |
| int | left, | ||
| int | bottom, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glScissorIndexedNV}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 4589 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glScissorIndexedvNV | ( | int | index, |
| int[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index, const GLint * v)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 4597 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glScissorIndexedvNV | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glShaderBinary | ( | int | arg0, |
| int[] | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.Buffer | arg4, | ||
| int | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glShaderBinary | ( | int | arg0, |
| java.nio.IntBuffer | arg1, | ||
| int | arg2, | ||
| java.nio.Buffer | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glShaderSource | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2, | ||
| int[] | arg3, | ||
| int | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glShaderSource | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2, | ||
| java.nio.IntBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glStartTilingQCOM | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | preserveMask | ||
| ) |
Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
Part of GL_QCOM_tiled_rendering
Implements com.jogamp.opengl.GLES2.
Definition at line 4645 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilFunc | ( | int | func, |
| int | ref, | ||
| int | mask | ||
| ) |
Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4653 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilFuncSeparate | ( | int | face, |
| int | func, | ||
| int | ref, | ||
| int | mask | ||
| ) |
Entry point to C language function: void {@native glStencilFuncSeparate}(GLenum face, GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: glStencilFuncSeparateATI
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4661 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilMask | ( | int | mask | ) |
Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4669 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilMaskSeparate | ( | int | face, |
| int | mask | ||
| ) |
Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4677 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilOp | ( | int | fail, |
| int | zfail, | ||
| int | zpass | ||
| ) |
Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4685 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glStencilOpSeparate | ( | int | face, |
| int | sfail, | ||
| int | dpfail, | ||
| int | dppass | ||
| ) |
Entry point to C language function: void {@native glStencilOpSeparate}(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: glStencilOpSeparateATI
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4693 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glSubpixelPrecisionBiasNV | ( | int | xbits, |
| int | ybits | ||
| ) |
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits)
Part of GL_NV_conservative_raster
Implements com.jogamp.opengl.GLES2.
Definition at line 4701 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBuffer | ( | int | target, |
| int | internalformat, | ||
| int | buffer | ||
| ) |
Entry point to C language function: void {@native glTexBuffer}(GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object
Alias for: glTexBufferOES, glTexBufferARB, glTexBufferEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 4709 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBufferEXT | ( | int | target, |
| int | internalformat, | ||
| int | buffer | ||
| ) |
Entry point to C language function: void {@native glTexBufferEXT}(GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_texture_buffer, GL_EXT_texture_buffer_object
Implements com.jogamp.opengl.GLES2.
Definition at line 4717 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBufferOES | ( | int | target, |
| int | internalformat, | ||
| int | buffer | ||
| ) |
Entry point to C language function: void {@native glTexBufferOES}(GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_OES_texture_buffer
Implements com.jogamp.opengl.GLES2.
Definition at line 4725 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBufferRange | ( | int | target, |
| int | internalformat, | ||
| int | buffer, | ||
| long | offset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glTexBufferRange}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
Alias for: glTexBufferRangeOES, glTexBufferRangeEXT
Implements com.jogamp.opengl.GL3ES3.
Definition at line 4733 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBufferRangeEXT | ( | int | target, |
| int | internalformat, | ||
| int | buffer, | ||
| long | offset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glTexBufferRangeEXT}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_EXT_texture_buffer
Implements com.jogamp.opengl.GLES2.
Definition at line 4741 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexBufferRangeOES | ( | int | target, |
| int | internalformat, | ||
| int | buffer, | ||
| long | offset, | ||
| long | size | ||
| ) |
Entry point to C language function: void {@native glTexBufferRangeOES}(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_OES_texture_buffer
Implements com.jogamp.opengl.GLES2.
Definition at line 4749 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexImage2D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| java.nio.Buffer | arg8 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexImage2D | ( | int | target, |
| int | level, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | border, | ||
| int | format, | ||
| int | type, | ||
| long | pixels_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glTexImage2D}(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4765 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexImage2DMultisample | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4773 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexImage3D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| int | arg8, | ||
| java.nio.Buffer | arg9 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexImage3D | ( | int | target, |
| int | level, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| int | border, | ||
| int | format, | ||
| int | type, | ||
| long | pixels_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glTexImage3D}(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
Alias for: glTexImage3DOES, glTexImage3DEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4781 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexImage3DMultisample | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4797 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexPageCommitmentEXT | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | zoffset, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| boolean | commit | ||
| ) |
Entry point to C language function: void {@native glTexPageCommitmentEXT}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
Part of GL_EXT_sparse_texture
Implements com.jogamp.opengl.GLES2.
Definition at line 4805 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterf | ( | int | target, |
| int | pname, | ||
| float | param | ||
| ) |
Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4845 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterfv | ( | int | target, |
| int | pname, | ||
| float[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4853 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterfv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexParameteri | ( | int | target, |
| int | pname, | ||
| int | param | ||
| ) |
Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4869 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterIiv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
Alias for: glTexParameterIivOES, glTexParameterIivEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4821 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterIiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexParameterIuiv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target, GLenum pname, const GLuint * params)
Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
Alias for: glTexParameterIuivEXT, glTexParameterIuivOES
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4837 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameterIuiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexParameteriv | ( | int | target, |
| int | pname, | ||
| int[] | params, | ||
| int | params_offset | ||
| ) |
Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 4885 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexParameteriv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexStorage1D | ( | int | target, |
| int | levels, | ||
| int | internalformat, | ||
| int | width | ||
| ) |
Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
Alias for: glTexStorage1DEXT
Implements com.jogamp.opengl.GL.
Definition at line 4893 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexStorage2D | ( | int | target, |
| int | levels, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glTexStorage2D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage2DEXT
Implements com.jogamp.opengl.GL.
Definition at line 4901 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexStorage2DMultisample | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glTexStorage2DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_1, GL_VERSION_4_3
Implements com.jogamp.opengl.GL2ES3.
Definition at line 4909 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexStorage3D | ( | int | target, |
| int | levels, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth | ||
| ) |
Entry point to C language function: void {@native glTexStorage3D}(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: glTexStorage3DEXT
Implements com.jogamp.opengl.GL.
Definition at line 4917 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexStorage3DMultisample | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glTexStorage3DMultisample}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_texture_storage_multisample_2d_array
Alias for: glTexStorage3DMultisampleOES
Implements com.jogamp.opengl.GL2ES3.
Definition at line 4925 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexStorage3DMultisampleOES | ( | int | target, |
| int | samples, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| boolean | fixedsamplelocations | ||
| ) |
Entry point to C language function: void {@native glTexStorage3DMultisampleOES}(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_OES_texture_storage_multisample_2d_array
Implements com.jogamp.opengl.GLES2.
Definition at line 4933 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexSubImage2D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| java.nio.Buffer | arg8 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexSubImage2D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | width, | ||
| int | height, | ||
| int | format, | ||
| int | type, | ||
| long | pixels_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glTexSubImage2D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
Alias for: glTexSubImage2DEXT
Implements com.jogamp.opengl.GL.
Definition at line 4949 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTexSubImage3D | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| int | arg4, | ||
| int | arg5, | ||
| int | arg6, | ||
| int | arg7, | ||
| int | arg8, | ||
| int | arg9, | ||
| java.nio.Buffer | arg10 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glTexSubImage3D | ( | int | target, |
| int | level, | ||
| int | xoffset, | ||
| int | yoffset, | ||
| int | zoffset, | ||
| int | width, | ||
| int | height, | ||
| int | depth, | ||
| int | format, | ||
| int | type, | ||
| long | pixels_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glTexSubImage3D}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
Alias for: glTexSubImage3DOES, glTexSubImage3DEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 4965 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTextureStorage1DEXT | ( | int | texture, |
| int | target, | ||
| int | levels, | ||
| int | internalformat, | ||
| int | width | ||
| ) |
Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
Implements com.jogamp.opengl.GL.
Definition at line 4973 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTextureStorage2DEXT | ( | int | texture, |
| int | target, | ||
| int | levels, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glTextureStorage2DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
Implements com.jogamp.opengl.GL.
Definition at line 4981 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTextureStorage3DEXT | ( | int | texture, |
| int | target, | ||
| int | levels, | ||
| int | internalformat, | ||
| int | width, | ||
| int | height, | ||
| int | depth | ||
| ) |
Entry point to C language function: void {@native glTextureStorage3DEXT}(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
Implements com.jogamp.opengl.GL.
Definition at line 4989 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTextureView | ( | int | texture, |
| int | target, | ||
| int | origtexture, | ||
| int | internalformat, | ||
| int | minlevel, | ||
| int | numlevels, | ||
| int | minlayer, | ||
| int | numlayers | ||
| ) |
Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
Part of GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view
Alias for: glTextureViewOES, glTextureViewEXT
Implements com.jogamp.opengl.GLES2.
Definition at line 4997 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glTransformFeedbackVaryings | ( | int | arg0, |
| int | arg1, | ||
| java.lang.String[] | arg2, | ||
| int | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform | ( | com.jogamp.opengl.GLUniformData | arg0 | ) |
| void com.jogamp.opengl.TraceGLES3.glUniform1f | ( | int | location, |
| float | v0 | ||
| ) |
Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1fARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5021 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1fv | ( | int | location, |
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5029 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1fv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform1i | ( | int | location, |
| int | v0 | ||
| ) |
Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1iARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5045 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1iv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count, const GLint * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1ivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5053 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1iv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform1ui | ( | int | location, |
| int | v0 | ||
| ) |
Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform1uiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5069 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1uiv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform1uivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5085 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform1uiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform2f | ( | int | location, |
| float | v0, | ||
| float | v1 | ||
| ) |
Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2fARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5093 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2fv | ( | int | location, |
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5109 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2fv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform2i | ( | int | location, |
| int | v0, | ||
| int | v1 | ||
| ) |
Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2iARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5117 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2iv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count, const GLint * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2ivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5133 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2iv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform2ui | ( | int | location, |
| int | v0, | ||
| int | v1 | ||
| ) |
Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform2uiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5141 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2uiv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform2uivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5149 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform2uiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform3f | ( | int | location, |
| float | v0, | ||
| float | v1, | ||
| float | v2 | ||
| ) |
Entry point to C language function: void {@native glUniform3f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform3fARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5165 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3fv | ( | int | location, |
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform3fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5173 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3fv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform3i | ( | int | location, |
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) |
Entry point to C language function: void {@native glUniform3i}(GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform3iARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5189 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3iv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count, const GLint * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform3ivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5197 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3iv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform3ui | ( | int | location, |
| int | v0, | ||
| int | v1, | ||
| int | v2 | ||
| ) |
Entry point to C language function: void {@native glUniform3ui}(GLint location, GLuint v0, GLuint v1, GLuint v2)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform3uiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5213 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3uiv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform3uivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5229 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform3uiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform4f | ( | int | location, |
| float | v0, | ||
| float | v1, | ||
| float | v2, | ||
| float | v3 | ||
| ) |
Entry point to C language function: void {@native glUniform4f}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform4fARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5237 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4fv | ( | int | location, |
| int | count, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform4fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5253 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4fv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform4i | ( | int | location, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) |
Entry point to C language function: void {@native glUniform4i}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform4iARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5261 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4iv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count, const GLint * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform4ivARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5277 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4iv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniform4ui | ( | int | location, |
| int | v0, | ||
| int | v1, | ||
| int | v2, | ||
| int | v3 | ||
| ) |
Entry point to C language function: void {@native glUniform4ui}(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform4uiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5285 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4uiv | ( | int | location, |
| int | count, | ||
| int[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform4uivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5293 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniform4uiv | ( | int | arg0, |
| int | arg1, | ||
| java.nio.IntBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformBlockBinding | ( | int | program, |
| int | uniformBlockIndex, | ||
| int | uniformBlockBinding | ||
| ) |
Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5309 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniformMatrix2fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5317 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x3fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix2x3fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5333 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x3fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x3fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5349 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x3fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x4fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix2x4fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5373 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x4fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x4fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5381 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix2x4fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniformMatrix3fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5405 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x2fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix3x2fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5421 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x2fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x2fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5437 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x2fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x4fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix3x4fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5445 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x4fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x4fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5469 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix3x4fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniformMatrix4fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5477 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x2fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix4x2fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5493 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x2fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x2fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5517 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x2fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x3fv | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: glUniformMatrix4x3fvNV
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5533 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x3fv | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x3fvNV | ( | int | location, |
| int | count, | ||
| boolean | transpose, | ||
| float[] | value, | ||
| int | value_offset | ||
| ) |
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_NV_non_square_matrices
Implements com.jogamp.opengl.GLES2.
Definition at line 5549 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUniformMatrix4x3fvNV | ( | int | arg0, |
| int | arg1, | ||
| boolean | arg2, | ||
| java.nio.FloatBuffer | arg3 | ||
| ) |
| boolean com.jogamp.opengl.TraceGLES3.glUnmapBuffer | ( | int | target | ) |
Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target)
Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glUnmapBufferOES, glUnmapBufferARB
Implements com.jogamp.opengl.GL.
Definition at line 5557 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUseProgram | ( | int | program | ) |
Entry point to C language function: void {@native glUseProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5566 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glUseProgramStages | ( | int | pipeline, |
| int | stages, | ||
| int | program | ||
| ) |
Entry point to C language function: void {@native glUseProgramStages}(GLuint pipeline, GLbitfield stages, GLuint program)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glUseProgramStagesEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5574 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glValidateProgram | ( | int | program | ) |
Entry point to C language function: void {@native glValidateProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glValidateProgramARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5582 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glValidateProgramPipeline | ( | int | pipeline | ) |
Entry point to C language function: void {@native glValidateProgramPipeline}(GLuint pipeline)
Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: glValidateProgramPipelineEXT
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5590 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib1f | ( | int | index, |
| float | x | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib1f}(GLuint index, GLfloat x)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1fARB, glVertexAttrib1fNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5598 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib1fv | ( | int | index, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index, const GLfloat * v)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5614 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib1fv | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib2f | ( | int | index, |
| float | x, | ||
| float | y | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib2f}(GLuint index, GLfloat x, GLfloat y)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2fARB, glVertexAttrib2fNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5622 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib2fv | ( | int | index, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index, const GLfloat * v)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5630 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib2fv | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib3f | ( | int | index, |
| float | x, | ||
| float | y, | ||
| float | z | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib3f}(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib3fARB, glVertexAttrib3fNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5646 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib3fv | ( | int | index, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index, const GLfloat * v)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5662 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib3fv | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib4f | ( | int | index, |
| float | x, | ||
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib4f}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4fNV, glVertexAttrib4fARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5670 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib4fv | ( | int | index, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index, const GLfloat * v)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5678 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttrib4fv | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribBinding | ( | int | attribindex, |
| int | bindingindex | ||
| ) |
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Implements com.jogamp.opengl.GL3ES3.
Definition at line 5694 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribDivisor | ( | int | index, |
| int | divisor | ||
| ) |
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index, GLuint divisor)
Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_EXT_instanced_arrays, GL_ARB_instanced_arrays
Alias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorEXT, glVertexAttribDivisorARB
Implements com.jogamp.opengl.GLES2.
Definition at line 5702 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribDivisorANGLE | ( | int | index, |
| int | divisor | ||
| ) |
Entry point to C language function: void {@native glVertexAttribDivisorANGLE}(GLuint index, GLuint divisor)
Part of GL_ANGLE_instanced_arrays
Implements com.jogamp.opengl.GLES2.
Definition at line 5710 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribDivisorNV | ( | int | index, |
| int | divisor | ||
| ) |
Entry point to C language function: void {@native glVertexAttribDivisorNV}(GLuint index, GLuint divisor)
Part of GL_NV_instanced_arrays
Implements com.jogamp.opengl.GLES2.
Definition at line 5718 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribFormat | ( | int | attribindex, |
| int | size, | ||
| int | type, | ||
| boolean | normalized, | ||
| int | relativeoffset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
Alias for: glVertexAttribFormatNV
Implements com.jogamp.opengl.GL3ES3.
Definition at line 5726 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4i | ( | int | index, |
| int | x, | ||
| int | y, | ||
| int | z, | ||
| int | w | ||
| ) |
Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glVertexAttribI4iEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5734 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4iv | ( | int | index, |
| int[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glVertexAttribI4ivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5742 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4iv | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4ui | ( | int | index, |
| int | x, | ||
| int | y, | ||
| int | z, | ||
| int | w | ||
| ) |
Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glVertexAttribI4uiEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5758 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4uiv | ( | int | index, |
| int[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glVertexAttribI4uivEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5774 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribI4uiv | ( | int | arg0, |
| java.nio.IntBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribIFormat | ( | int | attribindex, |
| int | size, | ||
| int | type, | ||
| int | relativeoffset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
Alias for: glVertexAttribIFormatNV
Implements com.jogamp.opengl.GL3ES3.
Definition at line 5782 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribIPointer | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| int | arg3, | ||
| java.nio.Buffer | arg4 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribIPointer | ( | int | index, |
| int | size, | ||
| int | type, | ||
| int | stride, | ||
| long | pointer_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
Alias for: glVertexAttribIPointerEXT
Implements com.jogamp.opengl.GL2ES3.
Definition at line 5798 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexAttribPointer | ( | com.jogamp.opengl.GLArrayData | arg0 | ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribPointer | ( | int | arg0, |
| int | arg1, | ||
| int | arg2, | ||
| boolean | arg3, | ||
| int | arg4, | ||
| java.nio.Buffer | arg5 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glVertexAttribPointer | ( | int | index, |
| int | size, | ||
| int | type, | ||
| boolean | normalized, | ||
| int | stride, | ||
| long | pointer_buffer_offset | ||
| ) |
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttribPointerARB, glVertexAttribPointerNV
Implements com.jogamp.opengl.GL2ES2.
Definition at line 5822 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glVertexBindingDivisor | ( | int | bindingindex, |
| int | divisor | ||
| ) |
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Implements com.jogamp.opengl.GL3ES3.
Definition at line 5830 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glViewport | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
Implements com.jogamp.opengl.GL.
Definition at line 5838 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glViewportArrayvNV | ( | int | first, |
| int | count, | ||
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 5846 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glViewportArrayvNV | ( | int | arg0, |
| int | arg1, | ||
| java.nio.FloatBuffer | arg2 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glViewportIndexedfNV | ( | int | index, |
| float | x, | ||
| float | y, | ||
| float | w, | ||
| float | h | ||
| ) |
Entry point to C language function: void {@native glViewportIndexedfNV}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 5862 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glViewportIndexedfvNV | ( | int | index, |
| float[] | v, | ||
| int | v_offset | ||
| ) |
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index, const GLfloat * v)
Part of GL_NV_viewport_array
Implements com.jogamp.opengl.GLES2.
Definition at line 5870 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.glViewportIndexedfvNV | ( | int | arg0, |
| java.nio.FloatBuffer | arg1 | ||
| ) |
| void com.jogamp.opengl.TraceGLES3.glWaitSync | ( | long | sync, |
| int | flags, | ||
| long | timeout | ||
| ) |
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags, GLuint64 timeout)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glWaitSyncAPPLE
Implements com.jogamp.opengl.GL3ES3.
Definition at line 5886 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.hasBasicFBOSupport | ( | ) |
Returns true if basic FBO support is available, otherwise false.
Basic FBO is supported if the context is either GL-ES >= 2.0, GL >= 3.0 [core, compat] or implements the extensions GL_ARB_ES2_compatibility, GL_ARB_framebuffer_object, GL_EXT_framebuffer_object or GL_OES_framebuffer_object.
Basic FBO support may only include one color attachment and no multisampling, as well as limited internal formats for renderbuffer.
Implements com.jogamp.opengl.GLBase.
Definition at line 5894 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.hasFullFBOSupport | ( | ) |
Returns true if full FBO support is available, otherwise false.
Full FBO is supported if the context is either GL >= core 3.0 [ES, core, compat] or implements the extensions ARB_framebuffer_object, or all of EXT_framebuffer_object, EXT_framebuffer_multisample, EXT_framebuffer_blit, GL_EXT_packed_depth_stencil.
Full FBO support includes multiple color attachments and multisampling.
Implements com.jogamp.opengl.GLBase.
Definition at line 5899 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.hasGLSL | ( | ) |
Indicates whether this GL object supports GLSL.
Implements com.jogamp.opengl.GLBase.
Definition at line 5904 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isExtensionAvailable | ( | java.lang.String | arg0 | ) |
| boolean com.jogamp.opengl.TraceGLES3.isFunctionAvailable | ( | java.lang.String | arg0 | ) |
| boolean com.jogamp.opengl.TraceGLES3.isGL | ( | ) |
Indicates whether this GL object conforms to any of the OpenGL profiles.
Implements com.jogamp.opengl.GLBase.
Definition at line 5919 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL2 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.
The GL2 profile includes the GL2ES1 and GL2ES2 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5924 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL2ES1 | ( | ) |
Indicates whether this GL object conforms to a GL2ES1 compatible profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5929 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL2ES2 | ( | ) |
Indicates whether this GL object conforms to a GL2ES2 compatible profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5934 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL2ES3 | ( | ) |
Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5939 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL2GL3 | ( | ) |
Indicates whether this GL object conforms to a GL2GL3 compatible profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5944 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL3 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.
The GL3 core profile includes the GL2ES2 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5949 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL3bc | ( | ) |
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile.
The GL3 compatibility profile includes the GL2, GL2ES1, GL2ES2 and GL3 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5959 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL3core | ( | ) |
Indicates whether this GL object uses a GL3 core profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5964 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL3ES3 | ( | ) |
Indicates whether this GL object conforms to a GL3ES3 compatible profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5954 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL4 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.
The GL4 core profile includes the GL2ES2, and GL3 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5969 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL4bc | ( | ) |
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile.
The GL4 compatibility profile includes the GL2, GL2ES1, GL2ES2, GL3, GL3bc and GL4 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5979 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL4core | ( | ) |
Indicates whether this GL object uses a GL4 core profile.
Includes [ GL4 ].
Implements com.jogamp.opengl.GLBase.
Definition at line 5984 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGL4ES3 | ( | ) |
Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.
if isGLES3Compatible() returns true.
Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]
Implements com.jogamp.opengl.GLBase.
Definition at line 5974 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLcore | ( | ) |
Indicates whether this GL object uses a GL core profile.
Includes [ GL4, GL3, GLES3, GL2ES2 ].
Implements com.jogamp.opengl.GLBase.
Definition at line 6029 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES | ( | ) |
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3().
Implements com.jogamp.opengl.GLBase.
Definition at line 5989 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES1 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.
Implements com.jogamp.opengl.GLBase.
Definition at line 5994 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES2 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.
Remark: ES2 compatible desktop profiles are not included. To query whether core ES2 functionality is provided, use isGLES2Compatible().
Implements com.jogamp.opengl.GLBase.
Definition at line 5999 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES2Compatible | ( | ) |
Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.
GL_ARB_ES2_compatibility, otherwise false Implements com.jogamp.opengl.GLBase.
Definition at line 6004 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES3 | ( | ) |
Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.
Remark: ES3 compatible desktop profiles are not included. To query whether core ES3 functionality is provided, use isGLES3Compatible().
Implements com.jogamp.opengl.GLBase.
Definition at line 6009 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES31Compatible | ( | ) |
Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.
Return true if the underlying context is an ES3 context ≥ 3.1 or implements the extension GL_ARB_ES3_1_compatibility, otherwise false.
Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_1_compatibility and GLES3 ≥ 3.1 ]
Implements com.jogamp.opengl.GLBase.
Definition at line 6014 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES32Compatible | ( | ) |
Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.
Return true if the underlying context is an ES3 context ≥ 3.2 or implements the extension GL_ARB_ES3_2_compatibility, otherwise false.
Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_2_compatibility and GLES3 ≥ 3.2 ]
Implements com.jogamp.opengl.GLBase.
Definition at line 6019 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isGLES3Compatible | ( | ) |
Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.
Return true if the underlying context is an ES3 context or implements the extension GL_ARB_ES3_compatibility, otherwise false.
Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]
Implements com.jogamp.opengl.GLBase.
Definition at line 6024 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isNPOTTextureAvailable | ( | ) |
Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.
NPOT textures are supported in OpenGL >= 3, GLES2 or if the 'GL_ARB_texture_non_power_of_two' extension is available.
Implements com.jogamp.opengl.GLBase.
Definition at line 6034 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isPBOPackBound | ( | ) |
Implements com.jogamp.opengl.GL2ES3.
Definition at line 6039 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isPBOUnpackBound | ( | ) |
Implements com.jogamp.opengl.GL2ES3.
Definition at line 6044 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isTextureFormatBGRA8888Available | ( | ) |
Implements com.jogamp.opengl.GLBase.
Definition at line 6049 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isVBOArrayBound | ( | ) |
GL#GL_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false Implements com.jogamp.opengl.GLBase.
Definition at line 6054 of file TraceGLES3.java.
| boolean com.jogamp.opengl.TraceGLES3.isVBOElementArrayBound | ( | ) |
GL#GL_ELEMENT_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false Implements com.jogamp.opengl.GLBase.
Definition at line 6059 of file TraceGLES3.java.
| com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES3.mapBuffer | ( | int | target, |
| int | access | ||
| ) |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.
Throws a GLException if GL-function constraints are not met.
GL#glMapBuffer(int, int) wrapper calls this method and returns GLBufferStorage#getMappedBuffer().
A zero GLBufferStorage#getSize() will avoid a native call and returns the unmapped GLBufferStorage.
A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.
| target | denotes the buffer via it's bound target |
| access | the mapping access mode |
| GLException | if buffer is not bound to target |
| GLException | if buffer is not tracked |
| GLException | if buffer is already mapped |
| GLException | if buffer has invalid store size, i.e. less-than zero |
Implements com.jogamp.opengl.GLBase.
Definition at line 6064 of file TraceGLES3.java.
| com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.TraceGLES3.mapBufferRange | ( | int | target, |
| long | offset, | ||
| long | length, | ||
| int | access | ||
| ) |
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation.
Throws a GLException if GL-function constraints are not met.
GL#glMapBufferRange(int, long, long, int) wrapper calls this method and returns GLBufferStorage#getMappedBuffer().
A zero GLBufferStorage#getSize() will avoid a native call and returns the unmapped GLBufferStorage.
A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.
| target | denotes the buffer via it's bound target |
| offset | offset of the mapped buffer's storage |
| length | length of the mapped buffer's storage |
| access | the mapping access mode |
| GLException | if buffer is not bound to target |
| GLException | if buffer is not tracked |
| GLException | if buffer is already mapped |
| GLException | if buffer has invalid store size, i.e. less-than zero |
| GLException | if buffer mapping range does not fit, incl. offset |
Implements com.jogamp.opengl.GLBase.
Definition at line 6073 of file TraceGLES3.java.
|
protected |
Definition at line 6111 of file TraceGLES3.java.
|
protected |
Definition at line 6119 of file TraceGLES3.java.
|
protected |
Definition at line 6115 of file TraceGLES3.java.
| void com.jogamp.opengl.TraceGLES3.setSwapInterval | ( | int | interval | ) |
Set the swap interval of the current context and attached onscreen GLDrawable.
offscreen GLDrawable are ignored and false is returned.
The interval semantics:
| interval | see above |
| GLException | if the context is not current. |
Implements com.jogamp.opengl.GLBase.
Definition at line 6082 of file TraceGLES3.java.
| String com.jogamp.opengl.TraceGLES3.toString | ( | ) |
Definition at line 6087 of file TraceGLES3.java.
|
static |
Definition at line 26 of file TraceGLES3.java.