Binary compatibility report for the JOGL library between 1.1.1a and 2.0-b2.20101124 versions
Test Info
Library Name | JOGL |
Version #1 | 1.1.1a |
Version #2 | 2.0-b2.20101124 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 10859 / 134 |
---|
Verdict | Incompatible (59.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 4321 |
---|
Removed Methods | High | 6312 |
---|
Problems with Data Types | High | 2032 |
---|
Medium | 1 |
Low | 2400 |
Problems with Methods | High | 17 |
---|
Medium | 27 |
Low | 0 |
Other Changes in Data Types | - | 109 |
Added Methods (4321)
jogl.awt.jar, AWTGLAutoDrawable.class
package javax.media.opengl.awt
AWTGLAutoDrawable.repaint ( ) [abstract] : void
[mangled: javax/media/opengl/awt/AWTGLAutoDrawable.repaint:()V]
AWTGLAutoDrawable.setSize ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/awt/AWTGLAutoDrawable.setSize:(II)V]
jogl.awt.jar, ComponentEvents.class
package javax.media.opengl.awt
ComponentEvents.addComponentListener ( ComponentListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addComponentListener:(Ljava/awt/event/ComponentListener;)V]
ComponentEvents.addFocusListener ( FocusListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addFocusListener:(Ljava/awt/event/FocusListener;)V]
ComponentEvents.addHierarchyBoundsListener ( HierarchyBoundsListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V]
ComponentEvents.addHierarchyListener ( HierarchyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addHierarchyListener:(Ljava/awt/event/HierarchyListener;)V]
ComponentEvents.addInputMethodListener ( InputMethodListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addInputMethodListener:(Ljava/awt/event/InputMethodListener;)V]
ComponentEvents.addKeyListener ( KeyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addKeyListener:(Ljava/awt/event/KeyListener;)V]
ComponentEvents.addMouseListener ( MouseListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addMouseListener:(Ljava/awt/event/MouseListener;)V]
ComponentEvents.addMouseMotionListener ( MouseMotionListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V]
ComponentEvents.addMouseWheelListener ( MouseWheelListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addMouseWheelListener:(Ljava/awt/event/MouseWheelListener;)V]
ComponentEvents.addPropertyChangeListener ( PropertyChangeListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.addPropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.addPropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.removeComponentListener ( ComponentListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeComponentListener:(Ljava/awt/event/ComponentListener;)V]
ComponentEvents.removeFocusListener ( FocusListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeFocusListener:(Ljava/awt/event/FocusListener;)V]
ComponentEvents.removeHierarchyBoundsListener ( HierarchyBoundsListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V]
ComponentEvents.removeHierarchyListener ( HierarchyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeHierarchyListener:(Ljava/awt/event/HierarchyListener;)V]
ComponentEvents.removeInputMethodListener ( InputMethodListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeInputMethodListener:(Ljava/awt/event/InputMethodListener;)V]
ComponentEvents.removeKeyListener ( KeyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeKeyListener:(Ljava/awt/event/KeyListener;)V]
ComponentEvents.removeMouseListener ( MouseListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeMouseListener:(Ljava/awt/event/MouseListener;)V]
ComponentEvents.removeMouseMotionListener ( MouseMotionListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V]
ComponentEvents.removeMouseWheelListener ( MouseWheelListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removeMouseWheelListener:(Ljava/awt/event/MouseWheelListener;)V]
ComponentEvents.removePropertyChangeListener ( PropertyChangeListener p1 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.removePropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract] : void
[mangled: javax/media/opengl/awt/ComponentEvents.removePropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V]
jogl.awt.jar, DestroyMethod.class
package javax.media.opengl.awt
GLCanvas.DestroyMethod.destroyMethod ( ) [abstract] : void
[mangled: javax/media/opengl/awt/GLCanvas.DestroyMethod.destroyMethod:()V]
jogl.awt.jar, GLCanvas.class
package javax.media.opengl.awt
GLCanvas.addClosingListener ( Component p1, GLCanvas.DestroyMethod p2 ) [static] : Object
[mangled: javax/media/opengl/awt/GLCanvas.addClosingListener:(Ljava/awt/Component;Ljavax/media/opengl/awt/GLCanvas$DestroyMethod;)Ljava/lang/Object;]
GLCanvas.addGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.addGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLCanvas.addGLEventListener ( int p1, GLEventListener p2 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.addGLEventListener:(ILjavax/media/opengl/GLEventListener;)V]
GLCanvas.addNotify ( ) : void
[mangled: javax/media/opengl/awt/GLCanvas.addNotify:()V]
GLCanvas.createContext ( GLContext p1 ) : GLContext
[mangled: javax/media/opengl/awt/GLCanvas.createContext:(Ljavax/media/opengl/GLContext;)Ljavax/media/opengl/GLContext;]
GLCanvas.destroy ( ) : void
[mangled: javax/media/opengl/awt/GLCanvas.destroy:()V]
GLCanvas.display ( ) : void
[mangled: javax/media/opengl/awt/GLCanvas.display:()V]
GLCanvas.dispose ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.dispose:(Z)V]
GLCanvas.getAnimator ( ) : GLAnimatorControl
[mangled: javax/media/opengl/awt/GLCanvas.getAnimator:()Ljavax/media/opengl/GLAnimatorControl;]
GLCanvas.getAutoSwapBufferMode ( ) : boolean
[mangled: javax/media/opengl/awt/GLCanvas.getAutoSwapBufferMode:()Z]
GLCanvas.getChosenGLCapabilities ( ) : GLCapabilitiesImmutable
[mangled: javax/media/opengl/awt/GLCanvas.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilitiesImmutable;]
GLCanvas.getContext ( ) : GLContext
[mangled: javax/media/opengl/awt/GLCanvas.getContext:()Ljavax/media/opengl/GLContext;]
GLCanvas.getFactory ( ) : GLDrawableFactory
[mangled: javax/media/opengl/awt/GLCanvas.getFactory:()Ljavax/media/opengl/GLDrawableFactory;]
GLCanvas.getGL ( ) : GL
[mangled: javax/media/opengl/awt/GLCanvas.getGL:()Ljavax/media/opengl/GL;]
GLCanvas.getGLProfile ( ) : GLProfile
[mangled: javax/media/opengl/awt/GLCanvas.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLCanvas.getGraphicsConfiguration ( ) : GraphicsConfiguration
[mangled: javax/media/opengl/awt/GLCanvas.getGraphicsConfiguration:()Ljava/awt/GraphicsConfiguration;]
GLCanvas.getHandle ( ) : long
[mangled: javax/media/opengl/awt/GLCanvas.getHandle:()J]
GLCanvas.getNativeSurface ( ) : NativeSurface
[mangled: javax/media/opengl/awt/GLCanvas.getNativeSurface:()Ljavax/media/nativewindow/NativeSurface;]
GLCanvas.getRequestedGLCapabilities ( ) : GLCapabilitiesImmutable
[mangled: javax/media/opengl/awt/GLCanvas.getRequestedGLCapabilities:()Ljavax/media/opengl/GLCapabilitiesImmutable;]
GLCanvas.getWindow ( Component p1 ) [static] : Window
[mangled: javax/media/opengl/awt/GLCanvas.getWindow:(Ljava/awt/Component;)Ljava/awt/Window;]
GLCanvas.GLCanvas ( )
[mangled: javax/media/opengl/awt/GLCanvas."<init>":()V]
GLCanvas.GLCanvas ( GLCapabilitiesImmutable p1 )
[mangled: javax/media/opengl/awt/GLCanvas."<init>":(Ljavax/media/opengl/GLCapabilitiesImmutable;)V]
GLCanvas.GLCanvas ( GLCapabilitiesImmutable p1, GLCapabilitiesChooser p2, GLContext p3, GraphicsDevice p4 )
[mangled: javax/media/opengl/awt/GLCanvas."<init>":(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/GLContext;Ljava/awt/GraphicsDevice;)V]
GLCanvas.invoke ( boolean p1, GLRunnable p2 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.invoke:(ZLjavax/media/opengl/GLRunnable;)V]
GLCanvas.isRealized ( ) : boolean
[mangled: javax/media/opengl/awt/GLCanvas.isRealized:()Z]
GLCanvas.main ( String[ ] p1 ) [static] : void
[mangled: javax/media/opengl/awt/GLCanvas.main:([Ljava/lang/String;)V]
GLCanvas.paint ( Graphics p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.paint:(Ljava/awt/Graphics;)V]
GLCanvas.removeGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.removeGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLCanvas.removeNotify ( ) : void
[mangled: javax/media/opengl/awt/GLCanvas.removeNotify:()V]
GLCanvas.reshape ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.reshape:(IIII)V]
GLCanvas.setAnimator ( GLAnimatorControl p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.setAnimator:(Ljavax/media/opengl/GLAnimatorControl;)V]
GLCanvas.setAutoSwapBufferMode ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.setAutoSwapBufferMode:(Z)V]
GLCanvas.setContext ( GLContext p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.setContext:(Ljavax/media/opengl/GLContext;)V]
GLCanvas.setGL ( GL p1 ) : GL
[mangled: javax/media/opengl/awt/GLCanvas.setGL:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/GL;]
GLCanvas.setRealized ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.setRealized:(Z)V]
GLCanvas.swapBuffers ( ) : void
[mangled: javax/media/opengl/awt/GLCanvas.swapBuffers:()V]
GLCanvas.toString ( ) : String
[mangled: javax/media/opengl/awt/GLCanvas.toString:()Ljava/lang/String;]
GLCanvas.update ( Graphics p1 ) : void
[mangled: javax/media/opengl/awt/GLCanvas.update:(Ljava/awt/Graphics;)V]
jogl.awt.jar, GLJPanel.class
package javax.media.opengl.awt
GLJPanel.addGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.addGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLJPanel.addGLEventListener ( int p1, GLEventListener p2 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.addGLEventListener:(ILjavax/media/opengl/GLEventListener;)V]
GLJPanel.addNotify ( ) : void
[mangled: javax/media/opengl/awt/GLJPanel.addNotify:()V]
GLJPanel.createContext ( GLContext p1 ) : GLContext
[mangled: javax/media/opengl/awt/GLJPanel.createContext:(Ljavax/media/opengl/GLContext;)Ljavax/media/opengl/GLContext;]
GLJPanel.destroy ( ) : void
[mangled: javax/media/opengl/awt/GLJPanel.destroy:()V]
GLJPanel.display ( ) : void
[mangled: javax/media/opengl/awt/GLJPanel.display:()V]
GLJPanel.dispose ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.dispose:(Z)V]
GLJPanel.getAnimator ( ) : GLAnimatorControl
[mangled: javax/media/opengl/awt/GLJPanel.getAnimator:()Ljavax/media/opengl/GLAnimatorControl;]
GLJPanel.getAutoSwapBufferMode ( ) : boolean
[mangled: javax/media/opengl/awt/GLJPanel.getAutoSwapBufferMode:()Z]
GLJPanel.getChosenGLCapabilities ( ) : GLCapabilitiesImmutable
[mangled: javax/media/opengl/awt/GLJPanel.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilitiesImmutable;]
GLJPanel.getContext ( ) : GLContext
[mangled: javax/media/opengl/awt/GLJPanel.getContext:()Ljavax/media/opengl/GLContext;]
GLJPanel.getFactory ( ) : GLDrawableFactory
[mangled: javax/media/opengl/awt/GLJPanel.getFactory:()Ljavax/media/opengl/GLDrawableFactory;]
GLJPanel.getGL ( ) : GL
[mangled: javax/media/opengl/awt/GLJPanel.getGL:()Ljavax/media/opengl/GL;]
GLJPanel.getGLProfile ( ) : GLProfile
[mangled: javax/media/opengl/awt/GLJPanel.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLJPanel.getHandle ( ) : long
[mangled: javax/media/opengl/awt/GLJPanel.getHandle:()J]
GLJPanel.getNativeSurface ( ) : NativeSurface
[mangled: javax/media/opengl/awt/GLJPanel.getNativeSurface:()Ljavax/media/nativewindow/NativeSurface;]
GLJPanel.GLJPanel ( )
[mangled: javax/media/opengl/awt/GLJPanel."<init>":()V]
GLJPanel.GLJPanel ( GLCapabilitiesImmutable p1 )
[mangled: javax/media/opengl/awt/GLJPanel."<init>":(Ljavax/media/opengl/GLCapabilitiesImmutable;)V]
GLJPanel.GLJPanel ( GLCapabilitiesImmutable p1, GLCapabilitiesChooser p2, GLContext p3 )
[mangled: javax/media/opengl/awt/GLJPanel."<init>":(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/GLContext;)V]
GLJPanel.invoke ( boolean p1, GLRunnable p2 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.invoke:(ZLjavax/media/opengl/GLRunnable;)V]
GLJPanel.isRealized ( ) : boolean
[mangled: javax/media/opengl/awt/GLJPanel.isRealized:()Z]
GLJPanel.paintComponent ( Graphics p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.paintComponent:(Ljava/awt/Graphics;)V]
GLJPanel.removeGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.removeGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLJPanel.removeNotify ( ) : void
[mangled: javax/media/opengl/awt/GLJPanel.removeNotify:()V]
GLJPanel.reshape ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.reshape:(IIII)V]
GLJPanel.setAnimator ( GLAnimatorControl p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.setAnimator:(Ljavax/media/opengl/GLAnimatorControl;)V]
GLJPanel.setAutoSwapBufferMode ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.setAutoSwapBufferMode:(Z)V]
GLJPanel.setContext ( GLContext p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.setContext:(Ljavax/media/opengl/GLContext;)V]
GLJPanel.setGL ( GL p1 ) : GL
[mangled: javax/media/opengl/awt/GLJPanel.setGL:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/GL;]
GLJPanel.setOpaque ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.setOpaque:(Z)V]
GLJPanel.setRealized ( boolean p1 ) : void
[mangled: javax/media/opengl/awt/GLJPanel.setRealized:(Z)V]
GLJPanel.shouldPreserveColorBufferIfTranslucent ( ) : boolean
[mangled: javax/media/opengl/awt/GLJPanel.shouldPreserveColorBufferIfTranslucent:()Z]
GLJPanel.swapBuffers ( ) : void
[mangled: javax/media/opengl/awt/GLJPanel.swapBuffers:()V]
GLJPanel.toString ( ) : String
[mangled: javax/media/opengl/awt/GLJPanel.toString:()Ljava/lang/String;]
jogl.core.jar, DefaultGLCapabilitiesChooser.class
package javax.media.opengl
DefaultGLCapabilitiesChooser.chooseCapabilities ( CapabilitiesImmutable p1, CapabilitiesImmutable[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/DefaultGLCapabilitiesChooser.chooseCapabilities:(Ljavax/media/nativewindow/CapabilitiesImmutable;[Ljavax/media/nativewindow/CapabilitiesImmutable;I)I]
jogl.core.jar, GL.class
package javax.media.opengl
GL.glBindFramebuffer ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindFramebuffer:(II)V]
GL.glBindRenderbuffer ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindRenderbuffer:(II)V]
GL.glBufferData ( int p1, long p2, Buffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferData:(IJLjava/nio/Buffer;I)V]
GL.glBufferSubData ( int p1, long p2, long p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferSubData:(IJJLjava/nio/Buffer;)V]
GL.glCheckFramebufferStatus ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glCheckFramebufferStatus:(I)I]
GL.glClearDepthf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearDepthf:(F)V]
GL.glDeleteFramebuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFramebuffers:(I[II)V]
GL.glDeleteFramebuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFramebuffers:(ILjava/nio/IntBuffer;)V]
GL.glDeleteRenderbuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteRenderbuffers:(I[II)V]
GL.glDeleteRenderbuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteRenderbuffers:(ILjava/nio/IntBuffer;)V]
GL.glDepthRangef ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDepthRangef:(FF)V]
GL.glFramebufferRenderbuffer ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferRenderbuffer:(IIII)V]
GL.glFramebufferTexture2D ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTexture2D:(IIIII)V]
GL.glGenerateMipmap ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenerateMipmap:(I)V]
GL.glGenFramebuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFramebuffers:(I[II)V]
GL.glGenFramebuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFramebuffers:(ILjava/nio/IntBuffer;)V]
GL.glGenRenderbuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenRenderbuffers:(I[II)V]
GL.glGenRenderbuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenRenderbuffers:(ILjava/nio/IntBuffer;)V]
GL.glGetBoundBuffer ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetBoundBuffer:(I)I]
GL.glGetFramebufferAttachmentParameteriv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFramebufferAttachmentParameteriv:(III[II)V]
GL.glGetFramebufferAttachmentParameteriv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFramebufferAttachmentParameteriv:(IIILjava/nio/IntBuffer;)V]
GL.glGetRenderbufferParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetRenderbufferParameteriv:(II[II)V]
GL.glGetRenderbufferParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetRenderbufferParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glIsFramebuffer ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsFramebuffer:(I)Z]
GL.glIsRenderbuffer ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsRenderbuffer:(I)Z]
GL.glIsVBOArrayEnabled ( ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsVBOArrayEnabled:()Z]
GL.glIsVBOElementEnabled ( ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsVBOElementEnabled:()Z]
GL.glRenderbufferStorage ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRenderbufferStorage:(IIII)V]
jogl.core.jar, GL2.class
package javax.media.opengl
GL2.glAccum ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glAccum:(IF)V]
GL2.glActiveStencilFaceEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glActiveStencilFaceEXT:(I)V]
GL2.glApplyTextureEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glApplyTextureEXT:(I)V]
GL2.glAreTexturesResident ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glAreTexturesResident:(I[II[BI)Z]
GL2.glAreTexturesResident ( int p1, IntBuffer p2, ByteBuffer p3 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glAreTexturesResident:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
GL2.glArrayElement ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glArrayElement:(I)V]
GL2.glAttachObjectARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glAttachObjectARB:(II)V]
GL2.glBegin ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBegin:(I)V]
GL2.glBeginOcclusionQueryNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBeginOcclusionQueryNV:(I)V]
GL2.glBeginPerfMonitorAMD ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBeginPerfMonitorAMD:(I)V]
GL2.glBeginVertexShaderEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBeginVertexShaderEXT:()V]
GL2.glBeginVideoCaptureNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBeginVideoCaptureNV:(I)V]
GL2.glBindBufferOffset ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindBufferOffset:(IIIJ)V]
GL2.glBindImageTextureEXT ( int p1, int p2, int p3, boolean p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindImageTextureEXT:(IIIZIII)V]
GL2.glBindLightParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glBindLightParameterEXT:(II)I]
GL2.glBindMaterialParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glBindMaterialParameterEXT:(II)I]
GL2.glBindMultiTextureEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindMultiTextureEXT:(III)V]
GL2.glBindParameterEXT ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glBindParameterEXT:(I)I]
GL2.glBindProgramARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindProgramARB:(II)V]
GL2.glBindTexGenParameterEXT ( int p1, int p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glBindTexGenParameterEXT:(III)I]
GL2.glBindTextureUnitParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glBindTextureUnitParameterEXT:(II)I]
GL2.glBindTransformFeedbackNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindTransformFeedbackNV:(II)V]
GL2.glBindVertexShaderEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindVertexShaderEXT:(I)V]
GL2.glBindVideoCaptureStreamBufferNV ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindVideoCaptureStreamBufferNV:(IIIJ)V]
GL2.glBindVideoCaptureStreamTextureNV ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBindVideoCaptureStreamTextureNV:(IIIII)V]
GL2.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, byte[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBitmap:(IIFFFF[BI)V]
GL2.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBitmap:(IIFFFFLjava/nio/ByteBuffer;)V]
GL2.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBitmap:(IIFFFFJ)V]
GL2.glBlendEquationIndexedAMD ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBlendEquationIndexedAMD:(II)V]
GL2.glBlendEquationSeparateIndexedAMD ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBlendEquationSeparateIndexedAMD:(III)V]
GL2.glBlendFuncIndexedAMD ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBlendFuncIndexedAMD:(III)V]
GL2.glBlendFuncSeparateIndexedAMD ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBlendFuncSeparateIndexedAMD:(IIIII)V]
GL2.glBlendFuncSeparateINGR ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBlendFuncSeparateINGR:(IIII)V]
GL2.glBufferParameteri ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glBufferParameteri:(III)V]
GL2.glCallList ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCallList:(I)V]
GL2.glCallLists ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCallLists:(IILjava/nio/Buffer;)V]
GL2.glCheckNamedFramebufferStatusEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glCheckNamedFramebufferStatusEXT:(II)I]
GL2.glClearAccum ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClearAccum:(FFFF)V]
GL2.glClearColorIi ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClearColorIi:(IIII)V]
GL2.glClearColorIui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClearColorIui:(IIII)V]
GL2.glClearIndex ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClearIndex:(F)V]
GL2.glClientAttribDefaultEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClientAttribDefaultEXT:(I)V]
GL2.glClipPlane ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClipPlane:(I[DI)V]
GL2.glClipPlane ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glClipPlane:(ILjava/nio/DoubleBuffer;)V]
GL2.glColor3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3b:(BBB)V]
GL2.glColor3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3bv:([BI)V]
GL2.glColor3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3bv:(Ljava/nio/ByteBuffer;)V]
GL2.glColor3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3d:(DDD)V]
GL2.glColor3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3dv:([DI)V]
GL2.glColor3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glColor3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3f:(FFF)V]
GL2.glColor3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3fv:([FI)V]
GL2.glColor3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glColor3h ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3h:(SSS)V]
GL2.glColor3hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3hv:([SI)V]
GL2.glColor3hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3hv:(Ljava/nio/ShortBuffer;)V]
GL2.glColor3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3i:(III)V]
GL2.glColor3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3iv:([II)V]
GL2.glColor3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3iv:(Ljava/nio/IntBuffer;)V]
GL2.glColor3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3s:(SSS)V]
GL2.glColor3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3sv:([SI)V]
GL2.glColor3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glColor3ub ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3ub:(BBB)V]
GL2.glColor3ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3ubv:([BI)V]
GL2.glColor3ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3ubv:(Ljava/nio/ByteBuffer;)V]
GL2.glColor3ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3ui:(III)V]
GL2.glColor3uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3uiv:([II)V]
GL2.glColor3uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3uiv:(Ljava/nio/IntBuffer;)V]
GL2.glColor3us ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3us:(SSS)V]
GL2.glColor3usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3usv:([SI)V]
GL2.glColor3usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor3usv:(Ljava/nio/ShortBuffer;)V]
GL2.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4b:(BBBB)V]
GL2.glColor4bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4bv:([BI)V]
GL2.glColor4bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4bv:(Ljava/nio/ByteBuffer;)V]
GL2.glColor4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4d:(DDDD)V]
GL2.glColor4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4dv:([DI)V]
GL2.glColor4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glColor4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4fv:([FI)V]
GL2.glColor4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4fv:(Ljava/nio/FloatBuffer;)V]
GL2.glColor4h ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4h:(SSSS)V]
GL2.glColor4hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4hv:([SI)V]
GL2.glColor4hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4hv:(Ljava/nio/ShortBuffer;)V]
GL2.glColor4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4i:(IIII)V]
GL2.glColor4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4iv:([II)V]
GL2.glColor4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4iv:(Ljava/nio/IntBuffer;)V]
GL2.glColor4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4s:(SSSS)V]
GL2.glColor4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4sv:([SI)V]
GL2.glColor4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4sv:(Ljava/nio/ShortBuffer;)V]
GL2.glColor4ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4ubv:([BI)V]
GL2.glColor4ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4ubv:(Ljava/nio/ByteBuffer;)V]
GL2.glColor4ui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4ui:(IIII)V]
GL2.glColor4uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4uiv:([II)V]
GL2.glColor4uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4uiv:(Ljava/nio/IntBuffer;)V]
GL2.glColor4us ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4us:(SSSS)V]
GL2.glColor4usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4usv:([SI)V]
GL2.glColor4usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColor4usv:(Ljava/nio/ShortBuffer;)V]
GL2.glColorMaskIndexed ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorMaskIndexed:(IZZZZ)V]
GL2.glColorMaterial ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorMaterial:(II)V]
GL2.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorSubTable:(IIIIILjava/nio/Buffer;)V]
GL2.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorSubTable:(IIIIIJ)V]
GL2.glColorTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTable:(IIIIILjava/nio/Buffer;)V]
GL2.glColorTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTable:(IIIIIJ)V]
GL2.glColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTableParameterfv:(II[FI)V]
GL2.glColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTableParameteriv:(II[II)V]
GL2.glColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glCompileShaderARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompileShaderARB:(I)V]
GL2.glCompressedMultiTexImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedMultiTexImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexImage2DEXT:(IIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedMultiTexImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexImage3DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedMultiTexSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexSubImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedMultiTexSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexSubImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedMultiTexSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, Buffer p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedMultiTexSubImage3DEXT:(IIIIIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureImage2DEXT:(IIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureImage3DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureSubImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureSubImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glCompressedTextureSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, Buffer p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCompressedTextureSubImage3DEXT:(IIIIIIIIIIILjava/nio/Buffer;)V]
GL2.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionFilter1D:(IIIIILjava/nio/Buffer;)V]
GL2.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionFilter1D:(IIIIIJ)V]
GL2.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionFilter2D:(IIIIIILjava/nio/Buffer;)V]
GL2.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionFilter2D:(IIIIIIJ)V]
GL2.glConvolutionParameterf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameterf:(IIF)V]
GL2.glConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameterfv:(II[FI)V]
GL2.glConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glConvolutionParameteri ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameteri:(III)V]
GL2.glConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameteriv:(II[II)V]
GL2.glConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glCopyColorSubTable ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyColorSubTable:(IIIII)V]
GL2.glCopyColorTable ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyColorTable:(IIIII)V]
GL2.glCopyConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyConvolutionFilter1D:(IIIII)V]
GL2.glCopyConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyConvolutionFilter2D:(IIIIII)V]
GL2.glCopyImageSubDataNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, int p13, int p14, int p15 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyImageSubDataNV:(IIIIIIIIIIIIIII)V]
GL2.glCopyMultiTexImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyMultiTexImage1DEXT:(IIIIIIII)V]
GL2.glCopyMultiTexImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyMultiTexImage2DEXT:(IIIIIIIII)V]
GL2.glCopyMultiTexSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyMultiTexSubImage1DEXT:(IIIIIII)V]
GL2.glCopyMultiTexSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyMultiTexSubImage2DEXT:(IIIIIIIII)V]
GL2.glCopyMultiTexSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyMultiTexSubImage3DEXT:(IIIIIIIIII)V]
GL2.glCopyPixels ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyPixels:(IIIII)V]
GL2.glCopyTextureImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyTextureImage1DEXT:(IIIIIIII)V]
GL2.glCopyTextureImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyTextureImage2DEXT:(IIIIIIIII)V]
GL2.glCopyTextureSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyTextureSubImage1DEXT:(IIIIIII)V]
GL2.glCopyTextureSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyTextureSubImage2DEXT:(IIIIIIIII)V]
GL2.glCopyTextureSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCopyTextureSubImage3DEXT:(IIIIIIIIII)V]
GL2.glCreateProgramObjectARB ( ) [abstract] : int
[mangled: javax/media/opengl/GL2.glCreateProgramObjectARB:()I]
GL2.glCreateShaderObjectARB ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glCreateShaderObjectARB:(I)I]
GL2.glCullParameterdvEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCullParameterdvEXT:(I[DI)V]
GL2.glCullParameterdvEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCullParameterdvEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glCullParameterfvEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCullParameterfvEXT:(I[FI)V]
GL2.glCullParameterfvEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glCullParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glDeleteFencesAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteFencesAPPLE:(I[II)V]
GL2.glDeleteFencesAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteFencesAPPLE:(ILjava/nio/IntBuffer;)V]
GL2.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteFencesNV:(I[II)V]
GL2.glDeleteFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
GL2.glDeleteLists ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteLists:(II)V]
GL2.glDeleteNamesAMD ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteNamesAMD:(II[II)V]
GL2.glDeleteNamesAMD ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteNamesAMD:(IILjava/nio/IntBuffer;)V]
GL2.glDeleteObjectARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteObjectARB:(I)V]
GL2.glDeleteOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteOcclusionQueriesNV:(I[II)V]
GL2.glDeleteOcclusionQueriesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
GL2.glDeletePerfMonitorsAMD ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeletePerfMonitorsAMD:(I[II)V]
GL2.glDeletePerfMonitorsAMD ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeletePerfMonitorsAMD:(ILjava/nio/IntBuffer;)V]
GL2.glDeleteProgramsARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteProgramsARB:(I[II)V]
GL2.glDeleteProgramsARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteProgramsARB:(ILjava/nio/IntBuffer;)V]
GL2.glDeleteTransformFeedbacksNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteTransformFeedbacksNV:(I[II)V]
GL2.glDeleteTransformFeedbacksNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteTransformFeedbacksNV:(ILjava/nio/IntBuffer;)V]
GL2.glDeleteVertexShaderEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDeleteVertexShaderEXT:(I)V]
GL2.glDepthBoundsEXT ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDepthBoundsEXT:(DD)V]
GL2.glDetachObjectARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDetachObjectARB:(II)V]
GL2.glDisableClientStateIndexedEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDisableClientStateIndexedEXT:(II)V]
GL2.glDisableIndexed ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDisableIndexed:(II)V]
GL2.glDisableVariantClientStateEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDisableVariantClientStateEXT:(I)V]
GL2.glDisableVertexAttribAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDisableVertexAttribAPPLE:(II)V]
GL2.glDisableVertexAttribArrayARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDisableVertexAttribArrayARB:(I)V]
GL2.glDrawBuffersATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDrawBuffersATI:(I[II)V]
GL2.glDrawBuffersATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDrawBuffersATI:(ILjava/nio/IntBuffer;)V]
GL2.glDrawPixels ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDrawPixels:(IIIILjava/nio/Buffer;)V]
GL2.glDrawPixels ( int p1, int p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDrawPixels:(IIIIJ)V]
GL2.glDrawTransformFeedbackNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glDrawTransformFeedbackNV:(II)V]
GL2.glEdgeFlag ( boolean p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEdgeFlag:(Z)V]
GL2.glEdgeFlagPointer ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEdgeFlagPointer:(ILjava/nio/Buffer;)V]
GL2.glEdgeFlagPointer ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEdgeFlagPointer:(IJ)V]
GL2.glEdgeFlagv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEdgeFlagv:([BI)V]
GL2.glEdgeFlagv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEdgeFlagv:(Ljava/nio/ByteBuffer;)V]
GL2.glEnableClientStateIndexedEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnableClientStateIndexedEXT:(II)V]
GL2.glEnableIndexed ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnableIndexed:(II)V]
GL2.glEnableVariantClientStateEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnableVariantClientStateEXT:(I)V]
GL2.glEnableVertexAttribAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnableVertexAttribAPPLE:(II)V]
GL2.glEnableVertexAttribArrayARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnableVertexAttribArrayARB:(I)V]
GL2.glEnd ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEnd:()V]
GL2.glEndList ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEndList:()V]
GL2.glEndOcclusionQueryNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEndOcclusionQueryNV:()V]
GL2.glEndPerfMonitorAMD ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEndPerfMonitorAMD:(I)V]
GL2.glEndVertexShaderEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEndVertexShaderEXT:()V]
GL2.glEndVideoCaptureNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEndVideoCaptureNV:(I)V]
GL2.glEvalCoord1d ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1d:(D)V]
GL2.glEvalCoord1dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1dv:([DI)V]
GL2.glEvalCoord1dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glEvalCoord1f ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1f:(F)V]
GL2.glEvalCoord1fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1fv:([FI)V]
GL2.glEvalCoord1fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord1fv:(Ljava/nio/FloatBuffer;)V]
GL2.glEvalCoord2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2d:(DD)V]
GL2.glEvalCoord2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2dv:([DI)V]
GL2.glEvalCoord2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glEvalCoord2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2f:(FF)V]
GL2.glEvalCoord2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2fv:([FI)V]
GL2.glEvalCoord2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalCoord2fv:(Ljava/nio/FloatBuffer;)V]
GL2.glEvalMapsNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalMapsNV:(II)V]
GL2.glEvalMesh1 ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalMesh1:(III)V]
GL2.glEvalMesh2 ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalMesh2:(IIIII)V]
GL2.glEvalPoint1 ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalPoint1:(I)V]
GL2.glEvalPoint2 ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glEvalPoint2:(II)V]
GL2.glExtractComponentEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glExtractComponentEXT:(III)V]
GL2.glFeedbackBuffer ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFeedbackBuffer:(IILjava/nio/FloatBuffer;)V]
GL2.glFinishFenceAPPLE ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFinishFenceAPPLE:(I)V]
GL2.glFinishFenceNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFinishFenceNV:(I)V]
GL2.glFinishObjectAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFinishObjectAPPLE:(II)V]
GL2.glFinishRenderAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFinishRenderAPPLE:()V]
GL2.glFinishTextureSUNX ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFinishTextureSUNX:()V]
GL2.glFlushMappedNamedBufferRangeEXT ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFlushMappedNamedBufferRangeEXT:(IJJ)V]
GL2.glFlushPixelDataRangeNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFlushPixelDataRangeNV:(I)V]
GL2.glFlushRenderAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFlushRenderAPPLE:()V]
GL2.glFlushVertexArrayRangeAPPLE ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFlushVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
GL2.glFlushVertexArrayRangeNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFlushVertexArrayRangeNV:()V]
GL2.glFogCoordd ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordd:(D)V]
GL2.glFogCoorddv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoorddv:([DI)V]
GL2.glFogCoorddv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoorddv:(Ljava/nio/DoubleBuffer;)V]
GL2.glFogCoordf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordf:(F)V]
GL2.glFogCoordfv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordfv:([FI)V]
GL2.glFogCoordfv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordfv:(Ljava/nio/FloatBuffer;)V]
GL2.glFogCoordh ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordh:(S)V]
GL2.glFogCoordhv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordhv:([SI)V]
GL2.glFogCoordhv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordhv:(Ljava/nio/ShortBuffer;)V]
GL2.glFogCoordPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordPointer:(IILjava/nio/Buffer;)V]
GL2.glFogCoordPointer ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogCoordPointer:(IIJ)V]
GL2.glFogi ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogi:(II)V]
GL2.glFogiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogiv:(I[II)V]
GL2.glFogiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFogiv:(ILjava/nio/IntBuffer;)V]
GL2.glFramebufferDrawBufferEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferDrawBufferEXT:(II)V]
GL2.glFramebufferDrawBuffersEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferDrawBuffersEXT:(II[II)V]
GL2.glFramebufferDrawBuffersEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferDrawBuffersEXT:(IILjava/nio/IntBuffer;)V]
GL2.glFramebufferReadBufferEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferReadBufferEXT:(II)V]
GL2.glFramebufferTextureEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferTextureEXT:(IIII)V]
GL2.glFramebufferTextureFaceEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferTextureFaceEXT:(IIIII)V]
GL2.glFramebufferTextureLayerEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFramebufferTextureLayerEXT:(IIIII)V]
GL2.glFrameTerminatorGREMEDY ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glFrameTerminatorGREMEDY:()V]
GL2.glGenerateMultiTexMipmapEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenerateMultiTexMipmapEXT:(II)V]
GL2.glGenerateTextureMipmapEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenerateTextureMipmapEXT:(II)V]
GL2.glGenFencesAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenFencesAPPLE:(I[II)V]
GL2.glGenFencesAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenFencesAPPLE:(ILjava/nio/IntBuffer;)V]
GL2.glGenFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenFencesNV:(I[II)V]
GL2.glGenFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
GL2.glGenLists ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGenLists:(I)I]
GL2.glGenNamesAMD ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenNamesAMD:(II[II)V]
GL2.glGenNamesAMD ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenNamesAMD:(IILjava/nio/IntBuffer;)V]
GL2.glGenOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenOcclusionQueriesNV:(I[II)V]
GL2.glGenOcclusionQueriesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
GL2.glGenPerfMonitorsAMD ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenPerfMonitorsAMD:(I[II)V]
GL2.glGenPerfMonitorsAMD ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenPerfMonitorsAMD:(ILjava/nio/IntBuffer;)V]
GL2.glGenProgramsARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenProgramsARB:(I[II)V]
GL2.glGenProgramsARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenProgramsARB:(ILjava/nio/IntBuffer;)V]
GL2.glGenSymbolsEXT ( int p1, int p2, int p3, int p4 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGenSymbolsEXT:(IIII)I]
GL2.glGenTransformFeedbacksNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenTransformFeedbacksNV:(I[II)V]
GL2.glGenTransformFeedbacksNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGenTransformFeedbacksNV:(ILjava/nio/IntBuffer;)V]
GL2.glGenVertexShadersEXT ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGenVertexShadersEXT:(I)I]
GL2.glGetActiveUniformARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetActiveUniformARB:(III[II[II[II[BI)V]
GL2.glGetActiveUniformARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetActiveUniformARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2.glGetAttachedObjectsARB ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetAttachedObjectsARB:(II[II[II)V]
GL2.glGetAttachedObjectsARB ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetAttachedObjectsARB:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2.glGetBooleanIndexedv ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetBooleanIndexedv:(II[BI)V]
GL2.glGetBooleanIndexedv ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetBooleanIndexedv:(IILjava/nio/ByteBuffer;)V]
GL2.glGetClipPlane ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetClipPlane:(I[DI)V]
GL2.glGetClipPlane ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetClipPlane:(ILjava/nio/DoubleBuffer;)V]
GL2.glGetColorTable ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTable:(IIILjava/nio/Buffer;)V]
GL2.glGetColorTable ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTable:(IIIJ)V]
GL2.glGetColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTableParameterfv:(II[FI)V]
GL2.glGetColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glGetColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTableParameteriv:(II[II)V]
GL2.glGetColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glGetCompressedMultiTexImageEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetCompressedMultiTexImageEXT:(IIILjava/nio/Buffer;)V]
GL2.glGetCompressedTextureImageEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetCompressedTextureImageEXT:(IIILjava/nio/Buffer;)V]
GL2.glGetConvolutionFilter ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionFilter:(IIILjava/nio/Buffer;)V]
GL2.glGetConvolutionFilter ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionFilter:(IIIJ)V]
GL2.glGetConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionParameterfv:(II[FI)V]
GL2.glGetConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glGetConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionParameteriv:(II[II)V]
GL2.glGetConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glGetDoubleIndexedvEXT ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetDoubleIndexedvEXT:(II[DI)V]
GL2.glGetDoubleIndexedvEXT ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetDoubleIndexedvEXT:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFenceivNV:(II[II)V]
GL2.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetFloatIndexedvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFloatIndexedvEXT:(II[FI)V]
GL2.glGetFloatIndexedvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFloatIndexedvEXT:(IILjava/nio/FloatBuffer;)V]
GL2.glGetFramebufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFramebufferParameterivEXT:(II[II)V]
GL2.glGetFramebufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetFramebufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetHandleARB ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGetHandleARB:(I)I]
GL2.glGetHistogram ( int p1, boolean p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogram:(IZIILjava/nio/Buffer;)V]
GL2.glGetHistogram ( int p1, boolean p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogram:(IZIIJ)V]
GL2.glGetHistogramParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogramParameterfv:(II[FI)V]
GL2.glGetHistogramParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogramParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glGetHistogramParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogramParameteriv:(II[II)V]
GL2.glGetHistogramParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetHistogramParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glGetInfoLogARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInfoLogARB:(II[II[BI)V]
GL2.glGetInfoLogARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInfoLogARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2.glGetIntegerIndexedv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetIntegerIndexedv:(II[II)V]
GL2.glGetIntegerIndexedv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetIntegerIndexedv:(IILjava/nio/IntBuffer;)V]
GL2.glGetInvariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantBooleanvEXT:(II[BI)V]
GL2.glGetInvariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL2.glGetInvariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantFloatvEXT:(II[FI)V]
GL2.glGetInvariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL2.glGetInvariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantIntegervEXT:(II[II)V]
GL2.glGetInvariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetInvariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetLightiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLightiv:(II[II)V]
GL2.glGetLightiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLightiv:(IILjava/nio/IntBuffer;)V]
GL2.glGetLocalConstantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantBooleanvEXT:(II[BI)V]
GL2.glGetLocalConstantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL2.glGetLocalConstantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantFloatvEXT:(II[FI)V]
GL2.glGetLocalConstantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL2.glGetLocalConstantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantIntegervEXT:(II[II)V]
GL2.glGetLocalConstantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetLocalConstantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapAttribParameterfvNV:(III[FI)V]
GL2.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapAttribParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetMapAttribParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapAttribParameterivNV:(III[II)V]
GL2.glGetMapAttribParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapAttribParameterivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glGetMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, boolean p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapControlPointsNV:(IIIIIZLjava/nio/Buffer;)V]
GL2.glGetMapdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapdv:(II[DI)V]
GL2.glGetMapdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapdv:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetMapfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapfv:(II[FI)V]
GL2.glGetMapfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapfv:(IILjava/nio/FloatBuffer;)V]
GL2.glGetMapiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapiv:(II[II)V]
GL2.glGetMapiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapiv:(IILjava/nio/IntBuffer;)V]
GL2.glGetMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapParameterfvNV:(II[FI)V]
GL2.glGetMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL2.glGetMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapParameterivNV:(II[II)V]
GL2.glGetMapParameterivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMapParameterivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMaterialiv:(II[II)V]
GL2.glGetMaterialiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMaterialiv:(IILjava/nio/IntBuffer;)V]
GL2.glGetMinmax ( int p1, boolean p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmax:(IZIILjava/nio/Buffer;)V]
GL2.glGetMinmax ( int p1, boolean p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmax:(IZIIJ)V]
GL2.glGetMinmaxParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmaxParameterfv:(II[FI)V]
GL2.glGetMinmaxParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmaxParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2.glGetMinmaxParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmaxParameteriv:(II[II)V]
GL2.glGetMinmaxParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMinmaxParameteriv:(IILjava/nio/IntBuffer;)V]
GL2.glGetMultisamplefvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultisamplefvNV:(II[FI)V]
GL2.glGetMultisamplefvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultisamplefvNV:(IILjava/nio/FloatBuffer;)V]
GL2.glGetMultiTexEnvfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexEnvfvEXT:(III[FI)V]
GL2.glGetMultiTexEnvfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexEnvfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetMultiTexEnvivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexEnvivEXT:(III[II)V]
GL2.glGetMultiTexEnvivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexEnvivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetMultiTexGendvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGendvEXT:(III[DI)V]
GL2.glGetMultiTexGendvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGendvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glGetMultiTexGenfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGenfvEXT:(III[FI)V]
GL2.glGetMultiTexGenfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGenfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetMultiTexGenivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGenivEXT:(III[II)V]
GL2.glGetMultiTexGenivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexGenivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetMultiTexImageEXT ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexImageEXT:(IIIIILjava/nio/Buffer;)V]
GL2.glGetMultiTexLevelParameterfvEXT ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexLevelParameterfvEXT:(IIII[FI)V]
GL2.glGetMultiTexLevelParameterfvEXT ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexLevelParameterfvEXT:(IIIILjava/nio/FloatBuffer;)V]
GL2.glGetMultiTexLevelParameterivEXT ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexLevelParameterivEXT:(IIII[II)V]
GL2.glGetMultiTexLevelParameterivEXT ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexLevelParameterivEXT:(IIIILjava/nio/IntBuffer;)V]
GL2.glGetMultiTexParameterfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterfvEXT:(III[FI)V]
GL2.glGetMultiTexParameterfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetMultiTexParameterIivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterIivEXT:(III[II)V]
GL2.glGetMultiTexParameterIivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterIivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetMultiTexParameterIuivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterIuivEXT:(III[II)V]
GL2.glGetMultiTexParameterIuivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterIuivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetMultiTexParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterivEXT:(III[II)V]
GL2.glGetMultiTexParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetMultiTexParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetNamedBufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedBufferParameterivEXT:(II[II)V]
GL2.glGetNamedBufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedBufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetNamedBufferSubDataEXT ( int p1, long p2, long p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedBufferSubDataEXT:(IJJLjava/nio/Buffer;)V]
GL2.glGetNamedFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedFramebufferAttachmentParameterivEXT:(III[II)V]
GL2.glGetNamedFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedFramebufferAttachmentParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetNamedProgramivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramivEXT:(III[II)V]
GL2.glGetNamedProgramivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetNamedProgramLocalParameterdvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterdvEXT:(III[DI)V]
GL2.glGetNamedProgramLocalParameterdvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterdvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glGetNamedProgramLocalParameterfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterfvEXT:(III[FI)V]
GL2.glGetNamedProgramLocalParameterfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetNamedProgramLocalParameterIivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterIivEXT:(III[II)V]
GL2.glGetNamedProgramLocalParameterIivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterIivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetNamedProgramLocalParameterIuivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterIuivEXT:(III[II)V]
GL2.glGetNamedProgramLocalParameterIuivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramLocalParameterIuivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetNamedProgramStringEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedProgramStringEXT:(IIILjava/nio/Buffer;)V]
GL2.glGetNamedRenderbufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedRenderbufferParameterivEXT:(II[II)V]
GL2.glGetNamedRenderbufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetNamedRenderbufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetObjectParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterfvARB:(II[FI)V]
GL2.glGetObjectParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glGetObjectParameterivAPPLE ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterivAPPLE:(III[II)V]
GL2.glGetObjectParameterivAPPLE ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterivAPPLE:(IIILjava/nio/IntBuffer;)V]
GL2.glGetObjectParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterivARB:(II[II)V]
GL2.glGetObjectParameterivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetObjectParameterivARB:(IILjava/nio/IntBuffer;)V]
GL2.glGetOcclusionQueryivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetOcclusionQueryivNV:(II[II)V]
GL2.glGetOcclusionQueryivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetOcclusionQueryivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetOcclusionQueryuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetOcclusionQueryuivNV:(II[II)V]
GL2.glGetOcclusionQueryuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetOcclusionQueryuivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetPerfMonitorCounterDataAMD ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCounterDataAMD:(III[II[II)V]
GL2.glGetPerfMonitorCounterDataAMD ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCounterDataAMD:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2.glGetPerfMonitorCounterInfoAMD ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCounterInfoAMD:(IIILjava/nio/Buffer;)V]
GL2.glGetPerfMonitorCountersAMD ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6, int[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCountersAMD:(I[II[III[II)V]
GL2.glGetPerfMonitorCountersAMD ( int p1, IntBuffer p2, IntBuffer p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCountersAMD:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GL2.glGetPerfMonitorCounterStringAMD ( int p1, int p2, int p3, int[ ] p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCounterStringAMD:(III[II[BI)V]
GL2.glGetPerfMonitorCounterStringAMD ( int p1, int p2, int p3, IntBuffer p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorCounterStringAMD:(IIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2.glGetPerfMonitorGroupsAMD ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorGroupsAMD:([III[II)V]
GL2.glGetPerfMonitorGroupsAMD ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorGroupsAMD:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GL2.glGetPerfMonitorGroupStringAMD ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorGroupStringAMD:(II[II[BI)V]
GL2.glGetPerfMonitorGroupStringAMD ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPerfMonitorGroupStringAMD:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2.glGetPixelMapfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapfv:(I[FI)V]
GL2.glGetPixelMapfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapfv:(ILjava/nio/FloatBuffer;)V]
GL2.glGetPixelMapfv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapfv:(IJ)V]
GL2.glGetPixelMapuiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapuiv:(I[II)V]
GL2.glGetPixelMapuiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapuiv:(ILjava/nio/IntBuffer;)V]
GL2.glGetPixelMapuiv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapuiv:(IJ)V]
GL2.glGetPixelMapusv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapusv:(IJ)V]
GL2.glGetPixelMapusv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapusv:(I[SI)V]
GL2.glGetPixelMapusv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPixelMapusv:(ILjava/nio/ShortBuffer;)V]
GL2.glGetPolygonStipple ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPolygonStipple:([BI)V]
GL2.glGetPolygonStipple ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPolygonStipple:(Ljava/nio/ByteBuffer;)V]
GL2.glGetPolygonStipple ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetPolygonStipple:(J)V]
GL2.glGetProgramEnvParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterdvARB:(II[DI)V]
GL2.glGetProgramEnvParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetProgramEnvParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterfvARB:(II[FI)V]
GL2.glGetProgramEnvParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glGetProgramEnvParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterIivNV:(II[II)V]
GL2.glGetProgramEnvParameterIivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterIivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetProgramEnvParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterIuivNV:(II[II)V]
GL2.glGetProgramEnvParameterIuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramEnvParameterIuivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetProgramivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramivARB:(II[II)V]
GL2.glGetProgramivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramivARB:(IILjava/nio/IntBuffer;)V]
GL2.glGetProgramLocalParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterdvARB:(II[DI)V]
GL2.glGetProgramLocalParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetProgramLocalParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterfvARB:(II[FI)V]
GL2.glGetProgramLocalParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glGetProgramLocalParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterIivNV:(II[II)V]
GL2.glGetProgramLocalParameterIivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterIivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetProgramLocalParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterIuivNV:(II[II)V]
GL2.glGetProgramLocalParameterIuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramLocalParameterIuivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetProgramStringARB ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramStringARB:(IILjava/nio/Buffer;)V]
GL2.glGetProgramSubroutineParameteruivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramSubroutineParameteruivNV:(II[II)V]
GL2.glGetProgramSubroutineParameteruivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetProgramSubroutineParameteruivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetQueryObjecti64vEXT ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetQueryObjecti64vEXT:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glGetQueryObjecti64vEXT ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetQueryObjecti64vEXT:(II[JI)V]
GL2.glGetQueryObjectui64vEXT ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetQueryObjectui64vEXT:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glGetQueryObjectui64vEXT ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetQueryObjectui64vEXT:(II[JI)V]
GL2.glGetSeparableFilter ( int p1, int p2, int p3, Buffer p4, Buffer p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetSeparableFilter:(IIILjava/nio/Buffer;Ljava/nio/Buffer;Ljava/nio/Buffer;)V]
GL2.glGetSeparableFilter ( int p1, int p2, int p3, long p4, long p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetSeparableFilter:(IIIJJJ)V]
GL2.glGetShaderSourceARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetShaderSourceARB:(II[II[BI)V]
GL2.glGetShaderSourceARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetShaderSourceARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2.glGetTexGendv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTexGendv:(II[DI)V]
GL2.glGetTexGendv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTexGendv:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetTextureImageEXT ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureImageEXT:(IIIIILjava/nio/Buffer;)V]
GL2.glGetTextureLevelParameterfvEXT ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureLevelParameterfvEXT:(IIII[FI)V]
GL2.glGetTextureLevelParameterfvEXT ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureLevelParameterfvEXT:(IIIILjava/nio/FloatBuffer;)V]
GL2.glGetTextureLevelParameterivEXT ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureLevelParameterivEXT:(IIII[II)V]
GL2.glGetTextureLevelParameterivEXT ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureLevelParameterivEXT:(IIIILjava/nio/IntBuffer;)V]
GL2.glGetTextureParameterfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterfvEXT:(III[FI)V]
GL2.glGetTextureParameterfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetTextureParameterIivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterIivEXT:(III[II)V]
GL2.glGetTextureParameterIivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterIivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetTextureParameterIuivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterIuivEXT:(III[II)V]
GL2.glGetTextureParameterIuivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterIuivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetTextureParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterivEXT:(III[II)V]
GL2.glGetTextureParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetTextureParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glGetUniformBufferSizeEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGetUniformBufferSizeEXT:(II)I]
GL2.glGetUniformfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetUniformfvARB:(II[FI)V]
GL2.glGetUniformfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetUniformfvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glGetUniformivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetUniformivARB:(II[II)V]
GL2.glGetUniformivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetUniformivARB:(IILjava/nio/IntBuffer;)V]
GL2.glGetUniformLocationARB ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glGetUniformLocationARB:(ILjava/lang/String;)I]
GL2.glGetUniformOffsetEXT ( int p1, int p2 ) [abstract] : long
[mangled: javax/media/opengl/GL2.glGetUniformOffsetEXT:(II)J]
GL2.glGetVariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantBooleanvEXT:(II[BI)V]
GL2.glGetVariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL2.glGetVariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantFloatvEXT:(II[FI)V]
GL2.glGetVariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL2.glGetVariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantIntegervEXT:(II[II)V]
GL2.glGetVariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetVertexAttribdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribdvARB:(II[DI)V]
GL2.glGetVertexAttribdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribdvARB:(IILjava/nio/DoubleBuffer;)V]
GL2.glGetVertexAttribfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribfvARB:(II[FI)V]
GL2.glGetVertexAttribfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribfvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glGetVertexAttribIivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribIivEXT:(II[II)V]
GL2.glGetVertexAttribIivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribIivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetVertexAttribIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribIuivEXT:(II[II)V]
GL2.glGetVertexAttribIuivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribIuivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glGetVertexAttribivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribivARB:(II[II)V]
GL2.glGetVertexAttribivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribivARB:(IILjava/nio/IntBuffer;)V]
GL2.glGetVertexAttribLi64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribLi64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glGetVertexAttribLi64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribLi64vNV:(II[JI)V]
GL2.glGetVertexAttribLui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribLui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glGetVertexAttribLui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVertexAttribLui64vNV:(II[JI)V]
GL2.glGetVideoCaptureivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureivNV:(II[II)V]
GL2.glGetVideoCaptureivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureivNV:(IILjava/nio/IntBuffer;)V]
GL2.glGetVideoCaptureStreamdvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamdvNV:(III[DI)V]
GL2.glGetVideoCaptureStreamdvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamdvNV:(IIILjava/nio/DoubleBuffer;)V]
GL2.glGetVideoCaptureStreamfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamfvNV:(III[FI)V]
GL2.glGetVideoCaptureStreamfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamfvNV:(IIILjava/nio/FloatBuffer;)V]
GL2.glGetVideoCaptureStreamivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamivNV:(III[II)V]
GL2.glGetVideoCaptureStreamivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glGetVideoCaptureStreamivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glHintPGI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glHintPGI:(II)V]
GL2.glHistogram ( int p1, int p2, int p3, boolean p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glHistogram:(IIIZ)V]
GL2.glIndexd ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexd:(D)V]
GL2.glIndexdv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexdv:([DI)V]
GL2.glIndexdv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexdv:(Ljava/nio/DoubleBuffer;)V]
GL2.glIndexf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexf:(F)V]
GL2.glIndexFuncEXT ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexFuncEXT:(IF)V]
GL2.glIndexfv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexfv:([FI)V]
GL2.glIndexfv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexfv:(Ljava/nio/FloatBuffer;)V]
GL2.glIndexi ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexi:(I)V]
GL2.glIndexiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexiv:([II)V]
GL2.glIndexiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexiv:(Ljava/nio/IntBuffer;)V]
GL2.glIndexMask ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexMask:(I)V]
GL2.glIndexMaterialEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexMaterialEXT:(II)V]
GL2.glIndexPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexPointer:(IILjava/nio/Buffer;)V]
GL2.glIndexs ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexs:(S)V]
GL2.glIndexsv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexsv:([SI)V]
GL2.glIndexsv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexsv:(Ljava/nio/ShortBuffer;)V]
GL2.glIndexub ( byte p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexub:(B)V]
GL2.glIndexubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexubv:([BI)V]
GL2.glIndexubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glIndexubv:(Ljava/nio/ByteBuffer;)V]
GL2.glInitNames ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glInitNames:()V]
GL2.glInsertComponentEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glInsertComponentEXT:(III)V]
GL2.glInterleavedArrays ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glInterleavedArrays:(IILjava/nio/Buffer;)V]
GL2.glInterleavedArrays ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glInterleavedArrays:(IIJ)V]
GL2.glIsEnabledIndexed ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsEnabledIndexed:(II)Z]
GL2.glIsFenceAPPLE ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsFenceAPPLE:(I)Z]
GL2.glIsFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsFenceNV:(I)Z]
GL2.glIsList ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsList:(I)Z]
GL2.glIsNameAMD ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsNameAMD:(II)Z]
GL2.glIsOcclusionQueryNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsOcclusionQueryNV:(I)Z]
GL2.glIsPBOPackEnabled ( ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsPBOPackEnabled:()Z]
GL2.glIsPBOUnpackEnabled ( ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsPBOUnpackEnabled:()Z]
GL2.glIsProgramARB ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsProgramARB:(I)Z]
GL2.glIsTransformFeedbackNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsTransformFeedbackNV:(I)Z]
GL2.glIsVariantEnabledEXT ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsVariantEnabledEXT:(II)Z]
GL2.glIsVertexAttribEnabledAPPLE ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glIsVertexAttribEnabledAPPLE:(II)Z]
GL2.glLighti ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLighti:(III)V]
GL2.glLightiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLightiv:(II[II)V]
GL2.glLightiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLightiv:(IILjava/nio/IntBuffer;)V]
GL2.glLightModeli ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLightModeli:(II)V]
GL2.glLightModeliv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLightModeliv:(I[II)V]
GL2.glLightModeliv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLightModeliv:(ILjava/nio/IntBuffer;)V]
GL2.glLineStipple ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLineStipple:(IS)V]
GL2.glLinkProgramARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLinkProgramARB:(I)V]
GL2.glListBase ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glListBase:(I)V]
GL2.glLoadMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadMatrixd:([DI)V]
GL2.glLoadMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL2.glLoadName ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadName:(I)V]
GL2.glLoadTransposeMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadTransposeMatrixd:([DI)V]
GL2.glLoadTransposeMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL2.glLoadTransposeMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadTransposeMatrixf:([FI)V]
GL2.glLoadTransposeMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLoadTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
GL2.glLockArraysEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glLockArraysEXT:(II)V]
GL2.glMap1d ( int p1, double p2, double p3, int p4, int p5, double[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap1d:(IDDII[DI)V]
GL2.glMap1d ( int p1, double p2, double p3, int p4, int p5, DoubleBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap1d:(IDDIILjava/nio/DoubleBuffer;)V]
GL2.glMap1f ( int p1, float p2, float p3, int p4, int p5, float[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap1f:(IFFII[FI)V]
GL2.glMap1f ( int p1, float p2, float p3, int p4, int p5, FloatBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap1f:(IFFIILjava/nio/FloatBuffer;)V]
GL2.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap2d:(IDDIIDDII[DI)V]
GL2.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, DoubleBuffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap2d:(IDDIIDDIILjava/nio/DoubleBuffer;)V]
GL2.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap2f:(IFFIIFFII[FI)V]
GL2.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, FloatBuffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMap2f:(IFFIIFFIILjava/nio/FloatBuffer;)V]
GL2.glMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapControlPointsNV:(IIIIIIIZLjava/nio/Buffer;)V]
GL2.glMapGrid1d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapGrid1d:(IDD)V]
GL2.glMapGrid1f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapGrid1f:(IFF)V]
GL2.glMapGrid2d ( int p1, double p2, double p3, int p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapGrid2d:(IDDIDD)V]
GL2.glMapGrid2f ( int p1, float p2, float p3, int p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapGrid2f:(IFFIFF)V]
GL2.glMapNamedBufferEXT ( int p1, int p2 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL2.glMapNamedBufferEXT:(II)Ljava/nio/ByteBuffer;]
GL2.glMapNamedBufferRangeEXT ( int p1, long p2, long p3, int p4 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL2.glMapNamedBufferRangeEXT:(IJJI)Ljava/nio/ByteBuffer;]
GL2.glMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapParameterfvNV:(II[FI)V]
GL2.glMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL2.glMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapParameterivNV:(II[II)V]
GL2.glMapParameterivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapParameterivNV:(IILjava/nio/IntBuffer;)V]
GL2.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib1dAPPLE:(IIDDII[DI)V]
GL2.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, DoubleBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib1dAPPLE:(IIDDIILjava/nio/DoubleBuffer;)V]
GL2.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib1fAPPLE:(IIFFII[FI)V]
GL2.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, FloatBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib1fAPPLE:(IIFFIILjava/nio/FloatBuffer;)V]
GL2.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, double[ ] p11, int p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib2dAPPLE:(IIDDIIDDII[DI)V]
GL2.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, DoubleBuffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib2dAPPLE:(IIDDIIDDIILjava/nio/DoubleBuffer;)V]
GL2.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, float[ ] p11, int p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib2fAPPLE:(IIFFIIFFII[FI)V]
GL2.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, FloatBuffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMapVertexAttrib2fAPPLE:(IIFFIIFFIILjava/nio/FloatBuffer;)V]
GL2.glMateriali ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMateriali:(III)V]
GL2.glMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMaterialiv:(II[II)V]
GL2.glMaterialiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMaterialiv:(IILjava/nio/IntBuffer;)V]
GL2.glMatrixFrustumEXT ( int p1, double p2, double p3, double p4, double p5, double p6, double p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixFrustumEXT:(IDDDDDD)V]
GL2.glMatrixIndexubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexubvARB:(I[BI)V]
GL2.glMatrixIndexubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexubvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glMatrixIndexuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexuivARB:(I[II)V]
GL2.glMatrixIndexuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexuivARB:(ILjava/nio/IntBuffer;)V]
GL2.glMatrixIndexusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexusvARB:(I[SI)V]
GL2.glMatrixIndexusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixIndexusvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glMatrixLoaddEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoaddEXT:(I[DI)V]
GL2.glMatrixLoaddEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoaddEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glMatrixLoadfEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadfEXT:(I[FI)V]
GL2.glMatrixLoadfEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadfEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glMatrixLoadIdentityEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadIdentityEXT:(I)V]
GL2.glMatrixLoadTransposedEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadTransposedEXT:(I[DI)V]
GL2.glMatrixLoadTransposedEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadTransposedEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glMatrixLoadTransposefEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadTransposefEXT:(I[FI)V]
GL2.glMatrixLoadTransposefEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixLoadTransposefEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glMatrixMultdEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultdEXT:(I[DI)V]
GL2.glMatrixMultdEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultdEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glMatrixMultfEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultfEXT:(I[FI)V]
GL2.glMatrixMultfEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultfEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glMatrixMultTransposedEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultTransposedEXT:(I[DI)V]
GL2.glMatrixMultTransposedEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultTransposedEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glMatrixMultTransposefEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultTransposefEXT:(I[FI)V]
GL2.glMatrixMultTransposefEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixMultTransposefEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glMatrixOrthoEXT ( int p1, double p2, double p3, double p4, double p5, double p6, double p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixOrthoEXT:(IDDDDDD)V]
GL2.glMatrixPopEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixPopEXT:(I)V]
GL2.glMatrixPushEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixPushEXT:(I)V]
GL2.glMatrixRotatedEXT ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixRotatedEXT:(IDDDD)V]
GL2.glMatrixRotatefEXT ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixRotatefEXT:(IFFFF)V]
GL2.glMatrixScaledEXT ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixScaledEXT:(IDDD)V]
GL2.glMatrixScalefEXT ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixScalefEXT:(IFFF)V]
GL2.glMatrixTranslatedEXT ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixTranslatedEXT:(IDDD)V]
GL2.glMatrixTranslatefEXT ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMatrixTranslatefEXT:(IFFF)V]
GL2.glMemoryBarrierEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMemoryBarrierEXT:(I)V]
GL2.glMinmax ( int p1, int p2, boolean p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMinmax:(IIZ)V]
GL2.glMultiTexBufferEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexBufferEXT:(IIII)V]
GL2.glMultiTexCoord1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1d:(ID)V]
GL2.glMultiTexCoord1dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1dv:(I[DI)V]
GL2.glMultiTexCoord1dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1dv:(ILjava/nio/DoubleBuffer;)V]
GL2.glMultiTexCoord1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1f:(IF)V]
GL2.glMultiTexCoord1fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1fv:(I[FI)V]
GL2.glMultiTexCoord1fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1fv:(ILjava/nio/FloatBuffer;)V]
GL2.glMultiTexCoord1h ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1h:(IS)V]
GL2.glMultiTexCoord1hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1hv:(I[SI)V]
GL2.glMultiTexCoord1hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1hv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord1i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1i:(II)V]
GL2.glMultiTexCoord1iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1iv:(I[II)V]
GL2.glMultiTexCoord1iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1iv:(ILjava/nio/IntBuffer;)V]
GL2.glMultiTexCoord1s ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1s:(IS)V]
GL2.glMultiTexCoord1sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1sv:(I[SI)V]
GL2.glMultiTexCoord1sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord1sv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2d:(IDD)V]
GL2.glMultiTexCoord2dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2dv:(I[DI)V]
GL2.glMultiTexCoord2dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2dv:(ILjava/nio/DoubleBuffer;)V]
GL2.glMultiTexCoord2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2f:(IFF)V]
GL2.glMultiTexCoord2fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2fv:(I[FI)V]
GL2.glMultiTexCoord2fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2fv:(ILjava/nio/FloatBuffer;)V]
GL2.glMultiTexCoord2h ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2h:(ISS)V]
GL2.glMultiTexCoord2hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2hv:(I[SI)V]
GL2.glMultiTexCoord2hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2hv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord2i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2i:(III)V]
GL2.glMultiTexCoord2iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2iv:(I[II)V]
GL2.glMultiTexCoord2iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2iv:(ILjava/nio/IntBuffer;)V]
GL2.glMultiTexCoord2s ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2s:(ISS)V]
GL2.glMultiTexCoord2sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2sv:(I[SI)V]
GL2.glMultiTexCoord2sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord2sv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3d:(IDDD)V]
GL2.glMultiTexCoord3dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3dv:(I[DI)V]
GL2.glMultiTexCoord3dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3dv:(ILjava/nio/DoubleBuffer;)V]
GL2.glMultiTexCoord3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3f:(IFFF)V]
GL2.glMultiTexCoord3fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3fv:(I[FI)V]
GL2.glMultiTexCoord3fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3fv:(ILjava/nio/FloatBuffer;)V]
GL2.glMultiTexCoord3h ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3h:(ISSS)V]
GL2.glMultiTexCoord3hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3hv:(I[SI)V]
GL2.glMultiTexCoord3hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3hv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord3i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3i:(IIII)V]
GL2.glMultiTexCoord3iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3iv:(I[II)V]
GL2.glMultiTexCoord3iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3iv:(ILjava/nio/IntBuffer;)V]
GL2.glMultiTexCoord3s ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3s:(ISSS)V]
GL2.glMultiTexCoord3sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3sv:(I[SI)V]
GL2.glMultiTexCoord3sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord3sv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4d:(IDDDD)V]
GL2.glMultiTexCoord4dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4dv:(I[DI)V]
GL2.glMultiTexCoord4dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4dv:(ILjava/nio/DoubleBuffer;)V]
GL2.glMultiTexCoord4fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4fv:(I[FI)V]
GL2.glMultiTexCoord4fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4fv:(ILjava/nio/FloatBuffer;)V]
GL2.glMultiTexCoord4h ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4h:(ISSSS)V]
GL2.glMultiTexCoord4hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4hv:(I[SI)V]
GL2.glMultiTexCoord4hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4hv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoord4i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4i:(IIIII)V]
GL2.glMultiTexCoord4iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4iv:(I[II)V]
GL2.glMultiTexCoord4iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4iv:(ILjava/nio/IntBuffer;)V]
GL2.glMultiTexCoord4s ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4s:(ISSSS)V]
GL2.glMultiTexCoord4sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4sv:(I[SI)V]
GL2.glMultiTexCoord4sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoord4sv:(ILjava/nio/ShortBuffer;)V]
GL2.glMultiTexCoordPointerEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexCoordPointerEXT:(IIIILjava/nio/Buffer;)V]
GL2.glMultiTexEnvfEXT ( int p1, int p2, int p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnvfEXT:(IIIF)V]
GL2.glMultiTexEnvfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnvfvEXT:(III[FI)V]
GL2.glMultiTexEnvfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnvfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glMultiTexEnviEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnviEXT:(IIII)V]
GL2.glMultiTexEnvivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnvivEXT:(III[II)V]
GL2.glMultiTexEnvivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexEnvivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glMultiTexGendEXT ( int p1, int p2, int p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGendEXT:(IIID)V]
GL2.glMultiTexGendvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGendvEXT:(III[DI)V]
GL2.glMultiTexGendvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGendvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glMultiTexGenfEXT ( int p1, int p2, int p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGenfEXT:(IIIF)V]
GL2.glMultiTexGenfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGenfvEXT:(III[FI)V]
GL2.glMultiTexGenfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGenfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glMultiTexGeniEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGeniEXT:(IIII)V]
GL2.glMultiTexGenivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGenivEXT:(III[II)V]
GL2.glMultiTexGenivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexGenivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glMultiTexImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexImage1DEXT:(IIIIIIIILjava/nio/Buffer;)V]
GL2.glMultiTexImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glMultiTexImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexImage3DEXT:(IIIIIIIIIILjava/nio/Buffer;)V]
GL2.glMultiTexParameterfEXT ( int p1, int p2, int p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterfEXT:(IIIF)V]
GL2.glMultiTexParameterfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterfvEXT:(III[FI)V]
GL2.glMultiTexParameterfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glMultiTexParameteriEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameteriEXT:(IIII)V]
GL2.glMultiTexParameterIivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterIivEXT:(III[II)V]
GL2.glMultiTexParameterIivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterIivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glMultiTexParameterIuivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterIuivEXT:(III[II)V]
GL2.glMultiTexParameterIuivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterIuivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glMultiTexParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterivEXT:(III[II)V]
GL2.glMultiTexParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glMultiTexRenderbufferEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexRenderbufferEXT:(III)V]
GL2.glMultiTexSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexSubImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glMultiTexSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexSubImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glMultiTexSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, Buffer p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultiTexSubImage3DEXT:(IIIIIIIIIIILjava/nio/Buffer;)V]
GL2.glMultMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultMatrixd:([DI)V]
GL2.glMultMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL2.glMultTransposeMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultTransposeMatrixd:([DI)V]
GL2.glMultTransposeMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL2.glMultTransposeMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultTransposeMatrixf:([FI)V]
GL2.glMultTransposeMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glMultTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
GL2.glNamedBufferDataEXT ( int p1, long p2, Buffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedBufferDataEXT:(IJLjava/nio/Buffer;I)V]
GL2.glNamedBufferSubDataEXT ( int p1, long p2, long p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedBufferSubDataEXT:(IJJLjava/nio/Buffer;)V]
GL2.glNamedCopyBufferSubDataEXT ( int p1, int p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedCopyBufferSubDataEXT:(IIJJJ)V]
GL2.glNamedFramebufferRenderbufferEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferRenderbufferEXT:(IIII)V]
GL2.glNamedFramebufferTexture1DEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTexture1DEXT:(IIIII)V]
GL2.glNamedFramebufferTexture2DEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTexture2DEXT:(IIIII)V]
GL2.glNamedFramebufferTexture3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTexture3DEXT:(IIIIII)V]
GL2.glNamedFramebufferTextureEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTextureEXT:(IIII)V]
GL2.glNamedFramebufferTextureFaceEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTextureFaceEXT:(IIIII)V]
GL2.glNamedFramebufferTextureLayerEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedFramebufferTextureLayerEXT:(IIIII)V]
GL2.glNamedProgramLocalParameter4dEXT ( int p1, int p2, int p3, double p4, double p5, double p6, double p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4dEXT:(IIIDDDD)V]
GL2.glNamedProgramLocalParameter4dvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4dvEXT:(III[DI)V]
GL2.glNamedProgramLocalParameter4dvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4dvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glNamedProgramLocalParameter4fEXT ( int p1, int p2, int p3, float p4, float p5, float p6, float p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4fEXT:(IIIFFFF)V]
GL2.glNamedProgramLocalParameter4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4fvEXT:(III[FI)V]
GL2.glNamedProgramLocalParameter4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameter4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glNamedProgramLocalParameterI4iEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4iEXT:(IIIIIII)V]
GL2.glNamedProgramLocalParameterI4ivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4ivEXT:(III[II)V]
GL2.glNamedProgramLocalParameterI4ivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4ivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glNamedProgramLocalParameterI4uiEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4uiEXT:(IIIIIII)V]
GL2.glNamedProgramLocalParameterI4uivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4uivEXT:(III[II)V]
GL2.glNamedProgramLocalParameterI4uivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameterI4uivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glNamedProgramLocalParameters4fvEXT ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameters4fvEXT:(IIII[FI)V]
GL2.glNamedProgramLocalParameters4fvEXT ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParameters4fvEXT:(IIIILjava/nio/FloatBuffer;)V]
GL2.glNamedProgramLocalParametersI4ivEXT ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParametersI4ivEXT:(IIII[II)V]
GL2.glNamedProgramLocalParametersI4ivEXT ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParametersI4ivEXT:(IIIILjava/nio/IntBuffer;)V]
GL2.glNamedProgramLocalParametersI4uivEXT ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParametersI4uivEXT:(IIII[II)V]
GL2.glNamedProgramLocalParametersI4uivEXT ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramLocalParametersI4uivEXT:(IIIILjava/nio/IntBuffer;)V]
GL2.glNamedProgramStringEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedProgramStringEXT:(IIIILjava/nio/Buffer;)V]
GL2.glNamedRenderbufferStorageEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedRenderbufferStorageEXT:(IIII)V]
GL2.glNamedRenderbufferStorageMultisampleCoverageEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedRenderbufferStorageMultisampleCoverageEXT:(IIIIII)V]
GL2.glNamedRenderbufferStorageMultisampleEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNamedRenderbufferStorageMultisampleEXT:(IIIII)V]
GL2.glNewList ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNewList:(II)V]
GL2.glNormal3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3b:(BBB)V]
GL2.glNormal3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3bv:([BI)V]
GL2.glNormal3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3bv:(Ljava/nio/ByteBuffer;)V]
GL2.glNormal3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3d:(DDD)V]
GL2.glNormal3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3dv:([DI)V]
GL2.glNormal3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glNormal3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3fv:([FI)V]
GL2.glNormal3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glNormal3h ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3h:(SSS)V]
GL2.glNormal3hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3hv:([SI)V]
GL2.glNormal3hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3hv:(Ljava/nio/ShortBuffer;)V]
GL2.glNormal3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3i:(III)V]
GL2.glNormal3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3iv:([II)V]
GL2.glNormal3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3iv:(Ljava/nio/IntBuffer;)V]
GL2.glNormal3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3s:(SSS)V]
GL2.glNormal3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3sv:([SI)V]
GL2.glNormal3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glNormal3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glObjectPurgeableAPPLE ( int p1, int p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glObjectPurgeableAPPLE:(III)I]
GL2.glObjectUnpurgeableAPPLE ( int p1, int p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glObjectUnpurgeableAPPLE:(III)I]
GL2.glPassThrough ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPassThrough:(F)V]
GL2.glPauseTransformFeedbackNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPauseTransformFeedbackNV:()V]
GL2.glPixelDataRangeNV ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelDataRangeNV:(IILjava/nio/Buffer;)V]
GL2.glPixelMapfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapfv:(II[FI)V]
GL2.glPixelMapfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapfv:(IILjava/nio/FloatBuffer;)V]
GL2.glPixelMapfv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapfv:(IIJ)V]
GL2.glPixelMapuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapuiv:(II[II)V]
GL2.glPixelMapuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapuiv:(IILjava/nio/IntBuffer;)V]
GL2.glPixelMapuiv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapuiv:(IIJ)V]
GL2.glPixelMapusv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapusv:(IIJ)V]
GL2.glPixelMapusv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapusv:(II[SI)V]
GL2.glPixelMapusv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelMapusv:(IILjava/nio/ShortBuffer;)V]
GL2.glPixelTransferf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransferf:(IF)V]
GL2.glPixelTransferi ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransferi:(II)V]
GL2.glPixelTransformParameterfEXT ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameterfEXT:(IIF)V]
GL2.glPixelTransformParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameterfvEXT:(II[FI)V]
GL2.glPixelTransformParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
GL2.glPixelTransformParameteriEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameteriEXT:(III)V]
GL2.glPixelTransformParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameterivEXT:(II[II)V]
GL2.glPixelTransformParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelTransformParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL2.glPixelZoom ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPixelZoom:(FF)V]
GL2.glPNTrianglesfATI ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPNTrianglesfATI:(IF)V]
GL2.glPNTrianglesiATI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPNTrianglesiATI:(II)V]
GL2.glPolygonStipple ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPolygonStipple:([BI)V]
GL2.glPolygonStipple ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPolygonStipple:(Ljava/nio/ByteBuffer;)V]
GL2.glPolygonStipple ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPolygonStipple:(J)V]
GL2.glPopAttrib ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPopAttrib:()V]
GL2.glPopClientAttrib ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPopClientAttrib:()V]
GL2.glPopName ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPopName:()V]
GL2.glPrimitiveRestartIndexNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPrimitiveRestartIndexNV:(I)V]
GL2.glPrimitiveRestartNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPrimitiveRestartNV:()V]
GL2.glPrioritizeTextures ( int p1, int[ ] p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPrioritizeTextures:(I[II[FI)V]
GL2.glPrioritizeTextures ( int p1, IntBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPrioritizeTextures:(ILjava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
GL2.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersfvNV:(IIII[FI)V]
GL2.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersfvNV:(IIIILjava/nio/FloatBuffer;)V]
GL2.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersIivNV:(IIII[II)V]
GL2.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersIivNV:(IIIILjava/nio/IntBuffer;)V]
GL2.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersIuivNV:(IIII[II)V]
GL2.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramBufferParametersIuivNV:(IIIILjava/nio/IntBuffer;)V]
GL2.glProgramEnvParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4dARB:(IIDDDD)V]
GL2.glProgramEnvParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4dvARB:(II[DI)V]
GL2.glProgramEnvParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
GL2.glProgramEnvParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4fARB:(IIFFFF)V]
GL2.glProgramEnvParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4fvARB:(II[FI)V]
GL2.glProgramEnvParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glProgramEnvParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4iNV:(IIIIII)V]
GL2.glProgramEnvParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4ivNV:(II[II)V]
GL2.glProgramEnvParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
GL2.glProgramEnvParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4uiNV:(IIIIII)V]
GL2.glProgramEnvParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4uivNV:(II[II)V]
GL2.glProgramEnvParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
GL2.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameters4fvEXT:(III[FI)V]
GL2.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParametersI4ivNV:(III[II)V]
GL2.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParametersI4uivNV:(III[II)V]
GL2.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramEnvParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramLocalParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4dARB:(IIDDDD)V]
GL2.glProgramLocalParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4dvARB:(II[DI)V]
GL2.glProgramLocalParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
GL2.glProgramLocalParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4fARB:(IIFFFF)V]
GL2.glProgramLocalParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4fvARB:(II[FI)V]
GL2.glProgramLocalParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glProgramLocalParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4iNV:(IIIIII)V]
GL2.glProgramLocalParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4ivNV:(II[II)V]
GL2.glProgramLocalParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
GL2.glProgramLocalParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4uiNV:(IIIIII)V]
GL2.glProgramLocalParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4uivNV:(II[II)V]
GL2.glProgramLocalParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
GL2.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameters4fvEXT:(III[FI)V]
GL2.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParametersI4ivNV:(III[II)V]
GL2.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParametersI4uivNV:(III[II)V]
GL2.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramLocalParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramStringARB ( int p1, int p2, int p3, String p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramStringARB:(IIILjava/lang/String;)V]
GL2.glProgramSubroutineParametersuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramSubroutineParametersuivNV:(II[II)V]
GL2.glProgramSubroutineParametersuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramSubroutineParametersuivNV:(IILjava/nio/IntBuffer;)V]
GL2.glProgramUniform1dEXT ( int p1, int p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1dEXT:(IID)V]
GL2.glProgramUniform1dvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1dvEXT:(III[DI)V]
GL2.glProgramUniform1dvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1dvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glProgramUniform1fEXT ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1fEXT:(IIF)V]
GL2.glProgramUniform1fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1fvEXT:(III[FI)V]
GL2.glProgramUniform1fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramUniform1iEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1iEXT:(III)V]
GL2.glProgramUniform1ivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1ivEXT:(III[II)V]
GL2.glProgramUniform1ivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1ivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform1uiEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1uiEXT:(III)V]
GL2.glProgramUniform1uivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1uivEXT:(III[II)V]
GL2.glProgramUniform1uivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform1uivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform2dEXT ( int p1, int p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2dEXT:(IIDD)V]
GL2.glProgramUniform2dvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2dvEXT:(III[DI)V]
GL2.glProgramUniform2dvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2dvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glProgramUniform2fEXT ( int p1, int p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2fEXT:(IIFF)V]
GL2.glProgramUniform2fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2fvEXT:(III[FI)V]
GL2.glProgramUniform2fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramUniform2iEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2iEXT:(IIII)V]
GL2.glProgramUniform2ivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2ivEXT:(III[II)V]
GL2.glProgramUniform2ivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2ivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform2uiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2uiEXT:(IIII)V]
GL2.glProgramUniform2uivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2uivEXT:(III[II)V]
GL2.glProgramUniform2uivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform2uivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform3dEXT ( int p1, int p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3dEXT:(IIDDD)V]
GL2.glProgramUniform3dvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3dvEXT:(III[DI)V]
GL2.glProgramUniform3dvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3dvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glProgramUniform3fEXT ( int p1, int p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3fEXT:(IIFFF)V]
GL2.glProgramUniform3fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3fvEXT:(III[FI)V]
GL2.glProgramUniform3fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramUniform3iEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3iEXT:(IIIII)V]
GL2.glProgramUniform3ivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3ivEXT:(III[II)V]
GL2.glProgramUniform3ivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3ivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform3uiEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3uiEXT:(IIIII)V]
GL2.glProgramUniform3uivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3uivEXT:(III[II)V]
GL2.glProgramUniform3uivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform3uivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform4dEXT ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4dEXT:(IIDDDD)V]
GL2.glProgramUniform4dvEXT ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4dvEXT:(III[DI)V]
GL2.glProgramUniform4dvEXT ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4dvEXT:(IIILjava/nio/DoubleBuffer;)V]
GL2.glProgramUniform4fEXT ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4fEXT:(IIFFFF)V]
GL2.glProgramUniform4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4fvEXT:(III[FI)V]
GL2.glProgramUniform4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glProgramUniform4iEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4iEXT:(IIIIII)V]
GL2.glProgramUniform4ivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4ivEXT:(III[II)V]
GL2.glProgramUniform4ivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4ivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniform4uiEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4uiEXT:(IIIIII)V]
GL2.glProgramUniform4uivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4uivEXT:(III[II)V]
GL2.glProgramUniform4uivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniform4uivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glProgramUniformMatrix2dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix2dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix2fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix2fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix2x3dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x3dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix2x3dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x3dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix2x3fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x3fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix2x3fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x3fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix2x4dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x4dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix2x4dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x4dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix2x4fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x4fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix2x4fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix2x4fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix3dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix3dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix3fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix3fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix3x2dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x2dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix3x2dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x2dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix3x2fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x2fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix3x2fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x2fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix3x4dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x4dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix3x4dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x4dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix3x4fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x4fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix3x4fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix3x4fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix4dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix4dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix4fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix4fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix4x2dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x2dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix4x2dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x2dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix4x2fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x2fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix4x2fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x2fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramUniformMatrix4x3dvEXT ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x3dvEXT:(IIIZ[DI)V]
GL2.glProgramUniformMatrix4x3dvEXT ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x3dvEXT:(IIIZLjava/nio/DoubleBuffer;)V]
GL2.glProgramUniformMatrix4x3fvEXT ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x3fvEXT:(IIIZ[FI)V]
GL2.glProgramUniformMatrix4x3fvEXT ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramUniformMatrix4x3fvEXT:(IIIZLjava/nio/FloatBuffer;)V]
GL2.glProgramVertexLimitNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProgramVertexLimitNV:(II)V]
GL2.glProvokingVertexEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glProvokingVertexEXT:(I)V]
GL2.glPushAttrib ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPushAttrib:(I)V]
GL2.glPushClientAttrib ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPushClientAttrib:(I)V]
GL2.glPushClientAttribDefaultEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPushClientAttribDefaultEXT:(I)V]
GL2.glPushName ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glPushName:(I)V]
GL2.glRasterPos2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2d:(DD)V]
GL2.glRasterPos2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2dv:([DI)V]
GL2.glRasterPos2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glRasterPos2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2f:(FF)V]
GL2.glRasterPos2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2fv:([FI)V]
GL2.glRasterPos2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2fv:(Ljava/nio/FloatBuffer;)V]
GL2.glRasterPos2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2i:(II)V]
GL2.glRasterPos2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2iv:([II)V]
GL2.glRasterPos2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2iv:(Ljava/nio/IntBuffer;)V]
GL2.glRasterPos2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2s:(SS)V]
GL2.glRasterPos2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2sv:([SI)V]
GL2.glRasterPos2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos2sv:(Ljava/nio/ShortBuffer;)V]
GL2.glRasterPos3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3d:(DDD)V]
GL2.glRasterPos3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3dv:([DI)V]
GL2.glRasterPos3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glRasterPos3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3f:(FFF)V]
GL2.glRasterPos3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3fv:([FI)V]
GL2.glRasterPos3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glRasterPos3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3i:(III)V]
GL2.glRasterPos3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3iv:([II)V]
GL2.glRasterPos3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3iv:(Ljava/nio/IntBuffer;)V]
GL2.glRasterPos3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3s:(SSS)V]
GL2.glRasterPos3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3sv:([SI)V]
GL2.glRasterPos3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glRasterPos4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4d:(DDDD)V]
GL2.glRasterPos4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4dv:([DI)V]
GL2.glRasterPos4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glRasterPos4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4f:(FFFF)V]
GL2.glRasterPos4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4fv:([FI)V]
GL2.glRasterPos4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4fv:(Ljava/nio/FloatBuffer;)V]
GL2.glRasterPos4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4i:(IIII)V]
GL2.glRasterPos4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4iv:([II)V]
GL2.glRasterPos4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4iv:(Ljava/nio/IntBuffer;)V]
GL2.glRasterPos4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4s:(SSSS)V]
GL2.glRasterPos4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4sv:([SI)V]
GL2.glRasterPos4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRasterPos4sv:(Ljava/nio/ShortBuffer;)V]
GL2.glRectd ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectd:(DDDD)V]
GL2.glRectdv ( double[ ] p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectdv:([DI[DI)V]
GL2.glRectdv ( DoubleBuffer p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectdv:(Ljava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;)V]
GL2.glRectf ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectf:(FFFF)V]
GL2.glRectfv ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectfv:([FI[FI)V]
GL2.glRectfv ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectfv:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL2.glRecti ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRecti:(IIII)V]
GL2.glRectiv ( int[ ] p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectiv:([II[II)V]
GL2.glRectiv ( IntBuffer p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectiv:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2.glRects ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRects:(SSSS)V]
GL2.glRectsv ( short[ ] p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectsv:([SI[SI)V]
GL2.glRectsv ( ShortBuffer p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRectsv:(Ljava/nio/ShortBuffer;Ljava/nio/ShortBuffer;)V]
GL2.glRenderbufferStorageMultisampleCoverageNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRenderbufferStorageMultisampleCoverageNV:(IIIIII)V]
GL2.glRenderMode ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glRenderMode:(I)I]
GL2.glResetHistogram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glResetHistogram:(I)V]
GL2.glResetMinmax ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glResetMinmax:(I)V]
GL2.glResumeTransformFeedbackNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glResumeTransformFeedbackNV:()V]
GL2.glRotated ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glRotated:(DDDD)V]
GL2.glSampleMaskIndexedNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSampleMaskIndexedNV:(II)V]
GL2.glScaled ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glScaled:(DDD)V]
GL2.glSecondaryColor3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3b:(BBB)V]
GL2.glSecondaryColor3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3bv:([BI)V]
GL2.glSecondaryColor3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3bv:(Ljava/nio/ByteBuffer;)V]
GL2.glSecondaryColor3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3d:(DDD)V]
GL2.glSecondaryColor3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3dv:([DI)V]
GL2.glSecondaryColor3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glSecondaryColor3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3f:(FFF)V]
GL2.glSecondaryColor3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3fv:([FI)V]
GL2.glSecondaryColor3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glSecondaryColor3h ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3h:(SSS)V]
GL2.glSecondaryColor3hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3hv:([SI)V]
GL2.glSecondaryColor3hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3hv:(Ljava/nio/ShortBuffer;)V]
GL2.glSecondaryColor3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3i:(III)V]
GL2.glSecondaryColor3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3iv:([II)V]
GL2.glSecondaryColor3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3iv:(Ljava/nio/IntBuffer;)V]
GL2.glSecondaryColor3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3s:(SSS)V]
GL2.glSecondaryColor3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3sv:([SI)V]
GL2.glSecondaryColor3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glSecondaryColor3ub ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3ub:(BBB)V]
GL2.glSecondaryColor3ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3ubv:([BI)V]
GL2.glSecondaryColor3ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3ubv:(Ljava/nio/ByteBuffer;)V]
GL2.glSecondaryColor3ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3ui:(III)V]
GL2.glSecondaryColor3uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3uiv:([II)V]
GL2.glSecondaryColor3uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3uiv:(Ljava/nio/IntBuffer;)V]
GL2.glSecondaryColor3us ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3us:(SSS)V]
GL2.glSecondaryColor3usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3usv:([SI)V]
GL2.glSecondaryColor3usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColor3usv:(Ljava/nio/ShortBuffer;)V]
GL2.glSecondaryColorPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColorPointer:(IIILjava/nio/Buffer;)V]
GL2.glSecondaryColorPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSecondaryColorPointer:(IIIJ)V]
GL2.glSelectBuffer ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSelectBuffer:(ILjava/nio/IntBuffer;)V]
GL2.glSelectPerfMonitorCountersAMD ( int p1, boolean p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSelectPerfMonitorCountersAMD:(IZII[II)V]
GL2.glSelectPerfMonitorCountersAMD ( int p1, boolean p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSelectPerfMonitorCountersAMD:(IZIILjava/nio/IntBuffer;)V]
GL2.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSeparableFilter2D:(IIIIIILjava/nio/Buffer;Ljava/nio/Buffer;)V]
GL2.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7, long p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSeparableFilter2D:(IIIIIIJJ)V]
GL2.glSetFenceAPPLE ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSetFenceAPPLE:(I)V]
GL2.glSetFenceNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSetFenceNV:(II)V]
GL2.glSetInvariantEXT ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSetInvariantEXT:(IILjava/nio/Buffer;)V]
GL2.glSetLocalConstantEXT ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSetLocalConstantEXT:(IILjava/nio/Buffer;)V]
GL2.glShaderOp1EXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glShaderOp1EXT:(III)V]
GL2.glShaderOp2EXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glShaderOp2EXT:(IIII)V]
GL2.glShaderOp3EXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glShaderOp3EXT:(IIIII)V]
GL2.glShaderSourceARB ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glShaderSourceARB:(II[Ljava/lang/String;[II)V]
GL2.glShaderSourceARB ( int p1, int p2, String[ ] p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glShaderSourceARB:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
GL2.glStencilClearTagEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glStencilClearTagEXT:(II)V]
GL2.glStringMarkerGREMEDY ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glStringMarkerGREMEDY:(ILjava/nio/Buffer;)V]
GL2.glSwapAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSwapAPPLE:()V]
GL2.glSwizzleEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glSwizzleEXT:(IIIIII)V]
GL2.glTestFenceAPPLE ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glTestFenceAPPLE:(I)Z]
GL2.glTestFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glTestFenceNV:(I)Z]
GL2.glTestObjectAPPLE ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glTestObjectAPPLE:(II)Z]
GL2.glTexCoord1d ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1d:(D)V]
GL2.glTexCoord1dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1dv:([DI)V]
GL2.glTexCoord1dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glTexCoord1f ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1f:(F)V]
GL2.glTexCoord1fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1fv:([FI)V]
GL2.glTexCoord1fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1fv:(Ljava/nio/FloatBuffer;)V]
GL2.glTexCoord1h ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1h:(S)V]
GL2.glTexCoord1hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1hv:([SI)V]
GL2.glTexCoord1hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1hv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord1i ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1i:(I)V]
GL2.glTexCoord1iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1iv:([II)V]
GL2.glTexCoord1iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1iv:(Ljava/nio/IntBuffer;)V]
GL2.glTexCoord1s ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1s:(S)V]
GL2.glTexCoord1sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1sv:([SI)V]
GL2.glTexCoord1sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord1sv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2d:(DD)V]
GL2.glTexCoord2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2dv:([DI)V]
GL2.glTexCoord2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glTexCoord2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2f:(FF)V]
GL2.glTexCoord2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2fv:([FI)V]
GL2.glTexCoord2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2fv:(Ljava/nio/FloatBuffer;)V]
GL2.glTexCoord2h ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2h:(SS)V]
GL2.glTexCoord2hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2hv:([SI)V]
GL2.glTexCoord2hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2hv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2i:(II)V]
GL2.glTexCoord2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2iv:([II)V]
GL2.glTexCoord2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2iv:(Ljava/nio/IntBuffer;)V]
GL2.glTexCoord2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2s:(SS)V]
GL2.glTexCoord2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2sv:([SI)V]
GL2.glTexCoord2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord2sv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3d:(DDD)V]
GL2.glTexCoord3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3dv:([DI)V]
GL2.glTexCoord3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glTexCoord3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3f:(FFF)V]
GL2.glTexCoord3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3fv:([FI)V]
GL2.glTexCoord3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glTexCoord3h ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3h:(SSS)V]
GL2.glTexCoord3hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3hv:([SI)V]
GL2.glTexCoord3hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3hv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3i:(III)V]
GL2.glTexCoord3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3iv:([II)V]
GL2.glTexCoord3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3iv:(Ljava/nio/IntBuffer;)V]
GL2.glTexCoord3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3s:(SSS)V]
GL2.glTexCoord3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3sv:([SI)V]
GL2.glTexCoord3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4d:(DDDD)V]
GL2.glTexCoord4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4dv:([DI)V]
GL2.glTexCoord4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glTexCoord4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4f:(FFFF)V]
GL2.glTexCoord4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4fv:([FI)V]
GL2.glTexCoord4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4fv:(Ljava/nio/FloatBuffer;)V]
GL2.glTexCoord4h ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4h:(SSSS)V]
GL2.glTexCoord4hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4hv:([SI)V]
GL2.glTexCoord4hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4hv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexCoord4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4i:(IIII)V]
GL2.glTexCoord4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4iv:([II)V]
GL2.glTexCoord4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4iv:(Ljava/nio/IntBuffer;)V]
GL2.glTexCoord4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4s:(SSSS)V]
GL2.glTexCoord4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4sv:([SI)V]
GL2.glTexCoord4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexCoord4sv:(Ljava/nio/ShortBuffer;)V]
GL2.glTexGend ( int p1, int p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexGend:(IID)V]
GL2.glTexGendv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexGendv:(II[DI)V]
GL2.glTexGendv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexGendv:(IILjava/nio/DoubleBuffer;)V]
GL2.glTexRenderbufferNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTexRenderbufferNV:(II)V]
GL2.glTextureBarrierNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureBarrierNV:()V]
GL2.glTextureBufferEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureBufferEXT:(IIII)V]
GL2.glTextureImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureImage1DEXT:(IIIIIIIILjava/nio/Buffer;)V]
GL2.glTextureImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glTextureImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureImage3DEXT:(IIIIIIIIIILjava/nio/Buffer;)V]
GL2.glTextureLightEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureLightEXT:(I)V]
GL2.glTextureMaterialEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureMaterialEXT:(II)V]
GL2.glTextureNormalEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureNormalEXT:(I)V]
GL2.glTextureParameterfEXT ( int p1, int p2, int p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterfEXT:(IIIF)V]
GL2.glTextureParameterfvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterfvEXT:(III[FI)V]
GL2.glTextureParameterfvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterfvEXT:(IIILjava/nio/FloatBuffer;)V]
GL2.glTextureParameteriEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameteriEXT:(IIII)V]
GL2.glTextureParameterIivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterIivEXT:(III[II)V]
GL2.glTextureParameterIivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterIivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glTextureParameterIuivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterIuivEXT:(III[II)V]
GL2.glTextureParameterIuivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterIuivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glTextureParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterivEXT:(III[II)V]
GL2.glTextureParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL2.glTextureRangeAPPLE ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureRangeAPPLE:(IILjava/nio/Buffer;)V]
GL2.glTextureRenderbufferEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureRenderbufferEXT:(III)V]
GL2.glTextureSubImage1DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureSubImage1DEXT:(IIIIIIILjava/nio/Buffer;)V]
GL2.glTextureSubImage2DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureSubImage2DEXT:(IIIIIIIIILjava/nio/Buffer;)V]
GL2.glTextureSubImage3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, Buffer p12 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTextureSubImage3DEXT:(IIIIIIIIIIILjava/nio/Buffer;)V]
GL2.glTranslated ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glTranslated:(DDD)V]
GL2.glUniform1fARB ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1fARB:(IF)V]
GL2.glUniform1fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1fvARB:(II[FI)V]
GL2.glUniform1fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glUniform1iARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1iARB:(II)V]
GL2.glUniform1ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1ivARB:(II[II)V]
GL2.glUniform1ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform1ivARB:(IILjava/nio/IntBuffer;)V]
GL2.glUniform2fARB ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2fARB:(IFF)V]
GL2.glUniform2fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2fvARB:(II[FI)V]
GL2.glUniform2fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glUniform2iARB ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2iARB:(III)V]
GL2.glUniform2ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2ivARB:(II[II)V]
GL2.glUniform2ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform2ivARB:(IILjava/nio/IntBuffer;)V]
GL2.glUniform3fARB ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3fARB:(IFFF)V]
GL2.glUniform3fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3fvARB:(II[FI)V]
GL2.glUniform3fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glUniform3iARB ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3iARB:(IIII)V]
GL2.glUniform3ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3ivARB:(II[II)V]
GL2.glUniform3ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform3ivARB:(IILjava/nio/IntBuffer;)V]
GL2.glUniform4fARB ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4fARB:(IFFFF)V]
GL2.glUniform4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4fvARB:(II[FI)V]
GL2.glUniform4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4fvARB:(IILjava/nio/FloatBuffer;)V]
GL2.glUniform4iARB ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4iARB:(IIIII)V]
GL2.glUniform4ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4ivARB:(II[II)V]
GL2.glUniform4ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniform4ivARB:(IILjava/nio/IntBuffer;)V]
GL2.glUniformBufferEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformBufferEXT:(III)V]
GL2.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix2fvARB:(IIZ[FI)V]
GL2.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix2fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL2.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix3fvARB:(IIZ[FI)V]
GL2.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix3fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL2.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix4fvARB:(IIZ[FI)V]
GL2.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUniformMatrix4fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL2.glUnlockArraysEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUnlockArraysEXT:()V]
GL2.glUnmapNamedBufferEXT ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2.glUnmapNamedBufferEXT:(I)Z]
GL2.glUseProgramObjectARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glUseProgramObjectARB:(I)V]
GL2.glValidateProgramARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glValidateProgramARB:(I)V]
GL2.glVariantbvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantbvEXT:(I[BI)V]
GL2.glVariantbvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantbvEXT:(ILjava/nio/ByteBuffer;)V]
GL2.glVariantdvEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantdvEXT:(I[DI)V]
GL2.glVariantdvEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantdvEXT:(ILjava/nio/DoubleBuffer;)V]
GL2.glVariantfvEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantfvEXT:(I[FI)V]
GL2.glVariantfvEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantfvEXT:(ILjava/nio/FloatBuffer;)V]
GL2.glVariantivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantivEXT:(I[II)V]
GL2.glVariantivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVariantPointerEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantPointerEXT:(IIILjava/nio/Buffer;)V]
GL2.glVariantPointerEXT ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantPointerEXT:(IIIJ)V]
GL2.glVariantsvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantsvEXT:(I[SI)V]
GL2.glVariantsvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantsvEXT:(ILjava/nio/ShortBuffer;)V]
GL2.glVariantubvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantubvEXT:(I[BI)V]
GL2.glVariantubvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantubvEXT:(ILjava/nio/ByteBuffer;)V]
GL2.glVariantuivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantuivEXT:(I[II)V]
GL2.glVariantuivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantuivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVariantusvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantusvEXT:(I[SI)V]
GL2.glVariantusvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVariantusvEXT:(ILjava/nio/ShortBuffer;)V]
GL2.glVDPAUFiniNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUFiniNV:()V]
GL2.glVDPAUGetSurfaceivNV ( long p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUGetSurfaceivNV:(JII[II[II)V]
GL2.glVDPAUGetSurfaceivNV ( long p1, int p2, int p3, IntBuffer p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUGetSurfaceivNV:(JIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2.glVDPAUInitNV ( Buffer p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUInitNV:(Ljava/nio/Buffer;Ljava/nio/Buffer;)V]
GL2.glVDPAUIsSurfaceNV ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUIsSurfaceNV:(J)V]
GL2.glVDPAUMapSurfacesNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUMapSurfacesNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVDPAUMapSurfacesNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUMapSurfacesNV:(I[JI)V]
GL2.glVDPAURegisterOutputSurfaceNV ( Buffer p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : long
[mangled: javax/media/opengl/GL2.glVDPAURegisterOutputSurfaceNV:(Ljava/nio/Buffer;II[II)J]
GL2.glVDPAURegisterOutputSurfaceNV ( Buffer p1, int p2, int p3, IntBuffer p4 ) [abstract] : long
[mangled: javax/media/opengl/GL2.glVDPAURegisterOutputSurfaceNV:(Ljava/nio/Buffer;IILjava/nio/IntBuffer;)J]
GL2.glVDPAURegisterVideoSurfaceNV ( Buffer p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : long
[mangled: javax/media/opengl/GL2.glVDPAURegisterVideoSurfaceNV:(Ljava/nio/Buffer;II[II)J]
GL2.glVDPAURegisterVideoSurfaceNV ( Buffer p1, int p2, int p3, IntBuffer p4 ) [abstract] : long
[mangled: javax/media/opengl/GL2.glVDPAURegisterVideoSurfaceNV:(Ljava/nio/Buffer;IILjava/nio/IntBuffer;)J]
GL2.glVDPAUSurfaceAccessNV ( long p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUSurfaceAccessNV:(JI)V]
GL2.glVDPAUUnmapSurfacesNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUUnmapSurfacesNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVDPAUUnmapSurfacesNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUUnmapSurfacesNV:(I[JI)V]
GL2.glVDPAUUnregisterSurfaceNV ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVDPAUUnregisterSurfaceNV:(J)V]
GL2.glVertex2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2d:(DD)V]
GL2.glVertex2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2dv:([DI)V]
GL2.glVertex2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glVertex2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2f:(FF)V]
GL2.glVertex2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2fv:([FI)V]
GL2.glVertex2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2fv:(Ljava/nio/FloatBuffer;)V]
GL2.glVertex2h ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2h:(SS)V]
GL2.glVertex2hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2hv:([SI)V]
GL2.glVertex2hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2hv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertex2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2i:(II)V]
GL2.glVertex2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2iv:([II)V]
GL2.glVertex2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2iv:(Ljava/nio/IntBuffer;)V]
GL2.glVertex2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2s:(SS)V]
GL2.glVertex2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2sv:([SI)V]
GL2.glVertex2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex2sv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertex3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3d:(DDD)V]
GL2.glVertex3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3dv:([DI)V]
GL2.glVertex3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glVertex3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3f:(FFF)V]
GL2.glVertex3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3fv:([FI)V]
GL2.glVertex3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glVertex3h ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3h:(SSS)V]
GL2.glVertex3hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3hv:([SI)V]
GL2.glVertex3hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3hv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertex3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3i:(III)V]
GL2.glVertex3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3iv:([II)V]
GL2.glVertex3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3iv:(Ljava/nio/IntBuffer;)V]
GL2.glVertex3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3s:(SSS)V]
GL2.glVertex3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3sv:([SI)V]
GL2.glVertex3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertex4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4d:(DDDD)V]
GL2.glVertex4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4dv:([DI)V]
GL2.glVertex4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glVertex4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4f:(FFFF)V]
GL2.glVertex4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4fv:([FI)V]
GL2.glVertex4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4fv:(Ljava/nio/FloatBuffer;)V]
GL2.glVertex4h ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4h:(SSSS)V]
GL2.glVertex4hv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4hv:([SI)V]
GL2.glVertex4hv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4hv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertex4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4i:(IIII)V]
GL2.glVertex4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4iv:([II)V]
GL2.glVertex4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4iv:(Ljava/nio/IntBuffer;)V]
GL2.glVertex4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4s:(SSSS)V]
GL2.glVertex4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4sv:([SI)V]
GL2.glVertex4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertex4sv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertexArrayParameteriAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexArrayParameteriAPPLE:(II)V]
GL2.glVertexArrayRangeAPPLE ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
GL2.glVertexArrayRangeNV ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexArrayRangeNV:(ILjava/nio/Buffer;)V]
GL2.glVertexAttrib1dARB ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1dARB:(ID)V]
GL2.glVertexAttrib1dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1dvARB:(I[DI)V]
GL2.glVertexAttrib1dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1dvARB:(ILjava/nio/DoubleBuffer;)V]
GL2.glVertexAttrib1fARB ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1fARB:(IF)V]
GL2.glVertexAttrib1fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1fvARB:(I[FI)V]
GL2.glVertexAttrib1fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1fvARB:(ILjava/nio/FloatBuffer;)V]
GL2.glVertexAttrib1h ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1h:(IS)V]
GL2.glVertexAttrib1hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1hv:(I[SI)V]
GL2.glVertexAttrib1hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1hv:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib1sARB ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1sARB:(IS)V]
GL2.glVertexAttrib1svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1svARB:(I[SI)V]
GL2.glVertexAttrib1svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib1svARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib2dARB ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2dARB:(IDD)V]
GL2.glVertexAttrib2dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2dvARB:(I[DI)V]
GL2.glVertexAttrib2dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2dvARB:(ILjava/nio/DoubleBuffer;)V]
GL2.glVertexAttrib2fARB ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2fARB:(IFF)V]
GL2.glVertexAttrib2fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2fvARB:(I[FI)V]
GL2.glVertexAttrib2fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2fvARB:(ILjava/nio/FloatBuffer;)V]
GL2.glVertexAttrib2h ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2h:(ISS)V]
GL2.glVertexAttrib2hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2hv:(I[SI)V]
GL2.glVertexAttrib2hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2hv:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib2sARB ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2sARB:(ISS)V]
GL2.glVertexAttrib2svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2svARB:(I[SI)V]
GL2.glVertexAttrib2svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib2svARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib3dARB ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3dARB:(IDDD)V]
GL2.glVertexAttrib3dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3dvARB:(I[DI)V]
GL2.glVertexAttrib3dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3dvARB:(ILjava/nio/DoubleBuffer;)V]
GL2.glVertexAttrib3fARB ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3fARB:(IFFF)V]
GL2.glVertexAttrib3fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3fvARB:(I[FI)V]
GL2.glVertexAttrib3fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3fvARB:(ILjava/nio/FloatBuffer;)V]
GL2.glVertexAttrib3h ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3h:(ISSS)V]
GL2.glVertexAttrib3hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3hv:(I[SI)V]
GL2.glVertexAttrib3hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3hv:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib3sARB ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3sARB:(ISSS)V]
GL2.glVertexAttrib3svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3svARB:(I[SI)V]
GL2.glVertexAttrib3svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib3svARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib4bvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4bvARB:(I[BI)V]
GL2.glVertexAttrib4bvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4bvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttrib4dARB ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4dARB:(IDDDD)V]
GL2.glVertexAttrib4dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4dvARB:(I[DI)V]
GL2.glVertexAttrib4dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4dvARB:(ILjava/nio/DoubleBuffer;)V]
GL2.glVertexAttrib4fARB ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4fARB:(IFFFF)V]
GL2.glVertexAttrib4fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4fvARB:(I[FI)V]
GL2.glVertexAttrib4fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4fvARB:(ILjava/nio/FloatBuffer;)V]
GL2.glVertexAttrib4h ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4h:(ISSSS)V]
GL2.glVertexAttrib4hv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4hv:(I[SI)V]
GL2.glVertexAttrib4hv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4hv:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib4ivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4ivARB:(I[II)V]
GL2.glVertexAttrib4ivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4ivARB:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttrib4NbvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NbvARB:(I[BI)V]
GL2.glVertexAttrib4NbvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NbvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttrib4NivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NivARB:(I[II)V]
GL2.glVertexAttrib4NivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NivARB:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttrib4NsvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NsvARB:(I[SI)V]
GL2.glVertexAttrib4NsvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NsvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib4NubARB ( int p1, byte p2, byte p3, byte p4, byte p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NubARB:(IBBBB)V]
GL2.glVertexAttrib4NubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NubvARB:(I[BI)V]
GL2.glVertexAttrib4NubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NubvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttrib4NuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NuivARB:(I[II)V]
GL2.glVertexAttrib4NuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NuivARB:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttrib4NusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NusvARB:(I[SI)V]
GL2.glVertexAttrib4NusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4NusvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib4sARB ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4sARB:(ISSSS)V]
GL2.glVertexAttrib4svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4svARB:(I[SI)V]
GL2.glVertexAttrib4svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4svARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttrib4ubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4ubvARB:(I[BI)V]
GL2.glVertexAttrib4ubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4ubvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttrib4uivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4uivARB:(I[II)V]
GL2.glVertexAttrib4uivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4uivARB:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttrib4usvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4usvARB:(I[SI)V]
GL2.glVertexAttrib4usvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttrib4usvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribI1iEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1iEXT:(II)V]
GL2.glVertexAttribI1ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1ivEXT:(I[II)V]
GL2.glVertexAttribI1ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1ivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI1uiEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1uiEXT:(II)V]
GL2.glVertexAttribI1uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1uivEXT:(I[II)V]
GL2.glVertexAttribI1uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI1uivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI2iEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2iEXT:(III)V]
GL2.glVertexAttribI2ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2ivEXT:(I[II)V]
GL2.glVertexAttribI2ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2ivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI2uiEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2uiEXT:(III)V]
GL2.glVertexAttribI2uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2uivEXT:(I[II)V]
GL2.glVertexAttribI2uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI2uivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI3iEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3iEXT:(IIII)V]
GL2.glVertexAttribI3ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3ivEXT:(I[II)V]
GL2.glVertexAttribI3ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3ivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI3uiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3uiEXT:(IIII)V]
GL2.glVertexAttribI3uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3uivEXT:(I[II)V]
GL2.glVertexAttribI3uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI3uivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI4bvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4bvEXT:(I[BI)V]
GL2.glVertexAttribI4bvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4bvEXT:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttribI4iEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4iEXT:(IIIII)V]
GL2.glVertexAttribI4ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4ivEXT:(I[II)V]
GL2.glVertexAttribI4ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4ivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI4svEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4svEXT:(I[SI)V]
GL2.glVertexAttribI4svEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4svEXT:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribI4ubvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4ubvEXT:(I[BI)V]
GL2.glVertexAttribI4ubvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4ubvEXT:(ILjava/nio/ByteBuffer;)V]
GL2.glVertexAttribI4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4uiEXT:(IIIII)V]
GL2.glVertexAttribI4uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4uivEXT:(I[II)V]
GL2.glVertexAttribI4uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4uivEXT:(ILjava/nio/IntBuffer;)V]
GL2.glVertexAttribI4usvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4usvEXT:(I[SI)V]
GL2.glVertexAttribI4usvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribI4usvEXT:(ILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribIPointerEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribIPointerEXT:(IIIILjava/nio/Buffer;)V]
GL2.glVertexAttribL1i64NV ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1i64NV:(IJ)V]
GL2.glVertexAttribL1i64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1i64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL1i64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1i64vNV:(I[JI)V]
GL2.glVertexAttribL1ui64NV ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1ui64NV:(IJ)V]
GL2.glVertexAttribL1ui64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1ui64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL1ui64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL1ui64vNV:(I[JI)V]
GL2.glVertexAttribL2i64NV ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2i64NV:(IJJ)V]
GL2.glVertexAttribL2i64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2i64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL2i64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2i64vNV:(I[JI)V]
GL2.glVertexAttribL2ui64NV ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2ui64NV:(IJJ)V]
GL2.glVertexAttribL2ui64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2ui64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL2ui64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL2ui64vNV:(I[JI)V]
GL2.glVertexAttribL3i64NV ( int p1, long p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3i64NV:(IJJJ)V]
GL2.glVertexAttribL3i64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3i64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL3i64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3i64vNV:(I[JI)V]
GL2.glVertexAttribL3ui64NV ( int p1, long p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3ui64NV:(IJJJ)V]
GL2.glVertexAttribL3ui64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3ui64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL3ui64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL3ui64vNV:(I[JI)V]
GL2.glVertexAttribL4i64NV ( int p1, long p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4i64NV:(IJJJJ)V]
GL2.glVertexAttribL4i64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4i64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL4i64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4i64vNV:(I[JI)V]
GL2.glVertexAttribL4ui64NV ( int p1, long p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4ui64NV:(IJJJJ)V]
GL2.glVertexAttribL4ui64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4ui64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2.glVertexAttribL4ui64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribL4ui64vNV:(I[JI)V]
GL2.glVertexAttribLFormatNV ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribLFormatNV:(IIII)V]
GL2.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribPointerARB:(IIIZILjava/nio/Buffer;)V]
GL2.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribPointerARB:(IIIZIJ)V]
GL2.glVertexAttribs1hv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs1hv:(II[SI)V]
GL2.glVertexAttribs1hv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs1hv:(IILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribs2hv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs2hv:(II[SI)V]
GL2.glVertexAttribs2hv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs2hv:(IILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribs3hv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs3hv:(II[SI)V]
GL2.glVertexAttribs3hv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs3hv:(IILjava/nio/ShortBuffer;)V]
GL2.glVertexAttribs4hv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs4hv:(II[SI)V]
GL2.glVertexAttribs4hv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexAttribs4hv:(IILjava/nio/ShortBuffer;)V]
GL2.glVertexBlendARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexBlendARB:(I)V]
GL2.glVertexWeightfEXT ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeightfEXT:(F)V]
GL2.glVertexWeightfvEXT ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeightfvEXT:([FI)V]
GL2.glVertexWeightfvEXT ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeightfvEXT:(Ljava/nio/FloatBuffer;)V]
GL2.glVertexWeighth ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeighth:(S)V]
GL2.glVertexWeighthv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeighthv:([SI)V]
GL2.glVertexWeighthv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeighthv:(Ljava/nio/ShortBuffer;)V]
GL2.glVertexWeightPointerEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeightPointerEXT:(IIILjava/nio/Buffer;)V]
GL2.glVertexWeightPointerEXT ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVertexWeightPointerEXT:(IIIJ)V]
GL2.glVideoCaptureNV ( int p1, int[ ] p2, int p3, long[ ] p4, int p5 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glVideoCaptureNV:(I[II[JI)I]
GL2.glVideoCaptureNV ( int p1, IntBuffer p2, Int64Buffer p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2.glVideoCaptureNV:(ILjava/nio/IntBuffer;Lcom/jogamp/common/nio/Int64Buffer;)I]
GL2.glVideoCaptureStreamParameterdvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterdvNV:(III[DI)V]
GL2.glVideoCaptureStreamParameterdvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterdvNV:(IIILjava/nio/DoubleBuffer;)V]
GL2.glVideoCaptureStreamParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterfvNV:(III[FI)V]
GL2.glVideoCaptureStreamParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
GL2.glVideoCaptureStreamParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterivNV:(III[II)V]
GL2.glVideoCaptureStreamParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glVideoCaptureStreamParameterivNV:(IIILjava/nio/IntBuffer;)V]
GL2.glWeightbvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightbvARB:(I[BI)V]
GL2.glWeightbvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightbvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glWeightdvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightdvARB:(I[DI)V]
GL2.glWeightdvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightdvARB:(ILjava/nio/DoubleBuffer;)V]
GL2.glWeightfvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightfvARB:(I[FI)V]
GL2.glWeightfvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightfvARB:(ILjava/nio/FloatBuffer;)V]
GL2.glWeightivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightivARB:(I[II)V]
GL2.glWeightivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightivARB:(ILjava/nio/IntBuffer;)V]
GL2.glWeightsvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightsvARB:(I[SI)V]
GL2.glWeightsvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightsvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glWeightubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightubvARB:(I[BI)V]
GL2.glWeightubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightubvARB:(ILjava/nio/ByteBuffer;)V]
GL2.glWeightuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightuivARB:(I[II)V]
GL2.glWeightuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightuivARB:(ILjava/nio/IntBuffer;)V]
GL2.glWeightusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightusvARB:(I[SI)V]
GL2.glWeightusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWeightusvARB:(ILjava/nio/ShortBuffer;)V]
GL2.glWindowPos2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2d:(DD)V]
GL2.glWindowPos2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2dv:([DI)V]
GL2.glWindowPos2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glWindowPos2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2f:(FF)V]
GL2.glWindowPos2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2fv:([FI)V]
GL2.glWindowPos2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2fv:(Ljava/nio/FloatBuffer;)V]
GL2.glWindowPos2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2i:(II)V]
GL2.glWindowPos2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2iv:([II)V]
GL2.glWindowPos2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2iv:(Ljava/nio/IntBuffer;)V]
GL2.glWindowPos2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2s:(SS)V]
GL2.glWindowPos2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2sv:([SI)V]
GL2.glWindowPos2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos2sv:(Ljava/nio/ShortBuffer;)V]
GL2.glWindowPos3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3d:(DDD)V]
GL2.glWindowPos3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3dv:([DI)V]
GL2.glWindowPos3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3dv:(Ljava/nio/DoubleBuffer;)V]
GL2.glWindowPos3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3f:(FFF)V]
GL2.glWindowPos3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3fv:([FI)V]
GL2.glWindowPos3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3fv:(Ljava/nio/FloatBuffer;)V]
GL2.glWindowPos3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3i:(III)V]
GL2.glWindowPos3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3iv:([II)V]
GL2.glWindowPos3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3iv:(Ljava/nio/IntBuffer;)V]
GL2.glWindowPos3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3s:(SSS)V]
GL2.glWindowPos3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3sv:([SI)V]
GL2.glWindowPos3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWindowPos3sv:(Ljava/nio/ShortBuffer;)V]
GL2.glWriteMaskEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2.glWriteMaskEXT:(IIIIII)V]
jogl.core.jar, GL2ES1.class
package javax.media.opengl
GL2ES1.glAlphaFunc ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glAlphaFunc:(IF)V]
GL2ES1.glClientActiveTexture ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glClientActiveTexture:(I)V]
GL2ES1.glColor4ub ( byte p1, byte p2, byte p3, byte p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glColor4ub:(BBBB)V]
GL2ES1.glCurrentPaletteMatrix ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glCurrentPaletteMatrix:(I)V]
GL2ES1.glFogf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glFogf:(IF)V]
GL2ES1.glFogfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glFogfv:(I[FI)V]
GL2ES1.glFogfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glFogfv:(ILjava/nio/FloatBuffer;)V]
GL2ES1.glFrustum ( double p1, double p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glFrustum:(DDDDDD)V]
GL2ES1.glGetLightfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetLightfv:(II[FI)V]
GL2ES1.glGetLightfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetLightfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glGetMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetMaterialfv:(II[FI)V]
GL2ES1.glGetMaterialfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetMaterialfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glGetTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexEnvfv:(II[FI)V]
GL2ES1.glGetTexEnvfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexEnvfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glGetTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexEnviv:(II[II)V]
GL2ES1.glGetTexEnviv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexEnviv:(IILjava/nio/IntBuffer;)V]
GL2ES1.glGetTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexGenfv:(II[FI)V]
GL2ES1.glGetTexGenfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexGenfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glGetTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexGeniv:(II[II)V]
GL2ES1.glGetTexGeniv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glGetTexGeniv:(IILjava/nio/IntBuffer;)V]
GL2ES1.glLightf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glLightf:(IIF)V]
GL2ES1.glLightModelf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glLightModelf:(IF)V]
GL2ES1.glLightModelfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glLightModelfv:(I[FI)V]
GL2ES1.glLightModelfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glLightModelfv:(ILjava/nio/FloatBuffer;)V]
GL2ES1.glLogicOp ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glLogicOp:(I)V]
GL2ES1.glMatrixIndexPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glMatrixIndexPointer:(IIILjava/nio/Buffer;)V]
GL2ES1.glMultiTexCoord4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glMultiTexCoord4f:(IFFFF)V]
GL2ES1.glNormal3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glNormal3f:(FFF)V]
GL2ES1.glOrtho ( double p1, double p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glOrtho:(DDDDDD)V]
GL2ES1.glPointParameterf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glPointParameterf:(IF)V]
GL2ES1.glPointParameterfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glPointParameterfv:(I[FI)V]
GL2ES1.glPointParameterfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glPointParameterfv:(ILjava/nio/FloatBuffer;)V]
GL2ES1.glPointSize ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glPointSize:(F)V]
GL2ES1.glTexEnvf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnvf:(IIF)V]
GL2ES1.glTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnvfv:(II[FI)V]
GL2ES1.glTexEnvfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnvfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glTexEnvi ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnvi:(III)V]
GL2ES1.glTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnviv:(II[II)V]
GL2ES1.glTexEnviv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexEnviv:(IILjava/nio/IntBuffer;)V]
GL2ES1.glTexGenf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGenf:(IIF)V]
GL2ES1.glTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGenfv:(II[FI)V]
GL2ES1.glTexGenfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGenfv:(IILjava/nio/FloatBuffer;)V]
GL2ES1.glTexGeni ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGeni:(III)V]
GL2ES1.glTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGeniv:(II[II)V]
GL2ES1.glTexGeniv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glTexGeniv:(IILjava/nio/IntBuffer;)V]
GL2ES1.glWeightPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES1.glWeightPointer:(IIILjava/nio/Buffer;)V]
jogl.core.jar, GL2ES2.class
package javax.media.opengl
GL2ES2.glAttachShader ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glAttachShader:(II)V]
GL2ES2.glBindAttribLocation ( int p1, int p2, String p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glBindAttribLocation:(IILjava/lang/String;)V]
GL2ES2.glBlendColor ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glBlendColor:(FFFF)V]
GL2ES2.glClearDepth ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glClearDepth:(D)V]
GL2ES2.glClearDepthf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glClearDepthf:(F)V]
GL2ES2.glCompileShader ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCompileShader:(I)V]
GL2ES2.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCompressedTexImage3D:(IIIIIIIILjava/nio/Buffer;)V]
GL2ES2.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCompressedTexImage3D:(IIIIIIIIJ)V]
GL2ES2.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCompressedTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
GL2ES2.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCompressedTexSubImage3D:(IIIIIIIIIIJ)V]
GL2ES2.glCopyTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glCopyTexSubImage3D:(IIIIIIIII)V]
GL2ES2.glCreateProgram ( ) [abstract] : int
[mangled: javax/media/opengl/GL2ES2.glCreateProgram:()I]
GL2ES2.glCreateShader ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL2ES2.glCreateShader:(I)I]
GL2ES2.glDeleteProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDeleteProgram:(I)V]
GL2ES2.glDeleteShader ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDeleteShader:(I)V]
GL2ES2.glDepthRange ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDepthRange:(DD)V]
GL2ES2.glDepthRangef ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDepthRangef:(FF)V]
GL2ES2.glDetachShader ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDetachShader:(II)V]
GL2ES2.glDisableVertexAttribArray ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glDisableVertexAttribArray:(I)V]
GL2ES2.glEnableVertexAttribArray ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glEnableVertexAttribArray:(I)V]
GL2ES2.glFramebufferTexture3D ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glFramebufferTexture3D:(IIIIII)V]
GL2ES2.glGetActiveAttrib ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetActiveAttrib:(III[II[II[II[BI)V]
GL2ES2.glGetActiveAttrib ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetActiveAttrib:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2ES2.glGetActiveUniform ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetActiveUniform:(III[II[II[II[BI)V]
GL2ES2.glGetActiveUniform ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetActiveUniform:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2ES2.glGetAttachedShaders ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetAttachedShaders:(II[II[II)V]
GL2ES2.glGetAttachedShaders ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetAttachedShaders:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2ES2.glGetAttribLocation ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2ES2.glGetAttribLocation:(ILjava/lang/String;)I]
GL2ES2.glGetProgramBinary ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramBinary:(II[II[IILjava/nio/Buffer;)V]
GL2ES2.glGetProgramBinary ( int p1, int p2, IntBuffer p3, IntBuffer p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramBinary:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/Buffer;)V]
GL2ES2.glGetProgramInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramInfoLog:(II[II[BI)V]
GL2ES2.glGetProgramInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2ES2.glGetProgramiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramiv:(II[II)V]
GL2ES2.glGetProgramiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetProgramiv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glGetShaderInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderInfoLog:(II[II[BI)V]
GL2ES2.glGetShaderInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2ES2.glGetShaderiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderiv:(II[II)V]
GL2ES2.glGetShaderiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderiv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glGetShaderPrecisionFormat ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderPrecisionFormat:(II[II[II)V]
GL2ES2.glGetShaderPrecisionFormat ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderPrecisionFormat:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL2ES2.glGetShaderSource ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderSource:(II[II[BI)V]
GL2ES2.glGetShaderSource ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetShaderSource:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2ES2.glGetUniformfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetUniformfv:(II[FI)V]
GL2ES2.glGetUniformfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetUniformfv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glGetUniformiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetUniformiv:(II[II)V]
GL2ES2.glGetUniformiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetUniformiv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glGetUniformLocation ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2ES2.glGetUniformLocation:(ILjava/lang/String;)I]
GL2ES2.glGetVertexAttribfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetVertexAttribfv:(II[FI)V]
GL2ES2.glGetVertexAttribfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetVertexAttribfv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glGetVertexAttribiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetVertexAttribiv:(II[II)V]
GL2ES2.glGetVertexAttribiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glGetVertexAttribiv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glIsProgram ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2ES2.glIsProgram:(I)Z]
GL2ES2.glIsShader ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2ES2.glIsShader:(I)Z]
GL2ES2.glLinkProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glLinkProgram:(I)V]
GL2ES2.glProgramBinary ( int p1, int p2, Buffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glProgramBinary:(IILjava/nio/Buffer;I)V]
GL2ES2.glReleaseShaderCompiler ( ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glReleaseShaderCompiler:()V]
GL2ES2.glShaderBinary ( int p1, int[ ] p2, int p3, int p4, Buffer p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glShaderBinary:(I[IIILjava/nio/Buffer;I)V]
GL2ES2.glShaderBinary ( int p1, IntBuffer p2, int p3, Buffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glShaderBinary:(ILjava/nio/IntBuffer;ILjava/nio/Buffer;I)V]
GL2ES2.glShaderSource ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glShaderSource:(II[Ljava/lang/String;[II)V]
GL2ES2.glShaderSource ( int p1, int p2, String[ ] p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glShaderSource:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
GL2ES2.glStencilFuncSeparate ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glStencilFuncSeparate:(IIII)V]
GL2ES2.glStencilMaskSeparate ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glStencilMaskSeparate:(II)V]
GL2ES2.glStencilOpSeparate ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glStencilOpSeparate:(IIII)V]
GL2ES2.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glTexImage3D:(IIIIIIIIILjava/nio/Buffer;)V]
GL2ES2.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, long p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glTexImage3D:(IIIIIIIIIJ)V]
GL2ES2.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
GL2ES2.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glTexSubImage3D:(IIIIIIIIIIJ)V]
GL2ES2.glUniform ( GLUniformData p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform:(Ljavax/media/opengl/GLUniformData;)V]
GL2ES2.glUniform1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1f:(IF)V]
GL2ES2.glUniform1fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1fv:(II[FI)V]
GL2ES2.glUniform1fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1fv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glUniform1i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1i:(II)V]
GL2ES2.glUniform1iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1iv:(II[II)V]
GL2ES2.glUniform1iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform1iv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glUniform2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2f:(IFF)V]
GL2ES2.glUniform2fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2fv:(II[FI)V]
GL2ES2.glUniform2fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2fv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glUniform2i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2i:(III)V]
GL2ES2.glUniform2iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2iv:(II[II)V]
GL2ES2.glUniform2iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform2iv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glUniform3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3f:(IFFF)V]
GL2ES2.glUniform3fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3fv:(II[FI)V]
GL2ES2.glUniform3fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3fv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glUniform3i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3i:(IIII)V]
GL2ES2.glUniform3iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3iv:(II[II)V]
GL2ES2.glUniform3iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform3iv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glUniform4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4f:(IFFFF)V]
GL2ES2.glUniform4fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4fv:(II[FI)V]
GL2ES2.glUniform4fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4fv:(IILjava/nio/FloatBuffer;)V]
GL2ES2.glUniform4i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4i:(IIIII)V]
GL2ES2.glUniform4iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4iv:(II[II)V]
GL2ES2.glUniform4iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniform4iv:(IILjava/nio/IntBuffer;)V]
GL2ES2.glUniformMatrix2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix2fv:(IIZ[FI)V]
GL2ES2.glUniformMatrix2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix2fv:(IIZLjava/nio/FloatBuffer;)V]
GL2ES2.glUniformMatrix3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix3fv:(IIZ[FI)V]
GL2ES2.glUniformMatrix3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix3fv:(IIZLjava/nio/FloatBuffer;)V]
GL2ES2.glUniformMatrix4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix4fv:(IIZ[FI)V]
GL2ES2.glUniformMatrix4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUniformMatrix4fv:(IIZLjava/nio/FloatBuffer;)V]
GL2ES2.glUseProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glUseProgram:(I)V]
GL2ES2.glValidateProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glValidateProgram:(I)V]
GL2ES2.glVertexAttrib1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib1f:(IF)V]
GL2ES2.glVertexAttrib1fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib1fv:(I[FI)V]
GL2ES2.glVertexAttrib1fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib1fv:(ILjava/nio/FloatBuffer;)V]
GL2ES2.glVertexAttrib2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib2f:(IFF)V]
GL2ES2.glVertexAttrib2fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib2fv:(I[FI)V]
GL2ES2.glVertexAttrib2fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib2fv:(ILjava/nio/FloatBuffer;)V]
GL2ES2.glVertexAttrib3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib3f:(IFFF)V]
GL2ES2.glVertexAttrib3fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib3fv:(I[FI)V]
GL2ES2.glVertexAttrib3fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib3fv:(ILjava/nio/FloatBuffer;)V]
GL2ES2.glVertexAttrib4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib4f:(IFFFF)V]
GL2ES2.glVertexAttrib4fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib4fv:(I[FI)V]
GL2ES2.glVertexAttrib4fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttrib4fv:(ILjava/nio/FloatBuffer;)V]
GL2ES2.glVertexAttribPointer ( GLArrayData p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttribPointer:(Ljavax/media/opengl/GLArrayData;)V]
GL2ES2.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttribPointer:(IIIZILjava/nio/Buffer;)V]
GL2ES2.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2ES2.glVertexAttribPointer:(IIIZIJ)V]
jogl.core.jar, GL2GL3.class
package javax.media.opengl
GL2GL3.glActiveShaderProgram ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glActiveShaderProgram:(II)V]
GL2GL3.glAllocateMemoryNV ( int p1, float p2, float p3, float p4 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL2GL3.glAllocateMemoryNV:(IFFF)Ljava/nio/ByteBuffer;]
GL2GL3.glBeginConditionalRender ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBeginConditionalRender:(II)V]
GL2GL3.glBeginQuery ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBeginQuery:(II)V]
GL2GL3.glBeginQueryIndexed ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBeginQueryIndexed:(III)V]
GL2GL3.glBeginTransformFeedback ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBeginTransformFeedback:(I)V]
GL2GL3.glBindBufferBase ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindBufferBase:(III)V]
GL2GL3.glBindBufferRange ( int p1, int p2, int p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindBufferRange:(IIIJJ)V]
GL2GL3.glBindFragDataLocation ( int p1, int p2, String p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindFragDataLocation:(IILjava/lang/String;)V]
GL2GL3.glBindFragDataLocationIndexed ( int p1, int p2, int p3, byte[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindFragDataLocationIndexed:(III[BI)V]
GL2GL3.glBindFragDataLocationIndexed ( int p1, int p2, int p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindFragDataLocationIndexed:(IIILjava/nio/ByteBuffer;)V]
GL2GL3.glBindProgramPipeline ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindProgramPipeline:(I)V]
GL2GL3.glBindSampler ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindSampler:(II)V]
GL2GL3.glBindTransformFeedback ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindTransformFeedback:(II)V]
GL2GL3.glBindVertexArray ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBindVertexArray:(I)V]
GL2GL3.glBlendEquationi ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBlendEquationi:(II)V]
GL2GL3.glBlendEquationSeparatei ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBlendEquationSeparatei:(III)V]
GL2GL3.glBlendFunci ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBlendFunci:(III)V]
GL2GL3.glBlendFuncSeparatei ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBlendFuncSeparatei:(IIIII)V]
GL2GL3.glBlitFramebuffer ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBlitFramebuffer:(IIIIIIIIII)V]
GL2GL3.glBufferAddressRangeNV ( int p1, int p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glBufferAddressRangeNV:(IIJJ)V]
GL2GL3.glClampColor ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClampColor:(II)V]
GL2GL3.glClearBufferfi ( int p1, int p2, float p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferfi:(IIFI)V]
GL2GL3.glClearBufferfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferfv:(II[FI)V]
GL2GL3.glClearBufferfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferfv:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glClearBufferiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferiv:(II[II)V]
GL2GL3.glClearBufferiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glClearBufferuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferuiv:(II[II)V]
GL2GL3.glClearBufferuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glClearBufferuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glColorFormatNV ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorFormatNV:(III)V]
GL2GL3.glColorMaski ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorMaski:(IZZZZ)V]
GL2GL3.glColorP3ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP3ui:(II)V]
GL2GL3.glColorP3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP3uiv:(I[II)V]
GL2GL3.glColorP3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glColorP4ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP4ui:(II)V]
GL2GL3.glColorP4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP4uiv:(I[II)V]
GL2GL3.glColorP4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glColorP4uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glCompileShaderIncludeARB ( int p1, int p2, PointerBuffer p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompileShaderIncludeARB:(IILcom/jogamp/common/nio/PointerBuffer;[II)V]
GL2GL3.glCompileShaderIncludeARB ( int p1, int p2, PointerBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompileShaderIncludeARB:(IILcom/jogamp/common/nio/PointerBuffer;Ljava/nio/IntBuffer;)V]
GL2GL3.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompressedTexImage1D:(IIIIIILjava/nio/Buffer;)V]
GL2GL3.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompressedTexImage1D:(IIIIIIJ)V]
GL2GL3.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompressedTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
GL2GL3.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCompressedTexSubImage1D:(IIIIIIJ)V]
GL2GL3.glCopyBufferSubData ( int p1, int p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCopyBufferSubData:(IIJJJ)V]
GL2GL3.glCopyTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCopyTexImage1D:(IIIIIII)V]
GL2GL3.glCopyTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glCopyTexSubImage1D:(IIIIII)V]
GL2GL3.glCreateShaderProgramv ( int p1, int p2, PointerBuffer p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glCreateShaderProgramv:(IILcom/jogamp/common/nio/PointerBuffer;)I]
GL2GL3.glCreateSyncFromCLeventARB ( Buffer p1, Buffer p2, int p3 ) [abstract] : long
[mangled: javax/media/opengl/GL2GL3.glCreateSyncFromCLeventARB:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)J]
GL2GL3.glDebugMessageControlARB ( int p1, int p2, int p3, int p4, int[ ] p5, int p6, boolean p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageControlARB:(IIII[IIZ)V]
GL2GL3.glDebugMessageControlARB ( int p1, int p2, int p3, int p4, IntBuffer p5, boolean p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageControlARB:(IIIILjava/nio/IntBuffer;Z)V]
GL2GL3.glDebugMessageEnableAMD ( int p1, int p2, int p3, int[ ] p4, int p5, boolean p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageEnableAMD:(III[IIZ)V]
GL2GL3.glDebugMessageEnableAMD ( int p1, int p2, int p3, IntBuffer p4, boolean p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageEnableAMD:(IIILjava/nio/IntBuffer;Z)V]
GL2GL3.glDebugMessageInsertAMD ( int p1, int p2, int p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageInsertAMD:(IIII[BI)V]
GL2GL3.glDebugMessageInsertAMD ( int p1, int p2, int p3, int p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageInsertAMD:(IIIILjava/nio/ByteBuffer;)V]
GL2GL3.glDebugMessageInsertARB ( int p1, int p2, int p3, int p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageInsertARB:(IIIII[BI)V]
GL2GL3.glDebugMessageInsertARB ( int p1, int p2, int p3, int p4, int p5, ByteBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDebugMessageInsertARB:(IIIIILjava/nio/ByteBuffer;)V]
GL2GL3.glDeleteNamedStringARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteNamedStringARB:(I[BI)V]
GL2GL3.glDeleteNamedStringARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteNamedStringARB:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glDeleteProgramPipelines ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteProgramPipelines:(I[II)V]
GL2GL3.glDeleteProgramPipelines ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteProgramPipelines:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDeleteQueries ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteQueries:(I[II)V]
GL2GL3.glDeleteQueries ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteQueries:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDeleteSamplers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteSamplers:(I[II)V]
GL2GL3.glDeleteSamplers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteSamplers:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDeleteTransformFeedbacks ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteTransformFeedbacks:(I[II)V]
GL2GL3.glDeleteTransformFeedbacks ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteTransformFeedbacks:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDeleteVertexArrays ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteVertexArrays:(I[II)V]
GL2GL3.glDeleteVertexArrays ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDeleteVertexArrays:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDepthRangeArrayv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDepthRangeArrayv:(II[DI)V]
GL2GL3.glDepthRangeArrayv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDepthRangeArrayv:(IILjava/nio/DoubleBuffer;)V]
GL2GL3.glDepthRangeIndexed ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDepthRangeIndexed:(IDD)V]
GL2GL3.glDisableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDisableClientState:(I)V]
GL2GL3.glDisablei ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDisablei:(II)V]
GL2GL3.glDrawArraysInstanced ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawArraysInstanced:(IIII)V]
GL2GL3.glDrawBuffer ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawBuffer:(I)V]
GL2GL3.glDrawBuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawBuffers:(I[II)V]
GL2GL3.glDrawBuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawBuffers:(ILjava/nio/IntBuffer;)V]
GL2GL3.glDrawElementsBaseVertex ( int p1, int p2, int p3, Buffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawElementsBaseVertex:(IIILjava/nio/Buffer;I)V]
GL2GL3.glDrawElementsInstanced ( int p1, int p2, int p3, Buffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawElementsInstanced:(IIILjava/nio/Buffer;I)V]
GL2GL3.glDrawElementsInstancedBaseVertex ( int p1, int p2, int p3, Buffer p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawElementsInstancedBaseVertex:(IIILjava/nio/Buffer;II)V]
GL2GL3.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawRangeElements:(IIIIILjava/nio/Buffer;)V]
GL2GL3.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawRangeElements:(IIIIIJ)V]
GL2GL3.glDrawRangeElementsBaseVertex ( int p1, int p2, int p3, int p4, int p5, Buffer p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawRangeElementsBaseVertex:(IIIIILjava/nio/Buffer;I)V]
GL2GL3.glDrawTransformFeedback ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawTransformFeedback:(II)V]
GL2GL3.glDrawTransformFeedbackStream ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glDrawTransformFeedbackStream:(III)V]
GL2GL3.glEdgeFlagFormatNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEdgeFlagFormatNV:(I)V]
GL2GL3.glEnableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEnableClientState:(I)V]
GL2GL3.glEnablei ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEnablei:(II)V]
GL2GL3.glEndConditionalRender ( ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEndConditionalRender:()V]
GL2GL3.glEndQuery ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEndQuery:(I)V]
GL2GL3.glEndQueryIndexed ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEndQueryIndexed:(II)V]
GL2GL3.glEndTransformFeedback ( ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glEndTransformFeedback:()V]
GL2GL3.glFlushMappedBufferRange ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFlushMappedBufferRange:(IJJ)V]
GL2GL3.glFogCoordFormatNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFogCoordFormatNV:(II)V]
GL2GL3.glFramebufferTexture1D ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFramebufferTexture1D:(IIIII)V]
GL2GL3.glFramebufferTextureARB ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFramebufferTextureARB:(IIII)V]
GL2GL3.glFramebufferTextureFaceARB ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFramebufferTextureFaceARB:(IIIII)V]
GL2GL3.glFramebufferTextureLayer ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFramebufferTextureLayer:(IIIII)V]
GL2GL3.glFramebufferTextureLayerARB ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glFramebufferTextureLayerARB:(IIIII)V]
GL2GL3.glGenProgramPipelines ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenProgramPipelines:(I[II)V]
GL2GL3.glGenProgramPipelines ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenProgramPipelines:(ILjava/nio/IntBuffer;)V]
GL2GL3.glGenQueries ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenQueries:(I[II)V]
GL2GL3.glGenQueries ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenQueries:(ILjava/nio/IntBuffer;)V]
GL2GL3.glGenSamplers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenSamplers:(I[II)V]
GL2GL3.glGenSamplers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenSamplers:(ILjava/nio/IntBuffer;)V]
GL2GL3.glGenTransformFeedbacks ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenTransformFeedbacks:(I[II)V]
GL2GL3.glGenTransformFeedbacks ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenTransformFeedbacks:(ILjava/nio/IntBuffer;)V]
GL2GL3.glGenVertexArrays ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenVertexArrays:(I[II)V]
GL2GL3.glGenVertexArrays ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGenVertexArrays:(ILjava/nio/IntBuffer;)V]
GL2GL3.glGetActiveSubroutineName ( int p1, int p2, int p3, int p4, int[ ] p5, int p6, byte[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineName:(IIII[II[BI)V]
GL2GL3.glGetActiveSubroutineName ( int p1, int p2, int p3, int p4, IntBuffer p5, ByteBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineName:(IIIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetActiveSubroutineUniformiv ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineUniformiv:(IIII[II)V]
GL2GL3.glGetActiveSubroutineUniformiv ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineUniformiv:(IIIILjava/nio/IntBuffer;)V]
GL2GL3.glGetActiveSubroutineUniformName ( int p1, int p2, int p3, int p4, int[ ] p5, int p6, byte[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineUniformName:(IIII[II[BI)V]
GL2GL3.glGetActiveSubroutineUniformName ( int p1, int p2, int p3, int p4, IntBuffer p5, ByteBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveSubroutineUniformName:(IIIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetActiveUniformBlockiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformBlockiv:(III[II)V]
GL2GL3.glGetActiveUniformBlockiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformBlockiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetActiveUniformBlockName ( int p1, int p2, int p3, int[ ] p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformBlockName:(III[II[BI)V]
GL2GL3.glGetActiveUniformBlockName ( int p1, int p2, int p3, IntBuffer p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformBlockName:(IIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetActiveUniformName ( int p1, int p2, int p3, int[ ] p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformName:(III[II[BI)V]
GL2GL3.glGetActiveUniformName ( int p1, int p2, int p3, IntBuffer p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformName:(IIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetActiveUniformsiv ( int p1, int p2, int[ ] p3, int p4, int p5, int[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformsiv:(II[III[II)V]
GL2GL3.glGetActiveUniformsiv ( int p1, int p2, IntBuffer p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetActiveUniformsiv:(IILjava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GL2GL3.glGetBooleani_v ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetBooleani_v:(II[BI)V]
GL2GL3.glGetBooleani_v ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetBooleani_v:(IILjava/nio/ByteBuffer;)V]
GL2GL3.glGetBufferParameterui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetBufferParameterui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetBufferParameterui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetBufferParameterui64vNV:(II[JI)V]
GL2GL3.glGetBufferSubData ( int p1, long p2, long p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetBufferSubData:(IJJLjava/nio/Buffer;)V]
GL2GL3.glGetCompressedTexImage ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetCompressedTexImage:(IILjava/nio/Buffer;)V]
GL2GL3.glGetCompressedTexImage ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetCompressedTexImage:(IIJ)V]
GL2GL3.glGetDebugMessageLogAMD ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, int[ ] p7, int p8, int[ ] p9, int p10, byte[ ] p11, int p12 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetDebugMessageLogAMD:(II[II[II[II[II[BI)I]
GL2GL3.glGetDebugMessageLogAMD ( int p1, int p2, IntBuffer p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetDebugMessageLogAMD:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I]
GL2GL3.glGetDebugMessageLogARB ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, int[ ] p7, int p8, int[ ] p9, int p10, int[ ] p11, int p12, byte[ ] p13, int p14 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetDebugMessageLogARB:(II[II[II[II[II[II[BI)I]
GL2GL3.glGetDebugMessageLogARB ( int p1, int p2, IntBuffer p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, IntBuffer p7, ByteBuffer p8 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetDebugMessageLogARB:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I]
GL2GL3.glGetDoublei_v ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetDoublei_v:(II[DI)V]
GL2GL3.glGetDoublei_v ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetDoublei_v:(IILjava/nio/DoubleBuffer;)V]
GL2GL3.glGetDoublev ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetDoublev:(I[DI)V]
GL2GL3.glGetDoublev ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetDoublev:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glGetFloati_v ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetFloati_v:(II[FI)V]
GL2GL3.glGetFloati_v ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetFloati_v:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glGetFragDataIndex ( int p1, byte[ ] p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetFragDataIndex:(I[BI)I]
GL2GL3.glGetFragDataIndex ( int p1, ByteBuffer p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetFragDataIndex:(ILjava/nio/ByteBuffer;)I]
GL2GL3.glGetFragDataLocation ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetFragDataLocation:(ILjava/lang/String;)I]
GL2GL3.glGetGraphicsResetStatusARB ( ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetGraphicsResetStatusARB:()I]
GL2GL3.glGetIntegeri_v ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegeri_v:(II[II)V]
GL2GL3.glGetIntegeri_v ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegeri_v:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetIntegerui64i_vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegerui64i_vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetIntegerui64i_vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegerui64i_vNV:(II[JI)V]
GL2GL3.glGetIntegerui64vNV ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegerui64vNV:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetIntegerui64vNV ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetIntegerui64vNV:(I[JI)V]
GL2GL3.glGetMultisamplefv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetMultisamplefv:(II[FI)V]
GL2GL3.glGetMultisamplefv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetMultisamplefv:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glGetNamedBufferParameterui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedBufferParameterui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetNamedBufferParameterui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedBufferParameterui64vNV:(II[JI)V]
GL2GL3.glGetNamedStringARB ( int p1, byte[ ] p2, int p3, int p4, int[ ] p5, int p6, byte[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedStringARB:(I[BII[II[BI)V]
GL2GL3.glGetNamedStringARB ( int p1, ByteBuffer p2, int p3, IntBuffer p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedStringARB:(ILjava/nio/ByteBuffer;ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetNamedStringivARB ( int p1, byte[ ] p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedStringivARB:(I[BII[II)V]
GL2GL3.glGetNamedStringivARB ( int p1, ByteBuffer p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetNamedStringivARB:(ILjava/nio/ByteBuffer;ILjava/nio/IntBuffer;)V]
GL2GL3.glGetnColorTableARB ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnColorTableARB:(IIIILjava/nio/Buffer;)V]
GL2GL3.glGetnCompressedTexImageARB ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnCompressedTexImageARB:(IIILjava/nio/Buffer;)V]
GL2GL3.glGetnConvolutionFilterARB ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnConvolutionFilterARB:(IIIILjava/nio/Buffer;)V]
GL2GL3.glGetnHistogramARB ( int p1, boolean p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnHistogramARB:(IZIIILjava/nio/Buffer;)V]
GL2GL3.glGetnMapdvARB ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapdvARB:(III[DI)V]
GL2GL3.glGetnMapdvARB ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapdvARB:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glGetnMapfvARB ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapfvARB:(III[FI)V]
GL2GL3.glGetnMapfvARB ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapfvARB:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glGetnMapivARB ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapivARB:(III[II)V]
GL2GL3.glGetnMapivARB ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMapivARB:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetnMinmaxARB ( int p1, boolean p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnMinmaxARB:(IZIIILjava/nio/Buffer;)V]
GL2GL3.glGetnPixelMapfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapfvARB:(II[FI)V]
GL2GL3.glGetnPixelMapfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapfvARB:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glGetnPixelMapuivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapuivARB:(II[II)V]
GL2GL3.glGetnPixelMapuivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapuivARB:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetnPixelMapusvARB ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapusvARB:(II[SI)V]
GL2GL3.glGetnPixelMapusvARB ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPixelMapusvARB:(IILjava/nio/ShortBuffer;)V]
GL2GL3.glGetnPolygonStippleARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPolygonStippleARB:(I[BI)V]
GL2GL3.glGetnPolygonStippleARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnPolygonStippleARB:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glGetnSeparableFilterARB ( int p1, int p2, int p3, int p4, Buffer p5, int p6, Buffer p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnSeparableFilterARB:(IIIILjava/nio/Buffer;ILjava/nio/Buffer;Ljava/nio/Buffer;)V]
GL2GL3.glGetnTexImageARB ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnTexImageARB:(IIIIILjava/nio/Buffer;)V]
GL2GL3.glGetnUniformdvARB ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformdvARB:(III[DI)V]
GL2GL3.glGetnUniformdvARB ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformdvARB:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glGetnUniformfvARB ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformfvARB:(III[FI)V]
GL2GL3.glGetnUniformfvARB ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformfvARB:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glGetnUniformivARB ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformivARB:(III[II)V]
GL2GL3.glGetnUniformivARB ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformivARB:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetnUniformuivARB ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformuivARB:(III[II)V]
GL2GL3.glGetnUniformuivARB ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetnUniformuivARB:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetProgramPipelineInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramPipelineInfoLog:(II[II[BI)V]
GL2GL3.glGetProgramPipelineInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramPipelineInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetProgramPipelineiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramPipelineiv:(II[II)V]
GL2GL3.glGetProgramPipelineiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramPipelineiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetProgramStageiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramStageiv:(III[II)V]
GL2GL3.glGetProgramStageiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetProgramStageiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetQueryIndexediv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryIndexediv:(III[II)V]
GL2GL3.glGetQueryIndexediv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryIndexediv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetQueryiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryiv:(II[II)V]
GL2GL3.glGetQueryiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetQueryObjecti64v ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjecti64v:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetQueryObjecti64v ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjecti64v:(II[JI)V]
GL2GL3.glGetQueryObjectiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectiv:(II[II)V]
GL2GL3.glGetQueryObjectiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetQueryObjectui64v ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectui64v:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetQueryObjectui64v ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectui64v:(II[JI)V]
GL2GL3.glGetQueryObjectuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectuiv:(II[II)V]
GL2GL3.glGetQueryObjectuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetQueryObjectuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetSamplerParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterfv:(II[FI)V]
GL2GL3.glGetSamplerParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glGetSamplerParameterIiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterIiv:(II[II)V]
GL2GL3.glGetSamplerParameterIiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterIiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetSamplerParameterIuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterIuiv:(II[II)V]
GL2GL3.glGetSamplerParameterIuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameterIuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetSamplerParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameteriv:(II[II)V]
GL2GL3.glGetSamplerParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetSamplerParameteriv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetStringi ( int p1, int p2 ) [abstract] : String
[mangled: javax/media/opengl/GL2GL3.glGetStringi:(II)Ljava/lang/String;]
GL2GL3.glGetSubroutineIndex ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetSubroutineIndex:(II[BI)I]
GL2GL3.glGetSubroutineIndex ( int p1, int p2, ByteBuffer p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetSubroutineIndex:(IILjava/nio/ByteBuffer;)I]
GL2GL3.glGetSubroutineUniformLocation ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetSubroutineUniformLocation:(II[BI)I]
GL2GL3.glGetSubroutineUniformLocation ( int p1, int p2, ByteBuffer p3 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetSubroutineUniformLocation:(IILjava/nio/ByteBuffer;)I]
GL2GL3.glGetTexImage ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexImage:(IIIILjava/nio/Buffer;)V]
GL2GL3.glGetTexImage ( int p1, int p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexImage:(IIIIJ)V]
GL2GL3.glGetTexLevelParameterfv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexLevelParameterfv:(III[FI)V]
GL2GL3.glGetTexLevelParameterfv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexLevelParameterfv:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glGetTexLevelParameteriv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexLevelParameteriv:(III[II)V]
GL2GL3.glGetTexLevelParameteriv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexLevelParameteriv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glGetTexParameterIiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexParameterIiv:(II[II)V]
GL2GL3.glGetTexParameterIiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexParameterIiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetTexParameterIuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexParameterIuiv:(II[II)V]
GL2GL3.glGetTexParameterIuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTexParameterIuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetTransformFeedbackVarying ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTransformFeedbackVarying:(III[II[II[II[BI)V]
GL2GL3.glGetTransformFeedbackVarying ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetTransformFeedbackVarying:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL2GL3.glGetUniformBlockIndex ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL2GL3.glGetUniformBlockIndex:(ILjava/lang/String;)I]
GL2GL3.glGetUniformIndices ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformIndices:(II[Ljava/lang/String;[II)V]
GL2GL3.glGetUniformIndices ( int p1, int p2, String[ ] p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformIndices:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
GL2GL3.glGetUniformSubroutineuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformSubroutineuiv:(II[II)V]
GL2GL3.glGetUniformSubroutineuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformSubroutineuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetUniformui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glGetUniformui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformui64vNV:(II[JI)V]
GL2GL3.glGetUniformuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformuiv:(II[II)V]
GL2GL3.glGetUniformuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetUniformuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetVertexAttribdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribdv:(II[DI)V]
GL2GL3.glGetVertexAttribdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribdv:(IILjava/nio/DoubleBuffer;)V]
GL2GL3.glGetVertexAttribIiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribIiv:(II[II)V]
GL2GL3.glGetVertexAttribIiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribIiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetVertexAttribIuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribIuiv:(II[II)V]
GL2GL3.glGetVertexAttribIuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribIuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glGetVertexAttribLdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribLdv:(II[DI)V]
GL2GL3.glGetVertexAttribLdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glGetVertexAttribLdv:(IILjava/nio/DoubleBuffer;)V]
GL2GL3.glIndexFormatNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glIndexFormatNV:(II)V]
GL2GL3.glIsBufferResidentNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsBufferResidentNV:(I)Z]
GL2GL3.glIsEnabledi ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsEnabledi:(II)Z]
GL2GL3.glIsNamedBufferResidentNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsNamedBufferResidentNV:(I)Z]
GL2GL3.glIsNamedStringARB ( int p1, byte[ ] p2, int p3 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsNamedStringARB:(I[BI)Z]
GL2GL3.glIsNamedStringARB ( int p1, ByteBuffer p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsNamedStringARB:(ILjava/nio/ByteBuffer;)Z]
GL2GL3.glIsProgramPipeline ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsProgramPipeline:(I)Z]
GL2GL3.glIsQuery ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsQuery:(I)Z]
GL2GL3.glIsSampler ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsSampler:(I)Z]
GL2GL3.glIsTransformFeedback ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsTransformFeedback:(I)Z]
GL2GL3.glIsVertexArray ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL2GL3.glIsVertexArray:(I)Z]
GL2GL3.glLogicOp ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glLogicOp:(I)V]
GL2GL3.glMakeBufferNonResidentNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMakeBufferNonResidentNV:(I)V]
GL2GL3.glMakeBufferResidentNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMakeBufferResidentNV:(II)V]
GL2GL3.glMakeNamedBufferNonResidentNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMakeNamedBufferNonResidentNV:(I)V]
GL2GL3.glMakeNamedBufferResidentNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMakeNamedBufferResidentNV:(II)V]
GL2GL3.glMapBufferRange ( int p1, long p2, long p3, int p4 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL2GL3.glMapBufferRange:(IJJI)Ljava/nio/ByteBuffer;]
GL2GL3.glMinSampleShading ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMinSampleShading:(F)V]
GL2GL3.glMultiDrawArrays ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiDrawArrays:(I[II[III)V]
GL2GL3.glMultiDrawArrays ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiDrawArrays:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
GL2GL3.glMultiDrawElements ( int p1, int[ ] p2, int p3, int p4, PointerBuffer p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiDrawElements:(I[IIILcom/jogamp/common/nio/PointerBuffer;I)V]
GL2GL3.glMultiDrawElements ( int p1, IntBuffer p2, int p3, PointerBuffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiDrawElements:(ILjava/nio/IntBuffer;ILcom/jogamp/common/nio/PointerBuffer;I)V]
GL2GL3.glMultiTexCoordP1ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP1ui:(III)V]
GL2GL3.glMultiTexCoordP1uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP1uiv:(II[II)V]
GL2GL3.glMultiTexCoordP1uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP1uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glMultiTexCoordP2ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP2ui:(III)V]
GL2GL3.glMultiTexCoordP2uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP2uiv:(II[II)V]
GL2GL3.glMultiTexCoordP2uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP2uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glMultiTexCoordP3ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP3ui:(III)V]
GL2GL3.glMultiTexCoordP3uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP3uiv:(II[II)V]
GL2GL3.glMultiTexCoordP3uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP3uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glMultiTexCoordP4ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP4ui:(III)V]
GL2GL3.glMultiTexCoordP4uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP4uiv:(II[II)V]
GL2GL3.glMultiTexCoordP4uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glMultiTexCoordP4uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glNamedStringARB ( int p1, int p2, byte[ ] p3, int p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNamedStringARB:(II[BII[BI)V]
GL2GL3.glNamedStringARB ( int p1, int p2, ByteBuffer p3, int p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNamedStringARB:(IILjava/nio/ByteBuffer;ILjava/nio/ByteBuffer;)V]
GL2GL3.glNormalFormatNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNormalFormatNV:(II)V]
GL2GL3.glNormalP3ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNormalP3ui:(II)V]
GL2GL3.glNormalP3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNormalP3uiv:(I[II)V]
GL2GL3.glNormalP3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glNormalP3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glPauseTransformFeedback ( ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPauseTransformFeedback:()V]
GL2GL3.glPixelStoref ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPixelStoref:(IF)V]
GL2GL3.glPointParameterf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameterf:(IF)V]
GL2GL3.glPointParameterfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameterfv:(I[FI)V]
GL2GL3.glPointParameterfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameterfv:(ILjava/nio/FloatBuffer;)V]
GL2GL3.glPointParameteri ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameteri:(II)V]
GL2GL3.glPointParameteriv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameteriv:(I[II)V]
GL2GL3.glPointParameteriv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointParameteriv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glPointSize ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPointSize:(F)V]
GL2GL3.glPolygonMode ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glPolygonMode:(II)V]
GL2GL3.glProgramParameteri ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramParameteri:(III)V]
GL2GL3.glProgramParameteriARB ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramParameteriARB:(III)V]
GL2GL3.glProgramUniform1d ( int p1, int p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1d:(IID)V]
GL2GL3.glProgramUniform1dv ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1dv:(III[DI)V]
GL2GL3.glProgramUniform1dv ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1dv:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniform1f ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1f:(IIF)V]
GL2GL3.glProgramUniform1fv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1fv:(III[FI)V]
GL2GL3.glProgramUniform1fv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1fv:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniform1i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1i:(III)V]
GL2GL3.glProgramUniform1iv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1iv:(III[II)V]
GL2GL3.glProgramUniform1iv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1iv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform1ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1ui:(III)V]
GL2GL3.glProgramUniform1uiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1uiv:(III[II)V]
GL2GL3.glProgramUniform1uiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform1uiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform2d ( int p1, int p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2d:(IIDD)V]
GL2GL3.glProgramUniform2dv ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2dv:(III[DI)V]
GL2GL3.glProgramUniform2dv ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2dv:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniform2f ( int p1, int p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2f:(IIFF)V]
GL2GL3.glProgramUniform2fv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2fv:(III[FI)V]
GL2GL3.glProgramUniform2fv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2fv:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniform2i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2i:(IIII)V]
GL2GL3.glProgramUniform2iv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2iv:(III[II)V]
GL2GL3.glProgramUniform2iv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2iv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform2ui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2ui:(IIII)V]
GL2GL3.glProgramUniform2uiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2uiv:(III[II)V]
GL2GL3.glProgramUniform2uiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform2uiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform3d ( int p1, int p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3d:(IIDDD)V]
GL2GL3.glProgramUniform3dv ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3dv:(III[DI)V]
GL2GL3.glProgramUniform3dv ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3dv:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniform3f ( int p1, int p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3f:(IIFFF)V]
GL2GL3.glProgramUniform3fv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3fv:(III[FI)V]
GL2GL3.glProgramUniform3fv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3fv:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniform3i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3i:(IIIII)V]
GL2GL3.glProgramUniform3iv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3iv:(III[II)V]
GL2GL3.glProgramUniform3iv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3iv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform3ui ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3ui:(IIIII)V]
GL2GL3.glProgramUniform3uiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3uiv:(III[II)V]
GL2GL3.glProgramUniform3uiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform3uiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform4d ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4d:(IIDDDD)V]
GL2GL3.glProgramUniform4dv ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4dv:(III[DI)V]
GL2GL3.glProgramUniform4dv ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4dv:(IIILjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniform4f ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4f:(IIFFFF)V]
GL2GL3.glProgramUniform4fv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4fv:(III[FI)V]
GL2GL3.glProgramUniform4fv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4fv:(IIILjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniform4i ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4i:(IIIIII)V]
GL2GL3.glProgramUniform4iv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4iv:(III[II)V]
GL2GL3.glProgramUniform4iv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4iv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniform4ui ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4ui:(IIIIII)V]
GL2GL3.glProgramUniform4uiv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4uiv:(III[II)V]
GL2GL3.glProgramUniform4uiv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniform4uiv:(IIILjava/nio/IntBuffer;)V]
GL2GL3.glProgramUniformMatrix2dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix2dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix2fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix2fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix2x3dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x3dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix2x3dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x3dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix2x3fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x3fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix2x3fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x3fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix2x4dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x4dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix2x4dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x4dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix2x4fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x4fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix2x4fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix2x4fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix3dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix3dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix3fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix3fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix3x2dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x2dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix3x2dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x2dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix3x2fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x2fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix3x2fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x2fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix3x4dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x4dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix3x4dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x4dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix3x4fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x4fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix3x4fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix3x4fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix4dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix4dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix4fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix4fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix4x2dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x2dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix4x2dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x2dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix4x2fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x2fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix4x2fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x2fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformMatrix4x3dv ( int p1, int p2, int p3, boolean p4, double[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x3dv:(IIIZ[DI)V]
GL2GL3.glProgramUniformMatrix4x3dv ( int p1, int p2, int p3, boolean p4, DoubleBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x3dv:(IIIZLjava/nio/DoubleBuffer;)V]
GL2GL3.glProgramUniformMatrix4x3fv ( int p1, int p2, int p3, boolean p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x3fv:(IIIZ[FI)V]
GL2GL3.glProgramUniformMatrix4x3fv ( int p1, int p2, int p3, boolean p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformMatrix4x3fv:(IIIZLjava/nio/FloatBuffer;)V]
GL2GL3.glProgramUniformui64NV ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformui64NV:(IIJ)V]
GL2GL3.glProgramUniformui64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformui64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glProgramUniformui64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProgramUniformui64vNV:(III[JI)V]
GL2GL3.glProvokingVertex ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glProvokingVertex:(I)V]
GL2GL3.glQueryCounter ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glQueryCounter:(II)V]
GL2GL3.glReadBuffer ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glReadBuffer:(I)V]
GL2GL3.glReadnPixelsARB ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glReadnPixelsARB:(IIIIIIILjava/nio/Buffer;)V]
GL2GL3.glRenderbufferStorageMultisample ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glRenderbufferStorageMultisample:(IIIII)V]
GL2GL3.glResumeTransformFeedback ( ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glResumeTransformFeedback:()V]
GL2GL3.glSampleMaski ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSampleMaski:(II)V]
GL2GL3.glSamplerParameterf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterf:(IIF)V]
GL2GL3.glSamplerParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterfv:(II[FI)V]
GL2GL3.glSamplerParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterfv:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glSamplerParameteri ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameteri:(III)V]
GL2GL3.glSamplerParameterIiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterIiv:(II[II)V]
GL2GL3.glSamplerParameterIiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterIiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glSamplerParameterIuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterIuiv:(II[II)V]
GL2GL3.glSamplerParameterIuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameterIuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glSamplerParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameteriv:(II[II)V]
GL2GL3.glSamplerParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSamplerParameteriv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glScissorArrayv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glScissorArrayv:(II[II)V]
GL2GL3.glScissorArrayv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glScissorArrayv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glScissorIndexed ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glScissorIndexed:(IIIII)V]
GL2GL3.glScissorIndexedv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glScissorIndexedv:(I[II)V]
GL2GL3.glScissorIndexedv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glScissorIndexedv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glSecondaryColorFormatNV ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSecondaryColorFormatNV:(III)V]
GL2GL3.glSecondaryColorP3ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSecondaryColorP3ui:(II)V]
GL2GL3.glSecondaryColorP3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSecondaryColorP3uiv:(I[II)V]
GL2GL3.glSecondaryColorP3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glSecondaryColorP3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glTessellationFactorAMD ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTessellationFactorAMD:(F)V]
GL2GL3.glTessellationModeAMD ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTessellationModeAMD:(I)V]
GL2GL3.glTexBuffer ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexBuffer:(III)V]
GL2GL3.glTexCoordFormatNV ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordFormatNV:(III)V]
GL2GL3.glTexCoordP1ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP1ui:(II)V]
GL2GL3.glTexCoordP1uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP1uiv:(I[II)V]
GL2GL3.glTexCoordP1uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP1uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glTexCoordP2ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP2ui:(II)V]
GL2GL3.glTexCoordP2uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP2uiv:(I[II)V]
GL2GL3.glTexCoordP2uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP2uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glTexCoordP3ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP3ui:(II)V]
GL2GL3.glTexCoordP3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP3uiv:(I[II)V]
GL2GL3.glTexCoordP3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glTexCoordP4ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP4ui:(II)V]
GL2GL3.glTexCoordP4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP4uiv:(I[II)V]
GL2GL3.glTexCoordP4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexCoordP4uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexImage1D:(IIIIIIILjava/nio/Buffer;)V]
GL2GL3.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexImage1D:(IIIIIIIJ)V]
GL2GL3.glTexImage2DMultisample ( int p1, int p2, int p3, int p4, int p5, boolean p6 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexImage2DMultisample:(IIIIIZ)V]
GL2GL3.glTexImage3DMultisample ( int p1, int p2, int p3, int p4, int p5, int p6, boolean p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexImage3DMultisample:(IIIIIIZ)V]
GL2GL3.glTexParameterIiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexParameterIiv:(II[II)V]
GL2GL3.glTexParameterIiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexParameterIiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glTexParameterIuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexParameterIuiv:(II[II)V]
GL2GL3.glTexParameterIuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexParameterIuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
GL2GL3.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTexSubImage1D:(IIIIIIJ)V]
GL2GL3.glTransformFeedbackVaryings ( int p1, int p2, String[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glTransformFeedbackVaryings:(II[Ljava/lang/String;I)V]
GL2GL3.glUniform1ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform1ui:(II)V]
GL2GL3.glUniform1uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform1uiv:(II[II)V]
GL2GL3.glUniform1uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform1uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glUniform2ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform2ui:(III)V]
GL2GL3.glUniform2uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform2uiv:(II[II)V]
GL2GL3.glUniform2uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform2uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glUniform3ui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform3ui:(IIII)V]
GL2GL3.glUniform3uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform3uiv:(II[II)V]
GL2GL3.glUniform3uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform3uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glUniform4ui ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform4ui:(IIIII)V]
GL2GL3.glUniform4uiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform4uiv:(II[II)V]
GL2GL3.glUniform4uiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniform4uiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glUniformBlockBinding ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformBlockBinding:(III)V]
GL2GL3.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix2x3fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix2x3fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix2x4fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix2x4fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix3x2fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix3x2fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix3x4fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix3x4fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix4x2fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix4x2fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix4x3fv:(IIZ[FI)V]
GL2GL3.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformMatrix4x3fv:(IIZLjava/nio/FloatBuffer;)V]
GL2GL3.glUniformSubroutinesuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformSubroutinesuiv:(II[II)V]
GL2GL3.glUniformSubroutinesuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformSubroutinesuiv:(IILjava/nio/IntBuffer;)V]
GL2GL3.glUniformui64NV ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformui64NV:(IJ)V]
GL2GL3.glUniformui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL2GL3.glUniformui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUniformui64vNV:(II[JI)V]
GL2GL3.glUseProgramStages ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glUseProgramStages:(III)V]
GL2GL3.glValidateProgramPipeline ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glValidateProgramPipeline:(I)V]
GL2GL3.glVertexAttrib1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1d:(ID)V]
GL2GL3.glVertexAttrib1dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1dv:(I[DI)V]
GL2GL3.glVertexAttrib1dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttrib1s ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1s:(IS)V]
GL2GL3.glVertexAttrib1sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1sv:(I[SI)V]
GL2GL3.glVertexAttrib1sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib1sv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2d:(IDD)V]
GL2GL3.glVertexAttrib2dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2dv:(I[DI)V]
GL2GL3.glVertexAttrib2dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttrib2s ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2s:(ISS)V]
GL2GL3.glVertexAttrib2sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2sv:(I[SI)V]
GL2GL3.glVertexAttrib2sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib2sv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3d:(IDDD)V]
GL2GL3.glVertexAttrib3dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3dv:(I[DI)V]
GL2GL3.glVertexAttrib3dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttrib3s ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3s:(ISSS)V]
GL2GL3.glVertexAttrib3sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3sv:(I[SI)V]
GL2GL3.glVertexAttrib3sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib3sv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib4bv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4bv:(I[BI)V]
GL2GL3.glVertexAttrib4bv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4bv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttrib4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4d:(IDDDD)V]
GL2GL3.glVertexAttrib4dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4dv:(I[DI)V]
GL2GL3.glVertexAttrib4dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttrib4iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4iv:(I[II)V]
GL2GL3.glVertexAttrib4iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4iv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttrib4Nbv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nbv:(I[BI)V]
GL2GL3.glVertexAttrib4Nbv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nbv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttrib4Niv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Niv:(I[II)V]
GL2GL3.glVertexAttrib4Niv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Niv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttrib4Nsv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nsv:(I[SI)V]
GL2GL3.glVertexAttrib4Nsv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nsv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib4Nub ( int p1, byte p2, byte p3, byte p4, byte p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nub:(IBBBB)V]
GL2GL3.glVertexAttrib4Nubv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nubv:(I[BI)V]
GL2GL3.glVertexAttrib4Nubv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nubv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttrib4Nuiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nuiv:(I[II)V]
GL2GL3.glVertexAttrib4Nuiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nuiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttrib4Nusv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nusv:(I[SI)V]
GL2GL3.glVertexAttrib4Nusv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4Nusv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib4s ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4s:(ISSSS)V]
GL2GL3.glVertexAttrib4sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4sv:(I[SI)V]
GL2GL3.glVertexAttrib4sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4sv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttrib4ubv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4ubv:(I[BI)V]
GL2GL3.glVertexAttrib4ubv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4ubv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttrib4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4uiv:(I[II)V]
GL2GL3.glVertexAttrib4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttrib4usv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4usv:(I[SI)V]
GL2GL3.glVertexAttrib4usv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttrib4usv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttribFormatNV ( int p1, int p2, int p3, boolean p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribFormatNV:(IIIZI)V]
GL2GL3.glVertexAttribI1i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1i:(II)V]
GL2GL3.glVertexAttribI1iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1iv:(I[II)V]
GL2GL3.glVertexAttribI1iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1iv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI1ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1ui:(II)V]
GL2GL3.glVertexAttribI1uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1uiv:(I[II)V]
GL2GL3.glVertexAttribI1uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI1uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI2i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2i:(III)V]
GL2GL3.glVertexAttribI2iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2iv:(I[II)V]
GL2GL3.glVertexAttribI2iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2iv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI2ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2ui:(III)V]
GL2GL3.glVertexAttribI2uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2uiv:(I[II)V]
GL2GL3.glVertexAttribI2uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI2uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI3i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3i:(IIII)V]
GL2GL3.glVertexAttribI3iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3iv:(I[II)V]
GL2GL3.glVertexAttribI3iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3iv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI3ui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3ui:(IIII)V]
GL2GL3.glVertexAttribI3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3uiv:(I[II)V]
GL2GL3.glVertexAttribI3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI4bv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4bv:(I[BI)V]
GL2GL3.glVertexAttribI4bv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4bv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttribI4i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4i:(IIIII)V]
GL2GL3.glVertexAttribI4iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4iv:(I[II)V]
GL2GL3.glVertexAttribI4iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4iv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI4sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4sv:(I[SI)V]
GL2GL3.glVertexAttribI4sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4sv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttribI4ubv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4ubv:(I[BI)V]
GL2GL3.glVertexAttribI4ubv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4ubv:(ILjava/nio/ByteBuffer;)V]
GL2GL3.glVertexAttribI4ui ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4ui:(IIIII)V]
GL2GL3.glVertexAttribI4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4uiv:(I[II)V]
GL2GL3.glVertexAttribI4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribI4usv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4usv:(I[SI)V]
GL2GL3.glVertexAttribI4usv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribI4usv:(ILjava/nio/ShortBuffer;)V]
GL2GL3.glVertexAttribIFormatNV ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribIFormatNV:(IIII)V]
GL2GL3.glVertexAttribIPointer ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribIPointer:(IIIILjava/nio/Buffer;)V]
GL2GL3.glVertexAttribL1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL1d:(ID)V]
GL2GL3.glVertexAttribL1dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL1dv:(I[DI)V]
GL2GL3.glVertexAttribL1dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL1dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttribL2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL2d:(IDD)V]
GL2GL3.glVertexAttribL2dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL2dv:(I[DI)V]
GL2GL3.glVertexAttribL2dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL2dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttribL3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL3d:(IDDD)V]
GL2GL3.glVertexAttribL3dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL3dv:(I[DI)V]
GL2GL3.glVertexAttribL3dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL3dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttribL4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL4d:(IDDDD)V]
GL2GL3.glVertexAttribL4dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL4dv:(I[DI)V]
GL2GL3.glVertexAttribL4dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribL4dv:(ILjava/nio/DoubleBuffer;)V]
GL2GL3.glVertexAttribLPointer ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribLPointer:(IIIILjava/nio/Buffer;)V]
GL2GL3.glVertexAttribP1ui ( int p1, int p2, boolean p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP1ui:(IIZI)V]
GL2GL3.glVertexAttribP1uiv ( int p1, int p2, boolean p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP1uiv:(IIZ[II)V]
GL2GL3.glVertexAttribP1uiv ( int p1, int p2, boolean p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP1uiv:(IIZLjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribP2ui ( int p1, int p2, boolean p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP2ui:(IIZI)V]
GL2GL3.glVertexAttribP2uiv ( int p1, int p2, boolean p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP2uiv:(IIZ[II)V]
GL2GL3.glVertexAttribP2uiv ( int p1, int p2, boolean p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP2uiv:(IIZLjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribP3ui ( int p1, int p2, boolean p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP3ui:(IIZI)V]
GL2GL3.glVertexAttribP3uiv ( int p1, int p2, boolean p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP3uiv:(IIZ[II)V]
GL2GL3.glVertexAttribP3uiv ( int p1, int p2, boolean p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP3uiv:(IIZLjava/nio/IntBuffer;)V]
GL2GL3.glVertexAttribP4ui ( int p1, int p2, boolean p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP4ui:(IIZI)V]
GL2GL3.glVertexAttribP4uiv ( int p1, int p2, boolean p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP4uiv:(IIZ[II)V]
GL2GL3.glVertexAttribP4uiv ( int p1, int p2, boolean p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexAttribP4uiv:(IIZLjava/nio/IntBuffer;)V]
GL2GL3.glVertexFormatNV ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexFormatNV:(III)V]
GL2GL3.glVertexP2ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP2ui:(II)V]
GL2GL3.glVertexP2uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP2uiv:(I[II)V]
GL2GL3.glVertexP2uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP2uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexP3ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP3ui:(II)V]
GL2GL3.glVertexP3uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP3uiv:(I[II)V]
GL2GL3.glVertexP3uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP3uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glVertexP4ui ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP4ui:(II)V]
GL2GL3.glVertexP4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP4uiv:(I[II)V]
GL2GL3.glVertexP4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glVertexP4uiv:(ILjava/nio/IntBuffer;)V]
GL2GL3.glViewportArrayv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glViewportArrayv:(II[FI)V]
GL2GL3.glViewportArrayv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glViewportArrayv:(IILjava/nio/FloatBuffer;)V]
GL2GL3.glViewportIndexedf ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glViewportIndexedf:(IFFFF)V]
GL2GL3.glViewportIndexedfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glViewportIndexedfv:(I[FI)V]
GL2GL3.glViewportIndexedfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL2GL3.glViewportIndexedfv:(ILjava/nio/FloatBuffer;)V]
jogl.core.jar, GL3.class
package javax.media.opengl
GL3.glClientWaitSync ( long p1, int p2, long p3 ) [abstract] : int
[mangled: javax/media/opengl/GL3.glClientWaitSync:(JIJ)I]
GL3.glDeleteSync ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glDeleteSync:(J)V]
GL3.glDrawArraysIndirect ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glDrawArraysIndirect:(ILjava/nio/Buffer;)V]
GL3.glDrawElementsIndirect ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glDrawElementsIndirect:(IILjava/nio/Buffer;)V]
GL3.glFenceSync ( int p1, int p2 ) [abstract] : long
[mangled: javax/media/opengl/GL3.glFenceSync:(II)J]
GL3.glFramebufferTexture ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glFramebufferTexture:(IIII)V]
GL3.glGetBufferParameteri64v ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetBufferParameteri64v:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3.glGetBufferParameteri64v ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetBufferParameteri64v:(II[JI)V]
GL3.glGetInteger64i_v ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetInteger64i_v:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3.glGetInteger64i_v ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetInteger64i_v:(II[JI)V]
GL3.glGetInteger64v ( int p1, Int64Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetInteger64v:(ILcom/jogamp/common/nio/Int64Buffer;)V]
GL3.glGetInteger64v ( int p1, long[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetInteger64v:(I[JI)V]
GL3.glGetSynciv ( long p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetSynciv:(JII[II[II)V]
GL3.glGetSynciv ( long p1, int p2, int p3, IntBuffer p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetSynciv:(JIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL3.glGetUniformdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetUniformdv:(II[DI)V]
GL3.glGetUniformdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glGetUniformdv:(IILjava/nio/DoubleBuffer;)V]
GL3.glIsSync ( long p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL3.glIsSync:(J)Z]
GL3.glPatchParameterfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glPatchParameterfv:(I[FI)V]
GL3.glPatchParameterfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glPatchParameterfv:(ILjava/nio/FloatBuffer;)V]
GL3.glPatchParameteri ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glPatchParameteri:(II)V]
GL3.glPrimitiveRestartIndex ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glPrimitiveRestartIndex:(I)V]
GL3.glUniform1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform1d:(ID)V]
GL3.glUniform1dv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform1dv:(II[DI)V]
GL3.glUniform1dv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform1dv:(IILjava/nio/DoubleBuffer;)V]
GL3.glUniform2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform2d:(IDD)V]
GL3.glUniform2dv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform2dv:(II[DI)V]
GL3.glUniform2dv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform2dv:(IILjava/nio/DoubleBuffer;)V]
GL3.glUniform3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform3d:(IDDD)V]
GL3.glUniform3dv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform3dv:(II[DI)V]
GL3.glUniform3dv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform3dv:(IILjava/nio/DoubleBuffer;)V]
GL3.glUniform4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform4d:(IDDDD)V]
GL3.glUniform4dv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform4dv:(II[DI)V]
GL3.glUniform4dv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniform4dv:(IILjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix2dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2dv:(IIZ[DI)V]
GL3.glUniformMatrix2dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix2x3dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2x3dv:(IIZ[DI)V]
GL3.glUniformMatrix2x3dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2x3dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix2x4dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2x4dv:(IIZ[DI)V]
GL3.glUniformMatrix2x4dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix2x4dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix3dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3dv:(IIZ[DI)V]
GL3.glUniformMatrix3dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix3x2dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3x2dv:(IIZ[DI)V]
GL3.glUniformMatrix3x2dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3x2dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix3x4dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3x4dv:(IIZ[DI)V]
GL3.glUniformMatrix3x4dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix3x4dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix4dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4dv:(IIZ[DI)V]
GL3.glUniformMatrix4dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix4x2dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4x2dv:(IIZ[DI)V]
GL3.glUniformMatrix4x2dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4x2dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glUniformMatrix4x3dv ( int p1, int p2, boolean p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4x3dv:(IIZ[DI)V]
GL3.glUniformMatrix4x3dv ( int p1, int p2, boolean p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glUniformMatrix4x3dv:(IIZLjava/nio/DoubleBuffer;)V]
GL3.glVertexAttribDivisor ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glVertexAttribDivisor:(II)V]
GL3.glWaitSync ( long p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3.glWaitSync:(JIJ)V]
jogl.core.jar, GL3bc.class
package javax.media.opengl
GL3bc.glGetUniformi64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glGetUniformi64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glGetUniformi64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glGetUniformi64vNV:(II[JI)V]
GL3bc.glProgramUniform1i64NV ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1i64NV:(IIJ)V]
GL3bc.glProgramUniform1i64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1i64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform1i64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1i64vNV:(III[JI)V]
GL3bc.glProgramUniform1ui64NV ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1ui64NV:(IIJ)V]
GL3bc.glProgramUniform1ui64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1ui64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform1ui64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform1ui64vNV:(III[JI)V]
GL3bc.glProgramUniform2i64NV ( int p1, int p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2i64NV:(IIJJ)V]
GL3bc.glProgramUniform2i64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2i64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform2i64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2i64vNV:(III[JI)V]
GL3bc.glProgramUniform2ui64NV ( int p1, int p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2ui64NV:(IIJJ)V]
GL3bc.glProgramUniform2ui64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2ui64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform2ui64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform2ui64vNV:(III[JI)V]
GL3bc.glProgramUniform3i64NV ( int p1, int p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3i64NV:(IIJJJ)V]
GL3bc.glProgramUniform3i64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3i64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform3i64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3i64vNV:(III[JI)V]
GL3bc.glProgramUniform3ui64NV ( int p1, int p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3ui64NV:(IIJJJ)V]
GL3bc.glProgramUniform3ui64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3ui64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform3ui64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform3ui64vNV:(III[JI)V]
GL3bc.glProgramUniform4i64NV ( int p1, int p2, long p3, long p4, long p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4i64NV:(IIJJJJ)V]
GL3bc.glProgramUniform4i64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4i64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform4i64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4i64vNV:(III[JI)V]
GL3bc.glProgramUniform4ui64NV ( int p1, int p2, long p3, long p4, long p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4ui64NV:(IIJJJJ)V]
GL3bc.glProgramUniform4ui64vNV ( int p1, int p2, int p3, Int64Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4ui64vNV:(IIILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glProgramUniform4ui64vNV ( int p1, int p2, int p3, long[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glProgramUniform4ui64vNV:(III[JI)V]
GL3bc.glUniform1i64NV ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1i64NV:(IJ)V]
GL3bc.glUniform1i64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1i64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform1i64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1i64vNV:(II[JI)V]
GL3bc.glUniform1ui64NV ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1ui64NV:(IJ)V]
GL3bc.glUniform1ui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1ui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform1ui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform1ui64vNV:(II[JI)V]
GL3bc.glUniform2i64NV ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2i64NV:(IJJ)V]
GL3bc.glUniform2i64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2i64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform2i64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2i64vNV:(II[JI)V]
GL3bc.glUniform2ui64NV ( int p1, long p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2ui64NV:(IJJ)V]
GL3bc.glUniform2ui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2ui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform2ui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform2ui64vNV:(II[JI)V]
GL3bc.glUniform3i64NV ( int p1, long p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3i64NV:(IJJJ)V]
GL3bc.glUniform3i64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3i64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform3i64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3i64vNV:(II[JI)V]
GL3bc.glUniform3ui64NV ( int p1, long p2, long p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3ui64NV:(IJJJ)V]
GL3bc.glUniform3ui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3ui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform3ui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform3ui64vNV:(II[JI)V]
GL3bc.glUniform4i64NV ( int p1, long p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4i64NV:(IJJJJ)V]
GL3bc.glUniform4i64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4i64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform4i64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4i64vNV:(II[JI)V]
GL3bc.glUniform4ui64NV ( int p1, long p2, long p3, long p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4ui64NV:(IJJJJ)V]
GL3bc.glUniform4ui64vNV ( int p1, int p2, Int64Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4ui64vNV:(IILcom/jogamp/common/nio/Int64Buffer;)V]
GL3bc.glUniform4ui64vNV ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL3bc.glUniform4ui64vNV:(II[JI)V]
jogl.core.jar, GLAnimatorControl.class
package javax.media.opengl
GLAnimatorControl.getCurrentTime ( ) [abstract] : long
[mangled: javax/media/opengl/GLAnimatorControl.getCurrentTime:()J]
GLAnimatorControl.getDuration ( ) [abstract] : long
[mangled: javax/media/opengl/GLAnimatorControl.getDuration:()J]
GLAnimatorControl.getStartTime ( ) [abstract] : long
[mangled: javax/media/opengl/GLAnimatorControl.getStartTime:()J]
GLAnimatorControl.getThread ( ) [abstract] : Thread
[mangled: javax/media/opengl/GLAnimatorControl.getThread:()Ljava/lang/Thread;]
GLAnimatorControl.getTotalFrames ( ) [abstract] : int
[mangled: javax/media/opengl/GLAnimatorControl.getTotalFrames:()I]
GLAnimatorControl.isAnimating ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLAnimatorControl.isAnimating:()Z]
GLAnimatorControl.isPaused ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLAnimatorControl.isPaused:()Z]
GLAnimatorControl.isStarted ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLAnimatorControl.isStarted:()Z]
GLAnimatorControl.pause ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLAnimatorControl.pause:()Z]
GLAnimatorControl.remove ( GLAutoDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLAnimatorControl.remove:(Ljavax/media/opengl/GLAutoDrawable;)V]
GLAnimatorControl.resetCounter ( ) [abstract] : void
[mangled: javax/media/opengl/GLAnimatorControl.resetCounter:()V]
GLAnimatorControl.resume ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLAnimatorControl.resume:()Z]
GLAnimatorControl.start ( ) [abstract] : void
[mangled: javax/media/opengl/GLAnimatorControl.start:()V]
GLAnimatorControl.stop ( ) [abstract] : void
[mangled: javax/media/opengl/GLAnimatorControl.stop:()V]
jogl.core.jar, GLArrayData.class
package javax.media.opengl
GLArrayData.destroy ( GL p1 ) [abstract] : void
[mangled: javax/media/opengl/GLArrayData.destroy:(Ljavax/media/opengl/GL;)V]
GLArrayData.getBuffer ( ) [abstract] : Buffer
[mangled: javax/media/opengl/GLArrayData.getBuffer:()Ljava/nio/Buffer;]
GLArrayData.getComponentNumber ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getComponentNumber:()I]
GLArrayData.getComponentSize ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getComponentSize:()I]
GLArrayData.getComponentType ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getComponentType:()I]
GLArrayData.getElementNumber ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getElementNumber:()I]
GLArrayData.getIndex ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getIndex:()I]
GLArrayData.getLocation ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getLocation:()I]
GLArrayData.getName ( ) [abstract] : String
[mangled: javax/media/opengl/GLArrayData.getName:()Ljava/lang/String;]
GLArrayData.getNormalized ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLArrayData.getNormalized:()Z]
GLArrayData.getOffset ( ) [abstract] : long
[mangled: javax/media/opengl/GLArrayData.getOffset:()J]
GLArrayData.getStride ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getStride:()I]
GLArrayData.getVBOName ( ) [abstract] : int
[mangled: javax/media/opengl/GLArrayData.getVBOName:()I]
GLArrayData.isVBO ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLArrayData.isVBO:()Z]
GLArrayData.isVertexAttribute ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLArrayData.isVertexAttribute:()Z]
GLArrayData.setLocation ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLArrayData.setLocation:(I)V]
GLArrayData.setName ( String p1 ) [abstract] : void
[mangled: javax/media/opengl/GLArrayData.setName:(Ljava/lang/String;)V]
GLArrayData.toString ( ) [abstract] : String
[mangled: javax/media/opengl/GLArrayData.toString:()Ljava/lang/String;]
jogl.core.jar, GLAutoDrawable.class
package javax.media.opengl
GLAutoDrawable.addGLEventListener ( int p1, GLEventListener p2 ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.addGLEventListener:(ILjavax/media/opengl/GLEventListener;)V]
GLAutoDrawable.destroy ( ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.destroy:()V]
GLAutoDrawable.getAnimator ( ) [abstract] : GLAnimatorControl
[mangled: javax/media/opengl/GLAutoDrawable.getAnimator:()Ljavax/media/opengl/GLAnimatorControl;]
GLAutoDrawable.invoke ( boolean p1, GLRunnable p2 ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.invoke:(ZLjavax/media/opengl/GLRunnable;)V]
GLAutoDrawable.setAnimator ( GLAnimatorControl p1 ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.setAnimator:(Ljavax/media/opengl/GLAnimatorControl;)V]
GLAutoDrawable.setContext ( GLContext p1 ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.setContext:(Ljavax/media/opengl/GLContext;)V]
GLAutoDrawable.setGL ( GL p1 ) [abstract] : GL
[mangled: javax/media/opengl/GLAutoDrawable.setGL:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/GL;]
jogl.core.jar, GLBase.class
package javax.media.opengl
GLBase.getContext ( ) [abstract] : GLContext
[mangled: javax/media/opengl/GLBase.getContext:()Ljavax/media/opengl/GLContext;]
GLBase.getExtension ( String p1 ) [abstract] : Object
[mangled: javax/media/opengl/GLBase.getExtension:(Ljava/lang/String;)Ljava/lang/Object;]
GLBase.getGL ( ) [abstract] : GL
[mangled: javax/media/opengl/GLBase.getGL:()Ljavax/media/opengl/GL;]
GLBase.getGL2 ( ) [abstract] : GL2
[mangled: javax/media/opengl/GLBase.getGL2:()Ljavax/media/opengl/GL2;]
GLBase.getGL2ES1 ( ) [abstract] : GL2ES1
[mangled: javax/media/opengl/GLBase.getGL2ES1:()Ljavax/media/opengl/GL2ES1;]
GLBase.getGL2ES2 ( ) [abstract] : GL2ES2
[mangled: javax/media/opengl/GLBase.getGL2ES2:()Ljavax/media/opengl/GL2ES2;]
GLBase.getGL2GL3 ( ) [abstract] : GL2GL3
[mangled: javax/media/opengl/GLBase.getGL2GL3:()Ljavax/media/opengl/GL2GL3;]
GLBase.getGL3 ( ) [abstract] : GL3
[mangled: javax/media/opengl/GLBase.getGL3:()Ljavax/media/opengl/GL3;]
GLBase.getGL3bc ( ) [abstract] : GL3bc
[mangled: javax/media/opengl/GLBase.getGL3bc:()Ljavax/media/opengl/GL3bc;]
GLBase.getGL4 ( ) [abstract] : GL4
[mangled: javax/media/opengl/GLBase.getGL4:()Ljavax/media/opengl/GL4;]
GLBase.getGL4bc ( ) [abstract] : GL4bc
[mangled: javax/media/opengl/GLBase.getGL4bc:()Ljavax/media/opengl/GL4bc;]
GLBase.getGLES1 ( ) [abstract] : GLES1
[mangled: javax/media/opengl/GLBase.getGLES1:()Ljavax/media/opengl/GLES1;]
GLBase.getGLES2 ( ) [abstract] : GLES2
[mangled: javax/media/opengl/GLBase.getGLES2:()Ljavax/media/opengl/GLES2;]
GLBase.getGLProfile ( ) [abstract] : GLProfile
[mangled: javax/media/opengl/GLBase.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLBase.getPlatformGLExtensions ( ) [abstract] : Object
[mangled: javax/media/opengl/GLBase.getPlatformGLExtensions:()Ljava/lang/Object;]
GLBase.getSwapInterval ( ) [abstract] : int
[mangled: javax/media/opengl/GLBase.getSwapInterval:()I]
GLBase.hasGLSL ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.hasGLSL:()Z]
GLBase.isExtensionAvailable ( String p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isExtensionAvailable:(Ljava/lang/String;)Z]
GLBase.isFunctionAvailable ( String p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isFunctionAvailable:(Ljava/lang/String;)Z]
GLBase.isGL ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL:()Z]
GLBase.isGL2 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL2:()Z]
GLBase.isGL2ES1 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL2ES1:()Z]
GLBase.isGL2ES2 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL2ES2:()Z]
GLBase.isGL2GL3 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL2GL3:()Z]
GLBase.isGL3 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL3:()Z]
GLBase.isGL3bc ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL3bc:()Z]
GLBase.isGL4 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL4:()Z]
GLBase.isGL4bc ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGL4bc:()Z]
GLBase.isGLES ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGLES:()Z]
GLBase.isGLES1 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGLES1:()Z]
GLBase.isGLES2 ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLBase.isGLES2:()Z]
GLBase.setSwapInterval ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLBase.setSwapInterval:(I)V]
jogl.core.jar, GLCapabilities.class
package javax.media.opengl
GLCapabilities.cloneMutable ( ) : Object
[mangled: javax/media/opengl/GLCapabilities.cloneMutable:()Ljava/lang/Object;]
GLCapabilities.equals ( Object p1 ) : boolean
[mangled: javax/media/opengl/GLCapabilities.equals:(Ljava/lang/Object;)Z]
GLCapabilities.getGLProfile ( ) : GLProfile
[mangled: javax/media/opengl/GLCapabilities.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLCapabilities.GLCapabilities ( GLProfile p1 )
[mangled: javax/media/opengl/GLCapabilities."<init>":(Ljavax/media/opengl/GLProfile;)V]
GLCapabilities.hashCode ( ) : int
[mangled: javax/media/opengl/GLCapabilities.hashCode:()I]
GLCapabilities.isPBuffer ( ) : boolean
[mangled: javax/media/opengl/GLCapabilities.isPBuffer:()Z]
GLCapabilities.setGLProfile ( GLProfile p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setGLProfile:(Ljavax/media/opengl/GLProfile;)V]
GLCapabilities.setPBuffer ( boolean p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setPBuffer:(Z)V]
jogl.core.jar, GLCapabilitiesImmutable.class
package javax.media.opengl
GLCapabilitiesImmutable.cloneMutable ( ) [abstract] : Object
[mangled: javax/media/opengl/GLCapabilitiesImmutable.cloneMutable:()Ljava/lang/Object;]
GLCapabilitiesImmutable.equals ( Object p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.equals:(Ljava/lang/Object;)Z]
GLCapabilitiesImmutable.getAccumAlphaBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getAccumAlphaBits:()I]
GLCapabilitiesImmutable.getAccumBlueBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getAccumBlueBits:()I]
GLCapabilitiesImmutable.getAccumGreenBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getAccumGreenBits:()I]
GLCapabilitiesImmutable.getAccumRedBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getAccumRedBits:()I]
GLCapabilitiesImmutable.getDepthBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getDepthBits:()I]
GLCapabilitiesImmutable.getDoubleBuffered ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getDoubleBuffered:()Z]
GLCapabilitiesImmutable.getGLProfile ( ) [abstract] : GLProfile
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLCapabilitiesImmutable.getHardwareAccelerated ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getHardwareAccelerated:()Z]
GLCapabilitiesImmutable.getNumSamples ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getNumSamples:()I]
GLCapabilitiesImmutable.getPbufferFloatingPointBuffers ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getPbufferFloatingPointBuffers:()Z]
GLCapabilitiesImmutable.getPbufferRenderToTexture ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getPbufferRenderToTexture:()Z]
GLCapabilitiesImmutable.getPbufferRenderToTextureRectangle ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getPbufferRenderToTextureRectangle:()Z]
GLCapabilitiesImmutable.getSampleBuffers ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getSampleBuffers:()Z]
GLCapabilitiesImmutable.getStencilBits ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getStencilBits:()I]
GLCapabilitiesImmutable.getStereo ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.getStereo:()Z]
GLCapabilitiesImmutable.hashCode ( ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesImmutable.hashCode:()I]
GLCapabilitiesImmutable.isPBuffer ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLCapabilitiesImmutable.isPBuffer:()Z]
GLCapabilitiesImmutable.toString ( ) [abstract] : String
[mangled: javax/media/opengl/GLCapabilitiesImmutable.toString:()Ljava/lang/String;]
jogl.core.jar, GLContext.class
package javax.media.opengl
GLContext.append ( StringBuffer p1 ) : StringBuffer
[mangled: javax/media/opengl/GLContext.append:(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;]
GLContext.compose8bit ( int p1, int p2, int p3, int p4 ) [static] : int
[mangled: javax/media/opengl/GLContext.compose8bit:(IIII)I]
GLContext.composed8BitToString ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) [static] : String
[mangled: javax/media/opengl/GLContext.composed8BitToString:(IZZZZ)Ljava/lang/String;]
GLContext.decrementGLVersion ( int[ ] p1, int[ ] p2 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.decrementGLVersion:([I[I)Z]
GLContext.getAttachedObject ( int p1 ) : Object
[mangled: javax/media/opengl/GLContext.getAttachedObject:(I)Ljava/lang/Object;]
GLContext.getAttachedObject ( String p1 ) : Object
[mangled: javax/media/opengl/GLContext.getAttachedObject:(Ljava/lang/String;)Ljava/lang/Object;]
GLContext.getAvailableGLVersion ( AbstractGraphicsDevice p1, int p2, int p3 ) [static] : Integer
[mangled: javax/media/opengl/GLContext.getAvailableGLVersion:(Ljavax/media/nativewindow/AbstractGraphicsDevice;II)Ljava/lang/Integer;]
GLContext.getAvailableGLVersion ( AbstractGraphicsDevice p1, int p2, int p3, int[ ] p4, int[ ] p5, int[ ] p6 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.getAvailableGLVersion:(Ljavax/media/nativewindow/AbstractGraphicsDevice;II[I[I[I)Z]
GLContext.getAvailableGLVersionAsString ( AbstractGraphicsDevice p1, int p2, int p3 ) [static] : String
[mangled: javax/media/opengl/GLContext.getAvailableGLVersionAsString:(Ljavax/media/nativewindow/AbstractGraphicsDevice;II)Ljava/lang/String;]
GLContext.getAvailableGLVersionsSet ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.getAvailableGLVersionsSet:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.getComposed8bit ( int p1, int p2 ) [static] : int
[mangled: javax/media/opengl/GLContext.getComposed8bit:(II)I]
GLContext.getContextFQN ( AbstractGraphicsDevice p1, int p2, int p3, int p4 ) [static] : String
[mangled: javax/media/opengl/GLContext.getContextFQN:(Ljavax/media/nativewindow/AbstractGraphicsDevice;III)Ljava/lang/String;]
GLContext.getCurrentGL ( ) [static] : GL
[mangled: javax/media/opengl/GLContext.getCurrentGL:()Ljavax/media/opengl/GL;]
GLContext.getDeviceVersionAvailableKey ( AbstractGraphicsDevice p1, int p2, int p3 ) [static] : String
[mangled: javax/media/opengl/GLContext.getDeviceVersionAvailableKey:(Ljavax/media/nativewindow/AbstractGraphicsDevice;II)Ljava/lang/String;]
GLContext.getGLDrawableRead ( ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLContext.getGLDrawableRead:()Ljavax/media/opengl/GLDrawable;]
GLContext.getGLVersion ( ) : String
[mangled: javax/media/opengl/GLContext.getGLVersion:()Ljava/lang/String;]
GLContext.getGLVersion ( int p1, int p2, int p3, String p4 ) [static] : String
[mangled: javax/media/opengl/GLContext.getGLVersion:(IIILjava/lang/String;)Ljava/lang/String;]
GLContext.getGLVersionMajor ( ) : int
[mangled: javax/media/opengl/GLContext.getGLVersionMajor:()I]
GLContext.getGLVersionMinor ( ) : int
[mangled: javax/media/opengl/GLContext.getGLVersionMinor:()I]
GLContext.getHandle ( ) : long
[mangled: javax/media/opengl/GLContext.getHandle:()J]
GLContext.getMaxMajor ( ) [static] : int
[mangled: javax/media/opengl/GLContext.getMaxMajor:()I]
GLContext.getMaxMinor ( int p1 ) [static] : int
[mangled: javax/media/opengl/GLContext.getMaxMinor:(I)I]
GLContext.getPlatformExtensionsString ( ) [abstract] : String
[mangled: javax/media/opengl/GLContext.getPlatformExtensionsString:()Ljava/lang/String;]
GLContext.getThreadName ( ) [static] : String
[mangled: javax/media/opengl/GLContext.getThreadName:()Ljava/lang/String;]
GLContext.hasGLSL ( ) : boolean
[mangled: javax/media/opengl/GLContext.hasGLSL:()Z]
GLContext.isCreated ( ) : boolean
[mangled: javax/media/opengl/GLContext.isCreated:()Z]
GLContext.isCreatedWithARBMethod ( ) : boolean
[mangled: javax/media/opengl/GLContext.isCreatedWithARBMethod:()Z]
GLContext.isCurrent ( ) : boolean
[mangled: javax/media/opengl/GLContext.isCurrent:()Z]
GLContext.isGL2 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL2:()Z]
GLContext.isGL2Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGL2Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGL2ES1 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL2ES1:()Z]
GLContext.isGL2ES2 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL2ES2:()Z]
GLContext.isGL2GL3 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL2GL3:()Z]
GLContext.isGL3 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL3:()Z]
GLContext.isGL3Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGL3Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGL3bc ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL3bc:()Z]
GLContext.isGL3bcAvailable ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGL3bcAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGL4 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL4:()Z]
GLContext.isGL4Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGL4Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGL4bc ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGL4bc:()Z]
GLContext.isGL4bcAvailable ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGL4bcAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGLCompatibilityProfile ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLCompatibilityProfile:()Z]
GLContext.isGLCoreProfile ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLCoreProfile:()Z]
GLContext.isGLEmbeddedProfile ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLEmbeddedProfile:()Z]
GLContext.isGLES ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLES:()Z]
GLContext.isGLES1 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLES1:()Z]
GLContext.isGLES1Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGLES1Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGLES2 ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLES2:()Z]
GLContext.isGLES2Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGLES2Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLContext.isGLForwardCompatible ( ) : boolean
[mangled: javax/media/opengl/GLContext.isGLForwardCompatible:()Z]
GLContext.isGLVersionAvailable ( AbstractGraphicsDevice p1, int p2, int p3 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isGLVersionAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;II)Z]
GLContext.isValidGLVersion ( int p1, int p2 ) [static] : boolean
[mangled: javax/media/opengl/GLContext.isValidGLVersion:(II)Z]
GLContext.mapAvailableGLVersion ( AbstractGraphicsDevice p1, int p2, int p3, int p4, int p5, int p6 ) [static] : Integer
[mangled: javax/media/opengl/GLContext.mapAvailableGLVersion:(Ljavax/media/nativewindow/AbstractGraphicsDevice;IIIII)Ljava/lang/Integer;]
GLContext.putAttachedObject ( int p1, Object p2 ) : Object
[mangled: javax/media/opengl/GLContext.putAttachedObject:(ILjava/lang/Object;)Ljava/lang/Object;]
GLContext.putAttachedObject ( String p1, Object p2 ) : Object
[mangled: javax/media/opengl/GLContext.putAttachedObject:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GLContext.resetStates ( ) : void
[mangled: javax/media/opengl/GLContext.resetStates:()V]
GLContext.setAvailableGLVersionsSet ( AbstractGraphicsDevice p1 ) [static] : void
[mangled: javax/media/opengl/GLContext.setAvailableGLVersionsSet:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)V]
GLContext.setGL ( GL p1 ) [abstract] : GL
[mangled: javax/media/opengl/GLContext.setGL:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/GL;]
GLContext.setGLDrawableRead ( GLDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLContext.setGLDrawableRead:(Ljavax/media/opengl/GLDrawable;)V]
GLContext.toHexString ( int p1 ) [static] : String
[mangled: javax/media/opengl/GLContext.toHexString:(I)Ljava/lang/String;]
GLContext.toHexString ( long p1 ) [static] : String
[mangled: javax/media/opengl/GLContext.toHexString:(J)Ljava/lang/String;]
GLContext.toString ( ) : String
[mangled: javax/media/opengl/GLContext.toString:()Ljava/lang/String;]
GLContext.toString ( int p1, boolean p2 ) [static] : String
[mangled: javax/media/opengl/GLContext.toString:(IZ)Ljava/lang/String;]
jogl.core.jar, GLDrawable.class
package javax.media.opengl
GLDrawable.getChosenGLCapabilities ( ) [abstract] : GLCapabilitiesImmutable
[mangled: javax/media/opengl/GLDrawable.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilitiesImmutable;]
GLDrawable.getFactory ( ) [abstract] : GLDrawableFactory
[mangled: javax/media/opengl/GLDrawable.getFactory:()Ljavax/media/opengl/GLDrawableFactory;]
GLDrawable.getGLProfile ( ) [abstract] : GLProfile
[mangled: javax/media/opengl/GLDrawable.getGLProfile:()Ljavax/media/opengl/GLProfile;]
GLDrawable.getHandle ( ) [abstract] : long
[mangled: javax/media/opengl/GLDrawable.getHandle:()J]
GLDrawable.getNativeSurface ( ) [abstract] : NativeSurface
[mangled: javax/media/opengl/GLDrawable.getNativeSurface:()Ljavax/media/nativewindow/NativeSurface;]
GLDrawable.isRealized ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawable.isRealized:()Z]
GLDrawable.toString ( ) [abstract] : String
[mangled: javax/media/opengl/GLDrawable.toString:()Ljava/lang/String;]
jogl.core.jar, GLDrawableFactory.class
package javax.media.opengl
GLDrawableFactory.canCreateExternalGLDrawable ( AbstractGraphicsDevice p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawableFactory.canCreateExternalGLDrawable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLDrawableFactory.canCreateGLPbuffer ( AbstractGraphicsDevice p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawableFactory.canCreateGLPbuffer:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLDrawableFactory.createGLDrawable ( NativeSurface p1 ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLDrawableFactory.createGLDrawable:(Ljavax/media/nativewindow/NativeSurface;)Ljavax/media/opengl/GLDrawable;]
GLDrawableFactory.createGLPbuffer ( GLCapabilitiesImmutable p1, GLCapabilitiesChooser p2, int p3, int p4, GLContext p5 ) [abstract] : GLPbuffer
[mangled: javax/media/opengl/GLDrawableFactory.createGLPbuffer:(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;IILjavax/media/opengl/GLContext;)Ljavax/media/opengl/GLPbuffer;]
GLDrawableFactory.createGLPbufferDrawable ( GLCapabilitiesImmutable p1, GLCapabilitiesChooser p2, int p3, int p4 ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLDrawableFactory.createGLPbufferDrawable:(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;II)Ljavax/media/opengl/GLDrawable;]
GLDrawableFactory.createOffscreenDrawable ( GLCapabilitiesImmutable p1, GLCapabilitiesChooser p2, int p3, int p4 ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLDrawableFactory.createOffscreenDrawable:(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;II)Ljavax/media/opengl/GLDrawable;]
GLDrawableFactory.getDefaultDevice ( ) [abstract] : AbstractGraphicsDevice
[mangled: javax/media/opengl/GLDrawableFactory.getDefaultDevice:()Ljavax/media/nativewindow/AbstractGraphicsDevice;]
GLDrawableFactory.getFactory ( GLProfile p1 ) [static] : GLDrawableFactory
[mangled: javax/media/opengl/GLDrawableFactory.getFactory:(Ljavax/media/opengl/GLProfile;)Ljavax/media/opengl/GLDrawableFactory;]
GLDrawableFactory.getFactoryImpl ( String p1 ) [static] : GLDrawableFactory
[mangled: javax/media/opengl/GLDrawableFactory.getFactoryImpl:(Ljava/lang/String;)Ljavax/media/opengl/GLDrawableFactory;]
GLDrawableFactory.getIsDeviceCompatible ( AbstractGraphicsDevice p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawableFactory.getIsDeviceCompatible:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLDrawableFactory.getIsSharedContextAvailable ( AbstractGraphicsDevice p1 ) : boolean
[mangled: javax/media/opengl/GLDrawableFactory.getIsSharedContextAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLDrawableFactory.getOrCreateSharedContext ( AbstractGraphicsDevice p1 ) : GLContext
[mangled: javax/media/opengl/GLDrawableFactory.getOrCreateSharedContext:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLContext;]
GLDrawableFactory.getOrCreateSharedContextImpl ( AbstractGraphicsDevice p1 ) [abstract] : GLContext
[mangled: javax/media/opengl/GLDrawableFactory.getOrCreateSharedContextImpl:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLContext;]
GLDrawableFactory.shutdown ( ) [static] : void
[mangled: javax/media/opengl/GLDrawableFactory.shutdown:()V]
GLDrawableFactory.shutdownInstance ( ) [abstract] : void
[mangled: javax/media/opengl/GLDrawableFactory.shutdownInstance:()V]
jogl.core.jar, GLES1.class
package javax.media.opengl
GLES1.glAlphaFuncx ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glAlphaFuncx:(II)V]
GLES1.glBindVertexArrayOES ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glBindVertexArrayOES:(I)V]
GLES1.glClearColorx ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClearColorx:(IIII)V]
GLES1.glClearDepthx ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClearDepthx:(I)V]
GLES1.glClipPlanef ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanef:(I[FI)V]
GLES1.glClipPlanef ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanef:(ILjava/nio/FloatBuffer;)V]
GLES1.glClipPlanefIMG ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanefIMG:(I[FI)V]
GLES1.glClipPlanefIMG ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanefIMG:(ILjava/nio/FloatBuffer;)V]
GLES1.glClipPlanex ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanex:(I[II)V]
GLES1.glClipPlanex ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanex:(ILjava/nio/IntBuffer;)V]
GLES1.glClipPlanexIMG ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanexIMG:(I[II)V]
GLES1.glClipPlanexIMG ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glClipPlanexIMG:(ILjava/nio/IntBuffer;)V]
GLES1.glColor4x ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glColor4x:(IIII)V]
GLES1.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDeleteFencesNV:(I[II)V]
GLES1.glDeleteFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
GLES1.glDeleteVertexArraysOES ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDeleteVertexArraysOES:(I[II)V]
GLES1.glDeleteVertexArraysOES ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDeleteVertexArraysOES:(ILjava/nio/IntBuffer;)V]
GLES1.glDepthRangex ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDepthRangex:(II)V]
GLES1.glDisableDriverControlQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDisableDriverControlQCOM:(I)V]
GLES1.glDiscardFramebufferEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDiscardFramebufferEXT:(II[II)V]
GLES1.glDiscardFramebufferEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDiscardFramebufferEXT:(IILjava/nio/IntBuffer;)V]
GLES1.glDrawTexfOES ( float p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexfOES:(FFFFF)V]
GLES1.glDrawTexfvOES ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexfvOES:([FI)V]
GLES1.glDrawTexfvOES ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexfvOES:(Ljava/nio/FloatBuffer;)V]
GLES1.glDrawTexiOES ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexiOES:(IIIII)V]
GLES1.glDrawTexivOES ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexivOES:([II)V]
GLES1.glDrawTexivOES ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexivOES:(Ljava/nio/IntBuffer;)V]
GLES1.glDrawTexsOES ( short p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexsOES:(SSSSS)V]
GLES1.glDrawTexsvOES ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexsvOES:([SI)V]
GLES1.glDrawTexsvOES ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexsvOES:(Ljava/nio/ShortBuffer;)V]
GLES1.glDrawTexxOES ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexxOES:(IIIII)V]
GLES1.glDrawTexxvOES ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexxvOES:([II)V]
GLES1.glDrawTexxvOES ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glDrawTexxvOES:(Ljava/nio/IntBuffer;)V]
GLES1.glEGLImageTargetRenderbufferStorageOES ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glEGLImageTargetRenderbufferStorageOES:(ILjava/nio/Buffer;)V]
GLES1.glEGLImageTargetTexture2DOES ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glEGLImageTargetTexture2DOES:(ILjava/nio/Buffer;)V]
GLES1.glEnableDriverControlQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glEnableDriverControlQCOM:(I)V]
GLES1.glEndTilingQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glEndTilingQCOM:(I)V]
GLES1.glExtGetBufferPointervQCOM ( int p1, PointerBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetBufferPointervQCOM:(ILcom/jogamp/common/nio/PointerBuffer;)V]
GLES1.glExtGetBuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetBuffersQCOM:([III[II)V]
GLES1.glExtGetBuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetBuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtGetFramebuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetFramebuffersQCOM:([III[II)V]
GLES1.glExtGetFramebuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetFramebuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtGetProgramBinarySourceQCOM ( int p1, int p2, byte[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetProgramBinarySourceQCOM:(II[BI[II)V]
GLES1.glExtGetProgramBinarySourceQCOM ( int p1, int p2, ByteBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetProgramBinarySourceQCOM:(IILjava/nio/ByteBuffer;Ljava/nio/IntBuffer;)V]
GLES1.glExtGetProgramsQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetProgramsQCOM:([III[II)V]
GLES1.glExtGetProgramsQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetProgramsQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtGetRenderbuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetRenderbuffersQCOM:([III[II)V]
GLES1.glExtGetRenderbuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetRenderbuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtGetShadersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetShadersQCOM:([III[II)V]
GLES1.glExtGetShadersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetShadersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtGetTexLevelParameterivQCOM ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetTexLevelParameterivQCOM:(IIII[II)V]
GLES1.glExtGetTexLevelParameterivQCOM ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetTexLevelParameterivQCOM:(IIIILjava/nio/IntBuffer;)V]
GLES1.glExtGetTexSubImageQCOM ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetTexSubImageQCOM:(IIIIIIIIIILjava/nio/Buffer;)V]
GLES1.glExtGetTexturesQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetTexturesQCOM:([III[II)V]
GLES1.glExtGetTexturesQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtGetTexturesQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glExtIsProgramBinaryQCOM ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES1.glExtIsProgramBinaryQCOM:(I)Z]
GLES1.glExtTexObjectStateOverrideiQCOM ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glExtTexObjectStateOverrideiQCOM:(III)V]
GLES1.glFinishFenceNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFinishFenceNV:(I)V]
GLES1.glFogx ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFogx:(II)V]
GLES1.glFogxv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFogxv:(I[II)V]
GLES1.glFogxv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFogxv:(ILjava/nio/IntBuffer;)V]
GLES1.glFramebufferTexture2DMultisampleIMG ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFramebufferTexture2DMultisampleIMG:(IIIIII)V]
GLES1.glFrustumx ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glFrustumx:(IIIIII)V]
GLES1.glGenFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGenFencesNV:(I[II)V]
GLES1.glGenFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
GLES1.glGenVertexArraysOES ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGenVertexArraysOES:(I[II)V]
GLES1.glGenVertexArraysOES ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGenVertexArraysOES:(ILjava/nio/IntBuffer;)V]
GLES1.glGetClipPlanef ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetClipPlanef:(I[FI)V]
GLES1.glGetClipPlanef ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetClipPlanef:(ILjava/nio/FloatBuffer;)V]
GLES1.glGetClipPlanex ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetClipPlanex:(I[II)V]
GLES1.glGetClipPlanex ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetClipPlanex:(ILjava/nio/IntBuffer;)V]
GLES1.glGetDriverControlsQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetDriverControlsQCOM:([III[II)V]
GLES1.glGetDriverControlsQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetDriverControlsQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES1.glGetDriverControlStringQCOM ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetDriverControlStringQCOM:(II[II[BI)V]
GLES1.glGetDriverControlStringQCOM ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetDriverControlStringQCOM:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GLES1.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetFenceivNV:(II[II)V]
GLES1.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
GLES1.glGetFixedv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetFixedv:(I[II)V]
GLES1.glGetFixedv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetFixedv:(ILjava/nio/IntBuffer;)V]
GLES1.glGetLightxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetLightxv:(II[II)V]
GLES1.glGetLightxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetLightxv:(IILjava/nio/IntBuffer;)V]
GLES1.glGetMaterialxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetMaterialxv:(II[II)V]
GLES1.glGetMaterialxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetMaterialxv:(IILjava/nio/IntBuffer;)V]
GLES1.glGetTexEnvxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexEnvxv:(II[II)V]
GLES1.glGetTexEnvxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexEnvxv:(IILjava/nio/IntBuffer;)V]
GLES1.glGetTexGenxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexGenxv:(II[II)V]
GLES1.glGetTexGenxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexGenxv:(IILjava/nio/IntBuffer;)V]
GLES1.glGetTexParameterxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexParameterxv:(II[II)V]
GLES1.glGetTexParameterxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glGetTexParameterxv:(IILjava/nio/IntBuffer;)V]
GLES1.glIsFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES1.glIsFenceNV:(I)Z]
GLES1.glIsVertexArrayOES ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES1.glIsVertexArrayOES:(I)Z]
GLES1.glLightModelx ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightModelx:(II)V]
GLES1.glLightModelxv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightModelxv:(I[II)V]
GLES1.glLightModelxv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightModelxv:(ILjava/nio/IntBuffer;)V]
GLES1.glLightx ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightx:(III)V]
GLES1.glLightxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightxv:(II[II)V]
GLES1.glLightxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLightxv:(IILjava/nio/IntBuffer;)V]
GLES1.glLineWidthx ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLineWidthx:(I)V]
GLES1.glLoadMatrixx ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLoadMatrixx:([II)V]
GLES1.glLoadMatrixx ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLoadMatrixx:(Ljava/nio/IntBuffer;)V]
GLES1.glLoadPaletteFromModelViewMatrixOES ( ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glLoadPaletteFromModelViewMatrixOES:()V]
GLES1.glMaterialx ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMaterialx:(III)V]
GLES1.glMaterialxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMaterialxv:(II[II)V]
GLES1.glMaterialxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMaterialxv:(IILjava/nio/IntBuffer;)V]
GLES1.glMultiTexCoord4x ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMultiTexCoord4x:(IIIII)V]
GLES1.glMultMatrixx ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMultMatrixx:([II)V]
GLES1.glMultMatrixx ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glMultMatrixx:(Ljava/nio/IntBuffer;)V]
GLES1.glNormal3x ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glNormal3x:(III)V]
GLES1.glOrthox ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glOrthox:(IIIIII)V]
GLES1.glPointParameterx ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPointParameterx:(II)V]
GLES1.glPointParameterxv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPointParameterxv:(I[II)V]
GLES1.glPointParameterxv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPointParameterxv:(ILjava/nio/IntBuffer;)V]
GLES1.glPointSizePointerOES ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPointSizePointerOES:(IILjava/nio/Buffer;)V]
GLES1.glPointSizex ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPointSizex:(I)V]
GLES1.glPolygonOffsetx ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glPolygonOffsetx:(II)V]
GLES1.glQueryMatrixxOES ( int[ ] p1, int p2, int[ ] p3, int p4 ) [abstract] : int
[mangled: javax/media/opengl/GLES1.glQueryMatrixxOES:([II[II)I]
GLES1.glQueryMatrixxOES ( IntBuffer p1, IntBuffer p2 ) [abstract] : int
[mangled: javax/media/opengl/GLES1.glQueryMatrixxOES:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I]
GLES1.glRenderbufferStorageMultisampleAPPLE ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glRenderbufferStorageMultisampleAPPLE:(IIIII)V]
GLES1.glRenderbufferStorageMultisampleIMG ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glRenderbufferStorageMultisampleIMG:(IIIII)V]
GLES1.glResolveMultisampleFramebufferAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glResolveMultisampleFramebufferAPPLE:()V]
GLES1.glRotatex ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glRotatex:(IIII)V]
GLES1.glSampleCoveragex ( int p1, boolean p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glSampleCoveragex:(IZ)V]
GLES1.glScalex ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glScalex:(III)V]
GLES1.glSetFenceNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glSetFenceNV:(II)V]
GLES1.glStartTilingQCOM ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glStartTilingQCOM:(IIIII)V]
GLES1.glTestFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES1.glTestFenceNV:(I)Z]
GLES1.glTexEnvx ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexEnvx:(III)V]
GLES1.glTexEnvxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexEnvxv:(II[II)V]
GLES1.glTexEnvxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexEnvxv:(IILjava/nio/IntBuffer;)V]
GLES1.glTexGenx ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexGenx:(III)V]
GLES1.glTexGenxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexGenxv:(II[II)V]
GLES1.glTexGenxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexGenxv:(IILjava/nio/IntBuffer;)V]
GLES1.glTexParameterx ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexParameterx:(III)V]
GLES1.glTexParameterxv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexParameterxv:(II[II)V]
GLES1.glTexParameterxv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTexParameterxv:(IILjava/nio/IntBuffer;)V]
GLES1.glTranslatex ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES1.glTranslatex:(III)V]
jogl.core.jar, GLES2.class
package javax.media.opengl
GLES2.glBeginPerfMonitorAMD ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glBeginPerfMonitorAMD:(I)V]
GLES2.glBindVertexArrayOES ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glBindVertexArrayOES:(I)V]
GLES2.glBlitFramebufferANGLE ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glBlitFramebufferANGLE:(IIIIIIIIII)V]
GLES2.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeleteFencesNV:(I[II)V]
GLES2.glDeleteFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
GLES2.glDeletePerfMonitorsAMD ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeletePerfMonitorsAMD:(I[II)V]
GLES2.glDeletePerfMonitorsAMD ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeletePerfMonitorsAMD:(ILjava/nio/IntBuffer;)V]
GLES2.glDeleteVertexArraysOES ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeleteVertexArraysOES:(I[II)V]
GLES2.glDeleteVertexArraysOES ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDeleteVertexArraysOES:(ILjava/nio/IntBuffer;)V]
GLES2.glDisableDriverControlQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDisableDriverControlQCOM:(I)V]
GLES2.glDiscardFramebufferEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDiscardFramebufferEXT:(II[II)V]
GLES2.glDiscardFramebufferEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glDiscardFramebufferEXT:(IILjava/nio/IntBuffer;)V]
GLES2.glEGLImageTargetRenderbufferStorageOES ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glEGLImageTargetRenderbufferStorageOES:(ILjava/nio/Buffer;)V]
GLES2.glEGLImageTargetTexture2DOES ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glEGLImageTargetTexture2DOES:(ILjava/nio/Buffer;)V]
GLES2.glEnableDriverControlQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glEnableDriverControlQCOM:(I)V]
GLES2.glEndPerfMonitorAMD ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glEndPerfMonitorAMD:(I)V]
GLES2.glEndTilingQCOM ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glEndTilingQCOM:(I)V]
GLES2.glExtGetBufferPointervQCOM ( int p1, PointerBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetBufferPointervQCOM:(ILcom/jogamp/common/nio/PointerBuffer;)V]
GLES2.glExtGetBuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetBuffersQCOM:([III[II)V]
GLES2.glExtGetBuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetBuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtGetFramebuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetFramebuffersQCOM:([III[II)V]
GLES2.glExtGetFramebuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetFramebuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtGetProgramBinarySourceQCOM ( int p1, int p2, byte[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetProgramBinarySourceQCOM:(II[BI[II)V]
GLES2.glExtGetProgramBinarySourceQCOM ( int p1, int p2, ByteBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetProgramBinarySourceQCOM:(IILjava/nio/ByteBuffer;Ljava/nio/IntBuffer;)V]
GLES2.glExtGetProgramsQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetProgramsQCOM:([III[II)V]
GLES2.glExtGetProgramsQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetProgramsQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtGetRenderbuffersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetRenderbuffersQCOM:([III[II)V]
GLES2.glExtGetRenderbuffersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetRenderbuffersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtGetShadersQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetShadersQCOM:([III[II)V]
GLES2.glExtGetShadersQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetShadersQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtGetTexLevelParameterivQCOM ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetTexLevelParameterivQCOM:(IIII[II)V]
GLES2.glExtGetTexLevelParameterivQCOM ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetTexLevelParameterivQCOM:(IIIILjava/nio/IntBuffer;)V]
GLES2.glExtGetTexSubImageQCOM ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetTexSubImageQCOM:(IIIIIIIIIILjava/nio/Buffer;)V]
GLES2.glExtGetTexturesQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetTexturesQCOM:([III[II)V]
GLES2.glExtGetTexturesQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtGetTexturesQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glExtIsProgramBinaryQCOM ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES2.glExtIsProgramBinaryQCOM:(I)Z]
GLES2.glExtTexObjectStateOverrideiQCOM ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glExtTexObjectStateOverrideiQCOM:(III)V]
GLES2.glFinishFenceNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glFinishFenceNV:(I)V]
GLES2.glFramebufferTexture2DMultisampleIMG ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glFramebufferTexture2DMultisampleIMG:(IIIIII)V]
GLES2.glGenFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenFencesNV:(I[II)V]
GLES2.glGenFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
GLES2.glGenPerfMonitorsAMD ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenPerfMonitorsAMD:(I[II)V]
GLES2.glGenPerfMonitorsAMD ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenPerfMonitorsAMD:(ILjava/nio/IntBuffer;)V]
GLES2.glGenVertexArraysOES ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenVertexArraysOES:(I[II)V]
GLES2.glGenVertexArraysOES ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGenVertexArraysOES:(ILjava/nio/IntBuffer;)V]
GLES2.glGetDriverControlsQCOM ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetDriverControlsQCOM:([III[II)V]
GLES2.glGetDriverControlsQCOM ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetDriverControlsQCOM:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glGetDriverControlStringQCOM ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetDriverControlStringQCOM:(II[II[BI)V]
GLES2.glGetDriverControlStringQCOM ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetDriverControlStringQCOM:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GLES2.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetFenceivNV:(II[II)V]
GLES2.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
GLES2.glGetPerfMonitorCounterDataAMD ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCounterDataAMD:(III[II[II)V]
GLES2.glGetPerfMonitorCounterDataAMD ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCounterDataAMD:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GLES2.glGetPerfMonitorCounterInfoAMD ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCounterInfoAMD:(IIILjava/nio/Buffer;)V]
GLES2.glGetPerfMonitorCountersAMD ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6, int[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCountersAMD:(I[II[III[II)V]
GLES2.glGetPerfMonitorCountersAMD ( int p1, IntBuffer p2, IntBuffer p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCountersAMD:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glGetPerfMonitorCounterStringAMD ( int p1, int p2, int p3, int[ ] p4, int p5, byte[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCounterStringAMD:(III[II[BI)V]
GLES2.glGetPerfMonitorCounterStringAMD ( int p1, int p2, int p3, IntBuffer p4, ByteBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorCounterStringAMD:(IIILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GLES2.glGetPerfMonitorGroupsAMD ( int[ ] p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorGroupsAMD:([III[II)V]
GLES2.glGetPerfMonitorGroupsAMD ( IntBuffer p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorGroupsAMD:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;)V]
GLES2.glGetPerfMonitorGroupStringAMD ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorGroupStringAMD:(II[II[BI)V]
GLES2.glGetPerfMonitorGroupStringAMD ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glGetPerfMonitorGroupStringAMD:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GLES2.glIsFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES2.glIsFenceNV:(I)Z]
GLES2.glIsVertexArrayOES ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES2.glIsVertexArrayOES:(I)Z]
GLES2.glRenderbufferStorageMultisampleANGLE ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glRenderbufferStorageMultisampleANGLE:(IIIII)V]
GLES2.glRenderbufferStorageMultisampleAPPLE ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glRenderbufferStorageMultisampleAPPLE:(IIIII)V]
GLES2.glRenderbufferStorageMultisampleIMG ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glRenderbufferStorageMultisampleIMG:(IIIII)V]
GLES2.glResolveMultisampleFramebufferAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glResolveMultisampleFramebufferAPPLE:()V]
GLES2.glSelectPerfMonitorCountersAMD ( int p1, boolean p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glSelectPerfMonitorCountersAMD:(IZII[II)V]
GLES2.glSelectPerfMonitorCountersAMD ( int p1, boolean p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glSelectPerfMonitorCountersAMD:(IZIILjava/nio/IntBuffer;)V]
GLES2.glSetFenceNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glSetFenceNV:(II)V]
GLES2.glStartTilingQCOM ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GLES2.glStartTilingQCOM:(IIIII)V]
GLES2.glTestFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GLES2.glTestFenceNV:(I)Z]
jogl.core.jar, GLEventListener.class
package javax.media.opengl
GLEventListener.dispose ( GLAutoDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLEventListener.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
jogl.core.jar, GLExtensionNames.class
package com.jogamp.gluegen.runtime.opengl
GLExtensionNames.getExtensionIdx ( String[ ] p1, String p2, boolean p3 ) [static] : int
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.getExtensionIdx:([Ljava/lang/String;Ljava/lang/String;Z)I]
GLExtensionNames.getExtensionSuffix ( String p1, boolean p2 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.getExtensionSuffix:(Ljava/lang/String;Z)Ljava/lang/String;]
GLExtensionNames.getFuncNamePermutation ( String p1, int p2 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.getFuncNamePermutation:(Ljava/lang/String;I)Ljava/lang/String;]
GLExtensionNames.getFuncNamePermutationNumber ( String p1 ) [static] : int
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.getFuncNamePermutationNumber:(Ljava/lang/String;)I]
GLExtensionNames.GLExtensionNames ( )
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames."<init>":()V]
GLExtensionNames.isExtension ( String p1, boolean p2 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isExtension:(Ljava/lang/String;Z)Z]
GLExtensionNames.isExtension ( String[ ] p1, String p2, boolean p3 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isExtension:([Ljava/lang/String;Ljava/lang/String;Z)Z]
GLExtensionNames.isExtensionARB ( String p1, boolean p2 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isExtensionARB:(Ljava/lang/String;Z)Z]
GLExtensionNames.isExtensionVEN ( String p1, boolean p2 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isExtensionVEN:(Ljava/lang/String;Z)Z]
GLExtensionNames.isGLEnumeration ( String p1 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isGLEnumeration:(Ljava/lang/String;)Z]
GLExtensionNames.isGLFunction ( String p1 ) [static] : boolean
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.isGLFunction:(Ljava/lang/String;)Z]
GLExtensionNames.normalize ( String p1, boolean p2 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.normalize:(Ljava/lang/String;Z)Ljava/lang/String;]
GLExtensionNames.normalize ( String[ ] p1, String p2, boolean p3 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.normalize:([Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
GLExtensionNames.normalizeARB ( String p1, boolean p2 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.normalizeARB:(Ljava/lang/String;Z)Ljava/lang/String;]
GLExtensionNames.normalizeVEN ( String p1, boolean p2 ) [static] : String
[mangled: com/jogamp/gluegen/runtime/opengl/GLExtensionNames.normalizeVEN:(Ljava/lang/String;Z)Ljava/lang/String;]
jogl.core.jar, GLLightingFunc.class
package javax.media.opengl.fixedfunc
GLLightingFunc.glColor4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glColor4f:(FFFF)V]
GLLightingFunc.glLightfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glLightfv:(II[FI)V]
GLLightingFunc.glLightfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glLightfv:(IILjava/nio/FloatBuffer;)V]
GLLightingFunc.glMaterialf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glMaterialf:(IIF)V]
GLLightingFunc.glMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glMaterialfv:(II[FI)V]
GLLightingFunc.glMaterialfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glMaterialfv:(IILjava/nio/FloatBuffer;)V]
GLLightingFunc.glShadeModel ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLLightingFunc.glShadeModel:(I)V]
jogl.core.jar, GLMatrixFunc.class
package javax.media.opengl.fixedfunc
GLMatrixFunc.glFrustumf ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glFrustumf:(FFFFFF)V]
GLMatrixFunc.glGetFloatv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glGetFloatv:(I[FI)V]
GLMatrixFunc.glGetFloatv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glGetFloatv:(ILjava/nio/FloatBuffer;)V]
GLMatrixFunc.glGetIntegerv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glGetIntegerv:(I[II)V]
GLMatrixFunc.glGetIntegerv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glGetIntegerv:(ILjava/nio/IntBuffer;)V]
GLMatrixFunc.glLoadIdentity ( ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glLoadIdentity:()V]
GLMatrixFunc.glLoadMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glLoadMatrixf:([FI)V]
GLMatrixFunc.glLoadMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glLoadMatrixf:(Ljava/nio/FloatBuffer;)V]
GLMatrixFunc.glMatrixMode ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glMatrixMode:(I)V]
GLMatrixFunc.glMultMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glMultMatrixf:([FI)V]
GLMatrixFunc.glMultMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glMultMatrixf:(Ljava/nio/FloatBuffer;)V]
GLMatrixFunc.glOrthof ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glOrthof:(FFFFFF)V]
GLMatrixFunc.glPopMatrix ( ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glPopMatrix:()V]
GLMatrixFunc.glPushMatrix ( ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glPushMatrix:()V]
GLMatrixFunc.glRotatef ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glRotatef:(FFFF)V]
GLMatrixFunc.glScalef ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glScalef:(FFF)V]
GLMatrixFunc.glTranslatef ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLMatrixFunc.glTranslatef:(FFF)V]
jogl.core.jar, GLPipelineFactory.class
package javax.media.opengl
GLPipelineFactory.create ( String p1, Class p2, GL p3, Object[ ] p4 ) [static] : GL
[mangled: javax/media/opengl/GLPipelineFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljavax/media/opengl/GL;[Ljava/lang/Object;)Ljavax/media/opengl/GL;]
GLPipelineFactory.GLPipelineFactory ( )
[mangled: javax/media/opengl/GLPipelineFactory."<init>":()V]
jogl.core.jar, GLPointerFunc.class
package javax.media.opengl.fixedfunc
GLPointerFunc.glColor4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glColor4f:(FFFF)V]
GLPointerFunc.glColorPointer ( GLArrayData p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glColorPointer:(Ljavax/media/opengl/GLArrayData;)V]
GLPointerFunc.glColorPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glColorPointer:(IIILjava/nio/Buffer;)V]
GLPointerFunc.glColorPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glColorPointer:(IIIJ)V]
GLPointerFunc.glDisableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glDisableClientState:(I)V]
GLPointerFunc.glEnableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glEnableClientState:(I)V]
GLPointerFunc.glNormalPointer ( GLArrayData p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glNormalPointer:(Ljavax/media/opengl/GLArrayData;)V]
GLPointerFunc.glNormalPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glNormalPointer:(IILjava/nio/Buffer;)V]
GLPointerFunc.glNormalPointer ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glNormalPointer:(IIJ)V]
GLPointerFunc.glTexCoordPointer ( GLArrayData p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glTexCoordPointer:(Ljavax/media/opengl/GLArrayData;)V]
GLPointerFunc.glTexCoordPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glTexCoordPointer:(IIILjava/nio/Buffer;)V]
GLPointerFunc.glTexCoordPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glTexCoordPointer:(IIIJ)V]
GLPointerFunc.glVertexPointer ( GLArrayData p1 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glVertexPointer:(Ljavax/media/opengl/GLArrayData;)V]
GLPointerFunc.glVertexPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glVertexPointer:(IIILjava/nio/Buffer;)V]
GLPointerFunc.glVertexPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/fixedfunc/GLPointerFunc.glVertexPointer:(IIIJ)V]
jogl.core.jar, GLProcAddressResolver.class
package com.jogamp.gluegen.runtime.opengl
GLProcAddressResolver.GLProcAddressResolver ( )
[mangled: com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver."<init>":()V]
GLProcAddressResolver.resolve ( String p1, DynamicLookupHelper p2 ) : long
[mangled: com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.resolve:(Ljava/lang/String;Lcom/jogamp/common/os/DynamicLookupHelper;)J]
jogl.core.jar, GLProfile.class
package javax.media.opengl
GLProfile.equals ( Object p1 ) : boolean
[mangled: javax/media/opengl/GLProfile.equals:(Ljava/lang/Object;)Z]
GLProfile.get ( AbstractGraphicsDevice p1, String p2 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.get:(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljava/lang/String;)Ljavax/media/opengl/GLProfile;]
GLProfile.get ( AbstractGraphicsDevice p1, String[ ] p2 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.get:(Ljavax/media/nativewindow/AbstractGraphicsDevice;[Ljava/lang/String;)Ljavax/media/opengl/GLProfile;]
GLProfile.get ( String p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.get:(Ljava/lang/String;)Ljavax/media/opengl/GLProfile;]
GLProfile.get ( String[ ] p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.get:([Ljava/lang/String;)Ljavax/media/opengl/GLProfile;]
GLProfile.getDefault ( ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getDefault:()Ljavax/media/opengl/GLProfile;]
GLProfile.getDefault ( AbstractGraphicsDevice p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getDefault:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;]
GLProfile.getDefaultDesktopDevice ( ) [static] : AbstractGraphicsDevice
[mangled: javax/media/opengl/GLProfile.getDefaultDesktopDevice:()Ljavax/media/nativewindow/AbstractGraphicsDevice;]
GLProfile.getDefaultDevice ( ) [static] : AbstractGraphicsDevice
[mangled: javax/media/opengl/GLProfile.getDefaultDevice:()Ljavax/media/nativewindow/AbstractGraphicsDevice;]
GLProfile.getDefaultEGLDevice ( ) [static] : AbstractGraphicsDevice
[mangled: javax/media/opengl/GLProfile.getDefaultEGLDevice:()Ljavax/media/nativewindow/AbstractGraphicsDevice;]
GLProfile.getGL2ES1 ( ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getGL2ES1:()Ljavax/media/opengl/GLProfile;]
GLProfile.getGL2ES1 ( AbstractGraphicsDevice p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getGL2ES1:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;]
GLProfile.getGL2ES2 ( ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getGL2ES2:()Ljavax/media/opengl/GLProfile;]
GLProfile.getGL2ES2 ( AbstractGraphicsDevice p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getGL2ES2:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;]
GLProfile.getGLArrayName ( int p1 ) [static] : String
[mangled: javax/media/opengl/GLProfile.getGLArrayName:(I)Ljava/lang/String;]
GLProfile.getGLImplBaseClassName ( ) : String
[mangled: javax/media/opengl/GLProfile.getGLImplBaseClassName:()Ljava/lang/String;]
GLProfile.getGLTypeName ( int p1 ) [static] : String
[mangled: javax/media/opengl/GLProfile.getGLTypeName:(I)Ljava/lang/String;]
GLProfile.getImplName ( ) : String
[mangled: javax/media/opengl/GLProfile.getImplName:()Ljava/lang/String;]
GLProfile.getMaxFixedFunc ( ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getMaxFixedFunc:()Ljavax/media/opengl/GLProfile;]
GLProfile.getMaxFixedFunc ( AbstractGraphicsDevice p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getMaxFixedFunc:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;]
GLProfile.getMaxProgrammable ( ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getMaxProgrammable:()Ljavax/media/opengl/GLProfile;]
GLProfile.getMaxProgrammable ( AbstractGraphicsDevice p1 ) [static] : GLProfile
[mangled: javax/media/opengl/GLProfile.getMaxProgrammable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljavax/media/opengl/GLProfile;]
GLProfile.getName ( ) : String
[mangled: javax/media/opengl/GLProfile.getName:()Ljava/lang/String;]
GLProfile.glAvailabilityToString ( ) [static] : String
[mangled: javax/media/opengl/GLProfile.glAvailabilityToString:()Ljava/lang/String;]
GLProfile.glAvailabilityToString ( AbstractGraphicsDevice p1 ) [static] : String
[mangled: javax/media/opengl/GLProfile.glAvailabilityToString:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Ljava/lang/String;]
GLProfile.hasGLSL ( ) : boolean
[mangled: javax/media/opengl/GLProfile.hasGLSL:()Z]
GLProfile.hashCode ( ) : int
[mangled: javax/media/opengl/GLProfile.hashCode:()I]
GLProfile.initProfiles ( AbstractGraphicsDevice p1 ) [static] : void
[mangled: javax/media/opengl/GLProfile.initProfiles:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)V]
GLProfile.initSingleton ( boolean p1 ) [static] : void
[mangled: javax/media/opengl/GLProfile.initSingleton:(Z)V]
GLProfile.isAWTAvailable ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isAWTAvailable:()Z]
GLProfile.isGL2 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL2:()Z]
GLProfile.isGL2Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2Available:()Z]
GLProfile.isGL2Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL2ES1 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES1:()Z]
GLProfile.isGL2ES1Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES1Available:()Z]
GLProfile.isGL2ES1Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES1Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL2ES2 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES2:()Z]
GLProfile.isGL2ES2Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES2Available:()Z]
GLProfile.isGL2ES2Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL2ES2Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL2GL3 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL2GL3:()Z]
GLProfile.isGL3 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL3:()Z]
GLProfile.isGL3Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL3Available:()Z]
GLProfile.isGL3Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL3Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL3bc ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL3bc:()Z]
GLProfile.isGL3bcAvailable ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL3bcAvailable:()Z]
GLProfile.isGL3bcAvailable ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL3bcAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL4 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL4:()Z]
GLProfile.isGL4Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL4Available:()Z]
GLProfile.isGL4Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL4Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGL4bc ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGL4bc:()Z]
GLProfile.isGL4bcAvailable ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL4bcAvailable:()Z]
GLProfile.isGL4bcAvailable ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGL4bcAvailable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGLES1 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGLES1:()Z]
GLProfile.isGLES1Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGLES1Available:()Z]
GLProfile.isGLES1Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGLES1Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isGLES2 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.isGLES2:()Z]
GLProfile.isGLES2Available ( ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGLES2Available:()Z]
GLProfile.isGLES2Available ( AbstractGraphicsDevice p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.isGLES2Available:(Ljavax/media/nativewindow/AbstractGraphicsDevice;)Z]
GLProfile.isValidArrayDataType ( int p1, int p2, int p3, boolean p4, boolean p5 ) : boolean
[mangled: javax/media/opengl/GLProfile.isValidArrayDataType:(IIIZZ)Z]
GLProfile.isValidDataType ( int p1, boolean p2 ) : boolean
[mangled: javax/media/opengl/GLProfile.isValidDataType:(IZ)Z]
GLProfile.shutdown ( ) [static] : void
[mangled: javax/media/opengl/GLProfile.shutdown:()V]
GLProfile.toString ( ) : String
[mangled: javax/media/opengl/GLProfile.toString:()Ljava/lang/String;]
GLProfile.usesNativeGLES ( ) : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES:()Z]
GLProfile.usesNativeGLES ( String p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES:(Ljava/lang/String;)Z]
GLProfile.usesNativeGLES1 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES1:()Z]
GLProfile.usesNativeGLES1 ( String p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES1:(Ljava/lang/String;)Z]
GLProfile.usesNativeGLES2 ( ) : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES2:()Z]
GLProfile.usesNativeGLES2 ( String p1 ) [static] : boolean
[mangled: javax/media/opengl/GLProfile.usesNativeGLES2:(Ljava/lang/String;)Z]
GLProfile.verifyEquality ( GLProfile p1 ) : void
[mangled: javax/media/opengl/GLProfile.verifyEquality:(Ljavax/media/opengl/GLProfile;)V]
jogl.core.jar, GLRunnable.class
package javax.media.opengl
GLRunnable.run ( GLAutoDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLRunnable.run:(Ljavax/media/opengl/GLAutoDrawable;)V]
jogl.core.jar, GLU.class
package javax.media.opengl.glu
GLU.createGLU ( ) [static] : GLU
[mangled: javax/media/opengl/glu/GLU.createGLU:()Ljavax/media/opengl/glu/GLU;]
GLU.createGLU ( GL p1 ) [static] : GLU
[mangled: javax/media/opengl/glu/GLU.createGLU:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/glu/GLU;]
GLU.destroy ( ) : void
[mangled: javax/media/opengl/glu/GLU.destroy:()V]
GLU.gluLookAt ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/glu/GLU.gluLookAt:(FFFFFFFFF)V]
GLU.gluNewQuadric ( boolean p1 ) : GLUquadric
[mangled: javax/media/opengl/glu/GLU.gluNewQuadric:(Z)Ljavax/media/opengl/glu/GLUquadric;]
GLU.gluOrtho2D ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/glu/GLU.gluOrtho2D:(FFFF)V]
GLU.gluPerspective ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/glu/GLU.gluPerspective:(FFFF)V]
GLU.gluPickMatrix ( float p1, float p2, float p3, float p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/glu/GLU.gluPickMatrix:(FFFF[II)V]
GLU.gluPickMatrix ( float p1, float p2, float p3, float p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/glu/GLU.gluPickMatrix:(FFFFLjava/nio/IntBuffer;)V]
GLU.gluProject ( float p1, float p2, float p3, float[ ] p4, int p5, float[ ] p6, int p7, int[ ] p8, int p9, float[ ] p10, int p11 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluProject:(FFF[FI[FI[II[FI)Z]
GLU.gluProject ( float p1, float p2, float p3, FloatBuffer p4, FloatBuffer p5, IntBuffer p6, FloatBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluProject:(FFFLjava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;)Z]
GLU.gluUnProject ( float p1, float p2, float p3, float[ ] p4, int p5, float[ ] p6, int p7, int[ ] p8, int p9, float[ ] p10, int p11 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject:(FFF[FI[FI[II[FI)Z]
GLU.gluUnProject ( float p1, float p2, float p3, FloatBuffer p4, FloatBuffer p5, IntBuffer p6, FloatBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject:(FFFLjava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;)Z]
GLU.gluUnProject4 ( float p1, float p2, float p3, float p4, float[ ] p5, int p6, float[ ] p7, int p8, int[ ] p9, int p10, float p11, float p12, float[ ] p13, int p14 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject4:(FFFF[FI[FI[IIFF[FI)Z]
GLU.gluUnProject4 ( float p1, float p2, float p3, float p4, FloatBuffer p5, FloatBuffer p6, IntBuffer p7, float p8, float p9, FloatBuffer p10 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject4:(FFFFLjava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/IntBuffer;FFLjava/nio/FloatBuffer;)Z]
GLU.validateGLUquadricImpl ( ) [static] : void
[mangled: javax/media/opengl/glu/GLU.validateGLUquadricImpl:()V]
GLU.validateGLUtessellatorImpl ( ) [static] : void
[mangled: javax/media/opengl/glu/GLU.validateGLUtessellatorImpl:()V]
jogl.core.jar, GLUgl2es1.class
package javax.media.opengl.glu.gl2es1
GLUgl2es1.destroy ( ) : void
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.destroy:()V]
GLUgl2es1.getCurrentGL2ES1 ( ) [static] : GL2ES1
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.getCurrentGL2ES1:()Ljavax/media/opengl/GL2ES1;]
GLUgl2es1.gluBuild1DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild1DMipmapLevels:(IIIIIIIILjava/nio/Buffer;)I]
GLUgl2es1.gluBuild1DMipmaps ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild1DMipmaps:(IIIIILjava/nio/Buffer;)I]
GLUgl2es1.gluBuild2DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild2DMipmapLevels:(IIIIIIIIILjava/nio/Buffer;)I]
GLUgl2es1.gluBuild2DMipmaps ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild2DMipmaps:(IIIIIILjava/nio/Buffer;)I]
GLUgl2es1.gluBuild3DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild3DMipmapLevels:(IIIIIIIIIILjava/nio/Buffer;)I]
GLUgl2es1.gluBuild3DMipmaps ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluBuild3DMipmaps:(IIIIIIILjava/nio/Buffer;)I]
GLUgl2es1.GLUgl2es1 ( )
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1."<init>":()V]
GLUgl2es1.gluScaleImage ( int p1, int p2, int p3, int p4, Buffer p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.gluScaleImage:(IIIILjava/nio/Buffer;IIILjava/nio/Buffer;)I]
GLUgl2es1.validateMipmap ( ) [static] : void
[mangled: javax/media/opengl/glu/gl2es1/GLUgl2es1.validateMipmap:()V]
jogl.core.jar, GLUniformData.class
package javax.media.opengl
GLUniformData.columns ( ) : int
[mangled: javax/media/opengl/GLUniformData.columns:()I]
GLUniformData.components ( ) : int
[mangled: javax/media/opengl/GLUniformData.components:()I]
GLUniformData.count ( ) : int
[mangled: javax/media/opengl/GLUniformData.count:()I]
GLUniformData.floatBufferValue ( ) : FloatBuffer
[mangled: javax/media/opengl/GLUniformData.floatBufferValue:()Ljava/nio/FloatBuffer;]
GLUniformData.floatValue ( ) : float
[mangled: javax/media/opengl/GLUniformData.floatValue:()F]
GLUniformData.getBuffer ( ) : Buffer
[mangled: javax/media/opengl/GLUniformData.getBuffer:()Ljava/nio/Buffer;]
GLUniformData.getLocation ( ) : int
[mangled: javax/media/opengl/GLUniformData.getLocation:()I]
GLUniformData.getName ( ) : String
[mangled: javax/media/opengl/GLUniformData.getName:()Ljava/lang/String;]
GLUniformData.getObject ( ) : Object
[mangled: javax/media/opengl/GLUniformData.getObject:()Ljava/lang/Object;]
GLUniformData.GLUniformData ( String p1, float p2 )
[mangled: javax/media/opengl/GLUniformData."<init>":(Ljava/lang/String;F)V]
GLUniformData.GLUniformData ( String p1, int p2 )
[mangled: javax/media/opengl/GLUniformData."<init>":(Ljava/lang/String;I)V]
GLUniformData.GLUniformData ( String p1, int p2, FloatBuffer p3 )
[mangled: javax/media/opengl/GLUniformData."<init>":(Ljava/lang/String;ILjava/nio/FloatBuffer;)V]
GLUniformData.GLUniformData ( String p1, int p2, int p3, FloatBuffer p4 )
[mangled: javax/media/opengl/GLUniformData."<init>":(Ljava/lang/String;IILjava/nio/FloatBuffer;)V]
GLUniformData.GLUniformData ( String p1, int p2, IntBuffer p3 )
[mangled: javax/media/opengl/GLUniformData."<init>":(Ljava/lang/String;ILjava/nio/IntBuffer;)V]
GLUniformData.intBufferValue ( ) : IntBuffer
[mangled: javax/media/opengl/GLUniformData.intBufferValue:()Ljava/nio/IntBuffer;]
GLUniformData.intValue ( ) : int
[mangled: javax/media/opengl/GLUniformData.intValue:()I]
GLUniformData.isBuffer ( ) : boolean
[mangled: javax/media/opengl/GLUniformData.isBuffer:()Z]
GLUniformData.isMatrix ( ) : boolean
[mangled: javax/media/opengl/GLUniformData.isMatrix:()Z]
GLUniformData.rows ( ) : int
[mangled: javax/media/opengl/GLUniformData.rows:()I]
GLUniformData.setData ( float p1 ) : void
[mangled: javax/media/opengl/GLUniformData.setData:(F)V]
GLUniformData.setData ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/GLUniformData.setData:(Ljava/nio/FloatBuffer;)V]
GLUniformData.setData ( int p1 ) : void
[mangled: javax/media/opengl/GLUniformData.setData:(I)V]
GLUniformData.setData ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/GLUniformData.setData:(Ljava/nio/IntBuffer;)V]
GLUniformData.setLocation ( int p1 ) : void
[mangled: javax/media/opengl/GLUniformData.setLocation:(I)V]
GLUniformData.toString ( ) : String
[mangled: javax/media/opengl/GLUniformData.toString:()Ljava/lang/String;]
jogl.core.jar, GLUquadric.class
package javax.media.opengl.glu
GLUquadric.enableImmModeSink ( boolean p1 ) [abstract] : void
[mangled: javax/media/opengl/glu/GLUquadric.enableImmModeSink:(Z)V]
GLUquadric.getImmMode ( ) [abstract] : boolean
[mangled: javax/media/opengl/glu/GLUquadric.getImmMode:()Z]
GLUquadric.isImmModeSinkEnabled ( ) [abstract] : boolean
[mangled: javax/media/opengl/glu/GLUquadric.isImmModeSinkEnabled:()Z]
GLUquadric.replaceImmModeSink ( ) [abstract] : ImmModeSink
[mangled: javax/media/opengl/glu/GLUquadric.replaceImmModeSink:()Lcom/jogamp/opengl/util/ImmModeSink;]
GLUquadric.resetImmModeSink ( GL p1 ) [abstract] : void
[mangled: javax/media/opengl/glu/GLUquadric.resetImmModeSink:(Ljavax/media/opengl/GL;)V]
GLUquadric.setImmMode ( boolean p1 ) [abstract] : void
[mangled: javax/media/opengl/glu/GLUquadric.setImmMode:(Z)V]
jogl.core.jar, JoglVersion.class
package com.jogamp.opengl
JoglVersion.getGLInfo ( GL p1, StringBuffer p2 ) [static] : StringBuffer
[mangled: com/jogamp/opengl/JoglVersion.getGLInfo:(Ljavax/media/opengl/GL;Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;]
JoglVersion.getInstance ( ) [static] : JoglVersion
[mangled: com/jogamp/opengl/JoglVersion.getInstance:()Lcom/jogamp/opengl/JoglVersion;]
JoglVersion.JoglVersion ( String p1, Manifest p2 )
[mangled: com/jogamp/opengl/JoglVersion."<init>":(Ljava/lang/String;Ljava/util/jar/Manifest;)V]
JoglVersion.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/JoglVersion.main:([Ljava/lang/String;)V]
JoglVersion.toString ( GL p1 ) : String
[mangled: com/jogamp/opengl/JoglVersion.toString:(Ljavax/media/opengl/GL;)Ljava/lang/String;]
JoglVersion.toString ( GL p1, StringBuffer p2 ) : StringBuffer
[mangled: com/jogamp/opengl/JoglVersion.toString:(Ljavax/media/opengl/GL;Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;]
jogl.gldesktop.jar, OMXEventListener.class
package com.jogamp.openmax
OMXEventListener.changedAttributes ( OMXInstance p1, int p2 ) [abstract] : void
[mangled: com/jogamp/openmax/OMXEventListener.changedAttributes:(Lcom/jogamp/openmax/OMXInstance;I)V]
jogl.gldesktop.jar, OMXInstance.class
package com.jogamp.openmax
OMXInstance.activateStream ( ) : void
[mangled: com/jogamp/openmax/OMXInstance.activateStream:()V]
OMXInstance.addEventListener ( OMXEventListener p1 ) : void
[mangled: com/jogamp/openmax/OMXInstance.addEventListener:(Lcom/jogamp/openmax/OMXEventListener;)V]
OMXInstance.attachVideoRenderer ( ) : void
[mangled: com/jogamp/openmax/OMXInstance.attachVideoRenderer:()V]
OMXInstance.destroy ( GL p1 ) : void
[mangled: com/jogamp/openmax/OMXInstance.destroy:(Ljavax/media/opengl/GL;)V]
OMXInstance.detachVideoRenderer ( ) : void
[mangled: com/jogamp/openmax/OMXInstance.detachVideoRenderer:()V]
OMXInstance.finalize ( ) : void
[mangled: com/jogamp/openmax/OMXInstance.finalize:()V]
OMXInstance.getAudioCodec ( ) : String
[mangled: com/jogamp/openmax/OMXInstance.getAudioCodec:()Ljava/lang/String;]
OMXInstance.getBitrate ( ) : long
[mangled: com/jogamp/openmax/OMXInstance.getBitrate:()J]
OMXInstance.getCurrentPosition ( ) : float
[mangled: com/jogamp/openmax/OMXInstance.getCurrentPosition:()F]
OMXInstance.getEventListeners ( ) : OMXEventListener[ ]
[mangled: com/jogamp/openmax/OMXInstance.getEventListeners:()[Lcom/jogamp/openmax/OMXEventListener;]
OMXInstance.getFramerate ( ) : int
[mangled: com/jogamp/openmax/OMXInstance.getFramerate:()I]
OMXInstance.getHeight ( ) : int
[mangled: com/jogamp/openmax/OMXInstance.getHeight:()I]
OMXInstance.getLastTextureID ( ) : Texture
[mangled: com/jogamp/openmax/OMXInstance.getLastTextureID:()Lcom/jogamp/opengl/util/texture/Texture;]
OMXInstance.getNextTextureID ( ) : Texture
[mangled: com/jogamp/openmax/OMXInstance.getNextTextureID:()Lcom/jogamp/opengl/util/texture/Texture;]
OMXInstance.getPath ( ) : String
[mangled: com/jogamp/openmax/OMXInstance.getPath:()Ljava/lang/String;]
OMXInstance.getPlaySpeed ( ) : float
[mangled: com/jogamp/openmax/OMXInstance.getPlaySpeed:()F]
OMXInstance.getTotalFrames ( ) : long
[mangled: com/jogamp/openmax/OMXInstance.getTotalFrames:()J]
OMXInstance.getURL ( ) : URL
[mangled: com/jogamp/openmax/OMXInstance.getURL:()Ljava/net/URL;]
OMXInstance.getVideoCodec ( ) : String
[mangled: com/jogamp/openmax/OMXInstance.getVideoCodec:()Ljava/lang/String;]
OMXInstance.getWidth ( ) : int
[mangled: com/jogamp/openmax/OMXInstance.getWidth:()I]
OMXInstance.isValid ( ) : boolean
[mangled: com/jogamp/openmax/OMXInstance.isValid:()Z]
OMXInstance.OMXInstance ( )
[mangled: com/jogamp/openmax/OMXInstance."<init>":()V]
OMXInstance.pause ( ) : float
[mangled: com/jogamp/openmax/OMXInstance.pause:()F]
OMXInstance.play ( ) : float
[mangled: com/jogamp/openmax/OMXInstance.play:()F]
OMXInstance.removeEventListener ( OMXEventListener p1 ) : void
[mangled: com/jogamp/openmax/OMXInstance.removeEventListener:(Lcom/jogamp/openmax/OMXEventListener;)V]
OMXInstance.seek ( float p1 ) : float
[mangled: com/jogamp/openmax/OMXInstance.seek:(F)F]
OMXInstance.setPlaySpeed ( float p1 ) : void
[mangled: com/jogamp/openmax/OMXInstance.setPlaySpeed:(F)V]
OMXInstance.setStream ( int p1, URL p2 ) : void
[mangled: com/jogamp/openmax/OMXInstance.setStream:(ILjava/net/URL;)V]
OMXInstance.setStreamAllEGLImageTexture2D ( GL p1 ) : void
[mangled: com/jogamp/openmax/OMXInstance.setStreamAllEGLImageTexture2D:(Ljavax/media/opengl/GL;)V]
OMXInstance.stop ( ) : float
[mangled: com/jogamp/openmax/OMXInstance.stop:()F]
OMXInstance.toString ( ) : String
[mangled: com/jogamp/openmax/OMXInstance.toString:()Ljava/lang/String;]
jogl.glu.gldesktop.jar, GLUgl2.class
package javax.media.opengl.glu.gl2
GLUgl2.destroy ( ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.destroy:()V]
GLUgl2.getCurrentGL2 ( ) [static] : GL2
[mangled: javax/media/opengl/glu/gl2/GLUgl2.getCurrentGL2:()Ljavax/media/opengl/GL2;]
GLUgl2.gluBeginCurve ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBeginCurve:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLUgl2.gluBeginSurface ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBeginSurface:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLUgl2.gluBuild1DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild1DMipmapLevels:(IIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild1DMipmapLevelsC ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild1DMipmapLevelsC:(IIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild1DMipmaps ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild1DMipmaps:(IIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild1DMipmapsC ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild1DMipmapsC:(IIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild2DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild2DMipmapLevels:(IIIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild2DMipmapLevelsC ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild2DMipmapLevelsC:(IIIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild2DMipmaps ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild2DMipmaps:(IIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild2DMipmapsC ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild2DMipmapsC:(IIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild3DMipmapLevels ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild3DMipmapLevels:(IIIIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild3DMipmapLevelsC ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild3DMipmapLevelsC:(IIIIIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild3DMipmaps ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild3DMipmaps:(IIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluBuild3DMipmapsC ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluBuild3DMipmapsC:(IIIIIIILjava/nio/Buffer;)I]
GLUgl2.gluEndCurve ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluEndCurve:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLUgl2.gluEndSurface ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluEndSurface:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLUgl2.GLUgl2 ( )
[mangled: javax/media/opengl/glu/gl2/GLUgl2."<init>":()V]
GLUgl2.gluLookAt ( double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluLookAt:(DDDDDDDDD)V]
GLUgl2.gluLookAt ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluLookAt:(FFFFFFFFF)V]
GLUgl2.gluNewNurbsRenderer ( ) : GLUnurbs
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluNewNurbsRenderer:()Ljavax/media/opengl/glu/GLUnurbs;]
GLUgl2.gluNurbsCurve ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluNurbsCurve:(Ljavax/media/opengl/glu/GLUnurbs;I[FI[FII)V]
GLUgl2.gluNurbsProperty ( GLUnurbs p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluNurbsProperty:(Ljavax/media/opengl/glu/GLUnurbs;IF)V]
GLUgl2.gluNurbsSurface ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7, float[ ] p8, int p9, int p10, int p11 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluNurbsSurface:(Ljavax/media/opengl/glu/GLUnurbs;I[FI[FII[FIII)V]
GLUgl2.gluOrtho2D ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluOrtho2D:(DDDD)V]
GLUgl2.gluOrtho2D ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluOrtho2D:(FFFF)V]
GLUgl2.gluPerspective ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluPerspective:(DDDD)V]
GLUgl2.gluPerspective ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluPerspective:(FFFF)V]
GLUgl2.gluPickMatrix ( double p1, double p2, double p3, double p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluPickMatrix:(DDDD[II)V]
GLUgl2.gluPickMatrix ( double p1, double p2, double p3, double p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluPickMatrix:(DDDDLjava/nio/IntBuffer;)V]
GLUgl2.gluProject ( double p1, double p2, double p3, double[ ] p4, int p5, double[ ] p6, int p7, int[ ] p8, int p9, double[ ] p10, int p11 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluProject:(DDD[DI[DI[II[DI)Z]
GLUgl2.gluProject ( double p1, double p2, double p3, DoubleBuffer p4, DoubleBuffer p5, IntBuffer p6, DoubleBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluProject:(DDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;Ljava/nio/DoubleBuffer;)Z]
GLUgl2.gluScaleImage ( int p1, int p2, int p3, int p4, Buffer p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluScaleImage:(IIIILjava/nio/Buffer;IIILjava/nio/Buffer;)I]
GLUgl2.gluScaleImageC ( int p1, int p2, int p3, int p4, Buffer p5, int p6, int p7, int p8, Buffer p9 ) : int
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluScaleImageC:(IIIILjava/nio/Buffer;IIILjava/nio/Buffer;)I]
GLUgl2.gluUnProject ( double p1, double p2, double p3, double[ ] p4, int p5, double[ ] p6, int p7, int[ ] p8, int p9, double[ ] p10, int p11 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluUnProject:(DDD[DI[DI[II[DI)Z]
GLUgl2.gluUnProject ( double p1, double p2, double p3, DoubleBuffer p4, DoubleBuffer p5, IntBuffer p6, DoubleBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluUnProject:(DDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;Ljava/nio/DoubleBuffer;)Z]
GLUgl2.gluUnProject4 ( double p1, double p2, double p3, double p4, double[ ] p5, int p6, double[ ] p7, int p8, int[ ] p9, int p10, double p11, double p12, double[ ] p13, int p14 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluUnProject4:(DDDD[DI[DI[IIDD[DI)Z]
GLUgl2.gluUnProject4 ( double p1, double p2, double p3, double p4, DoubleBuffer p5, DoubleBuffer p6, IntBuffer p7, double p8, double p9, DoubleBuffer p10 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.gluUnProject4:(DDDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;DDLjava/nio/DoubleBuffer;)Z]
GLUgl2.isFunctionAvailable ( String p1 ) : boolean
[mangled: javax/media/opengl/glu/gl2/GLUgl2.isFunctionAvailable:(Ljava/lang/String;)Z]
jogl.sdk.jar, CompileShader.class
package com.jogamp.opengl.util.glsl.sdk
CompileShader.basename ( String p1 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.basename:(Ljava/lang/String;)Ljava/lang/String;]
CompileShader.CompileShader ( )
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader."<init>":()V]
CompileShader.dirname ( String p1 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.dirname:(Ljava/lang/String;)Ljava/lang/String;]
CompileShader.getBinaryFormat ( ) [abstract] : int
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.getBinaryFormat:()I]
CompileShader.getFragmentShaderCompiler ( ) [abstract] : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.getFragmentShaderCompiler:()Ljava/lang/String;]
CompileShader.getSDKCompilerDir ( ) [abstract] : File
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.getSDKCompilerDir:()Ljava/io/File;]
CompileShader.getVertexShaderCompiler ( ) [abstract] : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.getVertexShaderCompiler:()Ljava/lang/String;]
CompileShader.processOneShader ( String p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.processOneShader:(Ljava/lang/String;)V]
CompileShader.processOneShader ( String p1, String p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.processOneShader:(Ljava/lang/String;Ljava/lang/String;I)V]
CompileShader.run ( String[ ] p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShader.run:([Ljava/lang/String;)V]
jogl.sdk.jar, CompileShaderNVidia.class
package com.jogamp.opengl.util.glsl.sdk
CompileShaderNVidia.CompileShaderNVidia ( )
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia."<init>":()V]
CompileShaderNVidia.getBinaryFormat ( ) : int
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.getBinaryFormat:()I]
CompileShaderNVidia.getFragmentShaderCompiler ( ) : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.getFragmentShaderCompiler:()Ljava/lang/String;]
CompileShaderNVidia.getSDKCompilerDir ( ) : File
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.getSDKCompilerDir:()Ljava/io/File;]
CompileShaderNVidia.getVertexShaderCompiler ( ) : String
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.getVertexShaderCompiler:()Ljava/lang/String;]
CompileShaderNVidia.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/sdk/CompileShaderNVidia.main:([Ljava/lang/String;)V]
jogl.test.jar, AWTFocusAdapter.class
package com.jogamp.test.junit.util
AWTFocusAdapter.AWTFocusAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter."<init>":(Ljava/lang/String;)V]
AWTFocusAdapter.focusGained ( FocusEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter.focusGained:(Ljava/awt/event/FocusEvent;)V]
AWTFocusAdapter.focusLost ( FocusEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter.focusLost:(Ljava/awt/event/FocusEvent;)V]
AWTFocusAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter.getCount:()I]
AWTFocusAdapter.getWasTemporary ( ) : boolean
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter.getWasTemporary:()Z]
AWTFocusAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/AWTFocusAdapter.reset:()V]
jogl.test.jar, AWTKeyAdapter.class
package com.jogamp.test.junit.util
AWTKeyAdapter.AWTKeyAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/AWTKeyAdapter."<init>":(Ljava/lang/String;)V]
AWTKeyAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/AWTKeyAdapter.getCount:()I]
AWTKeyAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/AWTKeyAdapter.keyTyped:(Ljava/awt/event/KeyEvent;)V]
AWTKeyAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/AWTKeyAdapter.reset:()V]
jogl.test.jar, AWTMouseAdapter.class
package com.jogamp.test.junit.util
AWTMouseAdapter.AWTMouseAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/AWTMouseAdapter."<init>":(Ljava/lang/String;)V]
AWTMouseAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/AWTMouseAdapter.getCount:()I]
AWTMouseAdapter.mouseClicked ( MouseEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/AWTMouseAdapter.mouseClicked:(Ljava/awt/event/MouseEvent;)V]
AWTMouseAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/AWTMouseAdapter.reset:()V]
jogl.test.jar, AWTRobotUtil.class
package com.jogamp.test.junit.util
AWTRobotUtil.AWTRobotUtil ( )
[mangled: com/jogamp/test/junit/util/AWTRobotUtil."<init>":()V]
AWTRobotUtil.centerMouse ( Robot p1, Object p2 ) [static] : void
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.centerMouse:(Ljava/awt/Robot;Ljava/lang/Object;)V]
AWTRobotUtil.getCenterLocation ( Object p1, boolean p2 ) [static] : Point
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.getCenterLocation:(Ljava/lang/Object;Z)Ljava/awt/Point;]
AWTRobotUtil.requestFocus ( Robot p1, Object p2 ) [static] : void
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.requestFocus:(Ljava/awt/Robot;Ljava/lang/Object;)V]
AWTRobotUtil.requestFocusAndWait ( Robot p1, Object p2, Object p3 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.requestFocusAndWait:(Ljava/awt/Robot;Ljava/lang/Object;Ljava/lang/Object;)Z]
AWTRobotUtil.requestFocusAndWait ( Robot p1, Object p2, Object p3, EventCountAdapter p4, EventCountAdapter p5 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.requestFocusAndWait:(Ljava/awt/Robot;Ljava/lang/Object;Ljava/lang/Object;Lcom/jogamp/test/junit/util/EventCountAdapter;Lcom/jogamp/test/junit/util/EventCountAdapter;)Z]
AWTRobotUtil.testKeyType ( Robot p1, int p2, Object p3, EventCountAdapter p4 ) [static] : int
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.testKeyType:(Ljava/awt/Robot;ILjava/lang/Object;Lcom/jogamp/test/junit/util/EventCountAdapter;)I]
AWTRobotUtil.testMouseClick ( Robot p1, int p2, int p3, Object p4, EventCountAdapter p5 ) [static] : int
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.testMouseClick:(Ljava/awt/Robot;IILjava/lang/Object;Lcom/jogamp/test/junit/util/EventCountAdapter;)I]
AWTRobotUtil.toFront ( Robot p1, Window p2 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.toFront:(Ljava/awt/Robot;Ljava/awt/Window;)Z]
AWTRobotUtil.waitForCount ( int p1, EventCountAdapter p2 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.waitForCount:(ILcom/jogamp/test/junit/util/EventCountAdapter;)Z]
AWTRobotUtil.waitForFocus ( Object p1 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.waitForFocus:(Ljava/lang/Object;)Z]
AWTRobotUtil.waitForFocus ( Object p1, int p2, EventCountAdapter p3, int p4, EventCountAdapter p5 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/AWTRobotUtil.waitForFocus:(Ljava/lang/Object;ILcom/jogamp/test/junit/util/EventCountAdapter;ILcom/jogamp/test/junit/util/EventCountAdapter;)Z]
jogl.test.jar, DumpVersion.class
package com.jogamp.test.junit.util
DumpVersion.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/util/DumpVersion.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpVersion.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/util/DumpVersion.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpVersion.DumpVersion ( )
[mangled: com/jogamp/test/junit/util/DumpVersion."<init>":()V]
DumpVersion.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/util/DumpVersion.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpVersion.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/util/DumpVersion.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, EventCountAdapter.class
package com.jogamp.test.junit.util
EventCountAdapter.getCount ( ) [abstract] : int
[mangled: com/jogamp/test/junit/util/EventCountAdapter.getCount:()I]
EventCountAdapter.reset ( ) [abstract] : void
[mangled: com/jogamp/test/junit/util/EventCountAdapter.reset:()V]
jogl.test.jar, EventCountAdapterUtil.class
package com.jogamp.test.junit.util
EventCountAdapterUtil.EventCountAdapterUtil ( )
[mangled: com/jogamp/test/junit/util/EventCountAdapterUtil."<init>":()V]
EventCountAdapterUtil.reset ( EventCountAdapter[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/util/EventCountAdapterUtil.reset:([Lcom/jogamp/test/junit/util/EventCountAdapter;)V]
EventCountAdapterUtil.reset ( List p1 ) [static] : void
[mangled: com/jogamp/test/junit/util/EventCountAdapterUtil.reset:(Ljava/util/List;)V]
jogl.test.jar, Gears.class
package com.jogamp.test.junit.jogl.demos.gl2.gears
Gears.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Gears.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
Gears.gear ( GL2 p1, float p2, float p3, float p4, int p5, float p6 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.gear:(Ljavax/media/opengl/GL2;FFFIF)V]
Gears.Gears ( )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears."<init>":()V]
Gears.Gears ( int p1 )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears."<init>":(I)V]
Gears.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
Gears.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/Gears.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, GLRunnableDummy.class
package com.jogamp.test.junit.newt.parenting
GLRunnableDummy.GLRunnableDummy ( )
[mangled: com/jogamp/test/junit/newt/parenting/GLRunnableDummy."<init>":()V]
GLRunnableDummy.run ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/newt/parenting/GLRunnableDummy.run:(Ljavax/media/opengl/GLAutoDrawable;)V]
jogl.test.jar, GLSLSimpleProgram.class
package com.jogamp.test.junit.util
GLSLSimpleProgram.create ( GL2ES2 p1, String p2, String p3, boolean p4 ) [static] : GLSLSimpleProgram
[mangled: com/jogamp/test/junit/util/GLSLSimpleProgram.create:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;Ljava/lang/String;Z)Lcom/jogamp/test/junit/util/GLSLSimpleProgram;]
GLSLSimpleProgram.getFragShader ( ) : int
[mangled: com/jogamp/test/junit/util/GLSLSimpleProgram.getFragShader:()I]
GLSLSimpleProgram.getShaderProgram ( ) : int
[mangled: com/jogamp/test/junit/util/GLSLSimpleProgram.getShaderProgram:()I]
GLSLSimpleProgram.getVertShader ( ) : int
[mangled: com/jogamp/test/junit/util/GLSLSimpleProgram.getVertShader:()I]
GLSLSimpleProgram.release ( GL2ES2 p1 ) : void
[mangled: com/jogamp/test/junit/util/GLSLSimpleProgram.release:(Ljavax/media/opengl/GL2ES2;)V]
jogl.test.jar, MiscUtils.class
package com.jogamp.test.junit.util
MiscUtils.atoi ( String p1, int p2 ) [static] : int
[mangled: com/jogamp/test/junit/util/MiscUtils.atoi:(Ljava/lang/String;I)I]
MiscUtils.MiscUtils ( )
[mangled: com/jogamp/test/junit/util/MiscUtils."<init>":()V]
MiscUtils.setFieldIfExists ( Object p1, String p2, Object p3 ) [static] : boolean
[mangled: com/jogamp/test/junit/util/MiscUtils.setFieldIfExists:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Z]
jogl.test.jar, NEWTFocusAdapter.class
package com.jogamp.test.junit.util
NEWTFocusAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/NEWTFocusAdapter.getCount:()I]
NEWTFocusAdapter.NEWTFocusAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/NEWTFocusAdapter."<init>":(Ljava/lang/String;)V]
NEWTFocusAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/NEWTFocusAdapter.reset:()V]
NEWTFocusAdapter.windowGainedFocus ( WindowEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/NEWTFocusAdapter.windowGainedFocus:(Lcom/jogamp/newt/event/WindowEvent;)V]
NEWTFocusAdapter.windowLostFocus ( WindowEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/NEWTFocusAdapter.windowLostFocus:(Lcom/jogamp/newt/event/WindowEvent;)V]
jogl.test.jar, NEWTKeyAdapter.class
package com.jogamp.test.junit.util
NEWTKeyAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/NEWTKeyAdapter.getCount:()I]
NEWTKeyAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/NEWTKeyAdapter.keyTyped:(Lcom/jogamp/newt/event/KeyEvent;)V]
NEWTKeyAdapter.NEWTKeyAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/NEWTKeyAdapter."<init>":(Ljava/lang/String;)V]
NEWTKeyAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/NEWTKeyAdapter.reset:()V]
jogl.test.jar, NEWTMouseAdapter.class
package com.jogamp.test.junit.util
NEWTMouseAdapter.getCount ( ) : int
[mangled: com/jogamp/test/junit/util/NEWTMouseAdapter.getCount:()I]
NEWTMouseAdapter.mouseClicked ( MouseEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/NEWTMouseAdapter.mouseClicked:(Lcom/jogamp/newt/event/MouseEvent;)V]
NEWTMouseAdapter.NEWTMouseAdapter ( String p1 )
[mangled: com/jogamp/test/junit/util/NEWTMouseAdapter."<init>":(Ljava/lang/String;)V]
NEWTMouseAdapter.reset ( ) : void
[mangled: com/jogamp/test/junit/util/NEWTMouseAdapter.reset:()V]
jogl.test.jar, QuitAdapter.class
package com.jogamp.test.junit.util
QuitAdapter.keyPressed ( KeyEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/QuitAdapter.keyPressed:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.keyReleased ( KeyEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/QuitAdapter.keyReleased:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/QuitAdapter.keyTyped:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.QuitAdapter ( )
[mangled: com/jogamp/test/junit/util/QuitAdapter."<init>":()V]
QuitAdapter.shouldQuit ( ) : boolean
[mangled: com/jogamp/test/junit/util/QuitAdapter.shouldQuit:()Z]
QuitAdapter.windowDestroyNotify ( WindowEvent p1 ) : void
[mangled: com/jogamp/test/junit/util/QuitAdapter.windowDestroyNotify:(Lcom/jogamp/newt/event/WindowEvent;)V]
jogl.test.jar, ReadBuffer2File.class
package com.jogamp.test.junit.jogl.offscreen
ReadBuffer2File.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2File.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2File.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2File.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2File.ReadBuffer2File ( GLDrawable p1 )
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2File."<init>":(Ljavax/media/opengl/GLDrawable;)V]
jogl.test.jar, ReadBuffer2Screen.class
package com.jogamp.test.junit.jogl.offscreen
ReadBuffer2Screen.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.ReadBuffer2Screen ( GLDrawable p1 )
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen."<init>":(Ljavax/media/opengl/GLDrawable;)V]
ReadBuffer2Screen.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBuffer2Screen.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, ReadBufferBase.class
package com.jogamp.test.junit.jogl.offscreen
ReadBufferBase.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.ReadBufferBase ( GLDrawable p1 )
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferBase."<init>":(Ljavax/media/opengl/GLDrawable;)V]
ReadBufferBase.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, ReadBufferUtil.class
package com.jogamp.test.junit.jogl.offscreen
ReadBufferUtil.dispose ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.dispose:()V]
ReadBufferUtil.fetchOffscreenTexture ( GLDrawable p1, GL p2 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.fetchOffscreenTexture:(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GL;)V]
ReadBufferUtil.getPixelBuffer ( ) : Buffer
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.getPixelBuffer:()Ljava/nio/Buffer;]
ReadBufferUtil.getTexture ( ) : Texture
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.getTexture:()Lcom/jogamp/opengl/util/texture/Texture;]
ReadBufferUtil.getTextureData ( ) : TextureData
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.getTextureData:()Lcom/jogamp/opengl/util/texture/TextureData;]
ReadBufferUtil.isValid ( ) : boolean
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.isValid:()Z]
ReadBufferUtil.ReadBufferUtil ( )
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil."<init>":()V]
ReadBufferUtil.rewindPixelBuffer ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/ReadBufferUtil.rewindPixelBuffer:()V]
jogl.test.jar, RedSquare.class
package com.jogamp.test.junit.jogl.demos.es1
RedSquare.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.RedSquare ( )
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare."<init>":()V]
RedSquare.RedSquare ( boolean p1 )
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare."<init>":(Z)V]
RedSquare.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es1/RedSquare.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, RedSquare0.class
package com.jogamp.test.junit.jogl.demos.es2
RedSquare0.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es2/RedSquare0.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es2/RedSquare0.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es2/RedSquare0.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.RedSquare0 ( )
[mangled: com/jogamp/test/junit/jogl/demos/es2/RedSquare0."<init>":()V]
RedSquare0.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/es2/RedSquare0.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, RedSquareShader.class
package com.jogamp.test.junit.jogl.demos.es2.shader
RedSquareShader.RedSquareShader ( )
[mangled: com/jogamp/test/junit/jogl/demos/es2/shader/RedSquareShader."<init>":()V]
jogl.test.jar, SingletonInstance.class
package com.jogamp.test.junit.util
SingletonInstance.getCanonicalTempLockFilePath ( String p1 ) [static] : String
[mangled: com/jogamp/test/junit/util/SingletonInstance.getCanonicalTempLockFilePath:(Ljava/lang/String;)Ljava/lang/String;]
SingletonInstance.getCanonicalTempPath ( ) [static] : String
[mangled: com/jogamp/test/junit/util/SingletonInstance.getCanonicalTempPath:()Ljava/lang/String;]
SingletonInstance.isLocked ( ) : boolean
[mangled: com/jogamp/test/junit/util/SingletonInstance.isLocked:()Z]
SingletonInstance.lock ( long p1, long p2 ) : void
[mangled: com/jogamp/test/junit/util/SingletonInstance.lock:(JJ)V]
SingletonInstance.SingletonInstance ( File p1 )
[mangled: com/jogamp/test/junit/util/SingletonInstance."<init>":(Ljava/io/File;)V]
SingletonInstance.SingletonInstance ( String p1 )
[mangled: com/jogamp/test/junit/util/SingletonInstance."<init>":(Ljava/lang/String;)V]
SingletonInstance.tryLock ( ) : boolean
[mangled: com/jogamp/test/junit/util/SingletonInstance.tryLock:()Z]
SingletonInstance.unlock ( ) : boolean
[mangled: com/jogamp/test/junit/util/SingletonInstance.unlock:()Z]
jogl.test.jar, Surface2File.class
package com.jogamp.test.junit.jogl.offscreen
Surface2File.dispose ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/Surface2File.dispose:()V]
Surface2File.Surface2File ( )
[mangled: com/jogamp/test/junit/jogl/offscreen/Surface2File."<init>":()V]
Surface2File.surface2File ( String p1 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/Surface2File.surface2File:(Ljava/lang/String;)V]
Surface2File.surfaceUpdated ( Object p1, NativeSurface p2, long p3 ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/Surface2File.surfaceUpdated:(Ljava/lang/Object;Ljavax/media/nativewindow/NativeSurface;J)V]
jogl.test.jar, TestAWT01GLn.class
package com.jogamp.test.junit.jogl.awt
TestAWT01GLn.init ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.init:()V]
TestAWT01GLn.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.main:([Ljava/lang/String;)V]
TestAWT01GLn.release ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.release:()V]
TestAWT01GLn.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestAWT01GLn.startup ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.startup:()V]
TestAWT01GLn.test01GLDefault ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.test01GLDefault:()V]
TestAWT01GLn.test03GLMaxFixed ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn.test03GLMaxFixed:()V]
TestAWT01GLn.TestAWT01GLn ( )
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT01GLn."<init>":()V]
jogl.test.jar, TestAWT02WindowClosing.class
package com.jogamp.test.junit.jogl.awt
TestAWT02WindowClosing.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.initClass:()V]
TestAWT02WindowClosing.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.main:([Ljava/lang/String;)V]
TestAWT02WindowClosing.test01WindowClosing ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing.test01WindowClosing:()V]
TestAWT02WindowClosing.TestAWT02WindowClosing ( )
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT02WindowClosing."<init>":()V]
jogl.test.jar, TestCloseNewtAWT.class
package com.jogamp.test.junit.newt
TestCloseNewtAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestCloseNewtAWT.main:([Ljava/lang/String;)V]
TestCloseNewtAWT.TestCloseNewtAWT ( )
[mangled: com/jogamp/test/junit/newt/TestCloseNewtAWT."<init>":()V]
TestCloseNewtAWT.testCloseNewtAWT ( ) : void
[mangled: com/jogamp/test/junit/newt/TestCloseNewtAWT.testCloseNewtAWT:()V]
jogl.test.jar, TestDisplayLifecycle01NEWT.class
package com.jogamp.test.junit.newt
TestDisplayLifecycle01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle01NEWT.initClass:()V]
TestDisplayLifecycle01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle01NEWT.main:([Ljava/lang/String;)V]
TestDisplayLifecycle01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestDisplayLifecycle01NEWT.testDisplayCreate01_AutoDestroyLifecycle ( ) : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle01NEWT.testDisplayCreate01_AutoDestroyLifecycle:()V]
TestDisplayLifecycle01NEWT.TestDisplayLifecycle01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle01NEWT."<init>":()V]
jogl.test.jar, TestDisplayLifecycle02NEWT.class
package com.jogamp.test.junit.newt
TestDisplayLifecycle02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT.initClass:()V]
TestDisplayLifecycle02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT.main:([Ljava/lang/String;)V]
TestDisplayLifecycle02NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestDisplayLifecycle02NEWT.testDisplayCreate01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT.testDisplayCreate01:()V]
TestDisplayLifecycle02NEWT.testDisplayCreate02 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT.testDisplayCreate02:()V]
TestDisplayLifecycle02NEWT.TestDisplayLifecycle02NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestDisplayLifecycle02NEWT."<init>":()V]
jogl.test.jar, TestDrawable01NEWT.class
package com.jogamp.test.junit.jogl.drawable
TestDrawable01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.initClass:()V]
TestDrawable01NEWT.initTest ( ) : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.initTest:()V]
TestDrawable01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.main:([Ljava/lang/String;)V]
TestDrawable01NEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.releaseClass:()V]
TestDrawable01NEWT.TestDrawable01NEWT ( )
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT."<init>":()V]
TestDrawable01NEWT.testOnScreenDecorated ( ) : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.testOnScreenDecorated:()V]
TestDrawable01NEWT.testOnScreenUndecorated ( ) : void
[mangled: com/jogamp/test/junit/jogl/drawable/TestDrawable01NEWT.testOnScreenUndecorated:()V]
jogl.test.jar, TestEventSourceNotAWTBug.class
package com.jogamp.test.junit.newt
TestEventSourceNotAWTBug.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestEventSourceNotAWTBug.initClass:()V]
TestEventSourceNotAWTBug.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestEventSourceNotAWTBug.main:([Ljava/lang/String;)V]
TestEventSourceNotAWTBug.TestEventSourceNotAWTBug ( )
[mangled: com/jogamp/test/junit/newt/TestEventSourceNotAWTBug."<init>":()V]
TestEventSourceNotAWTBug.testEventSourceNotNewtBug ( ) : void
[mangled: com/jogamp/test/junit/newt/TestEventSourceNotAWTBug.testEventSourceNotNewtBug:()V]
jogl.test.jar, TestFocus01SwingAWTRobot.class
package com.jogamp.test.junit.newt
TestFocus01SwingAWTRobot.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.initClass:()V]
TestFocus01SwingAWTRobot.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.main:([Ljava/lang/String;)V]
TestFocus01SwingAWTRobot.release ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.release:()V]
TestFocus01SwingAWTRobot.testFocus01ProgrFocus ( ) : void
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.testFocus01ProgrFocus:()V]
TestFocus01SwingAWTRobot.TestFocus01SwingAWTRobot ( )
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot."<init>":()V]
TestFocus01SwingAWTRobot.testFocus02RobotFocus ( ) : void
[mangled: com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.testFocus02RobotFocus:()V]
jogl.test.jar, TestFocus02SwingAWTRobot.class
package com.jogamp.test.junit.newt
TestFocus02SwingAWTRobot.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.initClass:()V]
TestFocus02SwingAWTRobot.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.main:([Ljava/lang/String;)V]
TestFocus02SwingAWTRobot.release ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.release:()V]
TestFocus02SwingAWTRobot.testFocus01ProgrFocus ( ) : void
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.testFocus01ProgrFocus:()V]
TestFocus02SwingAWTRobot.testFocus02RobotFocus ( ) : void
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.testFocus02RobotFocus:()V]
TestFocus02SwingAWTRobot.TestFocus02SwingAWTRobot ( )
[mangled: com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot."<init>":()V]
jogl.test.jar, TestGearsAWT.class
package com.jogamp.test.junit.jogl.demos.gl2.gears
TestGearsAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.initClass:()V]
TestGearsAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.main:([Ljava/lang/String;)V]
TestGearsAWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.releaseClass:()V]
TestGearsAWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsAWT.test01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.test01:()V]
TestGearsAWT.TestGearsAWT ( )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT."<init>":()V]
jogl.test.jar, TestGearsGLJPanelAWT.class
package com.jogamp.test.junit.jogl.demos.gl2.gears
TestGearsGLJPanelAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.initClass:()V]
TestGearsGLJPanelAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.main:([Ljava/lang/String;)V]
TestGearsGLJPanelAWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.releaseClass:()V]
TestGearsGLJPanelAWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsGLJPanelAWT.test01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.test01:()V]
TestGearsGLJPanelAWT.TestGearsGLJPanelAWT ( )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT."<init>":()V]
jogl.test.jar, TestGearsNEWT.class
package com.jogamp.test.junit.jogl.demos.gl2.gears.newt
TestGearsNEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.initClass:()V]
TestGearsNEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.main:([Ljava/lang/String;)V]
TestGearsNEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.releaseClass:()V]
TestGearsNEWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsNEWT.test01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.test01:()V]
TestGearsNEWT.TestGearsNEWT ( )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT."<init>":()V]
jogl.test.jar, TestGearsNewtAWTWrapper.class
package com.jogamp.test.junit.jogl.demos.gl2.gears.newt
TestGearsNewtAWTWrapper.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.initClass:()V]
TestGearsNewtAWTWrapper.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.main:([Ljava/lang/String;)V]
TestGearsNewtAWTWrapper.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.releaseClass:()V]
TestGearsNewtAWTWrapper.runTestGL ( GLCapabilitiesImmutable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.runTestGL:(Ljavax/media/opengl/GLCapabilitiesImmutable;)V]
TestGearsNewtAWTWrapper.test01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.test01:()V]
TestGearsNewtAWTWrapper.TestGearsNewtAWTWrapper ( )
[mangled: com/jogamp/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper."<init>":()V]
jogl.test.jar, TestGLProfile01NEWT.class
package com.jogamp.test.junit.jogl.acore
TestGLProfile01NEWT.dumpVersion ( GLProfile p1 ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.dumpVersion:(Ljavax/media/opengl/GLProfile;)V]
TestGLProfile01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.initClass:()V]
TestGLProfile01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.main:([Ljava/lang/String;)V]
TestGLProfile01NEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.releaseClass:()V]
TestGLProfile01NEWT.test01GLProfileDefault ( ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.test01GLProfileDefault:()V]
TestGLProfile01NEWT.test02GLProfileMaxFixedFunc ( ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.test02GLProfileMaxFixedFunc:()V]
TestGLProfile01NEWT.test03GLProfileMaxProgrammable ( ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.test03GLProfileMaxProgrammable:()V]
TestGLProfile01NEWT.test04GLProfileGL2ES1 ( ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.test04GLProfileGL2ES1:()V]
TestGLProfile01NEWT.test05GLProfileGL2ES2 ( ) : void
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT.test05GLProfileGL2ES2:()V]
TestGLProfile01NEWT.TestGLProfile01NEWT ( )
[mangled: com/jogamp/test/junit/jogl/acore/TestGLProfile01NEWT."<init>":()V]
jogl.test.jar, TestGLSLSimple01NEWT.class
package com.jogamp.test.junit.jogl.glsl
TestGLSLSimple01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.initClass:()V]
TestGLSLSimple01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.main:([Ljava/lang/String;)V]
TestGLSLSimple01NEWT.tearDownClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.tearDownClass:()V]
TestGLSLSimple01NEWT.testGLSLCompilation01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.testGLSLCompilation01:()V]
TestGLSLSimple01NEWT.TestGLSLSimple01NEWT ( )
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT."<init>":()V]
TestGLSLSimple01NEWT.testGLSLUse01 ( ) : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.testGLSLUse01:()V]
jogl.test.jar, TestGLWindows00NEWT.class
package com.jogamp.test.junit.newt
TestGLWindows00NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows00NEWT.initClass:()V]
TestGLWindows00NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows00NEWT.main:([Ljava/lang/String;)V]
TestGLWindows00NEWT.TestGLWindows00NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestGLWindows00NEWT."<init>":()V]
TestGLWindows00NEWT.testWindow00 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows00NEWT.testWindow00:()V]
jogl.test.jar, TestGLWindows01NEWT.class
package com.jogamp.test.junit.newt
TestGLWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.initClass:()V]
TestGLWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.main:([Ljava/lang/String;)V]
TestGLWindows01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestGLWindows01NEWT.TestGLWindows01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT."<init>":()V]
TestGLWindows01NEWT.testWindowDecor01aSimple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowDecor01aSimple:()V]
TestGLWindows01NEWT.testWindowDecor01bSimple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowDecor01bSimple:()V]
TestGLWindows01NEWT.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowDecor02DestroyWinTwiceA:()V]
TestGLWindows01NEWT.testWindowDecor03TwoWinOneDisplay ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowDecor03TwoWinOneDisplay:()V]
TestGLWindows01NEWT.testWindowDecor03TwoWinTwoDisplays ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowDecor03TwoWinTwoDisplays:()V]
TestGLWindows01NEWT.testWindowNativeRecreate01aSimple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowNativeRecreate01aSimple:()V]
TestGLWindows01NEWT.testWindowNativeRecreate01bSimple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows01NEWT.testWindowNativeRecreate01bSimple:()V]
jogl.test.jar, TestGLWindows02NEWTAnimated.class
package com.jogamp.test.junit.newt
TestGLWindows02NEWTAnimated.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.initClass:()V]
TestGLWindows02NEWTAnimated.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.main:([Ljava/lang/String;)V]
TestGLWindows02NEWTAnimated.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestGLWindows02NEWTAnimated.TestGLWindows02NEWTAnimated ( )
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated."<init>":()V]
TestGLWindows02NEWTAnimated.testWindowDecor01Simple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor01Simple:()V]
TestGLWindows02NEWTAnimated.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor02DestroyWinTwiceA:()V]
TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinOneDisplay ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinOneDisplay:()V]
TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinTwoDisplays ( ) : void
[mangled: com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinTwoDisplays:()V]
jogl.test.jar, TestListenerCom01AWT.class
package com.jogamp.test.junit.newt
TestListenerCom01AWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestListenerCom01AWT.initClass:()V]
TestListenerCom01AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestListenerCom01AWT.main:([Ljava/lang/String;)V]
TestListenerCom01AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestListenerCom01AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestListenerCom01AWT.TestListenerCom01AWT ( )
[mangled: com/jogamp/test/junit/newt/TestListenerCom01AWT."<init>":()V]
TestListenerCom01AWT.testListenerStringPassingAndOrder ( ) : void
[mangled: com/jogamp/test/junit/newt/TestListenerCom01AWT.testListenerStringPassingAndOrder:()V]
jogl.test.jar, TestMultisampleAWT.class
package com.jogamp.test.junit.jogl.caps
TestMultisampleAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleAWT.main:([Ljava/lang/String;)V]
TestMultisampleAWT.testMultiSampleAA4 ( ) : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleAWT.testMultiSampleAA4:()V]
TestMultisampleAWT.TestMultisampleAWT ( )
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleAWT."<init>":()V]
TestMultisampleAWT.testMultiSampleNone ( ) : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleAWT.testMultiSampleNone:()V]
jogl.test.jar, TestMultisampleNEWT.class
package com.jogamp.test.junit.jogl.caps
TestMultisampleNEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleNEWT.main:([Ljava/lang/String;)V]
TestMultisampleNEWT.testMultiSampleAA4 ( ) : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleNEWT.testMultiSampleAA4:()V]
TestMultisampleNEWT.TestMultisampleNEWT ( )
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleNEWT."<init>":()V]
TestMultisampleNEWT.testMultiSampleNone ( ) : void
[mangled: com/jogamp/test/junit/jogl/caps/TestMultisampleNEWT.testMultiSampleNone:()V]
jogl.test.jar, TestOffscreen01NEWT.class
package com.jogamp.test.junit.jogl.offscreen
TestOffscreen01NEWT.init ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.init:()V]
TestOffscreen01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.initClass:()V]
TestOffscreen01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.main:([Ljava/lang/String;)V]
TestOffscreen01NEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.releaseClass:()V]
TestOffscreen01NEWT.test01aOffscreenWindowPBuffer ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01aOffscreenWindowPBuffer:()V]
TestOffscreen01NEWT.test01bOffscreenWindowPBufferStencil ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01bOffscreenWindowPBufferStencil:()V]
TestOffscreen01NEWT.test01cOffscreenWindowPBuffer555 ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01cOffscreenWindowPBuffer555:()V]
TestOffscreen01NEWT.test01cOffscreenWindowPBufferStencilAlpha ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01cOffscreenWindowPBufferStencilAlpha:()V]
TestOffscreen01NEWT.test02Offscreen3Windows1DisplayPBuffer ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test02Offscreen3Windows1DisplayPBuffer:()V]
TestOffscreen01NEWT.test03Offscreen3Windows3DisplaysPBuffer ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test03Offscreen3Windows3DisplaysPBuffer:()V]
TestOffscreen01NEWT.test04OffscreenSnapshotWithDemoPBuffer ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test04OffscreenSnapshotWithDemoPBuffer:()V]
TestOffscreen01NEWT.test11OffscreenWindowPixmap ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test11OffscreenWindowPixmap:()V]
TestOffscreen01NEWT.test14OffscreenSnapshotWithDemoPixmap ( ) : void
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT.test14OffscreenSnapshotWithDemoPixmap:()V]
TestOffscreen01NEWT.TestOffscreen01NEWT ( )
[mangled: com/jogamp/test/junit/jogl/offscreen/TestOffscreen01NEWT."<init>":()V]
jogl.test.jar, TestParenting01aAWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting01aAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.initClass:()V]
TestParenting01aAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.main:([Ljava/lang/String;)V]
TestParenting01aAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01aAWT.TestParenting01aAWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT."<init>":()V]
TestParenting01aAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy2Defered ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy2Defered:()V]
TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy3Odd ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy3Odd:()V]
TestParenting01aAWT.testWindowParenting03ReparentNewtWin2Top ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting03ReparentNewtWin2Top:()V]
TestParenting01aAWT.testWindowParenting04ReparentNewtWin2TopLayouted ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting04ReparentNewtWin2TopLayouted:()V]
TestParenting01aAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01bAWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting01bAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.initClass:()V]
TestParenting01bAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.main:([Ljava/lang/String;)V]
TestParenting01bAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01bAWT.TestParenting01bAWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT."<init>":()V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameFPS25Animator ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameFPS25Animator:()V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameImpl ( int p1 ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameImpl:(I)V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameStdAnimator ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameStdAnimator:()V]
jogl.test.jar, TestParenting01cAWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting01cAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.initClass:()V]
TestParenting01cAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.main:([Ljava/lang/String;)V]
TestParenting01cAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01cAWT.TestParenting01cAWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT."<init>":()V]
TestParenting01cAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01cAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01cSwingAWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting01cSwingAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.initClass:()V]
TestParenting01cSwingAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.main:([Ljava/lang/String;)V]
TestParenting01cSwingAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01cSwingAWT.TestParenting01cSwingAWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT."<init>":()V]
TestParenting01cSwingAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01cSwingAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01cSwingAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01NEWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.initClass:()V]
TestParenting01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.main:([Ljava/lang/String;)V]
TestParenting01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01NEWT.TestParenting01NEWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT."<init>":()V]
TestParenting01NEWT.testWindowParenting01CreateVisibleDestroy ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting01CreateVisibleDestroy:()V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinImpl ( boolean p1 ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinImpl:(Z)V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentNative ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentNative:()V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentRecreate ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentRecreate:()V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopImpl ( boolean p1 ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopImpl:(Z)V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentNative ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentNative:()V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentRecreate ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentRecreate:()V]
jogl.test.jar, TestParenting02AWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting02AWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.initClass:()V]
TestParenting02AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.main:([Ljava/lang/String;)V]
TestParenting02AWT.runNewtChildOnAWTParent ( boolean p1, boolean p2 ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.runNewtChildOnAWTParent:(ZZ)V]
TestParenting02AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting02AWT.TestParenting02AWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT."<init>":()V]
TestParenting02AWT.testWindowParenting01NewtChildOnAWTParentLayouted ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting01NewtChildOnAWTParentLayouted:()V]
TestParenting02AWT.testWindowParenting02NewtChildOnAWTParentLayoutedDef ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting02NewtChildOnAWTParentLayoutedDef:()V]
TestParenting02AWT.testWindowParenting03NewtChildOnAWTParentDirect ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting03NewtChildOnAWTParentDirect:()V]
TestParenting02AWT.testWindowParenting04NewtChildOnAWTParentDirectDef ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting04NewtChildOnAWTParentDirectDef:()V]
jogl.test.jar, TestParenting02NEWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.initClass:()V]
TestParenting02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.main:([Ljava/lang/String;)V]
TestParenting02NEWT.setDemoFields ( GLEventListener p1, Window p2, GLWindow p3, boolean p4 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/Window;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting02NEWT.TestParenting02NEWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02NEWT."<init>":()V]
TestParenting02NEWT.testWindowParenting01NewtOnNewtParentChildDraw ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting02NEWT.testWindowParenting01NewtOnNewtParentChildDraw:()V]
jogl.test.jar, TestParenting03AWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting03AWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT.initClass:()V]
TestParenting03AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT.main:([Ljava/lang/String;)V]
TestParenting03AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting03AWT.TestParenting03AWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT."<init>":()V]
TestParenting03AWT.testWindowParenting1AWTOneNewtChild ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT.testWindowParenting1AWTOneNewtChild:()V]
TestParenting03AWT.testWindowParenting1AWTOneNewtChild01 ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03AWT.testWindowParenting1AWTOneNewtChild01:()V]
jogl.test.jar, TestParenting03bAWT.class
package com.jogamp.test.junit.newt.parenting
TestParenting03bAWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT.initClass:()V]
TestParenting03bAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT.main:([Ljava/lang/String;)V]
TestParenting03bAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting03bAWT.TestParenting03bAWT ( )
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT."<init>":()V]
TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds:()V]
TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds01 ( ) : void
[mangled: com/jogamp/test/junit/newt/parenting/TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds01:()V]
jogl.test.jar, TestRemoteGLWindows01NEWT.class
package com.jogamp.test.junit.newt
TestRemoteGLWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestRemoteGLWindows01NEWT.initClass:()V]
TestRemoteGLWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestRemoteGLWindows01NEWT.main:([Ljava/lang/String;)V]
TestRemoteGLWindows01NEWT.TestRemoteGLWindows01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestRemoteGLWindows01NEWT."<init>":()V]
TestRemoteGLWindows01NEWT.testRemoteWindow01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestRemoteGLWindows01NEWT.testRemoteWindow01:()V]
jogl.test.jar, TestRemoteWindow01NEWT.class
package com.jogamp.test.junit.newt
TestRemoteWindow01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.initClass:()V]
TestRemoteWindow01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.main:([Ljava/lang/String;)V]
TestRemoteWindow01NEWT.testRemoteWindow01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestRemoteWindow01NEWT.testRemoteWindow01:()V]
TestRemoteWindow01NEWT.TestRemoteWindow01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestRemoteWindow01NEWT."<init>":()V]
jogl.test.jar, TestScreenMode00NEWT.class
package com.jogamp.test.junit.newt
TestScreenMode00NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode00NEWT.initClass:()V]
TestScreenMode00NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode00NEWT.main:([Ljava/lang/String;)V]
TestScreenMode00NEWT.TestScreenMode00NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestScreenMode00NEWT."<init>":()V]
TestScreenMode00NEWT.testScreenModeInfo00 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode00NEWT.testScreenModeInfo00:()V]
TestScreenMode00NEWT.testScreenModeInfo01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode00NEWT.testScreenModeInfo01:()V]
jogl.test.jar, TestScreenMode01NEWT.class
package com.jogamp.test.junit.newt
TestScreenMode01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.initClass:()V]
TestScreenMode01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.main:([Ljava/lang/String;)V]
TestScreenMode01NEWT.testFullscreenChange01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.testFullscreenChange01:()V]
TestScreenMode01NEWT.TestScreenMode01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT."<init>":()V]
TestScreenMode01NEWT.testScreenModeChange01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.testScreenModeChange01:()V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Impl ( boolean p1 ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Impl:(Z)V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Post ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Post:()V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Pre ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Pre:()V]
jogl.test.jar, TestScreenMode02NEWT.class
package com.jogamp.test.junit.newt
TestScreenMode02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode02NEWT.initClass:()V]
TestScreenMode02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode02NEWT.main:([Ljava/lang/String;)V]
TestScreenMode02NEWT.TestScreenMode02NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestScreenMode02NEWT."<init>":()V]
TestScreenMode02NEWT.testScreenRotationChange01 ( ) : void
[mangled: com/jogamp/test/junit/newt/TestScreenMode02NEWT.testScreenRotationChange01:()V]
jogl.test.jar, TestSwingAWT01GLn.class
package com.jogamp.test.junit.jogl.awt
TestSwingAWT01GLn.init ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.init:()V]
TestSwingAWT01GLn.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.main:([Ljava/lang/String;)V]
TestSwingAWT01GLn.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestSwingAWT01GLn.startup ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.startup:()V]
TestSwingAWT01GLn.test01GLDefault ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.test01GLDefault:()V]
TestSwingAWT01GLn.test03GLMaxFixed ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.test03GLMaxFixed:()V]
TestSwingAWT01GLn.TestSwingAWT01GLn ( )
[mangled: com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn."<init>":()V]
jogl.test.jar, TestSwingAWTRobotUsageBeforeJOGLInitBug411.class
package com.jogamp.test.junit.jogl.newt
TestSwingAWTRobotUsageBeforeJOGLInitBug411.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.main:([Ljava/lang/String;)V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.release ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.release:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.runTestGL ( Canvas p1, GLAutoDrawable p2 ) : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.runTestGL:(Ljava/awt/Canvas;Ljavax/media/opengl/GLAutoDrawable;)V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.setup ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.setup:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.test01NewtCanvasAWT ( ) : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.test01NewtCanvasAWT:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.test02GLCanvas ( ) : void
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.test02GLCanvas:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.TestSwingAWTRobotUsageBeforeJOGLInitBug411 ( )
[mangled: com/jogamp/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411."<init>":()V]
jogl.test.jar, TestTexture01AWT.class
package com.jogamp.test.junit.jogl.texture
TestTexture01AWT.cleanupTest ( ) : void
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT.cleanupTest:()V]
TestTexture01AWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT.initClass:()V]
TestTexture01AWT.initTest ( ) : void
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT.initTest:()V]
TestTexture01AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT.main:([Ljava/lang/String;)V]
TestTexture01AWT.test1 ( ) : void
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT.test1:()V]
TestTexture01AWT.TestTexture01AWT ( )
[mangled: com/jogamp/test/junit/jogl/texture/TestTexture01AWT."<init>":()V]
jogl.test.jar, TestTransformFeedbackVaryingsBug407NEWT.class
package com.jogamp.test.junit.jogl.glsl
TestTransformFeedbackVaryingsBug407NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.initClass:()V]
TestTransformFeedbackVaryingsBug407NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.main:([Ljava/lang/String;)V]
TestTransformFeedbackVaryingsBug407NEWT.tearDownClass ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.tearDownClass:()V]
TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameOK ( ) : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameOK:()V]
TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameWrong ( ) : void
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameWrong:()V]
TestTransformFeedbackVaryingsBug407NEWT.TestTransformFeedbackVaryingsBug407NEWT ( )
[mangled: com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT."<init>":()V]
jogl.test.jar, TestWindows01NEWT.class
package com.jogamp.test.junit.newt
TestWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.initClass:()V]
TestWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.main:([Ljava/lang/String;)V]
TestWindows01NEWT.testWindowDecor01Simple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.testWindowDecor01Simple:()V]
TestWindows01NEWT.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.testWindowDecor02DestroyWinTwiceA:()V]
TestWindows01NEWT.testWindowDecor03TwoWin ( ) : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.testWindowDecor03TwoWin:()V]
TestWindows01NEWT.testWindowNativeRecreate01Simple ( ) : void
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT.testWindowNativeRecreate01Simple:()V]
TestWindows01NEWT.TestWindows01NEWT ( )
[mangled: com/jogamp/test/junit/newt/TestWindows01NEWT."<init>":()V]
jogl.test.jar, TextureGL2ListenerDraw1.class
package com.jogamp.test.junit.jogl.util.texture.gl2
TextureGL2ListenerDraw1.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
TextureGL2ListenerDraw1.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
TextureGL2ListenerDraw1.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
TextureGL2ListenerDraw1.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
TextureGL2ListenerDraw1.TextureGL2ListenerDraw1 ( TextureData p1 )
[mangled: com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1."<init>":(Lcom/jogamp/opengl/util/texture/TextureData;)V]
jogl.test.jar, UITestCase.class
package com.jogamp.test.junit.util
UITestCase.getSingletonInstance ( ) : SingletonInstance
[mangled: com/jogamp/test/junit/util/UITestCase.getSingletonInstance:()Lcom/jogamp/test/junit/util/SingletonInstance;]
UITestCase.oneTimeSetUp ( ) [static] : void
[mangled: com/jogamp/test/junit/util/UITestCase.oneTimeSetUp:()V]
UITestCase.oneTimeTearDown ( ) [static] : void
[mangled: com/jogamp/test/junit/util/UITestCase.oneTimeTearDown:()V]
UITestCase.setUp ( ) : void
[mangled: com/jogamp/test/junit/util/UITestCase.setUp:()V]
UITestCase.tearDown ( ) : void
[mangled: com/jogamp/test/junit/util/UITestCase.tearDown:()V]
UITestCase.UITestCase ( )
[mangled: com/jogamp/test/junit/util/UITestCase."<init>":()V]
jogl.test.jar, WindowUtilNEWT.class
package com.jogamp.test.junit.jogl.offscreen
WindowUtilNEWT.fixCaps ( GLCapabilities p1, boolean p2, boolean p3, boolean p4 ) [static] : GLCapabilities
[mangled: com/jogamp/test/junit/jogl/offscreen/WindowUtilNEWT.fixCaps:(Ljavax/media/opengl/GLCapabilities;ZZZ)Ljavax/media/opengl/GLCapabilities;]
WindowUtilNEWT.run ( GLWindow p1, GLEventListener p2, GLWindow p3, WindowListener p4, MouseListener p5, SurfaceUpdatedListener p6, int p7, boolean p8, boolean p9 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/offscreen/WindowUtilNEWT.run:(Lcom/jogamp/newt/opengl/GLWindow;Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Lcom/jogamp/newt/event/WindowListener;Lcom/jogamp/newt/event/MouseListener;Ljavax/media/nativewindow/SurfaceUpdatedListener;IZZ)V]
WindowUtilNEWT.setDemoFields ( GLEventListener p1, Window p2, GLWindow p3, boolean p4 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/offscreen/WindowUtilNEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/Window;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
WindowUtilNEWT.WindowUtilNEWT ( )
[mangled: com/jogamp/test/junit/jogl/offscreen/WindowUtilNEWT."<init>":()V]
jogl.util.awt.jar, AWTTextureData.class
package com.jogamp.opengl.util.texture.awt
AWTTextureData.AWTTextureData ( GLProfile p1, int p2, int p3, boolean p4, BufferedImage p5 )
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureData."<init>":(Ljavax/media/opengl/GLProfile;IIZLjava/awt/image/BufferedImage;)V]
AWTTextureData.getBuffer ( ) : Buffer
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureData.getBuffer:()Ljava/nio/Buffer;]
AWTTextureData.getPixelFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureData.getPixelFormat:()I]
AWTTextureData.getPixelType ( ) : int
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureData.getPixelType:()I]
jogl.util.awt.jar, AWTTextureIO.class
package com.jogamp.opengl.util.texture.awt
AWTTextureIO.AWTTextureIO ( )
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureIO."<init>":()V]
AWTTextureIO.newTexture ( GLProfile p1, BufferedImage p2, boolean p3 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureIO.newTexture:(Ljavax/media/opengl/GLProfile;Ljava/awt/image/BufferedImage;Z)Lcom/jogamp/opengl/util/texture/Texture;]
AWTTextureIO.newTextureData ( GLProfile p1, BufferedImage p2, boolean p3 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/awt/image/BufferedImage;Z)Lcom/jogamp/opengl/util/texture/TextureData;]
AWTTextureIO.newTextureData ( GLProfile p1, BufferedImage p2, int p3, int p4, boolean p5 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/awt/AWTTextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/awt/image/BufferedImage;IIZ)Lcom/jogamp/opengl/util/texture/TextureData;]
jogl.util.awt.jar, DefaultRenderDelegate.class
package com.jogamp.opengl.util.awt
TextRenderer.DefaultRenderDelegate.draw ( Graphics2D p1, String p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.draw:(Ljava/awt/Graphics2D;Ljava/lang/String;II)V]
TextRenderer.DefaultRenderDelegate.drawGlyphVector ( Graphics2D p1, GlyphVector p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.drawGlyphVector:(Ljava/awt/Graphics2D;Ljava/awt/font/GlyphVector;II)V]
TextRenderer.DefaultRenderDelegate.getBounds ( CharSequence p1, Font p2, FontRenderContext p3 ) : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.getBounds:(Ljava/lang/CharSequence;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.DefaultRenderDelegate.getBounds ( GlyphVector p1, FontRenderContext p2 ) : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.getBounds:(Ljava/awt/font/GlyphVector;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.DefaultRenderDelegate.getBounds ( String p1, Font p2, FontRenderContext p3 ) : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.getBounds:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.DefaultRenderDelegate.intensityOnly ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate.intensityOnly:()Z]
TextRenderer.DefaultRenderDelegate.TextRenderer.DefaultRenderDelegate ( )
[mangled: com/jogamp/opengl/util/awt/TextRenderer.DefaultRenderDelegate."<init>":()V]
jogl.util.awt.jar, IIOTextureProvider.class
package com.jogamp.opengl.util.texture.spi.awt
IIOTextureProvider.IIOTextureProvider ( )
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider."<init>":()V]
IIOTextureProvider.newTextureData ( GLProfile p1, File p2, int p3, int p4, boolean p5, String p6 ) : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/File;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
IIOTextureProvider.newTextureData ( GLProfile p1, InputStream p2, int p3, int p4, boolean p5, String p6 ) : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/InputStream;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
IIOTextureProvider.newTextureData ( GLProfile p1, URL p2, int p3, int p4, boolean p5, String p6 ) : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/net/URL;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
jogl.util.awt.jar, IIOTextureWriter.class
package com.jogamp.opengl.util.texture.spi.awt
IIOTextureWriter.IIOTextureWriter ( )
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureWriter."<init>":()V]
IIOTextureWriter.write ( File p1, TextureData p2 ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/awt/IIOTextureWriter.write:(Ljava/io/File;Lcom/jogamp/opengl/util/texture/TextureData;)Z]
jogl.util.awt.jar, ImageUtil.class
package com.jogamp.opengl.util.awt
ImageUtil.createCompatibleImage ( int p1, int p2 ) [static] : BufferedImage
[mangled: com/jogamp/opengl/util/awt/ImageUtil.createCompatibleImage:(II)Ljava/awt/image/BufferedImage;]
ImageUtil.createThumbnail ( BufferedImage p1, int p2 ) [static] : BufferedImage
[mangled: com/jogamp/opengl/util/awt/ImageUtil.createThumbnail:(Ljava/awt/image/BufferedImage;I)Ljava/awt/image/BufferedImage;]
ImageUtil.flipImageVertically ( BufferedImage p1 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/ImageUtil.flipImageVertically:(Ljava/awt/image/BufferedImage;)V]
jogl.util.awt.jar, Overlay.class
package com.jogamp.opengl.util.awt
Overlay.beginRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.beginRendering:()V]
Overlay.contentsLost ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/Overlay.contentsLost:()Z]
Overlay.createGraphics ( ) : Graphics2D
[mangled: com/jogamp/opengl/util/awt/Overlay.createGraphics:()Ljava/awt/Graphics2D;]
Overlay.draw ( int p1, int p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.draw:(IIII)V]
Overlay.draw ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.draw:(IIIIII)V]
Overlay.drawAll ( ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.drawAll:()V]
Overlay.endRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.endRendering:()V]
Overlay.markDirty ( int p1, int p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/awt/Overlay.markDirty:(IIII)V]
Overlay.Overlay ( GLDrawable p1 )
[mangled: com/jogamp/opengl/util/awt/Overlay."<init>":(Ljavax/media/opengl/GLDrawable;)V]
jogl.util.awt.jar, RenderDelegate.class
package com.jogamp.opengl.util.awt
TextRenderer.RenderDelegate.draw ( Graphics2D p1, String p2, int p3, int p4 ) [abstract] : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.draw:(Ljava/awt/Graphics2D;Ljava/lang/String;II)V]
TextRenderer.RenderDelegate.drawGlyphVector ( Graphics2D p1, GlyphVector p2, int p3, int p4 ) [abstract] : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.drawGlyphVector:(Ljava/awt/Graphics2D;Ljava/awt/font/GlyphVector;II)V]
TextRenderer.RenderDelegate.getBounds ( CharSequence p1, Font p2, FontRenderContext p3 ) [abstract] : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.getBounds:(Ljava/lang/CharSequence;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.RenderDelegate.getBounds ( GlyphVector p1, FontRenderContext p2 ) [abstract] : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.getBounds:(Ljava/awt/font/GlyphVector;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.RenderDelegate.getBounds ( String p1, Font p2, FontRenderContext p3 ) [abstract] : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.getBounds:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.RenderDelegate.intensityOnly ( ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/awt/TextRenderer.RenderDelegate.intensityOnly:()Z]
jogl.util.awt.jar, Screenshot.class
package com.jogamp.opengl.util.awt
Screenshot.readToBufferedImage ( int p1, int p2 ) [static] : BufferedImage
[mangled: com/jogamp/opengl/util/awt/Screenshot.readToBufferedImage:(II)Ljava/awt/image/BufferedImage;]
Screenshot.readToBufferedImage ( int p1, int p2, boolean p3 ) [static] : BufferedImage
[mangled: com/jogamp/opengl/util/awt/Screenshot.readToBufferedImage:(IIZ)Ljava/awt/image/BufferedImage;]
Screenshot.readToBufferedImage ( int p1, int p2, int p3, int p4, boolean p5 ) [static] : BufferedImage
[mangled: com/jogamp/opengl/util/awt/Screenshot.readToBufferedImage:(IIIIZ)Ljava/awt/image/BufferedImage;]
Screenshot.writeToFile ( File p1, int p2, int p3 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToFile:(Ljava/io/File;II)V]
Screenshot.writeToFile ( File p1, int p2, int p3, boolean p4 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToFile:(Ljava/io/File;IIZ)V]
Screenshot.writeToFile ( File p1, int p2, int p3, int p4, int p5, boolean p6 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToFile:(Ljava/io/File;IIIIZ)V]
Screenshot.writeToTargaFile ( File p1, int p2, int p3 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToTargaFile:(Ljava/io/File;II)V]
Screenshot.writeToTargaFile ( File p1, int p2, int p3, boolean p4 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToTargaFile:(Ljava/io/File;IIZ)V]
Screenshot.writeToTargaFile ( File p1, int p2, int p3, int p4, int p5, boolean p6 ) [static] : void
[mangled: com/jogamp/opengl/util/awt/Screenshot.writeToTargaFile:(Ljava/io/File;IIIIZ)V]
jogl.util.awt.jar, TextRenderer.class
package com.jogamp.opengl.util.awt
TextRenderer.begin3DRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.begin3DRendering:()V]
TextRenderer.beginRendering ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.beginRendering:(II)V]
TextRenderer.beginRendering ( int p1, int p2, boolean p3 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.beginRendering:(IIZ)V]
TextRenderer.dispose ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.dispose:()V]
TextRenderer.draw ( CharSequence p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.draw:(Ljava/lang/CharSequence;II)V]
TextRenderer.draw ( String p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.draw:(Ljava/lang/String;II)V]
TextRenderer.draw3D ( CharSequence p1, float p2, float p3, float p4, float p5 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.draw3D:(Ljava/lang/CharSequence;FFFF)V]
TextRenderer.draw3D ( String p1, float p2, float p3, float p4, float p5 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.draw3D:(Ljava/lang/String;FFFF)V]
TextRenderer.end3DRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.end3DRendering:()V]
TextRenderer.endRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.endRendering:()V]
TextRenderer.flush ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.flush:()V]
TextRenderer.getBounds ( CharSequence p1 ) : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getBounds:(Ljava/lang/CharSequence;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.getBounds ( String p1 ) : Rectangle2D
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getBounds:(Ljava/lang/String;)Ljava/awt/geom/Rectangle2D;]
TextRenderer.getCharWidth ( char p1 ) : float
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getCharWidth:(C)F]
TextRenderer.getFont ( ) : Font
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getFont:()Ljava/awt/Font;]
TextRenderer.getFontRenderContext ( ) : FontRenderContext
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getFontRenderContext:()Ljava/awt/font/FontRenderContext;]
TextRenderer.getSmoothing ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getSmoothing:()Z]
TextRenderer.getUseVertexArrays ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/TextRenderer.getUseVertexArrays:()Z]
TextRenderer.setColor ( Color p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.setColor:(Ljava/awt/Color;)V]
TextRenderer.setColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.setColor:(FFFF)V]
TextRenderer.setSmoothing ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.setSmoothing:(Z)V]
TextRenderer.setUseVertexArrays ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextRenderer.setUseVertexArrays:(Z)V]
TextRenderer.TextRenderer ( Font p1 )
[mangled: com/jogamp/opengl/util/awt/TextRenderer."<init>":(Ljava/awt/Font;)V]
TextRenderer.TextRenderer ( Font p1, boolean p2 )
[mangled: com/jogamp/opengl/util/awt/TextRenderer."<init>":(Ljava/awt/Font;Z)V]
TextRenderer.TextRenderer ( Font p1, boolean p2, boolean p3 )
[mangled: com/jogamp/opengl/util/awt/TextRenderer."<init>":(Ljava/awt/Font;ZZ)V]
TextRenderer.TextRenderer ( Font p1, boolean p2, boolean p3, TextRenderer.RenderDelegate p4 )
[mangled: com/jogamp/opengl/util/awt/TextRenderer."<init>":(Ljava/awt/Font;ZZLcom/jogamp/opengl/util/awt/TextRenderer$RenderDelegate;)V]
TextRenderer.TextRenderer ( Font p1, boolean p2, boolean p3, TextRenderer.RenderDelegate p4, boolean p5 )
[mangled: com/jogamp/opengl/util/awt/TextRenderer."<init>":(Ljava/awt/Font;ZZLcom/jogamp/opengl/util/awt/TextRenderer$RenderDelegate;Z)V]
jogl.util.awt.jar, TextureRenderer.class
package com.jogamp.opengl.util.awt
TextureRenderer.begin3DRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.begin3DRendering:()V]
TextureRenderer.beginOrthoRendering ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.beginOrthoRendering:(II)V]
TextureRenderer.beginOrthoRendering ( int p1, int p2, boolean p3 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.beginOrthoRendering:(IIZ)V]
TextureRenderer.createAlphaOnlyRenderer ( int p1, int p2 ) [static] : TextureRenderer
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.createAlphaOnlyRenderer:(II)Lcom/jogamp/opengl/util/awt/TextureRenderer;]
TextureRenderer.createAlphaOnlyRenderer ( int p1, int p2, boolean p3 ) [static] : TextureRenderer
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.createAlphaOnlyRenderer:(IIZ)Lcom/jogamp/opengl/util/awt/TextureRenderer;]
TextureRenderer.createGraphics ( ) : Graphics2D
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.createGraphics:()Ljava/awt/Graphics2D;]
TextureRenderer.dispose ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.dispose:()V]
TextureRenderer.draw3DRect ( float p1, float p2, float p3, int p4, int p5, int p6, int p7, float p8 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.draw3DRect:(FFFIIIIF)V]
TextureRenderer.drawOrthoRect ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.drawOrthoRect:(II)V]
TextureRenderer.drawOrthoRect ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.drawOrthoRect:(IIIIII)V]
TextureRenderer.end3DRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.end3DRendering:()V]
TextureRenderer.endOrthoRendering ( ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.endOrthoRendering:()V]
TextureRenderer.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getHeight:()I]
TextureRenderer.getImage ( ) : Image
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getImage:()Ljava/awt/Image;]
TextureRenderer.getSize ( ) : Dimension
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getSize:()Ljava/awt/Dimension;]
TextureRenderer.getSize ( Dimension p1 ) : Dimension
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getSize:(Ljava/awt/Dimension;)Ljava/awt/Dimension;]
TextureRenderer.getSmoothing ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getSmoothing:()Z]
TextureRenderer.getTexture ( ) : Texture
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getTexture:()Lcom/jogamp/opengl/util/texture/Texture;]
TextureRenderer.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.getWidth:()I]
TextureRenderer.isUsingAutoMipmapGeneration ( ) : boolean
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.isUsingAutoMipmapGeneration:()Z]
TextureRenderer.markDirty ( int p1, int p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.markDirty:(IIII)V]
TextureRenderer.setColor ( Color p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.setColor:(Ljava/awt/Color;)V]
TextureRenderer.setColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.setColor:(FFFF)V]
TextureRenderer.setSize ( Dimension p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.setSize:(Ljava/awt/Dimension;)V]
TextureRenderer.setSize ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.setSize:(II)V]
TextureRenderer.setSmoothing ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/awt/TextureRenderer.setSmoothing:(Z)V]
TextureRenderer.TextureRenderer ( int p1, int p2, boolean p3 )
[mangled: com/jogamp/opengl/util/awt/TextureRenderer."<init>":(IIZ)V]
TextureRenderer.TextureRenderer ( int p1, int p2, boolean p3, boolean p4 )
[mangled: com/jogamp/opengl/util/awt/TextureRenderer."<init>":(IIZZ)V]
jogl.util.gldesktop.jar, GLUT.class
package com.jogamp.opengl.util.gl2
GLUT.GLUT ( )
[mangled: com/jogamp/opengl/util/gl2/GLUT."<init>":()V]
GLUT.glutBitmapCharacter ( int p1, char p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutBitmapCharacter:(IC)V]
GLUT.glutBitmapLength ( int p1, String p2 ) : int
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutBitmapLength:(ILjava/lang/String;)I]
GLUT.glutBitmapString ( int p1, String p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutBitmapString:(ILjava/lang/String;)V]
GLUT.glutBitmapWidth ( int p1, char p2 ) : int
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutBitmapWidth:(IC)I]
GLUT.glutSolidCone ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidCone:(DDII)V]
GLUT.glutSolidCube ( float p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidCube:(F)V]
GLUT.glutSolidCylinder ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidCylinder:(DDII)V]
GLUT.glutSolidDodecahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidDodecahedron:()V]
GLUT.glutSolidIcosahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidIcosahedron:()V]
GLUT.glutSolidOctahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidOctahedron:()V]
GLUT.glutSolidRhombicDodecahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidRhombicDodecahedron:()V]
GLUT.glutSolidSphere ( double p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidSphere:(DII)V]
GLUT.glutSolidTeapot ( double p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidTeapot:(D)V]
GLUT.glutSolidTeapot ( double p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidTeapot:(DZ)V]
GLUT.glutSolidTetrahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidTetrahedron:()V]
GLUT.glutSolidTorus ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutSolidTorus:(DDII)V]
GLUT.glutStrokeCharacter ( int p1, char p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeCharacter:(IC)V]
GLUT.glutStrokeLength ( int p1, String p2 ) : int
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeLength:(ILjava/lang/String;)I]
GLUT.glutStrokeLengthf ( int p1, String p2 ) : float
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeLengthf:(ILjava/lang/String;)F]
GLUT.glutStrokeString ( int p1, String p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeString:(ILjava/lang/String;)V]
GLUT.glutStrokeWidth ( int p1, char p2 ) : int
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeWidth:(IC)I]
GLUT.glutStrokeWidthf ( int p1, char p2 ) : float
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutStrokeWidthf:(IC)F]
GLUT.glutWireCone ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireCone:(DDII)V]
GLUT.glutWireCube ( float p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireCube:(F)V]
GLUT.glutWireCylinder ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireCylinder:(DDII)V]
GLUT.glutWireDodecahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireDodecahedron:()V]
GLUT.glutWireIcosahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireIcosahedron:()V]
GLUT.glutWireOctahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireOctahedron:()V]
GLUT.glutWireRhombicDodecahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireRhombicDodecahedron:()V]
GLUT.glutWireSphere ( double p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireSphere:(DII)V]
GLUT.glutWireTeapot ( double p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireTeapot:(D)V]
GLUT.glutWireTeapot ( double p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireTeapot:(DZ)V]
GLUT.glutWireTetrahedron ( ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireTetrahedron:()V]
GLUT.glutWireTorus ( double p1, double p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/GLUT.glutWireTorus:(DDII)V]
jogl.util.gldesktop.jar, TileRenderer.class
package com.jogamp.opengl.util.gl2
TileRenderer.beginTile ( GL2 p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.beginTile:(Ljavax/media/opengl/GL2;)V]
TileRenderer.endTile ( GL2 p1 ) : boolean
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.endTile:(Ljavax/media/opengl/GL2;)Z]
TileRenderer.getParam ( int p1 ) : int
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.getParam:(I)I]
TileRenderer.setImageBuffer ( int p1, int p2, Buffer p3 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.setImageBuffer:(IILjava/nio/Buffer;)V]
TileRenderer.setImageSize ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.setImageSize:(II)V]
TileRenderer.setRowOrder ( int p1 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.setRowOrder:(I)V]
TileRenderer.setTileBuffer ( int p1, int p2, Buffer p3 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.setTileBuffer:(IILjava/nio/Buffer;)V]
TileRenderer.setTileSize ( int p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.setTileSize:(III)V]
TileRenderer.TileRenderer ( )
[mangled: com/jogamp/opengl/util/gl2/TileRenderer."<init>":()V]
TileRenderer.trFrustum ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.trFrustum:(DDDDDD)V]
TileRenderer.trOrtho ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.trOrtho:(DDDDDD)V]
TileRenderer.trPerspective ( double p1, double p2, double p3, double p4 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.trPerspective:(DDDD)V]
TileRenderer.trRasterPos3f ( float p1, float p2, float p3, GL2 p4, GLUgl2 p5 ) : void
[mangled: com/jogamp/opengl/util/gl2/TileRenderer.trRasterPos3f:(FFFLjavax/media/opengl/GL2;Ljavax/media/opengl/glu/gl2/GLUgl2;)V]
jogl.util.jar, Animator.class
package com.jogamp.opengl.util
Animator.Animator ( )
[mangled: com/jogamp/opengl/util/Animator."<init>":()V]
Animator.Animator ( GLAutoDrawable p1 )
[mangled: com/jogamp/opengl/util/Animator."<init>":(Ljavax/media/opengl/GLAutoDrawable;)V]
Animator.Animator ( ThreadGroup p1 )
[mangled: com/jogamp/opengl/util/Animator."<init>":(Ljava/lang/ThreadGroup;)V]
Animator.Animator ( ThreadGroup p1, GLAutoDrawable p2 )
[mangled: com/jogamp/opengl/util/Animator."<init>":(Ljava/lang/ThreadGroup;Ljavax/media/opengl/GLAutoDrawable;)V]
Animator.getBaseName ( String p1 ) : String
[mangled: com/jogamp/opengl/util/Animator.getBaseName:(Ljava/lang/String;)Ljava/lang/String;]
Animator.isAnimating ( ) : boolean
[mangled: com/jogamp/opengl/util/Animator.isAnimating:()Z]
Animator.isPaused ( ) : boolean
[mangled: com/jogamp/opengl/util/Animator.isPaused:()Z]
Animator.isStarted ( ) : boolean
[mangled: com/jogamp/opengl/util/Animator.isStarted:()Z]
Animator.pause ( ) : boolean
[mangled: com/jogamp/opengl/util/Animator.pause:()Z]
Animator.resume ( ) : boolean
[mangled: com/jogamp/opengl/util/Animator.resume:()Z]
Animator.setRunAsFastAsPossible ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/Animator.setRunAsFastAsPossible:(Z)V]
Animator.start ( ) : void
[mangled: com/jogamp/opengl/util/Animator.start:()V]
Animator.stop ( ) : void
[mangled: com/jogamp/opengl/util/Animator.stop:()V]
jogl.util.jar, AnimatorBase.class
package com.jogamp.opengl.util
AnimatorBase.add ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.add:(Ljavax/media/opengl/GLAutoDrawable;)V]
AnimatorBase.AnimatorBase ( )
[mangled: com/jogamp/opengl/util/AnimatorBase."<init>":()V]
AnimatorBase.display ( ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.display:()V]
AnimatorBase.getBaseName ( String p1 ) [abstract] : String
[mangled: com/jogamp/opengl/util/AnimatorBase.getBaseName:(Ljava/lang/String;)Ljava/lang/String;]
AnimatorBase.getCurrentTime ( ) : long
[mangled: com/jogamp/opengl/util/AnimatorBase.getCurrentTime:()J]
AnimatorBase.getDuration ( ) : long
[mangled: com/jogamp/opengl/util/AnimatorBase.getDuration:()J]
AnimatorBase.getStartTime ( ) : long
[mangled: com/jogamp/opengl/util/AnimatorBase.getStartTime:()J]
AnimatorBase.getThread ( ) : Thread
[mangled: com/jogamp/opengl/util/AnimatorBase.getThread:()Ljava/lang/Thread;]
AnimatorBase.getTotalFrames ( ) : int
[mangled: com/jogamp/opengl/util/AnimatorBase.getTotalFrames:()I]
AnimatorBase.remove ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.remove:(Ljavax/media/opengl/GLAutoDrawable;)V]
AnimatorBase.resetCounter ( ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.resetCounter:()V]
AnimatorBase.setIgnoreExceptions ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.setIgnoreExceptions:(Z)V]
AnimatorBase.setPrintExceptions ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/AnimatorBase.setPrintExceptions:(Z)V]
AnimatorBase.toString ( ) : String
[mangled: com/jogamp/opengl/util/AnimatorBase.toString:()Ljava/lang/String;]
jogl.util.jar, AnimatorImpl.class
package com.jogamp.opengl.util
AnimatorBase.AnimatorImpl.display ( ArrayList p1, boolean p2, boolean p3 ) [abstract] : void
[mangled: com/jogamp/opengl/util/AnimatorBase.AnimatorImpl.display:(Ljava/util/ArrayList;ZZ)V]
AnimatorBase.AnimatorImpl.skipWaitForCompletion ( Thread p1 ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/AnimatorBase.AnimatorImpl.skipWaitForCompletion:(Ljava/lang/Thread;)Z]
jogl.util.jar, BackingStoreManager.class
package com.jogamp.opengl.util.packrect
BackingStoreManager.additionFailed ( Rect p1, int p2 ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.additionFailed:(Lcom/jogamp/opengl/util/packrect/Rect;I)Z]
BackingStoreManager.allocateBackingStore ( int p1, int p2 ) [abstract] : Object
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.allocateBackingStore:(II)Ljava/lang/Object;]
BackingStoreManager.beginMovement ( Object p1, Object p2 ) [abstract] : void
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.beginMovement:(Ljava/lang/Object;Ljava/lang/Object;)V]
BackingStoreManager.canCompact ( ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.canCompact:()Z]
BackingStoreManager.deleteBackingStore ( Object p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.deleteBackingStore:(Ljava/lang/Object;)V]
BackingStoreManager.endMovement ( Object p1, Object p2 ) [abstract] : void
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.endMovement:(Ljava/lang/Object;Ljava/lang/Object;)V]
BackingStoreManager.move ( Object p1, Rect p2, Object p3, Rect p4 ) [abstract] : void
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.move:(Ljava/lang/Object;Lcom/jogamp/opengl/util/packrect/Rect;Ljava/lang/Object;Lcom/jogamp/opengl/util/packrect/Rect;)V]
BackingStoreManager.preExpand ( Rect p1, int p2 ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/packrect/BackingStoreManager.preExpand:(Lcom/jogamp/opengl/util/packrect/Rect;I)Z]
jogl.util.jar, DDSImage.class
package com.jogamp.opengl.util.texture.spi
DDSImage.allocateBlankBuffer ( int p1, int p2, int p3 ) [static] : ByteBuffer
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.allocateBlankBuffer:(III)Ljava/nio/ByteBuffer;]
DDSImage.close ( ) : void
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.close:()V]
DDSImage.createFromData ( int p1, int p2, int p3, ByteBuffer[ ] p4 ) [static] : DDSImage
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.createFromData:(III[Ljava/nio/ByteBuffer;)Lcom/jogamp/opengl/util/texture/spi/DDSImage;]
DDSImage.debugPrint ( ) : void
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.debugPrint:()V]
DDSImage.getAllMipMaps ( ) : DDSImage.ImageInfo[ ]
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getAllMipMaps:()[Lcom/jogamp/opengl/util/texture/spi/DDSImage$ImageInfo;]
DDSImage.getAllMipMaps ( int p1 ) : DDSImage.ImageInfo[ ]
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getAllMipMaps:(I)[Lcom/jogamp/opengl/util/texture/spi/DDSImage$ImageInfo;]
DDSImage.getCompressionFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getCompressionFormat:()I]
DDSImage.getCompressionFormatName ( int p1 ) [static] : String
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getCompressionFormatName:(I)Ljava/lang/String;]
DDSImage.getDepth ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getDepth:()I]
DDSImage.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getHeight:()I]
DDSImage.getMipMap ( int p1 ) : DDSImage.ImageInfo
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getMipMap:(I)Lcom/jogamp/opengl/util/texture/spi/DDSImage$ImageInfo;]
DDSImage.getMipMap ( int p1, int p2 ) : DDSImage.ImageInfo
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getMipMap:(II)Lcom/jogamp/opengl/util/texture/spi/DDSImage$ImageInfo;]
DDSImage.getNumMipMaps ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getNumMipMaps:()I]
DDSImage.getPixelFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getPixelFormat:()I]
DDSImage.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.getWidth:()I]
DDSImage.isCompressed ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isCompressed:()Z]
DDSImage.isCubemap ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isCubemap:()Z]
DDSImage.isCubemapSidePresent ( int p1 ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isCubemapSidePresent:(I)Z]
DDSImage.isDDSImage ( InputStream p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isDDSImage:(Ljava/io/InputStream;)Z]
DDSImage.isPixelFormatFlagSet ( int p1 ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isPixelFormatFlagSet:(I)Z]
DDSImage.isSurfaceDescFlagSet ( int p1 ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.isSurfaceDescFlagSet:(I)Z]
DDSImage.read ( ByteBuffer p1 ) [static] : DDSImage
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.read:(Ljava/nio/ByteBuffer;)Lcom/jogamp/opengl/util/texture/spi/DDSImage;]
DDSImage.read ( File p1 ) [static] : DDSImage
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.read:(Ljava/io/File;)Lcom/jogamp/opengl/util/texture/spi/DDSImage;]
DDSImage.read ( String p1 ) [static] : DDSImage
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.read:(Ljava/lang/String;)Lcom/jogamp/opengl/util/texture/spi/DDSImage;]
DDSImage.write ( File p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.write:(Ljava/io/File;)V]
DDSImage.write ( String p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.write:(Ljava/lang/String;)V]
jogl.util.jar, FBObject.class
package com.jogamp.opengl.util
FBObject.bind ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/FBObject.bind:(Ljavax/media/opengl/GL;)V]
FBObject.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/FBObject.destroy:(Ljavax/media/opengl/GL;)V]
FBObject.FBObject ( int p1, int p2, int p3 )
[mangled: com/jogamp/opengl/util/FBObject."<init>":(III)V]
FBObject.getFBName ( ) : int
[mangled: com/jogamp/opengl/util/FBObject.getFBName:()I]
FBObject.getStatus ( GL p1, int p2 ) [static] : int
[mangled: com/jogamp/opengl/util/FBObject.getStatus:(Ljavax/media/opengl/GL;I)I]
FBObject.getStatusString ( ) : String
[mangled: com/jogamp/opengl/util/FBObject.getStatusString:()Ljava/lang/String;]
FBObject.getStatusString ( int p1 ) [static] : String
[mangled: com/jogamp/opengl/util/FBObject.getStatusString:(I)Ljava/lang/String;]
FBObject.getTextureName ( ) : int
[mangled: com/jogamp/opengl/util/FBObject.getTextureName:()I]
FBObject.init ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/FBObject.init:(Ljavax/media/opengl/GL;)V]
FBObject.init ( GL p1, int p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/FBObject.init:(Ljavax/media/opengl/GL;III)V]
FBObject.unbind ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/FBObject.unbind:(Ljavax/media/opengl/GL;)V]
FBObject.use ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/FBObject.use:(Ljavax/media/opengl/GL;)V]
FBObject.validateStatus ( GL p1 ) : boolean
[mangled: com/jogamp/opengl/util/FBObject.validateStatus:(Ljavax/media/opengl/GL;)Z]
jogl.util.jar, FileUtil.class
package com.jogamp.opengl.util
FileUtil.getFileSuffix ( File p1 ) [static] : String
[mangled: com/jogamp/opengl/util/FileUtil.getFileSuffix:(Ljava/io/File;)Ljava/lang/String;]
FileUtil.getFileSuffix ( String p1 ) [static] : String
[mangled: com/jogamp/opengl/util/FileUtil.getFileSuffix:(Ljava/lang/String;)Ljava/lang/String;]
jogl.util.jar, FixedFuncUtil.class
package com.jogamp.opengl.util.glsl.fixedfunc
FixedFuncUtil.FixedFuncUtil ( )
[mangled: com/jogamp/opengl/util/glsl/fixedfunc/FixedFuncUtil."<init>":()V]
FixedFuncUtil.getFixedFuncImpl ( GL p1 ) [static] : GL2ES1
[mangled: com/jogamp/opengl/util/glsl/fixedfunc/FixedFuncUtil.getFixedFuncImpl:(Ljavax/media/opengl/GL;)Ljavax/media/opengl/GL2ES1;]
FixedFuncUtil.getFixedFuncImpl ( GL p1, boolean p2 ) [static] : GL2ES1
[mangled: com/jogamp/opengl/util/glsl/fixedfunc/FixedFuncUtil.getFixedFuncImpl:(Ljavax/media/opengl/GL;Z)Ljavax/media/opengl/GL2ES1;]
FixedFuncUtil.getPredefinedArrayIndexName ( int p1 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/fixedfunc/FixedFuncUtil.getPredefinedArrayIndexName:(I)Ljava/lang/String;]
jogl.util.jar, FixedPoint.class
package com.jogamp.opengl.util
FixedPoint.div ( int p1, int p2 ) [static] : int
[mangled: com/jogamp/opengl/util/FixedPoint.div:(II)I]
FixedPoint.FixedPoint ( )
[mangled: com/jogamp/opengl/util/FixedPoint."<init>":()V]
FixedPoint.mult ( int p1, int p2 ) [static] : int
[mangled: com/jogamp/opengl/util/FixedPoint.mult:(II)I]
FixedPoint.toFixed ( float p1 ) [static] : int
[mangled: com/jogamp/opengl/util/FixedPoint.toFixed:(F)I]
FixedPoint.toFixed ( int p1 ) [static] : int
[mangled: com/jogamp/opengl/util/FixedPoint.toFixed:(I)I]
FixedPoint.toFloat ( int p1 ) [static] : float
[mangled: com/jogamp/opengl/util/FixedPoint.toFloat:(I)F]
jogl.util.jar, Flusher.class
package com.jogamp.opengl.util.texture
TextureData.Flusher.flush ( ) [abstract] : void
[mangled: com/jogamp/opengl/util/texture/TextureData.Flusher.flush:()V]
jogl.util.jar, FPSAnimator.class
package com.jogamp.opengl.util
FPSAnimator.FPSAnimator ( GLAutoDrawable p1, int p2 )
[mangled: com/jogamp/opengl/util/FPSAnimator."<init>":(Ljavax/media/opengl/GLAutoDrawable;I)V]
FPSAnimator.FPSAnimator ( GLAutoDrawable p1, int p2, boolean p3 )
[mangled: com/jogamp/opengl/util/FPSAnimator."<init>":(Ljavax/media/opengl/GLAutoDrawable;IZ)V]
FPSAnimator.FPSAnimator ( int p1 )
[mangled: com/jogamp/opengl/util/FPSAnimator."<init>":(I)V]
FPSAnimator.FPSAnimator ( int p1, boolean p2 )
[mangled: com/jogamp/opengl/util/FPSAnimator."<init>":(IZ)V]
FPSAnimator.getBaseName ( String p1 ) : String
[mangled: com/jogamp/opengl/util/FPSAnimator.getBaseName:(Ljava/lang/String;)Ljava/lang/String;]
FPSAnimator.isAnimating ( ) : boolean
[mangled: com/jogamp/opengl/util/FPSAnimator.isAnimating:()Z]
FPSAnimator.isPaused ( ) : boolean
[mangled: com/jogamp/opengl/util/FPSAnimator.isPaused:()Z]
FPSAnimator.isStarted ( ) : boolean
[mangled: com/jogamp/opengl/util/FPSAnimator.isStarted:()Z]
FPSAnimator.pause ( ) : boolean
[mangled: com/jogamp/opengl/util/FPSAnimator.pause:()Z]
FPSAnimator.resume ( ) : boolean
[mangled: com/jogamp/opengl/util/FPSAnimator.resume:()Z]
FPSAnimator.start ( ) : void
[mangled: com/jogamp/opengl/util/FPSAnimator.start:()V]
FPSAnimator.stop ( ) : void
[mangled: com/jogamp/opengl/util/FPSAnimator.stop:()V]
jogl.util.jar, Gamma.class
package com.jogamp.opengl.util
Gamma.resetDisplayGamma ( GL p1 ) [static] : void
[mangled: com/jogamp/opengl/util/Gamma.resetDisplayGamma:(Ljavax/media/opengl/GL;)V]
Gamma.setDisplayGamma ( GL p1, float p2, float p3, float p4 ) [static] : boolean
[mangled: com/jogamp/opengl/util/Gamma.setDisplayGamma:(Ljavax/media/opengl/GL;FFF)Z]
jogl.util.jar, GLArrayDataClient.class
package com.jogamp.opengl.util
GLArrayDataClient.checkSeal ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.checkSeal:(Z)V]
GLArrayDataClient.createFixed ( GL p1, int p2, String p3, int p4, int p5, boolean p6, int p7 ) [static] : GLArrayDataClient
[mangled: com/jogamp/opengl/util/GLArrayDataClient.createFixed:(Ljavax/media/opengl/GL;ILjava/lang/String;IIZI)Lcom/jogamp/opengl/util/GLArrayDataClient;]
GLArrayDataClient.createFixed ( GL p1, int p2, String p3, int p4, int p5, boolean p6, int p7, Buffer p8 ) [static] : GLArrayDataClient
[mangled: com/jogamp/opengl/util/GLArrayDataClient.createFixed:(Ljavax/media/opengl/GL;ILjava/lang/String;IIZILjava/nio/Buffer;)Lcom/jogamp/opengl/util/GLArrayDataClient;]
GLArrayDataClient.createGLSL ( GL p1, String p2, int p3, int p4, boolean p5, int p6 ) [static] : GLArrayDataClient
[mangled: com/jogamp/opengl/util/GLArrayDataClient.createGLSL:(Ljavax/media/opengl/GL;Ljava/lang/String;IIZI)Lcom/jogamp/opengl/util/GLArrayDataClient;]
GLArrayDataClient.createGLSL ( GL p1, String p2, int p3, int p4, boolean p5, int p6, Buffer p7 ) [static] : GLArrayDataClient
[mangled: com/jogamp/opengl/util/GLArrayDataClient.createGLSL:(Ljavax/media/opengl/GL;Ljava/lang/String;IIZILjava/nio/Buffer;)Lcom/jogamp/opengl/util/GLArrayDataClient;]
GLArrayDataClient.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.destroy:(Ljavax/media/opengl/GL;)V]
GLArrayDataClient.enableBuffer ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
GLArrayDataClient.getBufferUsage ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataClient.getBufferUsage:()I]
GLArrayDataClient.GLArrayDataClient ( )
[mangled: com/jogamp/opengl/util/GLArrayDataClient."<init>":()V]
GLArrayDataClient.growBuffer ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.growBuffer:(I)V]
GLArrayDataClient.growBufferIfNecessary ( int p1 ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataClient.growBufferIfNecessary:(I)Z]
GLArrayDataClient.init ( String p1, int p2, int p3, int p4, boolean p5, int p6, Buffer p7, int p8, boolean p9, GLArrayHandler p10, int p11, long p12 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.init:(Ljava/lang/String;IIIZILjava/nio/Buffer;IZLcom/jogamp/opengl/util/GLArrayHandler;IJ)V]
GLArrayDataClient.init_vbo ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.init_vbo:(Ljavax/media/opengl/GL;)V]
GLArrayDataClient.isBufferWritten ( ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataClient.isBufferWritten:()Z]
GLArrayDataClient.padding ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.padding:(I)V]
GLArrayDataClient.put ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.put:(Ljava/nio/Buffer;)V]
GLArrayDataClient.putb ( byte p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.putb:(B)V]
GLArrayDataClient.putf ( float p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.putf:(F)V]
GLArrayDataClient.puti ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.puti:(I)V]
GLArrayDataClient.puts ( short p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.puts:(S)V]
GLArrayDataClient.putx ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.putx:(I)V]
GLArrayDataClient.reset ( ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.reset:()V]
GLArrayDataClient.reset ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.reset:(Ljavax/media/opengl/GL;)V]
GLArrayDataClient.rewind ( ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.rewind:()V]
GLArrayDataClient.seal ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.seal:(Z)V]
GLArrayDataClient.seal ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.seal:(Ljavax/media/opengl/GL;Z)V]
GLArrayDataClient.sealed ( ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataClient.sealed:()Z]
GLArrayDataClient.setBufferWritten ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.setBufferWritten:(Z)V]
GLArrayDataClient.setEnableAlways ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataClient.setEnableAlways:(Z)V]
GLArrayDataClient.toString ( ) : String
[mangled: com/jogamp/opengl/util/GLArrayDataClient.toString:()Ljava/lang/String;]
jogl.util.jar, GLArrayDataEditable.class
package com.jogamp.opengl.util
GLArrayDataEditable.destroy ( GL p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.destroy:(Ljavax/media/opengl/GL;)V]
GLArrayDataEditable.enableBuffer ( GL p1, boolean p2 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
GLArrayDataEditable.getBufferUsage ( ) [abstract] : int
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.getBufferUsage:()I]
GLArrayDataEditable.isBufferWritten ( ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.isBufferWritten:()Z]
GLArrayDataEditable.padding ( int p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.padding:(I)V]
GLArrayDataEditable.put ( Buffer p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.put:(Ljava/nio/Buffer;)V]
GLArrayDataEditable.putb ( byte p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.putb:(B)V]
GLArrayDataEditable.putf ( float p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.putf:(F)V]
GLArrayDataEditable.puti ( int p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.puti:(I)V]
GLArrayDataEditable.puts ( short p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.puts:(S)V]
GLArrayDataEditable.putx ( int p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.putx:(I)V]
GLArrayDataEditable.reset ( ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.reset:()V]
GLArrayDataEditable.reset ( GL p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.reset:(Ljavax/media/opengl/GL;)V]
GLArrayDataEditable.rewind ( ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.rewind:()V]
GLArrayDataEditable.seal ( boolean p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.seal:(Z)V]
GLArrayDataEditable.seal ( GL p1, boolean p2 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.seal:(Ljavax/media/opengl/GL;Z)V]
GLArrayDataEditable.sealed ( ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.sealed:()Z]
GLArrayDataEditable.setBufferWritten ( boolean p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.setBufferWritten:(Z)V]
GLArrayDataEditable.setEnableAlways ( boolean p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayDataEditable.setEnableAlways:(Z)V]
jogl.util.jar, GLArrayDataServer.class
package com.jogamp.opengl.util
GLArrayDataServer.createFixed ( GL p1, int p2, String p3, int p4, int p5, boolean p6, int p7, Buffer p8, int p9 ) [static] : GLArrayDataServer
[mangled: com/jogamp/opengl/util/GLArrayDataServer.createFixed:(Ljavax/media/opengl/GL;ILjava/lang/String;IIZILjava/nio/Buffer;I)Lcom/jogamp/opengl/util/GLArrayDataServer;]
GLArrayDataServer.createFixed ( GL p1, int p2, String p3, int p4, int p5, boolean p6, int p7, int p8 ) [static] : GLArrayDataServer
[mangled: com/jogamp/opengl/util/GLArrayDataServer.createFixed:(Ljavax/media/opengl/GL;ILjava/lang/String;IIZII)Lcom/jogamp/opengl/util/GLArrayDataServer;]
GLArrayDataServer.createGLSL ( GL p1, String p2, int p3, int p4, boolean p5, int p6, Buffer p7, int p8 ) [static] : GLArrayDataServer
[mangled: com/jogamp/opengl/util/GLArrayDataServer.createGLSL:(Ljavax/media/opengl/GL;Ljava/lang/String;IIZILjava/nio/Buffer;I)Lcom/jogamp/opengl/util/GLArrayDataServer;]
GLArrayDataServer.createGLSL ( GL p1, String p2, int p3, int p4, boolean p5, int p6, int p7 ) [static] : GLArrayDataServer
[mangled: com/jogamp/opengl/util/GLArrayDataServer.createGLSL:(Ljavax/media/opengl/GL;Ljava/lang/String;IIZII)Lcom/jogamp/opengl/util/GLArrayDataServer;]
GLArrayDataServer.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataServer.destroy:(Ljavax/media/opengl/GL;)V]
GLArrayDataServer.getBufferUsage ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataServer.getBufferUsage:()I]
GLArrayDataServer.GLArrayDataServer ( )
[mangled: com/jogamp/opengl/util/GLArrayDataServer."<init>":()V]
GLArrayDataServer.init ( GL p1, String p2, int p3, int p4, int p5, boolean p6, int p7, Buffer p8, int p9, boolean p10, GLArrayHandler p11, int p12, long p13, int p14 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataServer.init:(Ljavax/media/opengl/GL;Ljava/lang/String;IIIZILjava/nio/Buffer;IZLcom/jogamp/opengl/util/GLArrayHandler;IJI)V]
GLArrayDataServer.init_vbo ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataServer.init_vbo:(Ljavax/media/opengl/GL;)V]
GLArrayDataServer.setVBOUsage ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataServer.setVBOUsage:(Z)V]
GLArrayDataServer.toString ( ) : String
[mangled: com/jogamp/opengl/util/GLArrayDataServer.toString:()Ljava/lang/String;]
jogl.util.jar, GLArrayDataWrapper.class
package com.jogamp.opengl.util
GLArrayDataWrapper.createFixed ( GL p1, int p2, int p3, int p4, boolean p5, int p6, Buffer p7, int p8, long p9 ) [static] : GLArrayDataWrapper
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.createFixed:(Ljavax/media/opengl/GL;IIIZILjava/nio/Buffer;IJ)Lcom/jogamp/opengl/util/GLArrayDataWrapper;]
GLArrayDataWrapper.createGLSL ( GL p1, String p2, int p3, int p4, boolean p5, int p6, Buffer p7, int p8, long p9 ) [static] : GLArrayDataWrapper
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.createGLSL:(Ljavax/media/opengl/GL;Ljava/lang/String;IIZILjava/nio/Buffer;IJ)Lcom/jogamp/opengl/util/GLArrayDataWrapper;]
GLArrayDataWrapper.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.destroy:(Ljavax/media/opengl/GL;)V]
GLArrayDataWrapper.getBuffer ( ) : Buffer
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getBuffer:()Ljava/nio/Buffer;]
GLArrayDataWrapper.getBufferClass ( ) : Class
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getBufferClass:()Ljava/lang/Class;]
GLArrayDataWrapper.getBufferClass ( int p1 ) [static] : Class
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getBufferClass:(I)Ljava/lang/Class;]
GLArrayDataWrapper.getComponentNumber ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getComponentNumber:()I]
GLArrayDataWrapper.getComponentSize ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getComponentSize:()I]
GLArrayDataWrapper.getComponentType ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getComponentType:()I]
GLArrayDataWrapper.getElementNumber ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getElementNumber:()I]
GLArrayDataWrapper.getIndex ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getIndex:()I]
GLArrayDataWrapper.getLocation ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getLocation:()I]
GLArrayDataWrapper.getName ( ) : String
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getName:()Ljava/lang/String;]
GLArrayDataWrapper.getNormalized ( ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getNormalized:()Z]
GLArrayDataWrapper.getOffset ( ) : long
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getOffset:()J]
GLArrayDataWrapper.getStride ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getStride:()I]
GLArrayDataWrapper.getVBOName ( ) : int
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.getVBOName:()I]
GLArrayDataWrapper.GLArrayDataWrapper ( )
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper."<init>":()V]
GLArrayDataWrapper.init ( String p1, int p2, int p3, int p4, boolean p5, int p6, Buffer p7, boolean p8, int p9, long p10 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.init:(Ljava/lang/String;IIIZILjava/nio/Buffer;ZIJ)V]
GLArrayDataWrapper.isVBO ( ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.isVBO:()Z]
GLArrayDataWrapper.isVertexAttribute ( ) : boolean
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.isVertexAttribute:()Z]
GLArrayDataWrapper.setLocation ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.setLocation:(I)V]
GLArrayDataWrapper.setName ( String p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.setName:(Ljava/lang/String;)V]
GLArrayDataWrapper.setVBOName ( int p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.setVBOName:(I)V]
GLArrayDataWrapper.setVBOUsage ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.setVBOUsage:(Z)V]
GLArrayDataWrapper.toString ( ) : String
[mangled: com/jogamp/opengl/util/GLArrayDataWrapper.toString:()Ljava/lang/String;]
jogl.util.jar, GLArrayHandler.class
package com.jogamp.opengl.util
GLArrayHandler.enableBuffer ( GL p1, boolean p2 ) [abstract] : void
[mangled: com/jogamp/opengl/util/GLArrayHandler.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
jogl.util.jar, GLBuffers.class
package com.jogamp.opengl.util
GLBuffers.getFloatArray ( double[ ] p1 ) [static] : float[ ]
[mangled: com/jogamp/opengl/util/GLBuffers.getFloatArray:([D)[F]
GLBuffers.GLBuffers ( )
[mangled: com/jogamp/opengl/util/GLBuffers."<init>":()V]
GLBuffers.newDirectGLBuffer ( int p1, int p2 ) [static] : Buffer
[mangled: com/jogamp/opengl/util/GLBuffers.newDirectGLBuffer:(II)Ljava/nio/Buffer;]
GLBuffers.sizeOfGLType ( int p1 ) [static] : int
[mangled: com/jogamp/opengl/util/GLBuffers.sizeOfGLType:(I)I]
GLBuffers.sliceGLBuffer ( ByteBuffer p1, int p2, int p3, int p4 ) [static] : Buffer
[mangled: com/jogamp/opengl/util/GLBuffers.sliceGLBuffer:(Ljava/nio/ByteBuffer;III)Ljava/nio/Buffer;]
jogl.util.jar, GLFixedArrayHandler.class
package com.jogamp.opengl.util
GLFixedArrayHandler.enableBuffer ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/GLFixedArrayHandler.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
GLFixedArrayHandler.GLFixedArrayHandler ( GLArrayDataEditable p1 )
[mangled: com/jogamp/opengl/util/GLFixedArrayHandler."<init>":(Lcom/jogamp/opengl/util/GLArrayDataEditable;)V]
GLFixedArrayHandler.passArrayPointer ( GLPointerFunc p1 ) : void
[mangled: com/jogamp/opengl/util/GLFixedArrayHandler.passArrayPointer:(Ljavax/media/opengl/fixedfunc/GLPointerFunc;)V]
jogl.util.jar, GLSLArrayHandler.class
package com.jogamp.opengl.util.glsl
GLSLArrayHandler.enableBuffer ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/GLSLArrayHandler.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
GLSLArrayHandler.GLSLArrayHandler ( GLArrayDataEditable p1 )
[mangled: com/jogamp/opengl/util/glsl/GLSLArrayHandler."<init>":(Lcom/jogamp/opengl/util/GLArrayDataEditable;)V]
GLSLArrayHandler.passVertexAttribPointer ( GL2ES2 p1, ShaderState p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/GLSLArrayHandler.passVertexAttribPointer:(Ljavax/media/opengl/GL2ES2;Lcom/jogamp/opengl/util/glsl/ShaderState;)V]
jogl.util.jar, Header.class
package com.jogamp.opengl.util.texture.spi
TGAImage.Header.attribPerPixel ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.attribPerPixel:()B]
TGAImage.Header.colorMapEntrySize ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.colorMapEntrySize:()B]
TGAImage.Header.colorMapLength ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.colorMapLength:()I]
TGAImage.Header.colorMapType ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.colorMapType:()I]
TGAImage.Header.firstEntryIndex ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.firstEntryIndex:()I]
TGAImage.Header.height ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.height:()I]
TGAImage.Header.idLength ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.idLength:()I]
TGAImage.Header.imageDescriptor ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.imageDescriptor:()B]
TGAImage.Header.imageID ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.imageID:()Ljava/lang/String;]
TGAImage.Header.imageIDbuf ( ) : byte[ ]
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.imageIDbuf:()[B]
TGAImage.Header.imageType ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.imageType:()I]
TGAImage.Header.interleave ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.interleave:()B]
TGAImage.Header.pixelDepth ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.pixelDepth:()B]
TGAImage.Header.rightToLeft ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.rightToLeft:()Z]
TGAImage.Header.size ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.size:()I]
TGAImage.Header.tgaType ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.tgaType:()I]
TGAImage.Header.topToBottom ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.topToBottom:()Z]
TGAImage.Header.toString ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.toString:()Ljava/lang/String;]
TGAImage.Header.width ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.width:()I]
TGAImage.Header.xOrigin ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.xOrigin:()I]
TGAImage.Header.yOrigin ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.Header.yOrigin:()I]
jogl.util.jar, ImageInfo.class
package com.jogamp.opengl.util.texture.spi
DDSImage.ImageInfo.DDSImage.ImageInfo ( ByteBuffer p1, int p2, int p3, boolean p4, int p5 )
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo."<init>":(Ljava/nio/ByteBuffer;IIZI)V]
DDSImage.ImageInfo.getCompressionFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo.getCompressionFormat:()I]
DDSImage.ImageInfo.getData ( ) : ByteBuffer
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo.getData:()Ljava/nio/ByteBuffer;]
DDSImage.ImageInfo.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo.getHeight:()I]
DDSImage.ImageInfo.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo.getWidth:()I]
DDSImage.ImageInfo.isCompressed ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/DDSImage.ImageInfo.isCompressed:()Z]
jogl.util.jar, ImmModeSink.class
package com.jogamp.opengl.util
ImmModeSink.createFixed ( GL p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11 ) [static] : ImmModeSink
[mangled: com/jogamp/opengl/util/ImmModeSink.createFixed:(Ljavax/media/opengl/GL;IIIIIIIIII)Lcom/jogamp/opengl/util/ImmModeSink;]
ImmModeSink.createGLSL ( GL p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11 ) [static] : ImmModeSink
[mangled: com/jogamp/opengl/util/ImmModeSink.createGLSL:(Ljavax/media/opengl/GL;IIIIIIIIII)Lcom/jogamp/opengl/util/ImmModeSink;]
ImmModeSink.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.destroy:(Ljavax/media/opengl/GL;)V]
ImmModeSink.draw ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.draw:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.draw ( GL p1, Buffer p2, boolean p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.draw:(Ljavax/media/opengl/GL;Ljava/nio/Buffer;Z)V]
ImmModeSink.glBegin ( int p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glBegin:(I)V]
ImmModeSink.glColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor3b:(BBB)V]
ImmModeSink.glColor3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor3f:(FFF)V]
ImmModeSink.glColor3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor3s:(SSS)V]
ImmModeSink.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor4b:(BBBB)V]
ImmModeSink.glColor4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor4f:(FFFF)V]
ImmModeSink.glColor4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColor4s:(SSSS)V]
ImmModeSink.glColorv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glColorv:(Ljava/nio/Buffer;)V]
ImmModeSink.glEnd ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glEnd:(Ljavax/media/opengl/GL;)V]
ImmModeSink.glEnd ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glEnd:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.glEnd ( GL p1, Buffer p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glEnd:(Ljavax/media/opengl/GL;Ljava/nio/Buffer;)V]
ImmModeSink.glNormal3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glNormal3b:(BBB)V]
ImmModeSink.glNormal3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glNormal3f:(FFF)V]
ImmModeSink.glNormal3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glNormal3s:(SSS)V]
ImmModeSink.glNormalv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glNormalv:(Ljava/nio/Buffer;)V]
ImmModeSink.glTexCoord2b ( byte p1, byte p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord2b:(BB)V]
ImmModeSink.glTexCoord2f ( float p1, float p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord2f:(FF)V]
ImmModeSink.glTexCoord2s ( short p1, short p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord2s:(SS)V]
ImmModeSink.glTexCoord3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord3b:(BBB)V]
ImmModeSink.glTexCoord3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord3f:(FFF)V]
ImmModeSink.glTexCoord3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoord3s:(SSS)V]
ImmModeSink.glTexCoordv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glTexCoordv:(Ljava/nio/Buffer;)V]
ImmModeSink.glVertex2b ( byte p1, byte p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex2b:(BB)V]
ImmModeSink.glVertex2f ( float p1, float p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex2f:(FF)V]
ImmModeSink.glVertex2s ( short p1, short p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex2s:(SS)V]
ImmModeSink.glVertex3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex3b:(BBB)V]
ImmModeSink.glVertex3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex3f:(FFF)V]
ImmModeSink.glVertex3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertex3s:(SSS)V]
ImmModeSink.glVertexv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.glVertexv:(Ljava/nio/Buffer;)V]
ImmModeSink.ImmModeSink ( GL p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, boolean p12 )
[mangled: com/jogamp/opengl/util/ImmModeSink."<init>":(Ljavax/media/opengl/GL;IIIIIIIIIIZ)V]
ImmModeSink.reset ( ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.reset:()V]
ImmModeSink.reset ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.reset:(Ljavax/media/opengl/GL;)V]
ImmModeSink.setVBOUsage ( boolean p1 ) [static] : void
[mangled: com/jogamp/opengl/util/ImmModeSink.setVBOUsage:(Z)V]
ImmModeSink.toString ( ) : String
[mangled: com/jogamp/opengl/util/ImmModeSink.toString:()Ljava/lang/String;]
ImmModeSink.usesVBO ( ) [static] : boolean
[mangled: com/jogamp/opengl/util/ImmModeSink.usesVBO:()Z]
jogl.util.jar, LEDataInputStream.class
package com.jogamp.opengl.util.texture.spi
LEDataInputStream.close ( ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.close:()V]
LEDataInputStream.LEDataInputStream ( InputStream p1 )
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream."<init>":(Ljava/io/InputStream;)V]
LEDataInputStream.read ( byte[ ] p1 ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.read:([B)I]
LEDataInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.read:([BII)I]
LEDataInputStream.readBoolean ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readBoolean:()Z]
LEDataInputStream.readByte ( ) : byte
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readByte:()B]
LEDataInputStream.readChar ( ) : char
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readChar:()C]
LEDataInputStream.readDouble ( ) : double
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readDouble:()D]
LEDataInputStream.readFloat ( ) : float
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readFloat:()F]
LEDataInputStream.readFully ( byte[ ] p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readFully:([B)V]
LEDataInputStream.readFully ( byte[ ] p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readFully:([BII)V]
LEDataInputStream.readInt ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readInt:()I]
LEDataInputStream.readLine ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readLine:()Ljava/lang/String;]
LEDataInputStream.readLong ( ) : long
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readLong:()J]
LEDataInputStream.readShort ( ) : short
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readShort:()S]
LEDataInputStream.readUnsignedByte ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readUnsignedByte:()I]
LEDataInputStream.readUnsignedShort ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readUnsignedShort:()I]
LEDataInputStream.readUTF ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readUTF:()Ljava/lang/String;]
LEDataInputStream.readUTF ( DataInput p1 ) [static] : String
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.readUTF:(Ljava/io/DataInput;)Ljava/lang/String;]
LEDataInputStream.skipBytes ( int p1 ) : int
[mangled: com/jogamp/opengl/util/texture/spi/LEDataInputStream.skipBytes:(I)I]
jogl.util.jar, LEDataOutputStream.class
package com.jogamp.opengl.util.texture.spi
LEDataOutputStream.close ( ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.close:()V]
LEDataOutputStream.LEDataOutputStream ( OutputStream p1 )
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream."<init>":(Ljava/io/OutputStream;)V]
LEDataOutputStream.write ( byte[ ] p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.write:([B)V]
LEDataOutputStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.write:([BII)V]
LEDataOutputStream.write ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.write:(I)V]
LEDataOutputStream.writeBoolean ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeBoolean:(Z)V]
LEDataOutputStream.writeByte ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeByte:(I)V]
LEDataOutputStream.writeBytes ( String p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeBytes:(Ljava/lang/String;)V]
LEDataOutputStream.writeChar ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeChar:(I)V]
LEDataOutputStream.writeChars ( String p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeChars:(Ljava/lang/String;)V]
LEDataOutputStream.writeDouble ( double p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeDouble:(D)V]
LEDataOutputStream.writeFloat ( float p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeFloat:(F)V]
LEDataOutputStream.writeInt ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeInt:(I)V]
LEDataOutputStream.writeLong ( long p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeLong:(J)V]
LEDataOutputStream.writeShort ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeShort:(I)V]
LEDataOutputStream.writeUTF ( String p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/LEDataOutputStream.writeUTF:(Ljava/lang/String;)V]
jogl.util.jar, Level.class
package com.jogamp.opengl.util.packrect
Level.add ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/Level.add:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
Level.compact ( Object p1, BackingStoreManager p2 ) : void
[mangled: com/jogamp/opengl/util/packrect/Level.compact:(Ljava/lang/Object;Lcom/jogamp/opengl/util/packrect/BackingStoreManager;)V]
Level.couldAllocateIfCompacted ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/Level.couldAllocateIfCompacted:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
Level.dumpFreeSpace ( ) : void
[mangled: com/jogamp/opengl/util/packrect/Level.dumpFreeSpace:()V]
Level.h ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Level.h:()I]
Level.isEmpty ( ) : boolean
[mangled: com/jogamp/opengl/util/packrect/Level.isEmpty:()Z]
Level.iterator ( ) : Iterator
[mangled: com/jogamp/opengl/util/packrect/Level.iterator:()Ljava/util/Iterator;]
Level.Level ( int p1, int p2, int p3, LevelSet p4 )
[mangled: com/jogamp/opengl/util/packrect/Level."<init>":(IIILcom/jogamp/opengl/util/packrect/LevelSet;)V]
Level.remove ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/Level.remove:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
Level.updateRectangleReferences ( ) : void
[mangled: com/jogamp/opengl/util/packrect/Level.updateRectangleReferences:()V]
Level.visit ( RectVisitor p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/Level.visit:(Lcom/jogamp/opengl/util/packrect/RectVisitor;)V]
Level.w ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Level.w:()I]
Level.yPos ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Level.yPos:()I]
jogl.util.jar, LevelSet.class
package com.jogamp.opengl.util.packrect
LevelSet.add ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/LevelSet.add:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
LevelSet.canExpand ( Level p1, int p2 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/LevelSet.canExpand:(Lcom/jogamp/opengl/util/packrect/Level;I)Z]
LevelSet.clear ( ) : void
[mangled: com/jogamp/opengl/util/packrect/LevelSet.clear:()V]
LevelSet.compactAndAdd ( Rect p1, Object p2, BackingStoreManager p3 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/LevelSet.compactAndAdd:(Lcom/jogamp/opengl/util/packrect/Rect;Ljava/lang/Object;Lcom/jogamp/opengl/util/packrect/BackingStoreManager;)Z]
LevelSet.expand ( Level p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/packrect/LevelSet.expand:(Lcom/jogamp/opengl/util/packrect/Level;II)V]
LevelSet.getUsedHeight ( ) : int
[mangled: com/jogamp/opengl/util/packrect/LevelSet.getUsedHeight:()I]
LevelSet.h ( ) : int
[mangled: com/jogamp/opengl/util/packrect/LevelSet.h:()I]
LevelSet.iterator ( ) : Iterator
[mangled: com/jogamp/opengl/util/packrect/LevelSet.iterator:()Ljava/util/Iterator;]
LevelSet.LevelSet ( int p1, int p2 )
[mangled: com/jogamp/opengl/util/packrect/LevelSet."<init>":(II)V]
LevelSet.remove ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/LevelSet.remove:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
LevelSet.setHeight ( int p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/LevelSet.setHeight:(I)V]
LevelSet.updateRectangleReferences ( ) : void
[mangled: com/jogamp/opengl/util/packrect/LevelSet.updateRectangleReferences:()V]
LevelSet.verticalFragmentationRatio ( ) : float
[mangled: com/jogamp/opengl/util/packrect/LevelSet.verticalFragmentationRatio:()F]
LevelSet.visit ( RectVisitor p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/LevelSet.visit:(Lcom/jogamp/opengl/util/packrect/RectVisitor;)V]
LevelSet.w ( ) : int
[mangled: com/jogamp/opengl/util/packrect/LevelSet.w:()I]
jogl.util.jar, Locator.class
package com.jogamp.opengl.util
Locator.getRelativeOf ( String p1, String p2 ) [static] : String
[mangled: com/jogamp/opengl/util/Locator.getRelativeOf:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Locator.getResource ( Class p1, String p2 ) [static] : URL
[mangled: com/jogamp/opengl/util/Locator.getResource:(Ljava/lang/Class;Ljava/lang/String;)Ljava/net/URL;]
Locator.getResource ( String p1, ClassLoader p2 ) [static] : URL
[mangled: com/jogamp/opengl/util/Locator.getResource:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/net/URL;]
Locator.urlExists ( URL p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/Locator.urlExists:(Ljava/net/URL;)Z]
jogl.util.jar, NetPbmTextureWriter.class
package com.jogamp.opengl.util.texture.spi
NetPbmTextureWriter.getMagic ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter.getMagic:()I]
NetPbmTextureWriter.getSuffix ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter.getSuffix:()Ljava/lang/String;]
NetPbmTextureWriter.NetPbmTextureWriter ( )
[mangled: com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter."<init>":()V]
NetPbmTextureWriter.NetPbmTextureWriter ( int p1 )
[mangled: com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter."<init>":(I)V]
NetPbmTextureWriter.write ( File p1, TextureData p2 ) : boolean
[mangled: com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter.write:(Ljava/io/File;Lcom/jogamp/opengl/util/texture/TextureData;)Z]
jogl.util.jar, PMVMatrix.class
package com.jogamp.opengl.util
PMVMatrix.destroy ( ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.destroy:()V]
PMVMatrix.getDirtyBits ( ) : int
[mangled: com/jogamp/opengl/util/PMVMatrix.getDirtyBits:()I]
PMVMatrix.glFrustumf ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glFrustumf:(FFFFFF)V]
PMVMatrix.glGetFloatv ( int p1, float[ ] p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetFloatv:(I[FI)V]
PMVMatrix.glGetFloatv ( int p1, FloatBuffer p2 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetFloatv:(ILjava/nio/FloatBuffer;)V]
PMVMatrix.glGetIntegerv ( int p1, int[ ] p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetIntegerv:(I[II)V]
PMVMatrix.glGetIntegerv ( int p1, IntBuffer p2 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetIntegerv:(ILjava/nio/IntBuffer;)V]
PMVMatrix.glGetMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetMatrixf ( int p1 ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetMatrixf:(I)Ljava/nio/FloatBuffer;]
PMVMatrix.glGetMatrixMode ( ) : int
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetMatrixMode:()I]
PMVMatrix.glGetMviMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetMviMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetMvMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetMvMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetNormalMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetNormalMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPMvMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPMvMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPmvMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPmvMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPMvMviMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPMvMviMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPMvMvitMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPMvMvitMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetPMvMvitPmvMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetPMvMvitPmvMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glGetTMatrixf ( ) : FloatBuffer
[mangled: com/jogamp/opengl/util/PMVMatrix.glGetTMatrixf:()Ljava/nio/FloatBuffer;]
PMVMatrix.glLoadIdentity ( ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glLoadIdentity:()V]
PMVMatrix.glLoadMatrixf ( float[ ] p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glLoadMatrixf:([FI)V]
PMVMatrix.glLoadMatrixf ( FloatBuffer p1 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glLoadMatrixf:(Ljava/nio/FloatBuffer;)V]
PMVMatrix.glMatrixMode ( int p1 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glMatrixMode:(I)V]
PMVMatrix.glMultMatrixf ( float[ ] p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glMultMatrixf:([FI)V]
PMVMatrix.glMultMatrixf ( FloatBuffer p1 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glMultMatrixf:(Ljava/nio/FloatBuffer;)V]
PMVMatrix.glMultMatrixf ( FloatBuffer p1, float[ ] p2, int p3, FloatBuffer p4 ) [static] : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glMultMatrixf:(Ljava/nio/FloatBuffer;[FILjava/nio/FloatBuffer;)V]
PMVMatrix.glMultMatrixf ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [static] : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glMultMatrixf:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
PMVMatrix.glOrthof ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glOrthof:(FFFFFF)V]
PMVMatrix.glPopMatrix ( ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glPopMatrix:()V]
PMVMatrix.glPushMatrix ( ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glPushMatrix:()V]
PMVMatrix.glRotatef ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glRotatef:(FFFF)V]
PMVMatrix.glScalef ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glScalef:(FFF)V]
PMVMatrix.glTranslatef ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.glTranslatef:(FFF)V]
PMVMatrix.gluPerspective ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.gluPerspective:(FFFF)V]
PMVMatrix.isDirty ( ) : boolean
[mangled: com/jogamp/opengl/util/PMVMatrix.isDirty:()Z]
PMVMatrix.isDirty ( int p1 ) : boolean
[mangled: com/jogamp/opengl/util/PMVMatrix.isDirty:(I)Z]
PMVMatrix.isMatrixGetName ( int p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/PMVMatrix.isMatrixGetName:(I)Z]
PMVMatrix.isMatrixModeName ( int p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/PMVMatrix.isMatrixModeName:(I)Z]
PMVMatrix.matrixGetName2MatrixModeName ( int p1 ) [static] : int
[mangled: com/jogamp/opengl/util/PMVMatrix.matrixGetName2MatrixModeName:(I)I]
PMVMatrix.matrixModeName2MatrixGetName ( int p1 ) [static] : int
[mangled: com/jogamp/opengl/util/PMVMatrix.matrixModeName2MatrixGetName:(I)I]
PMVMatrix.PMVMatrix ( )
[mangled: com/jogamp/opengl/util/PMVMatrix."<init>":()V]
PMVMatrix.setDirty ( ) : void
[mangled: com/jogamp/opengl/util/PMVMatrix.setDirty:()V]
PMVMatrix.update ( ) : boolean
[mangled: com/jogamp/opengl/util/PMVMatrix.update:()Z]
jogl.util.jar, Rect.class
package com.jogamp.opengl.util.packrect
Rect.canContain ( Rect p1 ) : boolean
[mangled: com/jogamp/opengl/util/packrect/Rect.canContain:(Lcom/jogamp/opengl/util/packrect/Rect;)Z]
Rect.getNextLocation ( ) : Rect
[mangled: com/jogamp/opengl/util/packrect/Rect.getNextLocation:()Lcom/jogamp/opengl/util/packrect/Rect;]
Rect.getUserData ( ) : Object
[mangled: com/jogamp/opengl/util/packrect/Rect.getUserData:()Ljava/lang/Object;]
Rect.h ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.h:()I]
Rect.maxX ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.maxX:()I]
Rect.maxY ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.maxY:()I]
Rect.Rect ( )
[mangled: com/jogamp/opengl/util/packrect/Rect."<init>":()V]
Rect.Rect ( int p1, int p2, int p3, int p4, Object p5 )
[mangled: com/jogamp/opengl/util/packrect/Rect."<init>":(IIIILjava/lang/Object;)V]
Rect.Rect ( Object p1 )
[mangled: com/jogamp/opengl/util/packrect/Rect."<init>":(Ljava/lang/Object;)V]
Rect.setNextLocation ( Rect p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/Rect.setNextLocation:(Lcom/jogamp/opengl/util/packrect/Rect;)V]
Rect.setPosition ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/packrect/Rect.setPosition:(II)V]
Rect.setSize ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/packrect/Rect.setSize:(II)V]
Rect.setUserData ( Object p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/Rect.setUserData:(Ljava/lang/Object;)V]
Rect.toString ( ) : String
[mangled: com/jogamp/opengl/util/packrect/Rect.toString:()Ljava/lang/String;]
Rect.w ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.w:()I]
Rect.x ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.x:()I]
Rect.y ( ) : int
[mangled: com/jogamp/opengl/util/packrect/Rect.y:()I]
jogl.util.jar, RectanglePacker.class
package com.jogamp.opengl.util.packrect
RectanglePacker.add ( Rect p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.add:(Lcom/jogamp/opengl/util/packrect/Rect;)V]
RectanglePacker.clear ( ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.clear:()V]
RectanglePacker.compact ( ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.compact:()V]
RectanglePacker.dispose ( ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.dispose:()V]
RectanglePacker.getBackingStore ( ) : Object
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.getBackingStore:()Ljava/lang/Object;]
RectanglePacker.RectanglePacker ( BackingStoreManager p1, int p2, int p3 )
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker."<init>":(Lcom/jogamp/opengl/util/packrect/BackingStoreManager;II)V]
RectanglePacker.remove ( Rect p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.remove:(Lcom/jogamp/opengl/util/packrect/Rect;)V]
RectanglePacker.setMaxSize ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.setMaxSize:(II)V]
RectanglePacker.verticalFragmentationRatio ( ) : float
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.verticalFragmentationRatio:()F]
RectanglePacker.visit ( RectVisitor p1 ) : void
[mangled: com/jogamp/opengl/util/packrect/RectanglePacker.visit:(Lcom/jogamp/opengl/util/packrect/RectVisitor;)V]
jogl.util.jar, RectVisitor.class
package com.jogamp.opengl.util.packrect
RectVisitor.visit ( Rect p1 ) [abstract] : void
[mangled: com/jogamp/opengl/util/packrect/RectVisitor.visit:(Lcom/jogamp/opengl/util/packrect/Rect;)V]
jogl.util.jar, SGIImage.class
package com.jogamp.opengl.util.texture.spi
SGIImage.createFromData ( int p1, int p2, boolean p3, byte[ ] p4 ) [static] : SGIImage
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.createFromData:(IIZ[B)Lcom/jogamp/opengl/util/texture/spi/SGIImage;]
SGIImage.getData ( ) : byte[ ]
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.getData:()[B]
SGIImage.getFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.getFormat:()I]
SGIImage.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.getHeight:()I]
SGIImage.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.getWidth:()I]
SGIImage.isSGIImage ( InputStream p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.isSGIImage:(Ljava/io/InputStream;)Z]
SGIImage.read ( InputStream p1 ) [static] : SGIImage
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.read:(Ljava/io/InputStream;)Lcom/jogamp/opengl/util/texture/spi/SGIImage;]
SGIImage.read ( String p1 ) [static] : SGIImage
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.read:(Ljava/lang/String;)Lcom/jogamp/opengl/util/texture/spi/SGIImage;]
SGIImage.toString ( ) : String
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.toString:()Ljava/lang/String;]
SGIImage.write ( File p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.write:(Ljava/io/File;Z)V]
SGIImage.write ( String p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/SGIImage.write:(Ljava/lang/String;Z)V]
jogl.util.jar, ShaderCode.class
package com.jogamp.opengl.util.glsl
ShaderCode.compile ( GL2ES2 p1 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.compile:(Ljavax/media/opengl/GL2ES2;)Z]
ShaderCode.compile ( GL2ES2 p1, PrintStream p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.compile:(Ljavax/media/opengl/GL2ES2;Ljava/io/PrintStream;)Z]
ShaderCode.create ( GL2ES2 p1, int p2, int p3, Class p4, String p5, String p6, String p7 ) [static] : ShaderCode
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.create:(Ljavax/media/opengl/GL2ES2;IILjava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/jogamp/opengl/util/glsl/ShaderCode;]
ShaderCode.create ( GL2ES2 p1, int p2, int p3, Class p4, String[ ] p5 ) [static] : ShaderCode
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.create:(Ljavax/media/opengl/GL2ES2;IILjava/lang/Class;[Ljava/lang/String;)Lcom/jogamp/opengl/util/glsl/ShaderCode;]
ShaderCode.create ( int p1, int p2, Class p3, int p4, String p5 ) [static] : ShaderCode
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.create:(IILjava/lang/Class;ILjava/lang/String;)Lcom/jogamp/opengl/util/glsl/ShaderCode;]
ShaderCode.destroy ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.destroy:(Ljavax/media/opengl/GL2ES2;)V]
ShaderCode.dumpShaderSource ( PrintStream p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.dumpShaderSource:(Ljava/io/PrintStream;)V]
ShaderCode.equals ( Object p1 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.equals:(Ljava/lang/Object;)Z]
ShaderCode.getBinarySubPath ( int p1 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.getBinarySubPath:(I)Ljava/lang/String;]
ShaderCode.getFileSuffix ( boolean p1, int p2 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.getFileSuffix:(ZI)Ljava/lang/String;]
ShaderCode.hashCode ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.hashCode:()I]
ShaderCode.id ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.id:()I]
ShaderCode.isValid ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.isValid:()Z]
ShaderCode.key ( ) : Integer
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.key:()Ljava/lang/Integer;]
ShaderCode.readShaderBinary ( Class p1, String p2 ) [static] : ByteBuffer
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.readShaderBinary:(Ljava/lang/Class;Ljava/lang/String;)Ljava/nio/ByteBuffer;]
ShaderCode.readShaderSource ( Class p1, String p2 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.readShaderSource:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;]
ShaderCode.readShaderSource ( ClassLoader p1, String p2, URL p3, StringBuffer p4 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.readShaderSource:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/net/URL;Ljava/lang/StringBuffer;)V]
ShaderCode.shader ( ) : IntBuffer
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shader:()Ljava/nio/IntBuffer;]
ShaderCode.shaderBinary ( ) : Buffer
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderBinary:()Ljava/nio/Buffer;]
ShaderCode.shaderBinaryFormat ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderBinaryFormat:()I]
ShaderCode.ShaderCode ( int p1, int p2, int p3, Buffer p4 )
[mangled: com/jogamp/opengl/util/glsl/ShaderCode."<init>":(IIILjava/nio/Buffer;)V]
ShaderCode.ShaderCode ( int p1, int p2, String[ ][ ] p3 )
[mangled: com/jogamp/opengl/util/glsl/ShaderCode."<init>":(II[[Ljava/lang/String;)V]
ShaderCode.shaderSource ( ) : String[ ][ ]
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderSource:()[[Ljava/lang/String;]
ShaderCode.shaderType ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderType:()I]
ShaderCode.shaderTypeStr ( ) : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderTypeStr:()Ljava/lang/String;]
ShaderCode.shaderTypeStr ( int p1 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.shaderTypeStr:(I)Ljava/lang/String;]
ShaderCode.toString ( ) : String
[mangled: com/jogamp/opengl/util/glsl/ShaderCode.toString:()Ljava/lang/String;]
jogl.util.jar, ShaderProgram.class
package com.jogamp.opengl.util.glsl
ShaderProgram.add ( ShaderCode p1 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.add:(Lcom/jogamp/opengl/util/glsl/ShaderCode;)Z]
ShaderProgram.destroy ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.destroy:(Ljavax/media/opengl/GL2ES2;)V]
ShaderProgram.equals ( Object p1 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.equals:(Ljava/lang/Object;)Z]
ShaderProgram.getShader ( int p1 ) : ShaderCode
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.getShader:(I)Lcom/jogamp/opengl/util/glsl/ShaderCode;]
ShaderProgram.glReplaceShader ( GL2ES2 p1, int p2, ShaderCode p3, PrintStream p4 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.glReplaceShader:(Ljavax/media/opengl/GL2ES2;ILcom/jogamp/opengl/util/glsl/ShaderCode;Ljava/io/PrintStream;)Z]
ShaderProgram.glUseProgram ( GL2ES2 p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.glUseProgram:(Ljavax/media/opengl/GL2ES2;Z)V]
ShaderProgram.hashCode ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.hashCode:()I]
ShaderProgram.id ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.id:()I]
ShaderProgram.inUse ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.inUse:()Z]
ShaderProgram.key ( ) : Integer
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.key:()Ljava/lang/Integer;]
ShaderProgram.link ( GL2ES2 p1, PrintStream p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.link:(Ljavax/media/opengl/GL2ES2;Ljava/io/PrintStream;)Z]
ShaderProgram.linked ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.linked:()Z]
ShaderProgram.program ( ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.program:()I]
ShaderProgram.release ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.release:(Ljavax/media/opengl/GL2ES2;)V]
ShaderProgram.release ( GL2ES2 p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.release:(Ljavax/media/opengl/GL2ES2;Z)V]
ShaderProgram.ShaderProgram ( )
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram."<init>":()V]
ShaderProgram.toString ( ) : String
[mangled: com/jogamp/opengl/util/glsl/ShaderProgram.toString:()Ljava/lang/String;]
jogl.util.jar, ShaderState.class
package com.jogamp.opengl.util.glsl
ShaderState.attachShaderProgram ( GL2ES2 p1, ShaderProgram p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.attachShaderProgram:(Ljavax/media/opengl/GL2ES2;Lcom/jogamp/opengl/util/glsl/ShaderProgram;)V]
ShaderState.destroy ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.destroy:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.getAttribLocation ( String p1 ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderState.getAttribLocation:(Ljava/lang/String;)I]
ShaderState.getCurrent ( ) [static] : ShaderState
[mangled: com/jogamp/opengl/util/glsl/ShaderState.getCurrent:()Lcom/jogamp/opengl/util/glsl/ShaderState;]
ShaderState.getUniform ( String p1 ) : GLUniformData
[mangled: com/jogamp/opengl/util/glsl/ShaderState.getUniform:(Ljava/lang/String;)Ljavax/media/opengl/GLUniformData;]
ShaderState.getUniformLocation ( String p1 ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderState.getUniformLocation:(Ljava/lang/String;)I]
ShaderState.getVertexAttribPointer ( String p1 ) : GLArrayData
[mangled: com/jogamp/opengl/util/glsl/ShaderState.getVertexAttribPointer:(Ljava/lang/String;)Ljavax/media/opengl/GLArrayData;]
ShaderState.glBindAttribLocation ( GL2ES2 p1, int p2, String p3 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glBindAttribLocation:(Ljavax/media/opengl/GL2ES2;ILjava/lang/String;)V]
ShaderState.glDisableAllVertexAttributeArrays ( GL2ES2 p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glDisableAllVertexAttributeArrays:(Ljavax/media/opengl/GL2ES2;Z)V]
ShaderState.glDisableVertexAttribArray ( GL2ES2 p1, String p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glDisableVertexAttribArray:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;)Z]
ShaderState.glEnableVertexAttribArray ( GL2ES2 p1, String p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glEnableVertexAttribArray:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;)Z]
ShaderState.glGetAttribLocation ( GL2ES2 p1, String p2 ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glGetAttribLocation:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;)I]
ShaderState.glGetUniformLocation ( GL2ES2 p1, String p2 ) : int
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glGetUniformLocation:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;)I]
ShaderState.glReleaseAllUniforms ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glReleaseAllUniforms:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.glReleaseAllVertexAttributes ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glReleaseAllVertexAttributes:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.glResetAllUniforms ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glResetAllUniforms:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.glResetAllVertexAttributes ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glResetAllVertexAttributes:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.glUniform ( GL2ES2 p1, GLUniformData p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glUniform:(Ljavax/media/opengl/GL2ES2;Ljavax/media/opengl/GLUniformData;)Z]
ShaderState.glUseProgram ( GL2ES2 p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glUseProgram:(Ljavax/media/opengl/GL2ES2;Z)V]
ShaderState.glVertexAttribPointer ( GL2ES2 p1, GLArrayData p2 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.glVertexAttribPointer:(Ljavax/media/opengl/GL2ES2;Ljavax/media/opengl/GLArrayData;)Z]
ShaderState.inUse ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.inUse:()Z]
ShaderState.isVertexAttribArrayEnabled ( String p1 ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.isVertexAttribArrayEnabled:(Ljava/lang/String;)Z]
ShaderState.linked ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.linked:()Z]
ShaderState.release ( GL2ES2 p1, boolean p2, boolean p3 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.release:(Ljavax/media/opengl/GL2ES2;ZZ)V]
ShaderState.releaseAllData ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.releaseAllData:(Ljavax/media/opengl/GL2ES2;)V]
ShaderState.setVerbose ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/glsl/ShaderState.setVerbose:(Z)V]
ShaderState.shaderProgram ( ) : ShaderProgram
[mangled: com/jogamp/opengl/util/glsl/ShaderState.shaderProgram:()Lcom/jogamp/opengl/util/glsl/ShaderProgram;]
ShaderState.ShaderState ( )
[mangled: com/jogamp/opengl/util/glsl/ShaderState."<init>":()V]
ShaderState.toString ( ) : String
[mangled: com/jogamp/opengl/util/glsl/ShaderState.toString:()Ljava/lang/String;]
ShaderState.verbose ( ) : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderState.verbose:()Z]
jogl.util.jar, ShaderUtil.class
package com.jogamp.opengl.util.glsl
ShaderUtil.attachShader ( GL p1, int p2, IntBuffer p3 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.attachShader:(Ljavax/media/opengl/GL;ILjava/nio/IntBuffer;)V]
ShaderUtil.compileShader ( GL p1, IntBuffer p2 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.compileShader:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;)V]
ShaderUtil.createAndCompileShader ( GL p1, IntBuffer p2, int p3, String[ ][ ] p4, PrintStream p5 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.createAndCompileShader:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;I[[Ljava/lang/String;Ljava/io/PrintStream;)Z]
ShaderUtil.createAndLoadShader ( GL p1, IntBuffer p2, int p3, int p4, Buffer p5, PrintStream p6 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.createAndLoadShader:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;IILjava/nio/Buffer;Ljava/io/PrintStream;)Z]
ShaderUtil.createShader ( GL p1, int p2, IntBuffer p3 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.createShader:(Ljavax/media/opengl/GL;ILjava/nio/IntBuffer;)V]
ShaderUtil.deleteShader ( GL p1, IntBuffer p2 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.deleteShader:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;)V]
ShaderUtil.detachShader ( GL p1, int p2, IntBuffer p3 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.detachShader:(Ljavax/media/opengl/GL;ILjava/nio/IntBuffer;)V]
ShaderUtil.getProgramInfoLog ( GL p1, int p2 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.getProgramInfoLog:(Ljavax/media/opengl/GL;I)Ljava/lang/String;]
ShaderUtil.getShaderBinaryFormats ( GL p1 ) [static] : Set
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.getShaderBinaryFormats:(Ljavax/media/opengl/GL;)Ljava/util/Set;]
ShaderUtil.getShaderInfoLog ( GL p1, int p2 ) [static] : String
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.getShaderInfoLog:(Ljavax/media/opengl/GL;I)Ljava/lang/String;]
ShaderUtil.isProgramStatusValid ( GL p1, int p2, int p3 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isProgramStatusValid:(Ljavax/media/opengl/GL;II)Z]
ShaderUtil.isProgramValid ( GL p1, int p2 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isProgramValid:(Ljavax/media/opengl/GL;I)Z]
ShaderUtil.isProgramValid ( GL p1, int p2, PrintStream p3 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isProgramValid:(Ljavax/media/opengl/GL;ILjava/io/PrintStream;)Z]
ShaderUtil.isShaderCompilerAvailable ( GL p1 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isShaderCompilerAvailable:(Ljavax/media/opengl/GL;)Z]
ShaderUtil.isShaderStatusValid ( GL p1, int p2, int p3 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isShaderStatusValid:(Ljavax/media/opengl/GL;II)Z]
ShaderUtil.isShaderStatusValid ( GL p1, int p2, int p3, PrintStream p4 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isShaderStatusValid:(Ljavax/media/opengl/GL;IILjava/io/PrintStream;)Z]
ShaderUtil.isShaderStatusValid ( GL p1, IntBuffer p2, int p3 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isShaderStatusValid:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;I)Z]
ShaderUtil.isShaderStatusValid ( GL p1, IntBuffer p2, int p3, PrintStream p4 ) [static] : boolean
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.isShaderStatusValid:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;ILjava/io/PrintStream;)Z]
ShaderUtil.shaderBinary ( GL p1, IntBuffer p2, int p3, Buffer p4 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.shaderBinary:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;ILjava/nio/Buffer;)V]
ShaderUtil.shaderSource ( GL p1, int p2, String[ ] p3 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.shaderSource:(Ljavax/media/opengl/GL;I[Ljava/lang/String;)V]
ShaderUtil.shaderSource ( GL p1, IntBuffer p2, String[ ][ ] p3 ) [static] : void
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil.shaderSource:(Ljavax/media/opengl/GL;Ljava/nio/IntBuffer;[[Ljava/lang/String;)V]
ShaderUtil.ShaderUtil ( )
[mangled: com/jogamp/opengl/util/glsl/ShaderUtil."<init>":()V]
jogl.util.jar, StreamUtil.class
package com.jogamp.opengl.util
StreamUtil.readAll2Array ( InputStream p1 ) [static] : byte[ ]
[mangled: com/jogamp/opengl/util/StreamUtil.readAll2Array:(Ljava/io/InputStream;)[B]
StreamUtil.readAll2Buffer ( InputStream p1 ) [static] : ByteBuffer
[mangled: com/jogamp/opengl/util/StreamUtil.readAll2Buffer:(Ljava/io/InputStream;)Ljava/nio/ByteBuffer;]
jogl.util.jar, Texture.class
package com.jogamp.opengl.util.texture
Texture.bind ( ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.bind:()V]
Texture.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.destroy:(Ljavax/media/opengl/GL;)V]
Texture.disable ( ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.disable:()V]
Texture.dispose ( ) : void *DEPRECATED*
[mangled: com/jogamp/opengl/util/texture/Texture.dispose:()V]
Texture.dispose ( GL p1 ) : void *DEPRECATED*
[mangled: com/jogamp/opengl/util/texture/Texture.dispose:(Ljavax/media/opengl/GL;)V]
Texture.enable ( ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.enable:()V]
Texture.getAspectRatio ( ) : float
[mangled: com/jogamp/opengl/util/texture/Texture.getAspectRatio:()F]
Texture.getEstimatedMemorySize ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getEstimatedMemorySize:()I]
Texture.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getHeight:()I]
Texture.getImageHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getImageHeight:()I]
Texture.getImageTexCoords ( ) : TextureCoords
[mangled: com/jogamp/opengl/util/texture/Texture.getImageTexCoords:()Lcom/jogamp/opengl/util/texture/TextureCoords;]
Texture.getImageWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getImageWidth:()I]
Texture.getMustFlipVertically ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/Texture.getMustFlipVertically:()Z]
Texture.getSubImageTexCoords ( int p1, int p2, int p3, int p4 ) : TextureCoords
[mangled: com/jogamp/opengl/util/texture/Texture.getSubImageTexCoords:(IIII)Lcom/jogamp/opengl/util/texture/TextureCoords;]
Texture.getTarget ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getTarget:()I]
Texture.getTextureObject ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getTextureObject:()I]
Texture.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/Texture.getWidth:()I]
Texture.isUsingAutoMipmapGeneration ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/Texture.isUsingAutoMipmapGeneration:()Z]
Texture.setTexParameterf ( int p1, float p2 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameterf:(IF)V]
Texture.setTexParameterfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameterfv:(I[FI)V]
Texture.setTexParameterfv ( int p1, FloatBuffer p2 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameterfv:(ILjava/nio/FloatBuffer;)V]
Texture.setTexParameteri ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameteri:(II)V]
Texture.setTexParameteriv ( int p1, int[ ] p2, int p3 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameteriv:(I[II)V]
Texture.setTexParameteriv ( int p1, IntBuffer p2 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.setTexParameteriv:(ILjava/nio/IntBuffer;)V]
Texture.Texture ( int p1 )
[mangled: com/jogamp/opengl/util/texture/Texture."<init>":(I)V]
Texture.Texture ( TextureData p1 )
[mangled: com/jogamp/opengl/util/texture/Texture."<init>":(Lcom/jogamp/opengl/util/texture/TextureData;)V]
Texture.updateImage ( TextureData p1 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.updateImage:(Lcom/jogamp/opengl/util/texture/TextureData;)V]
Texture.updateImage ( TextureData p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.updateImage:(Lcom/jogamp/opengl/util/texture/TextureData;I)V]
Texture.updateSubImage ( TextureData p1, int p2, int p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.updateSubImage:(Lcom/jogamp/opengl/util/texture/TextureData;III)V]
Texture.updateSubImage ( TextureData p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) : void
[mangled: com/jogamp/opengl/util/texture/Texture.updateSubImage:(Lcom/jogamp/opengl/util/texture/TextureData;IIIIIII)V]
jogl.util.jar, TextureCoords.class
package com.jogamp.opengl.util.texture
TextureCoords.bottom ( ) : float
[mangled: com/jogamp/opengl/util/texture/TextureCoords.bottom:()F]
TextureCoords.left ( ) : float
[mangled: com/jogamp/opengl/util/texture/TextureCoords.left:()F]
TextureCoords.right ( ) : float
[mangled: com/jogamp/opengl/util/texture/TextureCoords.right:()F]
TextureCoords.TextureCoords ( float p1, float p2, float p3, float p4 )
[mangled: com/jogamp/opengl/util/texture/TextureCoords."<init>":(FFFF)V]
TextureCoords.top ( ) : float
[mangled: com/jogamp/opengl/util/texture/TextureCoords.top:()F]
jogl.util.jar, TextureData.class
package com.jogamp.opengl.util.texture
TextureData.destroy ( ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.destroy:()V]
TextureData.estimatedMemorySize ( Buffer p1 ) [static] : int
[mangled: com/jogamp/opengl/util/texture/TextureData.estimatedMemorySize:(Ljava/nio/Buffer;)I]
TextureData.flush ( ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.flush:()V]
TextureData.getAlignment ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getAlignment:()I]
TextureData.getBorder ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getBorder:()I]
TextureData.getBuffer ( ) : Buffer
[mangled: com/jogamp/opengl/util/texture/TextureData.getBuffer:()Ljava/nio/Buffer;]
TextureData.getEstimatedMemorySize ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getEstimatedMemorySize:()I]
TextureData.getGLProfile ( ) : GLProfile
[mangled: com/jogamp/opengl/util/texture/TextureData.getGLProfile:()Ljavax/media/opengl/GLProfile;]
TextureData.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getHeight:()I]
TextureData.getInternalFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getInternalFormat:()I]
TextureData.getMipmap ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/TextureData.getMipmap:()Z]
TextureData.getMipmapData ( ) : Buffer[ ]
[mangled: com/jogamp/opengl/util/texture/TextureData.getMipmapData:()[Ljava/nio/Buffer;]
TextureData.getMustFlipVertically ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/TextureData.getMustFlipVertically:()Z]
TextureData.getPixelFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getPixelFormat:()I]
TextureData.getPixelType ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getPixelType:()I]
TextureData.getRowLength ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getRowLength:()I]
TextureData.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/TextureData.getWidth:()I]
TextureData.isDataCompressed ( ) : boolean
[mangled: com/jogamp/opengl/util/texture/TextureData.isDataCompressed:()Z]
TextureData.setAlignment ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setAlignment:(I)V]
TextureData.setBorder ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setBorder:(I)V]
TextureData.setBuffer ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setBuffer:(Ljava/nio/Buffer;)V]
TextureData.setHaveEXTABGR ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setHaveEXTABGR:(Z)V]
TextureData.setHaveGL12 ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setHaveGL12:(Z)V]
TextureData.setHeight ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setHeight:(I)V]
TextureData.setInternalFormat ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setInternalFormat:(I)V]
TextureData.setIsDataCompressed ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setIsDataCompressed:(Z)V]
TextureData.setMipmap ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setMipmap:(Z)V]
TextureData.setMustFlipVertically ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setMustFlipVertically:(Z)V]
TextureData.setPixelFormat ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setPixelFormat:(I)V]
TextureData.setPixelType ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setPixelType:(I)V]
TextureData.setRowLength ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setRowLength:(I)V]
TextureData.setWidth ( int p1 ) : void
[mangled: com/jogamp/opengl/util/texture/TextureData.setWidth:(I)V]
TextureData.TextureData ( GLProfile p1 )
[mangled: com/jogamp/opengl/util/texture/TextureData."<init>":(Ljavax/media/opengl/GLProfile;)V]
TextureData.TextureData ( GLProfile p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, boolean p10, Buffer p11, TextureData.Flusher p12 )
[mangled: com/jogamp/opengl/util/texture/TextureData."<init>":(Ljavax/media/opengl/GLProfile;IIIIIIZZZLjava/nio/Buffer;Lcom/jogamp/opengl/util/texture/TextureData$Flusher;)V]
TextureData.TextureData ( GLProfile p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, Buffer[ ] p10, TextureData.Flusher p11 )
[mangled: com/jogamp/opengl/util/texture/TextureData."<init>":(Ljavax/media/opengl/GLProfile;IIIIIIZZ[Ljava/nio/Buffer;Lcom/jogamp/opengl/util/texture/TextureData$Flusher;)V]
TextureData.toString ( ) : String
[mangled: com/jogamp/opengl/util/texture/TextureData.toString:()Ljava/lang/String;]
jogl.util.jar, TextureIO.class
package com.jogamp.opengl.util.texture
TextureIO.addTextureProvider ( TextureProvider p1 ) [static] : void
[mangled: com/jogamp/opengl/util/texture/TextureIO.addTextureProvider:(Lcom/jogamp/opengl/util/texture/spi/TextureProvider;)V]
TextureIO.addTextureWriter ( TextureWriter p1 ) [static] : void
[mangled: com/jogamp/opengl/util/texture/TextureIO.addTextureWriter:(Lcom/jogamp/opengl/util/texture/spi/TextureWriter;)V]
TextureIO.isTexRectEnabled ( ) [static] : boolean
[mangled: com/jogamp/opengl/util/texture/TextureIO.isTexRectEnabled:()Z]
TextureIO.newTexture ( File p1, boolean p2 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(Ljava/io/File;Z)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTexture ( InputStream p1, boolean p2, String p3 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(Ljava/io/InputStream;ZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTexture ( int p1 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(I)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTexture ( int p1, int p2, int p3, int p4, int p5, int p6, boolean p7 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(IIIIIIZ)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTexture ( TextureData p1 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(Lcom/jogamp/opengl/util/texture/TextureData;)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTexture ( URL p1, boolean p2, String p3 ) [static] : Texture
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTexture:(Ljava/net/URL;ZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/Texture;]
TextureIO.newTextureData ( GLProfile p1, File p2, boolean p3, String p4 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/File;ZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.newTextureData ( GLProfile p1, File p2, int p3, int p4, boolean p5, String p6 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/File;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.newTextureData ( GLProfile p1, InputStream p2, boolean p3, String p4 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/InputStream;ZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.newTextureData ( GLProfile p1, InputStream p2, int p3, int p4, boolean p5, String p6 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/InputStream;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.newTextureData ( GLProfile p1, URL p2, boolean p3, String p4 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/net/URL;ZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.newTextureData ( GLProfile p1, URL p2, int p3, int p4, boolean p5, String p6 ) [static] : TextureData
[mangled: com/jogamp/opengl/util/texture/TextureIO.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/net/URL;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureIO.setTexRectEnabled ( boolean p1 ) [static] : void
[mangled: com/jogamp/opengl/util/texture/TextureIO.setTexRectEnabled:(Z)V]
TextureIO.TextureIO ( )
[mangled: com/jogamp/opengl/util/texture/TextureIO."<init>":()V]
TextureIO.write ( Texture p1, File p2 ) [static] : void
[mangled: com/jogamp/opengl/util/texture/TextureIO.write:(Lcom/jogamp/opengl/util/texture/Texture;Ljava/io/File;)V]
TextureIO.write ( TextureData p1, File p2 ) [static] : void
[mangled: com/jogamp/opengl/util/texture/TextureIO.write:(Lcom/jogamp/opengl/util/texture/TextureData;Ljava/io/File;)V]
jogl.util.jar, TextureProvider.class
package com.jogamp.opengl.util.texture.spi
TextureProvider.newTextureData ( GLProfile p1, File p2, int p3, int p4, boolean p5, String p6 ) [abstract] : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/TextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/File;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureProvider.newTextureData ( GLProfile p1, InputStream p2, int p3, int p4, boolean p5, String p6 ) [abstract] : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/TextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/io/InputStream;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
TextureProvider.newTextureData ( GLProfile p1, URL p2, int p3, int p4, boolean p5, String p6 ) [abstract] : TextureData
[mangled: com/jogamp/opengl/util/texture/spi/TextureProvider.newTextureData:(Ljavax/media/opengl/GLProfile;Ljava/net/URL;IIZLjava/lang/String;)Lcom/jogamp/opengl/util/texture/TextureData;]
jogl.util.jar, TextureWriter.class
package com.jogamp.opengl.util.texture.spi
TextureWriter.write ( File p1, TextureData p2 ) [abstract] : boolean
[mangled: com/jogamp/opengl/util/texture/spi/TextureWriter.write:(Ljava/io/File;Lcom/jogamp/opengl/util/texture/TextureData;)Z]
jogl.util.jar, TGAImage.class
package com.jogamp.opengl.util.texture.spi
TGAImage.createFromData ( int p1, int p2, boolean p3, boolean p4, ByteBuffer p5 ) [static] : TGAImage
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.createFromData:(IIZZLjava/nio/ByteBuffer;)Lcom/jogamp/opengl/util/texture/spi/TGAImage;]
TGAImage.getBytesPerPixel ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.getBytesPerPixel:()I]
TGAImage.getData ( ) : ByteBuffer
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.getData:()Ljava/nio/ByteBuffer;]
TGAImage.getGLFormat ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.getGLFormat:()I]
TGAImage.getHeight ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.getHeight:()I]
TGAImage.getWidth ( ) : int
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.getWidth:()I]
TGAImage.read ( InputStream p1 ) [static] : TGAImage
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.read:(Ljava/io/InputStream;)Lcom/jogamp/opengl/util/texture/spi/TGAImage;]
TGAImage.read ( String p1 ) [static] : TGAImage
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.read:(Ljava/lang/String;)Lcom/jogamp/opengl/util/texture/spi/TGAImage;]
TGAImage.write ( File p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.write:(Ljava/io/File;)V]
TGAImage.write ( String p1 ) : void
[mangled: com/jogamp/opengl/util/texture/spi/TGAImage.write:(Ljava/lang/String;)V]
jogl.util.jar, TGAWriter.class
package com.jogamp.opengl.util
TGAWriter.close ( ) : void
[mangled: com/jogamp/opengl/util/TGAWriter.close:()V]
TGAWriter.getImageData ( ) : ByteBuffer
[mangled: com/jogamp/opengl/util/TGAWriter.getImageData:()Ljava/nio/ByteBuffer;]
TGAWriter.open ( File p1, int p2, int p3, boolean p4 ) : void
[mangled: com/jogamp/opengl/util/TGAWriter.open:(Ljava/io/File;IIZ)V]
TGAWriter.TGAWriter ( )
[mangled: com/jogamp/opengl/util/TGAWriter."<init>":()V]
jogl.util.jar, VBOSet.class
package com.jogamp.opengl.util
ImmModeSink.VBOSet.allocateBuffer ( int p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.allocateBuffer:(I)V]
ImmModeSink.VBOSet.checkSeal ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.checkSeal:(Z)V]
ImmModeSink.VBOSet.destroy ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.destroy:(Ljavax/media/opengl/GL;)V]
ImmModeSink.VBOSet.draw ( GL p1, Buffer p2, boolean p3, int p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.draw:(Ljavax/media/opengl/GL;Ljava/nio/Buffer;ZI)V]
ImmModeSink.VBOSet.enableBuffer ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.enableBuffer:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.VBOSet.enableBufferFixed ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.enableBufferFixed:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.VBOSet.enableBufferGLSL ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.enableBufferGLSL:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.VBOSet.glColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor3b:(BBB)V]
ImmModeSink.VBOSet.glColor3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor3f:(FFF)V]
ImmModeSink.VBOSet.glColor3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor3s:(SSS)V]
ImmModeSink.VBOSet.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor4b:(BBBB)V]
ImmModeSink.VBOSet.glColor4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor4f:(FFFF)V]
ImmModeSink.VBOSet.glColor4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColor4s:(SSSS)V]
ImmModeSink.VBOSet.glColorv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glColorv:(Ljava/nio/Buffer;)V]
ImmModeSink.VBOSet.glNormal3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glNormal3b:(BBB)V]
ImmModeSink.VBOSet.glNormal3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glNormal3f:(FFF)V]
ImmModeSink.VBOSet.glNormal3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glNormal3s:(SSS)V]
ImmModeSink.VBOSet.glNormalv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glNormalv:(Ljava/nio/Buffer;)V]
ImmModeSink.VBOSet.glTexCoord2b ( byte p1, byte p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord2b:(BB)V]
ImmModeSink.VBOSet.glTexCoord2f ( float p1, float p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord2f:(FF)V]
ImmModeSink.VBOSet.glTexCoord2s ( short p1, short p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord2s:(SS)V]
ImmModeSink.VBOSet.glTexCoord3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord3b:(BBB)V]
ImmModeSink.VBOSet.glTexCoord3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord3f:(FFF)V]
ImmModeSink.VBOSet.glTexCoord3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoord3s:(SSS)V]
ImmModeSink.VBOSet.glTexCoordv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glTexCoordv:(Ljava/nio/Buffer;)V]
ImmModeSink.VBOSet.glVertex2b ( byte p1, byte p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex2b:(BB)V]
ImmModeSink.VBOSet.glVertex2f ( float p1, float p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex2f:(FF)V]
ImmModeSink.VBOSet.glVertex2s ( short p1, short p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex2s:(SS)V]
ImmModeSink.VBOSet.glVertex3b ( byte p1, byte p2, byte p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex3b:(BBB)V]
ImmModeSink.VBOSet.glVertex3f ( float p1, float p2, float p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex3f:(FFF)V]
ImmModeSink.VBOSet.glVertex3s ( short p1, short p2, short p3 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertex3s:(SSS)V]
ImmModeSink.VBOSet.glVertexv ( Buffer p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.glVertexv:(Ljava/nio/Buffer;)V]
ImmModeSink.VBOSet.growBuffer ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.growBuffer:(II)V]
ImmModeSink.VBOSet.growBufferIfNecessary ( int p1, int p2 ) : boolean
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.growBufferIfNecessary:(II)Z]
ImmModeSink.VBOSet.ImmModeSink.VBOSet ( GL p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, boolean p12 )
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet."<init>":(Ljavax/media/opengl/GL;IIIIIIIIIIZ)V]
ImmModeSink.VBOSet.padding ( int p1, int p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.padding:(II)V]
ImmModeSink.VBOSet.regenerate ( ) : ImmModeSink.VBOSet
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.regenerate:()Lcom/jogamp/opengl/util/ImmModeSink$VBOSet;]
ImmModeSink.VBOSet.reset ( ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.reset:()V]
ImmModeSink.VBOSet.reset ( GL p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.reset:(Ljavax/media/opengl/GL;)V]
ImmModeSink.VBOSet.rewind ( ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.rewind:()V]
ImmModeSink.VBOSet.seal ( boolean p1 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.seal:(Z)V]
ImmModeSink.VBOSet.seal ( GL p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.seal:(Ljavax/media/opengl/GL;Z)V]
ImmModeSink.VBOSet.toString ( ) : String
[mangled: com/jogamp/opengl/util/ImmModeSink.VBOSet.toString:()Ljava/lang/String;]
to the top
Removed Methods (6312)
jogl.jar, AWTGraphicsConfiguration.class
package javax.media.opengl
AWTGraphicsConfiguration.AWTGraphicsConfiguration ( GraphicsConfiguration p1 )
[mangled: javax/media/opengl/AWTGraphicsConfiguration."<init>":(Ljava/awt/GraphicsConfiguration;)V]
AWTGraphicsConfiguration.getGraphicsConfiguration ( ) : GraphicsConfiguration
[mangled: javax/media/opengl/AWTGraphicsConfiguration.getGraphicsConfiguration:()Ljava/awt/GraphicsConfiguration;]
jogl.jar, AWTGraphicsDevice.class
package javax.media.opengl
AWTGraphicsDevice.AWTGraphicsDevice ( GraphicsDevice p1 )
[mangled: javax/media/opengl/AWTGraphicsDevice."<init>":(Ljava/awt/GraphicsDevice;)V]
AWTGraphicsDevice.getGraphicsDevice ( ) : GraphicsDevice
[mangled: javax/media/opengl/AWTGraphicsDevice.getGraphicsDevice:()Ljava/awt/GraphicsDevice;]
jogl.jar, ComponentEvents.class
package javax.media.opengl
ComponentEvents.addComponentListener ( ComponentListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addComponentListener:(Ljava/awt/event/ComponentListener;)V]
ComponentEvents.addFocusListener ( FocusListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addFocusListener:(Ljava/awt/event/FocusListener;)V]
ComponentEvents.addHierarchyBoundsListener ( HierarchyBoundsListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V]
ComponentEvents.addHierarchyListener ( HierarchyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addHierarchyListener:(Ljava/awt/event/HierarchyListener;)V]
ComponentEvents.addInputMethodListener ( InputMethodListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addInputMethodListener:(Ljava/awt/event/InputMethodListener;)V]
ComponentEvents.addKeyListener ( KeyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addKeyListener:(Ljava/awt/event/KeyListener;)V]
ComponentEvents.addMouseListener ( MouseListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addMouseListener:(Ljava/awt/event/MouseListener;)V]
ComponentEvents.addMouseMotionListener ( MouseMotionListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V]
ComponentEvents.addMouseWheelListener ( MouseWheelListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addMouseWheelListener:(Ljava/awt/event/MouseWheelListener;)V]
ComponentEvents.addPropertyChangeListener ( PropertyChangeListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.addPropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.addPropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.removeComponentListener ( ComponentListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeComponentListener:(Ljava/awt/event/ComponentListener;)V]
ComponentEvents.removeFocusListener ( FocusListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeFocusListener:(Ljava/awt/event/FocusListener;)V]
ComponentEvents.removeHierarchyBoundsListener ( HierarchyBoundsListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V]
ComponentEvents.removeHierarchyListener ( HierarchyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeHierarchyListener:(Ljava/awt/event/HierarchyListener;)V]
ComponentEvents.removeInputMethodListener ( InputMethodListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeInputMethodListener:(Ljava/awt/event/InputMethodListener;)V]
ComponentEvents.removeKeyListener ( KeyListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeKeyListener:(Ljava/awt/event/KeyListener;)V]
ComponentEvents.removeMouseListener ( MouseListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeMouseListener:(Ljava/awt/event/MouseListener;)V]
ComponentEvents.removeMouseMotionListener ( MouseMotionListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V]
ComponentEvents.removeMouseWheelListener ( MouseWheelListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removeMouseWheelListener:(Ljava/awt/event/MouseWheelListener;)V]
ComponentEvents.removePropertyChangeListener ( PropertyChangeListener p1 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
ComponentEvents.removePropertyChangeListener ( String p1, PropertyChangeListener p2 ) [abstract] : void
[mangled: javax/media/opengl/ComponentEvents.removePropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V]
jogl.jar, DebugGL.class
package javax.media.opengl
DebugGL.DebugGL ( GL p1 )
[mangled: javax/media/opengl/DebugGL."<init>":(Ljavax/media/opengl/GL;)V]
DebugGL.getExtension ( String p1 ) : Object
[mangled: javax/media/opengl/DebugGL.getExtension:(Ljava/lang/String;)Ljava/lang/Object;]
DebugGL.getPlatformGLExtensions ( ) : Object
[mangled: javax/media/opengl/DebugGL.getPlatformGLExtensions:()Ljava/lang/Object;]
DebugGL.glAccum ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glAccum:(IF)V]
DebugGL.glActiveStencilFaceEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glActiveStencilFaceEXT:(I)V]
DebugGL.glActiveTexture ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glActiveTexture:(I)V]
DebugGL.glActiveVaryingNV ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glActiveVaryingNV:(I[BI)V]
DebugGL.glActiveVaryingNV ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glActiveVaryingNV:(ILjava/nio/ByteBuffer;)V]
DebugGL.glAllocateMemoryNV ( int p1, float p2, float p3, float p4 ) : ByteBuffer
[mangled: javax/media/opengl/DebugGL.glAllocateMemoryNV:(IFFF)Ljava/nio/ByteBuffer;]
DebugGL.glAlphaFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glAlphaFragmentOp1ATI:(IIIIII)V]
DebugGL.glAlphaFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) : void
[mangled: javax/media/opengl/DebugGL.glAlphaFragmentOp2ATI:(IIIIIIIII)V]
DebugGL.glAlphaFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12 ) : void
[mangled: javax/media/opengl/DebugGL.glAlphaFragmentOp3ATI:(IIIIIIIIIIII)V]
DebugGL.glAlphaFunc ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glAlphaFunc:(IF)V]
DebugGL.glApplyTextureEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glApplyTextureEXT:(I)V]
DebugGL.glAreProgramsResidentNV ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) : boolean
[mangled: javax/media/opengl/DebugGL.glAreProgramsResidentNV:(I[II[BI)Z]
DebugGL.glAreProgramsResidentNV ( int p1, IntBuffer p2, ByteBuffer p3 ) : boolean
[mangled: javax/media/opengl/DebugGL.glAreProgramsResidentNV:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
DebugGL.glAreTexturesResident ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) : boolean
[mangled: javax/media/opengl/DebugGL.glAreTexturesResident:(I[II[BI)Z]
DebugGL.glAreTexturesResident ( int p1, IntBuffer p2, ByteBuffer p3 ) : boolean
[mangled: javax/media/opengl/DebugGL.glAreTexturesResident:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
DebugGL.glArrayElement ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glArrayElement:(I)V]
DebugGL.glArrayObjectATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glArrayObjectATI:(IIIIII)V]
DebugGL.glAsyncMarkerSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glAsyncMarkerSGIX:(I)V]
DebugGL.glAttachObjectARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glAttachObjectARB:(II)V]
DebugGL.glAttachShader ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glAttachShader:(II)V]
DebugGL.glBegin ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBegin:(I)V]
DebugGL.glBeginFragmentShaderATI ( ) : void
[mangled: javax/media/opengl/DebugGL.glBeginFragmentShaderATI:()V]
DebugGL.glBeginOcclusionQueryNV ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBeginOcclusionQueryNV:(I)V]
DebugGL.glBeginQuery ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBeginQuery:(II)V]
DebugGL.glBeginQueryARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBeginQueryARB:(II)V]
DebugGL.glBeginTransformFeedbackNV ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBeginTransformFeedbackNV:(I)V]
DebugGL.glBeginVertexShaderEXT ( ) : void
[mangled: javax/media/opengl/DebugGL.glBeginVertexShaderEXT:()V]
DebugGL.glBindAttribLocation ( int p1, int p2, String p3 ) : void
[mangled: javax/media/opengl/DebugGL.glBindAttribLocation:(IILjava/lang/String;)V]
DebugGL.glBindAttribLocationARB ( int p1, int p2, String p3 ) : void
[mangled: javax/media/opengl/DebugGL.glBindAttribLocationARB:(IILjava/lang/String;)V]
DebugGL.glBindBuffer ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindBuffer:(II)V]
DebugGL.glBindBufferARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindBufferARB:(II)V]
DebugGL.glBindBufferBaseNV ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glBindBufferBaseNV:(III)V]
DebugGL.glBindBufferOffsetNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBindBufferOffsetNV:(IIII)V]
DebugGL.glBindBufferRangeNV ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glBindBufferRangeNV:(IIIII)V]
DebugGL.glBindFragDataLocationEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBindFragDataLocationEXT:(II[BI)V]
DebugGL.glBindFragDataLocationEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glBindFragDataLocationEXT:(IILjava/nio/ByteBuffer;)V]
DebugGL.glBindFragmentShaderATI ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBindFragmentShaderATI:(I)V]
DebugGL.glBindFramebufferEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindFramebufferEXT:(II)V]
DebugGL.glBindLightParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glBindLightParameterEXT:(II)I]
DebugGL.glBindMaterialParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glBindMaterialParameterEXT:(II)I]
DebugGL.glBindParameterEXT ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glBindParameterEXT:(I)I]
DebugGL.glBindProgramARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindProgramARB:(II)V]
DebugGL.glBindProgramNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindProgramNV:(II)V]
DebugGL.glBindRenderbufferEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindRenderbufferEXT:(II)V]
DebugGL.glBindTexGenParameterEXT ( int p1, int p2, int p3 ) : int
[mangled: javax/media/opengl/DebugGL.glBindTexGenParameterEXT:(III)I]
DebugGL.glBindTexture ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBindTexture:(II)V]
DebugGL.glBindTextureUnitParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glBindTextureUnitParameterEXT:(II)I]
DebugGL.glBindVertexArrayAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBindVertexArrayAPPLE:(I)V]
DebugGL.glBindVertexShaderEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBindVertexShaderEXT:(I)V]
DebugGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, byte[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glBitmap:(IIFFFF[BI)V]
DebugGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glBitmap:(IIFFFFLjava/nio/ByteBuffer;)V]
DebugGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glBitmap:(IIFFFFJ)V]
DebugGL.glBlendColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendColor:(FFFF)V]
DebugGL.glBlendEquation ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendEquation:(I)V]
DebugGL.glBlendEquationSeparate ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendEquationSeparate:(II)V]
DebugGL.glBlendEquationSeparateEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendEquationSeparateEXT:(II)V]
DebugGL.glBlendFunc ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendFunc:(II)V]
DebugGL.glBlendFuncSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendFuncSeparate:(IIII)V]
DebugGL.glBlendFuncSeparateEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendFuncSeparateEXT:(IIII)V]
DebugGL.glBlendFuncSeparateINGR ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBlendFuncSeparateINGR:(IIII)V]
DebugGL.glBlitFramebufferEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) : void
[mangled: javax/media/opengl/DebugGL.glBlitFramebufferEXT:(IIIIIIIIII)V]
DebugGL.glBufferData ( int p1, int p2, Buffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBufferData:(IILjava/nio/Buffer;I)V]
DebugGL.glBufferDataARB ( int p1, int p2, Buffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBufferDataARB:(IILjava/nio/Buffer;I)V]
DebugGL.glBufferParameteriAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glBufferParameteriAPPLE:(III)V]
DebugGL.glBufferRegionEnabled ( ) : int
[mangled: javax/media/opengl/DebugGL.glBufferRegionEnabled:()I]
DebugGL.glBufferSubData ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBufferSubData:(IIILjava/nio/Buffer;)V]
DebugGL.glBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glBufferSubDataARB:(IIILjava/nio/Buffer;)V]
DebugGL.glCallList ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glCallList:(I)V]
DebugGL.glCallLists ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCallLists:(IILjava/nio/Buffer;)V]
DebugGL.glCheckFramebufferStatusEXT ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glCheckFramebufferStatusEXT:(I)I]
DebugGL.glClampColorARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glClampColorARB:(II)V]
DebugGL.glClear ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClear:(I)V]
DebugGL.glClearAccum ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glClearAccum:(FFFF)V]
DebugGL.glClearColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glClearColor:(FFFF)V]
DebugGL.glClearColorIiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glClearColorIiEXT:(IIII)V]
DebugGL.glClearColorIuiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glClearColorIuiEXT:(IIII)V]
DebugGL.glClearDepth ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClearDepth:(D)V]
DebugGL.glClearDepthdNV ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClearDepthdNV:(D)V]
DebugGL.glClearIndex ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClearIndex:(F)V]
DebugGL.glClearStencil ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClearStencil:(I)V]
DebugGL.glClientActiveTexture ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClientActiveTexture:(I)V]
DebugGL.glClientActiveVertexStreamATI ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glClientActiveVertexStreamATI:(I)V]
DebugGL.glClipPlane ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glClipPlane:(I[DI)V]
DebugGL.glClipPlane ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glClipPlane:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3b:(BBB)V]
DebugGL.glColor3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3bv:([BI)V]
DebugGL.glColor3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3bv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glColor3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3d:(DDD)V]
DebugGL.glColor3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3dv:([DI)V]
DebugGL.glColor3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glColor3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3f:(FFF)V]
DebugGL.glColor3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3fv:([FI)V]
DebugGL.glColor3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3fVertex3fSUN:(FFFFFF)V]
DebugGL.glColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3fVertex3fvSUN:([FI[FI)V]
DebugGL.glColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glColor3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3hNV:(SSS)V]
DebugGL.glColor3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3hvNV:([SI)V]
DebugGL.glColor3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColor3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3i:(III)V]
DebugGL.glColor3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3iv:([II)V]
DebugGL.glColor3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glColor3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3s:(SSS)V]
DebugGL.glColor3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3sv:([SI)V]
DebugGL.glColor3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColor3ub ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3ub:(BBB)V]
DebugGL.glColor3ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3ubv:([BI)V]
DebugGL.glColor3ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3ubv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glColor3ui ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3ui:(III)V]
DebugGL.glColor3uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3uiv:([II)V]
DebugGL.glColor3uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3uiv:(Ljava/nio/IntBuffer;)V]
DebugGL.glColor3us ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3us:(SSS)V]
DebugGL.glColor3usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3usv:([SI)V]
DebugGL.glColor3usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor3usv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4b:(BBBB)V]
DebugGL.glColor4bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4bv:([BI)V]
DebugGL.glColor4bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4bv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glColor4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4d:(DDDD)V]
DebugGL.glColor4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4dv:([DI)V]
DebugGL.glColor4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glColor4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4f:(FFFF)V]
DebugGL.glColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4fNormal3fVertex3fSUN:(FFFFFFFFFF)V]
DebugGL.glColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4fNormal3fVertex3fvSUN:([FI[FI[FI)V]
DebugGL.glColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glColor4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4fv:([FI)V]
DebugGL.glColor4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glColor4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4hNV:(SSSS)V]
DebugGL.glColor4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4hvNV:([SI)V]
DebugGL.glColor4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColor4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4i:(IIII)V]
DebugGL.glColor4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4iv:([II)V]
DebugGL.glColor4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glColor4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4s:(SSSS)V]
DebugGL.glColor4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4sv:([SI)V]
DebugGL.glColor4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColor4ub ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ub:(BBBB)V]
DebugGL.glColor4ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubv:([BI)V]
DebugGL.glColor4ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glColor4ubVertex2fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex2fSUN:(BBBBFF)V]
DebugGL.glColor4ubVertex2fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex2fvSUN:([BI[FI)V]
DebugGL.glColor4ubVertex2fvSUN ( ByteBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex2fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glColor4ubVertex3fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex3fSUN:(BBBBFFF)V]
DebugGL.glColor4ubVertex3fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex3fvSUN:([BI[FI)V]
DebugGL.glColor4ubVertex3fvSUN ( ByteBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ubVertex3fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glColor4ui ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4ui:(IIII)V]
DebugGL.glColor4uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4uiv:([II)V]
DebugGL.glColor4uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4uiv:(Ljava/nio/IntBuffer;)V]
DebugGL.glColor4us ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4us:(SSSS)V]
DebugGL.glColor4usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4usv:([SI)V]
DebugGL.glColor4usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glColor4usv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glColorFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glColorFragmentOp1ATI:(IIIIIII)V]
DebugGL.glColorFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) : void
[mangled: javax/media/opengl/DebugGL.glColorFragmentOp2ATI:(IIIIIIIIII)V]
DebugGL.glColorFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, int p13 ) : void
[mangled: javax/media/opengl/DebugGL.glColorFragmentOp3ATI:(IIIIIIIIIIIII)V]
DebugGL.glColorMask ( boolean p1, boolean p2, boolean p3, boolean p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColorMask:(ZZZZ)V]
DebugGL.glColorMaskIndexedEXT ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) : void
[mangled: javax/media/opengl/DebugGL.glColorMaskIndexedEXT:(IZZZZ)V]
DebugGL.glColorMaterial ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glColorMaterial:(II)V]
DebugGL.glColorPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColorPointer:(IIILjava/nio/Buffer;)V]
DebugGL.glColorPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColorPointer:(IIIJ)V]
DebugGL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColorSubTable:(IIIIILjava/nio/Buffer;)V]
DebugGL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColorSubTable:(IIIIIJ)V]
DebugGL.glColorTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTable:(IIIIILjava/nio/Buffer;)V]
DebugGL.glColorTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTable:(IIIIIJ)V]
DebugGL.glColorTableEXT ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTableEXT:(IIIIILjava/nio/Buffer;)V]
DebugGL.glColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTableParameterfv:(II[FI)V]
DebugGL.glColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTableParameteriv:(II[II)V]
DebugGL.glColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glCombinerInputNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerInputNV:(IIIIII)V]
DebugGL.glCombinerOutputNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, boolean p10 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerOutputNV:(IIIIIIIZZZ)V]
DebugGL.glCombinerParameterfNV ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameterfNV:(IF)V]
DebugGL.glCombinerParameterfvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameterfvNV:(I[FI)V]
DebugGL.glCombinerParameterfvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameterfvNV:(ILjava/nio/FloatBuffer;)V]
DebugGL.glCombinerParameteriNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameteriNV:(II)V]
DebugGL.glCombinerParameterivNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameterivNV:(I[II)V]
DebugGL.glCombinerParameterivNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerParameterivNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerStageParameterfvNV:(II[FI)V]
DebugGL.glCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glCompileShader ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glCompileShader:(I)V]
DebugGL.glCompileShaderARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glCompileShaderARB:(I)V]
DebugGL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage1D:(IIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage1D:(IIIIIIJ)V]
DebugGL.glCompressedTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage2D:(IIIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage2D:(IIIIIIIJ)V]
DebugGL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage3D:(IIIIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexImage3D:(IIIIIIIIJ)V]
DebugGL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage1D:(IIIIIIJ)V]
DebugGL.glCompressedTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage2D:(IIIIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage2D:(IIIIIIIIJ)V]
DebugGL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
DebugGL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) : void
[mangled: javax/media/opengl/DebugGL.glCompressedTexSubImage3D:(IIIIIIIIIIJ)V]
DebugGL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionFilter1D:(IIIIILjava/nio/Buffer;)V]
DebugGL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionFilter1D:(IIIIIJ)V]
DebugGL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionFilter2D:(IIIIIILjava/nio/Buffer;)V]
DebugGL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionFilter2D:(IIIIIIJ)V]
DebugGL.glConvolutionParameterf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameterf:(IIF)V]
DebugGL.glConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameterfv:(II[FI)V]
DebugGL.glConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glConvolutionParameteri ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameteri:(III)V]
DebugGL.glConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameteriv:(II[II)V]
DebugGL.glConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glCopyColorSubTable ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyColorSubTable:(IIIII)V]
DebugGL.glCopyColorTable ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyColorTable:(IIIII)V]
DebugGL.glCopyConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyConvolutionFilter1D:(IIIII)V]
DebugGL.glCopyConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyConvolutionFilter2D:(IIIIII)V]
DebugGL.glCopyPixels ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyPixels:(IIIII)V]
DebugGL.glCopyTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyTexImage1D:(IIIIIII)V]
DebugGL.glCopyTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyTexImage2D:(IIIIIIII)V]
DebugGL.glCopyTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyTexSubImage1D:(IIIIII)V]
DebugGL.glCopyTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyTexSubImage2D:(IIIIIIII)V]
DebugGL.glCopyTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) : void
[mangled: javax/media/opengl/DebugGL.glCopyTexSubImage3D:(IIIIIIIII)V]
DebugGL.glCreateProgram ( ) : int
[mangled: javax/media/opengl/DebugGL.glCreateProgram:()I]
DebugGL.glCreateProgramObjectARB ( ) : int
[mangled: javax/media/opengl/DebugGL.glCreateProgramObjectARB:()I]
DebugGL.glCreateShader ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glCreateShader:(I)I]
DebugGL.glCreateShaderObjectARB ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glCreateShaderObjectARB:(I)I]
DebugGL.glCullFace ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glCullFace:(I)V]
DebugGL.glCullParameterdvEXT ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCullParameterdvEXT:(I[DI)V]
DebugGL.glCullParameterdvEXT ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCullParameterdvEXT:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glCullParameterfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glCullParameterfvEXT:(I[FI)V]
DebugGL.glCullParameterfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glCullParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
DebugGL.glCurrentPaletteMatrixARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glCurrentPaletteMatrixARB:(I)V]
DebugGL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, double[ ] p14, int p15 ) : void
[mangled: javax/media/opengl/DebugGL.glDeformationMap3dSGIX:(IDDIIDDIIDDII[DI)V]
DebugGL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, DoubleBuffer p14 ) : void
[mangled: javax/media/opengl/DebugGL.glDeformationMap3dSGIX:(IDDIIDDIIDDIILjava/nio/DoubleBuffer;)V]
DebugGL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, float[ ] p14, int p15 ) : void
[mangled: javax/media/opengl/DebugGL.glDeformationMap3fSGIX:(IFFIIFFIIFFII[FI)V]
DebugGL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, FloatBuffer p14 ) : void
[mangled: javax/media/opengl/DebugGL.glDeformationMap3fSGIX:(IFFIIFFIIFFIILjava/nio/FloatBuffer;)V]
DebugGL.glDeformSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeformSGIX:(I)V]
DebugGL.glDeleteAsyncMarkersSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteAsyncMarkersSGIX:(II)V]
DebugGL.glDeleteBufferRegion ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteBufferRegion:(I)V]
DebugGL.glDeleteBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteBuffers:(I[II)V]
DebugGL.glDeleteBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteBuffers:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteBuffersARB:(I[II)V]
DebugGL.glDeleteBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteBuffersARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteFencesAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFencesAPPLE:(I[II)V]
DebugGL.glDeleteFencesAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFencesAPPLE:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFencesNV:(I[II)V]
DebugGL.glDeleteFencesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteFragmentShaderATI ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFragmentShaderATI:(I)V]
DebugGL.glDeleteFramebuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFramebuffersEXT:(I[II)V]
DebugGL.glDeleteFramebuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteLists ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteLists:(II)V]
DebugGL.glDeleteObjectARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteObjectARB:(I)V]
DebugGL.glDeleteOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteOcclusionQueriesNV:(I[II)V]
DebugGL.glDeleteOcclusionQueriesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteProgram ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteProgram:(I)V]
DebugGL.glDeleteProgramsARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteProgramsARB:(I[II)V]
DebugGL.glDeleteProgramsARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteProgramsARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteProgramsNV:(I[II)V]
DebugGL.glDeleteProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteProgramsNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteQueries ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteQueries:(I[II)V]
DebugGL.glDeleteQueries ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteQueries:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteQueriesARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteQueriesARB:(I[II)V]
DebugGL.glDeleteQueriesARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteQueriesARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteRenderbuffersEXT:(I[II)V]
DebugGL.glDeleteRenderbuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteShader ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteShader:(I)V]
DebugGL.glDeleteTextures ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteTextures:(I[II)V]
DebugGL.glDeleteTextures ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteTextures:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteVertexArraysAPPLE:(I[II)V]
DebugGL.glDeleteVertexArraysAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
DebugGL.glDeleteVertexShaderEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDeleteVertexShaderEXT:(I)V]
DebugGL.glDepthBoundsdNV ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthBoundsdNV:(DD)V]
DebugGL.glDepthBoundsEXT ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthBoundsEXT:(DD)V]
DebugGL.glDepthFunc ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthFunc:(I)V]
DebugGL.glDepthMask ( boolean p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthMask:(Z)V]
DebugGL.glDepthRange ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthRange:(DD)V]
DebugGL.glDepthRangedNV ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDepthRangedNV:(DD)V]
DebugGL.glDetachObjectARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDetachObjectARB:(II)V]
DebugGL.glDetachShader ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDetachShader:(II)V]
DebugGL.glDetailTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDetailTexFuncSGIS:(II[FI)V]
DebugGL.glDetailTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDetailTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
DebugGL.glDisable ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDisable:(I)V]
DebugGL.glDisableClientState ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableClientState:(I)V]
DebugGL.glDisableIndexedEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableIndexedEXT:(II)V]
DebugGL.glDisableVariantClientStateEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableVariantClientStateEXT:(I)V]
DebugGL.glDisableVertexAttribAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableVertexAttribAPPLE:(II)V]
DebugGL.glDisableVertexAttribArray ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableVertexAttribArray:(I)V]
DebugGL.glDisableVertexAttribArrayARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDisableVertexAttribArrayARB:(I)V]
DebugGL.glDrawArrays ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawArrays:(III)V]
DebugGL.glDrawArraysInstancedEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawArraysInstancedEXT:(IIII)V]
DebugGL.glDrawBuffer ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffer:(I)V]
DebugGL.glDrawBufferRegion ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBufferRegion:(IIIIIII)V]
DebugGL.glDrawBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffers:(I[II)V]
DebugGL.glDrawBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffers:(ILjava/nio/IntBuffer;)V]
DebugGL.glDrawBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffersARB:(I[II)V]
DebugGL.glDrawBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffersARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glDrawBuffersATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffersATI:(I[II)V]
DebugGL.glDrawBuffersATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawBuffersATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glDrawElementArrayAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawElementArrayAPPLE:(III)V]
DebugGL.glDrawElementArrayATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawElementArrayATI:(II)V]
DebugGL.glDrawElements ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawElements:(IIILjava/nio/Buffer;)V]
DebugGL.glDrawElements ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawElements:(IIIJ)V]
DebugGL.glDrawElementsInstancedEXT ( int p1, int p2, int p3, Buffer p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawElementsInstancedEXT:(IIILjava/nio/Buffer;I)V]
DebugGL.glDrawMeshArraysSUN ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawMeshArraysSUN:(IIII)V]
DebugGL.glDrawPixels ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawPixels:(IIIILjava/nio/Buffer;)V]
DebugGL.glDrawPixels ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawPixels:(IIIIJ)V]
DebugGL.glDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawRangeElementArrayAPPLE:(IIIII)V]
DebugGL.glDrawRangeElementArrayATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawRangeElementArrayATI:(IIII)V]
DebugGL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawRangeElements:(IIIIILjava/nio/Buffer;)V]
DebugGL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glDrawRangeElements:(IIIIIJ)V]
DebugGL.glEdgeFlag ( boolean p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEdgeFlag:(Z)V]
DebugGL.glEdgeFlagPointer ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEdgeFlagPointer:(ILjava/nio/Buffer;)V]
DebugGL.glEdgeFlagPointer ( int p1, long p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEdgeFlagPointer:(IJ)V]
DebugGL.glEdgeFlagv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEdgeFlagv:([BI)V]
DebugGL.glEdgeFlagv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEdgeFlagv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glElementPointerAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glElementPointerAPPLE:(ILjava/nio/Buffer;)V]
DebugGL.glElementPointerATI ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glElementPointerATI:(ILjava/nio/Buffer;)V]
DebugGL.glElementPointerATI ( int p1, long p2 ) : void
[mangled: javax/media/opengl/DebugGL.glElementPointerATI:(IJ)V]
DebugGL.glEnable ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEnable:(I)V]
DebugGL.glEnableClientState ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableClientState:(I)V]
DebugGL.glEnableIndexedEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableIndexedEXT:(II)V]
DebugGL.glEnableVariantClientStateEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableVariantClientStateEXT:(I)V]
DebugGL.glEnableVertexAttribAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableVertexAttribAPPLE:(II)V]
DebugGL.glEnableVertexAttribArray ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableVertexAttribArray:(I)V]
DebugGL.glEnableVertexAttribArrayARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEnableVertexAttribArrayARB:(I)V]
DebugGL.glEnd ( ) : void
[mangled: javax/media/opengl/DebugGL.glEnd:()V]
DebugGL.glEndFragmentShaderATI ( ) : void
[mangled: javax/media/opengl/DebugGL.glEndFragmentShaderATI:()V]
DebugGL.glEndList ( ) : void
[mangled: javax/media/opengl/DebugGL.glEndList:()V]
DebugGL.glEndOcclusionQueryNV ( ) : void
[mangled: javax/media/opengl/DebugGL.glEndOcclusionQueryNV:()V]
DebugGL.glEndQuery ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEndQuery:(I)V]
DebugGL.glEndQueryARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEndQueryARB:(I)V]
DebugGL.glEndTransformFeedbackNV ( ) : void
[mangled: javax/media/opengl/DebugGL.glEndTransformFeedbackNV:()V]
DebugGL.glEndVertexShaderEXT ( ) : void
[mangled: javax/media/opengl/DebugGL.glEndVertexShaderEXT:()V]
DebugGL.glEvalCoord1d ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1d:(D)V]
DebugGL.glEvalCoord1dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1dv:([DI)V]
DebugGL.glEvalCoord1dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glEvalCoord1f ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1f:(F)V]
DebugGL.glEvalCoord1fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1fv:([FI)V]
DebugGL.glEvalCoord1fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord1fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glEvalCoord2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2d:(DD)V]
DebugGL.glEvalCoord2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2dv:([DI)V]
DebugGL.glEvalCoord2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glEvalCoord2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2f:(FF)V]
DebugGL.glEvalCoord2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2fv:([FI)V]
DebugGL.glEvalCoord2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalCoord2fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glEvalMapsNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalMapsNV:(II)V]
DebugGL.glEvalMesh1 ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalMesh1:(III)V]
DebugGL.glEvalMesh2 ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalMesh2:(IIIII)V]
DebugGL.glEvalPoint1 ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalPoint1:(I)V]
DebugGL.glEvalPoint2 ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glEvalPoint2:(II)V]
DebugGL.glExecuteProgramNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glExecuteProgramNV:(II[FI)V]
DebugGL.glExecuteProgramNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glExecuteProgramNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glExtractComponentEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glExtractComponentEXT:(III)V]
DebugGL.glFeedbackBuffer ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFeedbackBuffer:(IILjava/nio/FloatBuffer;)V]
DebugGL.glFinalCombinerInputNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFinalCombinerInputNV:(IIII)V]
DebugGL.glFinish ( ) : void
[mangled: javax/media/opengl/DebugGL.glFinish:()V]
DebugGL.glFinishAsyncSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glFinishAsyncSGIX:([II)I]
DebugGL.glFinishAsyncSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/DebugGL.glFinishAsyncSGIX:(Ljava/nio/IntBuffer;)I]
DebugGL.glFinishFenceAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFinishFenceAPPLE:(I)V]
DebugGL.glFinishFenceNV ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFinishFenceNV:(I)V]
DebugGL.glFinishObjectAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFinishObjectAPPLE:(II)V]
DebugGL.glFinishRenderAPPLE ( ) : void
[mangled: javax/media/opengl/DebugGL.glFinishRenderAPPLE:()V]
DebugGL.glFinishTextureSUNX ( ) : void
[mangled: javax/media/opengl/DebugGL.glFinishTextureSUNX:()V]
DebugGL.glFlush ( ) : void
[mangled: javax/media/opengl/DebugGL.glFlush:()V]
DebugGL.glFlushMappedBufferRangeAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFlushMappedBufferRangeAPPLE:(III)V]
DebugGL.glFlushPixelDataRangeNV ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFlushPixelDataRangeNV:(I)V]
DebugGL.glFlushRasterSGIX ( ) : void
[mangled: javax/media/opengl/DebugGL.glFlushRasterSGIX:()V]
DebugGL.glFlushRenderAPPLE ( ) : void
[mangled: javax/media/opengl/DebugGL.glFlushRenderAPPLE:()V]
DebugGL.glFlushVertexArrayRangeAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFlushVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
DebugGL.glFlushVertexArrayRangeNV ( ) : void
[mangled: javax/media/opengl/DebugGL.glFlushVertexArrayRangeNV:()V]
DebugGL.glFogCoordd ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordd:(D)V]
DebugGL.glFogCoorddEXT ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoorddEXT:(D)V]
DebugGL.glFogCoorddv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoorddv:([DI)V]
DebugGL.glFogCoorddv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoorddv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glFogCoorddvEXT ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoorddvEXT:([DI)V]
DebugGL.glFogCoorddvEXT ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoorddvEXT:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glFogCoordf ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordf:(F)V]
DebugGL.glFogCoordfEXT ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordfEXT:(F)V]
DebugGL.glFogCoordfv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordfv:([FI)V]
DebugGL.glFogCoordfv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordfv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glFogCoordfvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordfvEXT:([FI)V]
DebugGL.glFogCoordfvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordfvEXT:(Ljava/nio/FloatBuffer;)V]
DebugGL.glFogCoordhNV ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordhNV:(S)V]
DebugGL.glFogCoordhvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordhvNV:([SI)V]
DebugGL.glFogCoordhvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordhvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glFogCoordPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordPointer:(IILjava/nio/Buffer;)V]
DebugGL.glFogCoordPointer ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordPointer:(IIJ)V]
DebugGL.glFogCoordPointerEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordPointerEXT:(IILjava/nio/Buffer;)V]
DebugGL.glFogCoordPointerEXT ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogCoordPointerEXT:(IIJ)V]
DebugGL.glFogf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogf:(IF)V]
DebugGL.glFogFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogFuncSGIS:(I[FI)V]
DebugGL.glFogFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogFuncSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glFogfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogfv:(I[FI)V]
DebugGL.glFogfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogfv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glFogi ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogi:(II)V]
DebugGL.glFogiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFogiv:(I[II)V]
DebugGL.glFogiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFogiv:(ILjava/nio/IntBuffer;)V]
DebugGL.glFragmentColorMaterialSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentColorMaterialSGIX:(II)V]
DebugGL.glFragmentLightfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightfSGIX:(IIF)V]
DebugGL.glFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightfvSGIX:(II[FI)V]
DebugGL.glFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glFragmentLightiSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightiSGIX:(III)V]
DebugGL.glFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightivSGIX:(II[II)V]
DebugGL.glFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glFragmentLightModelfSGIX ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModelfSGIX:(IF)V]
DebugGL.glFragmentLightModelfvSGIX ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModelfvSGIX:(I[FI)V]
DebugGL.glFragmentLightModelfvSGIX ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModelfvSGIX:(ILjava/nio/FloatBuffer;)V]
DebugGL.glFragmentLightModeliSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModeliSGIX:(II)V]
DebugGL.glFragmentLightModelivSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModelivSGIX:(I[II)V]
DebugGL.glFragmentLightModelivSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentLightModelivSGIX:(ILjava/nio/IntBuffer;)V]
DebugGL.glFragmentMaterialfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialfSGIX:(IIF)V]
DebugGL.glFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialfvSGIX:(II[FI)V]
DebugGL.glFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glFragmentMaterialiSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialiSGIX:(III)V]
DebugGL.glFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialivSGIX:(II[II)V]
DebugGL.glFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glFramebufferRenderbufferEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferRenderbufferEXT:(IIII)V]
DebugGL.glFramebufferTexture1DEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTexture1DEXT:(IIIII)V]
DebugGL.glFramebufferTexture2DEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTexture2DEXT:(IIIII)V]
DebugGL.glFramebufferTexture3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTexture3DEXT:(IIIIII)V]
DebugGL.glFramebufferTextureEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTextureEXT:(IIII)V]
DebugGL.glFramebufferTextureFaceEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTextureFaceEXT:(IIIII)V]
DebugGL.glFramebufferTextureLayerEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glFramebufferTextureLayerEXT:(IIIII)V]
DebugGL.glFrameZoomSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFrameZoomSGIX:(I)V]
DebugGL.glFreeObjectBufferATI ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFreeObjectBufferATI:(I)V]
DebugGL.glFrontFace ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glFrontFace:(I)V]
DebugGL.glFrustum ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glFrustum:(DDDDDD)V]
DebugGL.glGenAsyncMarkersSGIX ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glGenAsyncMarkersSGIX:(I)I]
DebugGL.glGenBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenBuffers:(I[II)V]
DebugGL.glGenBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenBuffers:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenBuffersARB:(I[II)V]
DebugGL.glGenBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenBuffersARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenerateMipmapEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGenerateMipmapEXT:(I)V]
DebugGL.glGenFencesAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFencesAPPLE:(I[II)V]
DebugGL.glGenFencesAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFencesAPPLE:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenFencesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFencesNV:(I[II)V]
DebugGL.glGenFencesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenFragmentShadersATI ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glGenFragmentShadersATI:(I)I]
DebugGL.glGenFramebuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFramebuffersEXT:(I[II)V]
DebugGL.glGenFramebuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenLists ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glGenLists:(I)I]
DebugGL.glGenOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenOcclusionQueriesNV:(I[II)V]
DebugGL.glGenOcclusionQueriesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenProgramsARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenProgramsARB:(I[II)V]
DebugGL.glGenProgramsARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenProgramsARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenProgramsNV:(I[II)V]
DebugGL.glGenProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenProgramsNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenQueries ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenQueries:(I[II)V]
DebugGL.glGenQueries ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenQueries:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenQueriesARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenQueriesARB:(I[II)V]
DebugGL.glGenQueriesARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenQueriesARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenRenderbuffersEXT:(I[II)V]
DebugGL.glGenRenderbuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenSymbolsEXT ( int p1, int p2, int p3, int p4 ) : int
[mangled: javax/media/opengl/DebugGL.glGenSymbolsEXT:(IIII)I]
DebugGL.glGenTextures ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenTextures:(I[II)V]
DebugGL.glGenTextures ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenTextures:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGenVertexArraysAPPLE:(I[II)V]
DebugGL.glGenVertexArraysAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGenVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
DebugGL.glGenVertexShadersEXT ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glGenVertexShadersEXT:(I)I]
DebugGL.glGetActiveAttrib ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveAttrib:(III[II[II[II[BI)V]
DebugGL.glGetActiveAttrib ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveAttrib:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetActiveAttribARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveAttribARB:(III[II[II[II[BI)V]
DebugGL.glGetActiveAttribARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveAttribARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetActiveUniform ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveUniform:(III[II[II[II[BI)V]
DebugGL.glGetActiveUniform ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveUniform:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetActiveUniformARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveUniformARB:(III[II[II[II[BI)V]
DebugGL.glGetActiveUniformARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveUniformARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetActiveVaryingNV ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveVaryingNV:(III[II[II[II[BI)V]
DebugGL.glGetActiveVaryingNV ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetActiveVaryingNV:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetArrayObjectfvATI:(II[FI)V]
DebugGL.glGetArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetArrayObjectivATI:(II[II)V]
DebugGL.glGetArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetAttachedObjectsARB ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetAttachedObjectsARB:(II[II[II)V]
DebugGL.glGetAttachedObjectsARB ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetAttachedObjectsARB:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
DebugGL.glGetAttachedShaders ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetAttachedShaders:(II[II[II)V]
DebugGL.glGetAttachedShaders ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetAttachedShaders:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
DebugGL.glGetAttribLocation ( int p1, String p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetAttribLocation:(ILjava/lang/String;)I]
DebugGL.glGetAttribLocationARB ( int p1, String p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetAttribLocationARB:(ILjava/lang/String;)I]
DebugGL.glGetBooleanIndexedvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBooleanIndexedvEXT:(II[BI)V]
DebugGL.glGetBooleanIndexedvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBooleanIndexedvEXT:(IILjava/nio/ByteBuffer;)V]
DebugGL.glGetBooleanv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBooleanv:(I[BI)V]
DebugGL.glGetBooleanv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBooleanv:(ILjava/nio/ByteBuffer;)V]
DebugGL.glGetBufferParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferParameteriv:(II[II)V]
DebugGL.glGetBufferParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetBufferParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferParameterivARB:(II[II)V]
DebugGL.glGetBufferParameterivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferParameterivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetBufferSubData ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferSubData:(IIILjava/nio/Buffer;)V]
DebugGL.glGetBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetBufferSubDataARB:(IIILjava/nio/Buffer;)V]
DebugGL.glGetClipPlane ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetClipPlane:(I[DI)V]
DebugGL.glGetClipPlane ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetClipPlane:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glGetColorTable ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTable:(IIILjava/nio/Buffer;)V]
DebugGL.glGetColorTable ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTable:(IIIJ)V]
DebugGL.glGetColorTableEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableEXT:(IIILjava/nio/Buffer;)V]
DebugGL.glGetColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterfv:(II[FI)V]
DebugGL.glGetColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetColorTableParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterfvEXT:(II[FI)V]
DebugGL.glGetColorTableParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameteriv:(II[II)V]
DebugGL.glGetColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetColorTableParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterivEXT:(II[II)V]
DebugGL.glGetColorTableParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetColorTableParameterivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerInputParameterfvNV:(IIII[FI)V]
DebugGL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerInputParameterfvNV:(IIIILjava/nio/FloatBuffer;)V]
DebugGL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerInputParameterivNV:(IIII[II)V]
DebugGL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerInputParameterivNV:(IIIILjava/nio/IntBuffer;)V]
DebugGL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerOutputParameterfvNV:(III[FI)V]
DebugGL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerOutputParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerOutputParameterivNV:(III[II)V]
DebugGL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerOutputParameterivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glGetCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerStageParameterfvNV:(II[FI)V]
DebugGL.glGetCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetCompressedTexImage ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCompressedTexImage:(IILjava/nio/Buffer;)V]
DebugGL.glGetCompressedTexImage ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetCompressedTexImage:(IIJ)V]
DebugGL.glGetConvolutionFilter ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionFilter:(IIILjava/nio/Buffer;)V]
DebugGL.glGetConvolutionFilter ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionFilter:(IIIJ)V]
DebugGL.glGetConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionParameterfv:(II[FI)V]
DebugGL.glGetConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionParameteriv:(II[II)V]
DebugGL.glGetConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetDetailTexFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetDetailTexFuncSGIS:(I[FI)V]
DebugGL.glGetDetailTexFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetDetailTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetDoublev ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetDoublev:(I[DI)V]
DebugGL.glGetDoublev ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetDoublev:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glGetError ( ) : int
[mangled: javax/media/opengl/DebugGL.glGetError:()I]
DebugGL.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFenceivNV:(II[II)V]
DebugGL.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFinalCombinerInputParameterfvNV:(II[FI)V]
DebugGL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFinalCombinerInputParameterfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFinalCombinerInputParameterivNV:(II[II)V]
DebugGL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFinalCombinerInputParameterivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetFloatv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFloatv:(I[FI)V]
DebugGL.glGetFloatv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFloatv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetFogFuncSGIS ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFogFuncSGIS:([FI)V]
DebugGL.glGetFogFuncSGIS ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFogFuncSGIS:(Ljava/nio/FloatBuffer;)V]
DebugGL.glGetFragDataLocationEXT ( int p1, byte[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/DebugGL.glGetFragDataLocationEXT:(I[BI)I]
DebugGL.glGetFragDataLocationEXT ( int p1, ByteBuffer p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetFragDataLocationEXT:(ILjava/nio/ByteBuffer;)I]
DebugGL.glGetFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentLightfvSGIX:(II[FI)V]
DebugGL.glGetFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentLightivSGIX:(II[II)V]
DebugGL.glGetFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentMaterialfvSGIX:(II[FI)V]
DebugGL.glGetFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentMaterialivSGIX:(II[II)V]
DebugGL.glGetFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFramebufferAttachmentParameterivEXT:(III[II)V]
DebugGL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetFramebufferAttachmentParameterivEXT:(IIILjava/nio/IntBuffer;)V]
DebugGL.glGetHandleARB ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glGetHandleARB:(I)I]
DebugGL.glGetHistogram ( int p1, boolean p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogram:(IZIILjava/nio/Buffer;)V]
DebugGL.glGetHistogram ( int p1, boolean p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogram:(IZIIJ)V]
DebugGL.glGetHistogramParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogramParameterfv:(II[FI)V]
DebugGL.glGetHistogramParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogramParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetHistogramParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogramParameteriv:(II[II)V]
DebugGL.glGetHistogramParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetHistogramParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetImageTransformParameterfvHP:(II[FI)V]
DebugGL.glGetImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetImageTransformParameterivHP:(II[II)V]
DebugGL.glGetImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetInfoLogARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInfoLogARB:(II[II[BI)V]
DebugGL.glGetInfoLogARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInfoLogARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetInstrumentsSGIX ( ) : int
[mangled: javax/media/opengl/DebugGL.glGetInstrumentsSGIX:()I]
DebugGL.glGetIntegerIndexedvEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetIntegerIndexedvEXT:(II[II)V]
DebugGL.glGetIntegerIndexedvEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetIntegerIndexedvEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetIntegerv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetIntegerv:(I[II)V]
DebugGL.glGetIntegerv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetIntegerv:(ILjava/nio/IntBuffer;)V]
DebugGL.glGetInvariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantBooleanvEXT:(II[BI)V]
DebugGL.glGetInvariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
DebugGL.glGetInvariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantFloatvEXT:(II[FI)V]
DebugGL.glGetInvariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetInvariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantIntegervEXT:(II[II)V]
DebugGL.glGetInvariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetInvariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetLightfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLightfv:(II[FI)V]
DebugGL.glGetLightfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLightfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetLightiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLightiv:(II[II)V]
DebugGL.glGetLightiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLightiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetListParameterfvSGIX:(II[FI)V]
DebugGL.glGetListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetListParameterivSGIX:(II[II)V]
DebugGL.glGetListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetLocalConstantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantBooleanvEXT:(II[BI)V]
DebugGL.glGetLocalConstantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
DebugGL.glGetLocalConstantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantFloatvEXT:(II[FI)V]
DebugGL.glGetLocalConstantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetLocalConstantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantIntegervEXT:(II[II)V]
DebugGL.glGetLocalConstantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetLocalConstantIntegervEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapAttribParameterfvNV:(III[FI)V]
DebugGL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapAttribParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapAttribParameterivNV:(III[II)V]
DebugGL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapAttribParameterivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glGetMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, boolean p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapControlPointsNV:(IIIIIZLjava/nio/Buffer;)V]
DebugGL.glGetMapdv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapdv:(II[DI)V]
DebugGL.glGetMapdv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapdv:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetMapfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapfv:(II[FI)V]
DebugGL.glGetMapfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetMapiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapiv:(II[II)V]
DebugGL.glGetMapiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapParameterfvNV:(II[FI)V]
DebugGL.glGetMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapParameterivNV:(II[II)V]
DebugGL.glGetMapParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMapParameterivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMaterialfv:(II[FI)V]
DebugGL.glGetMaterialfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMaterialfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMaterialiv:(II[II)V]
DebugGL.glGetMaterialiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMaterialiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetMinmax ( int p1, boolean p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmax:(IZIILjava/nio/Buffer;)V]
DebugGL.glGetMinmax ( int p1, boolean p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmax:(IZIIJ)V]
DebugGL.glGetMinmaxParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmaxParameterfv:(II[FI)V]
DebugGL.glGetMinmaxParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmaxParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetMinmaxParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmaxParameteriv:(II[II)V]
DebugGL.glGetMinmaxParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetMinmaxParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetObjectBufferfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectBufferfvATI:(II[FI)V]
DebugGL.glGetObjectBufferfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectBufferfvATI:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetObjectBufferivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectBufferivATI:(II[II)V]
DebugGL.glGetObjectBufferivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectBufferivATI:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetObjectParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectParameterfvARB:(II[FI)V]
DebugGL.glGetObjectParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectParameterfvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetObjectParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectParameterivARB:(II[II)V]
DebugGL.glGetObjectParameterivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetObjectParameterivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetOcclusionQueryivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetOcclusionQueryivNV:(II[II)V]
DebugGL.glGetOcclusionQueryivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetOcclusionQueryivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetOcclusionQueryuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetOcclusionQueryuivNV:(II[II)V]
DebugGL.glGetOcclusionQueryuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetOcclusionQueryuivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetPixelMapfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapfv:(I[FI)V]
DebugGL.glGetPixelMapfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapfv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetPixelMapfv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapfv:(IJ)V]
DebugGL.glGetPixelMapuiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapuiv:(I[II)V]
DebugGL.glGetPixelMapuiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapuiv:(ILjava/nio/IntBuffer;)V]
DebugGL.glGetPixelMapuiv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapuiv:(IJ)V]
DebugGL.glGetPixelMapusv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapusv:(IJ)V]
DebugGL.glGetPixelMapusv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapusv:(I[SI)V]
DebugGL.glGetPixelMapusv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelMapusv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glGetPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelTexGenParameterfvSGIS:(I[FI)V]
DebugGL.glGetPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelTexGenParameterivSGIS:(I[II)V]
DebugGL.glGetPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
DebugGL.glGetPolygonStipple ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPolygonStipple:([BI)V]
DebugGL.glGetPolygonStipple ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPolygonStipple:(Ljava/nio/ByteBuffer;)V]
DebugGL.glGetPolygonStipple ( long p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGetPolygonStipple:(J)V]
DebugGL.glGetProgramEnvParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterdvARB:(II[DI)V]
DebugGL.glGetProgramEnvParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetProgramEnvParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterfvARB:(II[FI)V]
DebugGL.glGetProgramEnvParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterfvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetProgramEnvParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterIivNV:(II[II)V]
DebugGL.glGetProgramEnvParameterIivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterIivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramEnvParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterIuivNV:(II[II)V]
DebugGL.glGetProgramEnvParameterIuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramEnvParameterIuivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramInfoLog:(II[II[BI)V]
DebugGL.glGetProgramInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetProgramiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramiv:(II[II)V]
DebugGL.glGetProgramiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramivARB:(II[II)V]
DebugGL.glGetProgramivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramivNV:(II[II)V]
DebugGL.glGetProgramivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramLocalParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterdvARB:(II[DI)V]
DebugGL.glGetProgramLocalParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetProgramLocalParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterfvARB:(II[FI)V]
DebugGL.glGetProgramLocalParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterfvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetProgramLocalParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterIivNV:(II[II)V]
DebugGL.glGetProgramLocalParameterIivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterIivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramLocalParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterIuivNV:(II[II)V]
DebugGL.glGetProgramLocalParameterIuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramLocalParameterIuivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;[DI)V]
DebugGL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
DebugGL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;[FI)V]
DebugGL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
DebugGL.glGetProgramParameterdvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramParameterdvNV:(III[DI)V]
DebugGL.glGetProgramParameterdvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramParameterdvNV:(IIILjava/nio/DoubleBuffer;)V]
DebugGL.glGetProgramParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramParameterfvNV:(III[FI)V]
DebugGL.glGetProgramParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glGetProgramStringARB ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramStringARB:(IILjava/nio/Buffer;)V]
DebugGL.glGetProgramStringNV ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramStringNV:(II[BI)V]
DebugGL.glGetProgramStringNV ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetProgramStringNV:(IILjava/nio/ByteBuffer;)V]
DebugGL.glGetQueryiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryiv:(II[II)V]
DebugGL.glGetQueryiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetQueryivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryivARB:(II[II)V]
DebugGL.glGetQueryivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetQueryObjecti64vEXT ( int p1, int p2, long[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjecti64vEXT:(II[JI)V]
DebugGL.glGetQueryObjecti64vEXT ( int p1, int p2, LongBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjecti64vEXT:(IILjava/nio/LongBuffer;)V]
DebugGL.glGetQueryObjectiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectiv:(II[II)V]
DebugGL.glGetQueryObjectiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetQueryObjectivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectivARB:(II[II)V]
DebugGL.glGetQueryObjectivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetQueryObjectui64vEXT ( int p1, int p2, long[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectui64vEXT:(II[JI)V]
DebugGL.glGetQueryObjectui64vEXT ( int p1, int p2, LongBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectui64vEXT:(IILjava/nio/LongBuffer;)V]
DebugGL.glGetQueryObjectuiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectuiv:(II[II)V]
DebugGL.glGetQueryObjectuiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectuiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetQueryObjectuivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectuivARB:(II[II)V]
DebugGL.glGetQueryObjectuivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetQueryObjectuivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetRenderbufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetRenderbufferParameterivEXT:(II[II)V]
DebugGL.glGetRenderbufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetRenderbufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetSeparableFilter ( int p1, int p2, int p3, Buffer p4, Buffer p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetSeparableFilter:(IIILjava/nio/Buffer;Ljava/nio/Buffer;Ljava/nio/Buffer;)V]
DebugGL.glGetSeparableFilter ( int p1, int p2, int p3, long p4, long p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetSeparableFilter:(IIIJJJ)V]
DebugGL.glGetShaderInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderInfoLog:(II[II[BI)V]
DebugGL.glGetShaderInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetShaderiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderiv:(II[II)V]
DebugGL.glGetShaderiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetShaderSource ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderSource:(II[II[BI)V]
DebugGL.glGetShaderSource ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderSource:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetShaderSourceARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderSourceARB:(II[II[BI)V]
DebugGL.glGetShaderSourceARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetShaderSourceARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
DebugGL.glGetSharpenTexFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetSharpenTexFuncSGIS:(I[FI)V]
DebugGL.glGetSharpenTexFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetSharpenTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetString ( int p1 ) : String
[mangled: javax/media/opengl/DebugGL.glGetString:(I)Ljava/lang/String;]
DebugGL.glGetTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexBumpParameterfvATI:(I[FI)V]
DebugGL.glGetTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexBumpParameterivATI:(I[II)V]
DebugGL.glGetTexBumpParameterivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glGetTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexEnvfv:(II[FI)V]
DebugGL.glGetTexEnvfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexEnvfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexEnviv:(II[II)V]
DebugGL.glGetTexEnviv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexEnviv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetTexFilterFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexFilterFuncSGIS:(II[FI)V]
DebugGL.glGetTexFilterFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexFilterFuncSGIS:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexGendv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGendv:(II[DI)V]
DebugGL.glGetTexGendv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGendv:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGenfv:(II[FI)V]
DebugGL.glGetTexGenfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGenfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGeniv:(II[II)V]
DebugGL.glGetTexGeniv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexGeniv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetTexImage ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexImage:(IIIILjava/nio/Buffer;)V]
DebugGL.glGetTexImage ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexImage:(IIIIJ)V]
DebugGL.glGetTexLevelParameterfv ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexLevelParameterfv:(III[FI)V]
DebugGL.glGetTexLevelParameterfv ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexLevelParameterfv:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexLevelParameteriv ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexLevelParameteriv:(III[II)V]
DebugGL.glGetTexLevelParameteriv ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexLevelParameteriv:(IIILjava/nio/IntBuffer;)V]
DebugGL.glGetTexParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterfv:(II[FI)V]
DebugGL.glGetTexParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterIivEXT:(II[II)V]
DebugGL.glGetTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterIuivEXT:(II[II)V]
DebugGL.glGetTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetTexParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameteriv:(II[II)V]
DebugGL.glGetTexParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTexParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetTrackMatrixivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTrackMatrixivNV:(III[II)V]
DebugGL.glGetTrackMatrixivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTrackMatrixivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glGetTransformFeedbackVaryingNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTransformFeedbackVaryingNV:(II[II)V]
DebugGL.glGetTransformFeedbackVaryingNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetTransformFeedbackVaryingNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetUniformBufferSizeEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetUniformBufferSizeEXT:(II)I]
DebugGL.glGetUniformfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformfv:(II[FI)V]
DebugGL.glGetUniformfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetUniformfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformfvARB:(II[FI)V]
DebugGL.glGetUniformfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformfvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetUniformiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformiv:(II[II)V]
DebugGL.glGetUniformiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetUniformivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformivARB:(II[II)V]
DebugGL.glGetUniformivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetUniformLocation ( int p1, String p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetUniformLocation:(ILjava/lang/String;)I]
DebugGL.glGetUniformLocationARB ( int p1, String p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetUniformLocationARB:(ILjava/lang/String;)I]
DebugGL.glGetUniformOffsetEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetUniformOffsetEXT:(II)I]
DebugGL.glGetUniformuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformuivEXT:(II[II)V]
DebugGL.glGetUniformuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetUniformuivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVariantArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantArrayObjectfvATI:(II[FI)V]
DebugGL.glGetVariantArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVariantArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantArrayObjectivATI:(II[II)V]
DebugGL.glGetVariantArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantBooleanvEXT:(II[BI)V]
DebugGL.glGetVariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
DebugGL.glGetVariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantFloatvEXT:(II[FI)V]
DebugGL.glGetVariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantIntegervEXT:(II[II)V]
DebugGL.glGetVariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVaryingLocationNV ( int p1, byte[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/DebugGL.glGetVaryingLocationNV:(I[BI)I]
DebugGL.glGetVaryingLocationNV ( int p1, ByteBuffer p2 ) : int
[mangled: javax/media/opengl/DebugGL.glGetVaryingLocationNV:(ILjava/nio/ByteBuffer;)I]
DebugGL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribArrayObjectfvATI:(II[FI)V]
DebugGL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribArrayObjectivATI:(II[II)V]
DebugGL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVertexAttribdv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdv:(II[DI)V]
DebugGL.glGetVertexAttribdv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdv:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetVertexAttribdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdvARB:(II[DI)V]
DebugGL.glGetVertexAttribdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdvARB:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetVertexAttribdvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdvNV:(II[DI)V]
DebugGL.glGetVertexAttribdvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribdvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glGetVertexAttribfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfv:(II[FI)V]
DebugGL.glGetVertexAttribfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVertexAttribfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfvARB:(II[FI)V]
DebugGL.glGetVertexAttribfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVertexAttribfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfvNV:(II[FI)V]
DebugGL.glGetVertexAttribfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glGetVertexAttribIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribIivEXT:(II[II)V]
DebugGL.glGetVertexAttribIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribIivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVertexAttribIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribIuivEXT:(II[II)V]
DebugGL.glGetVertexAttribIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribIuivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVertexAttribiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribiv:(II[II)V]
DebugGL.glGetVertexAttribiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVertexAttribivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribivARB:(II[II)V]
DebugGL.glGetVertexAttribivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glGetVertexAttribivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribivNV:(II[II)V]
DebugGL.glGetVertexAttribivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glGetVertexAttribivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glGlobalAlphaFactorbSUN ( byte p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactorbSUN:(B)V]
DebugGL.glGlobalAlphaFactordSUN ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactordSUN:(D)V]
DebugGL.glGlobalAlphaFactorfSUN ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactorfSUN:(F)V]
DebugGL.glGlobalAlphaFactoriSUN ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactoriSUN:(I)V]
DebugGL.glGlobalAlphaFactorsSUN ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactorsSUN:(S)V]
DebugGL.glGlobalAlphaFactorubSUN ( byte p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactorubSUN:(B)V]
DebugGL.glGlobalAlphaFactoruiSUN ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactoruiSUN:(I)V]
DebugGL.glGlobalAlphaFactorusSUN ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glGlobalAlphaFactorusSUN:(S)V]
DebugGL.glHint ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glHint:(II)V]
DebugGL.glHintPGI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glHintPGI:(II)V]
DebugGL.glHistogram ( int p1, int p2, int p3, boolean p4 ) : void
[mangled: javax/media/opengl/DebugGL.glHistogram:(IIIZ)V]
DebugGL.glIglooInterfaceSGIX ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIglooInterfaceSGIX:(ILjava/nio/Buffer;)V]
DebugGL.glImageTransformParameterfHP ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameterfHP:(IIF)V]
DebugGL.glImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameterfvHP:(II[FI)V]
DebugGL.glImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
DebugGL.glImageTransformParameteriHP ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameteriHP:(III)V]
DebugGL.glImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameterivHP:(II[II)V]
DebugGL.glImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
DebugGL.glIndexd ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexd:(D)V]
DebugGL.glIndexdv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexdv:([DI)V]
DebugGL.glIndexdv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexdv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glIndexf ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexf:(F)V]
DebugGL.glIndexFuncEXT ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexFuncEXT:(IF)V]
DebugGL.glIndexfv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexfv:([FI)V]
DebugGL.glIndexfv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexfv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glIndexi ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexi:(I)V]
DebugGL.glIndexiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexiv:([II)V]
DebugGL.glIndexiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexiv:(Ljava/nio/IntBuffer;)V]
DebugGL.glIndexMask ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexMask:(I)V]
DebugGL.glIndexMaterialEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexMaterialEXT:(II)V]
DebugGL.glIndexPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexPointer:(IILjava/nio/Buffer;)V]
DebugGL.glIndexs ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexs:(S)V]
DebugGL.glIndexsv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexsv:([SI)V]
DebugGL.glIndexsv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexsv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glIndexub ( byte p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexub:(B)V]
DebugGL.glIndexubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexubv:([BI)V]
DebugGL.glIndexubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glIndexubv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glInitNames ( ) : void
[mangled: javax/media/opengl/DebugGL.glInitNames:()V]
DebugGL.glInsertComponentEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glInsertComponentEXT:(III)V]
DebugGL.glInstrumentsBufferSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glInstrumentsBufferSGIX:(I[II)V]
DebugGL.glInstrumentsBufferSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glInstrumentsBufferSGIX:(ILjava/nio/IntBuffer;)V]
DebugGL.glInterleavedArrays ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glInterleavedArrays:(IILjava/nio/Buffer;)V]
DebugGL.glInterleavedArrays ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glInterleavedArrays:(IIJ)V]
DebugGL.glIsAsyncMarkerSGIX ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsAsyncMarkerSGIX:(I)Z]
DebugGL.glIsBuffer ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsBuffer:(I)Z]
DebugGL.glIsBufferARB ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsBufferARB:(I)Z]
DebugGL.glIsEnabled ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsEnabled:(I)Z]
DebugGL.glIsEnabledIndexedEXT ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsEnabledIndexedEXT:(II)Z]
DebugGL.glIsFenceAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsFenceAPPLE:(I)Z]
DebugGL.glIsFenceNV ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsFenceNV:(I)Z]
DebugGL.glIsFramebufferEXT ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsFramebufferEXT:(I)Z]
DebugGL.glIsList ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsList:(I)Z]
DebugGL.glIsObjectBufferATI ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsObjectBufferATI:(I)Z]
DebugGL.glIsOcclusionQueryNV ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsOcclusionQueryNV:(I)Z]
DebugGL.glIsProgram ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsProgram:(I)Z]
DebugGL.glIsProgramARB ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsProgramARB:(I)Z]
DebugGL.glIsProgramNV ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsProgramNV:(I)Z]
DebugGL.glIsQuery ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsQuery:(I)Z]
DebugGL.glIsQueryARB ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsQueryARB:(I)Z]
DebugGL.glIsRenderbufferEXT ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsRenderbufferEXT:(I)Z]
DebugGL.glIsShader ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsShader:(I)Z]
DebugGL.glIsTexture ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsTexture:(I)Z]
DebugGL.glIsVariantEnabledEXT ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsVariantEnabledEXT:(II)Z]
DebugGL.glIsVertexArrayAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsVertexArrayAPPLE:(I)Z]
DebugGL.glIsVertexAttribEnabledAPPLE ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/DebugGL.glIsVertexAttribEnabledAPPLE:(II)Z]
DebugGL.glLightEnviSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLightEnviSGIX:(II)V]
DebugGL.glLightf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLightf:(IIF)V]
DebugGL.glLightfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glLightfv:(II[FI)V]
DebugGL.glLightfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLightfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glLighti ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLighti:(III)V]
DebugGL.glLightiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glLightiv:(II[II)V]
DebugGL.glLightiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLightiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glLightModelf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModelf:(IF)V]
DebugGL.glLightModelfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModelfv:(I[FI)V]
DebugGL.glLightModelfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModelfv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glLightModeli ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModeli:(II)V]
DebugGL.glLightModeliv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModeliv:(I[II)V]
DebugGL.glLightModeliv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLightModeliv:(ILjava/nio/IntBuffer;)V]
DebugGL.glLineStipple ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLineStipple:(IS)V]
DebugGL.glLineWidth ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLineWidth:(F)V]
DebugGL.glLinkProgram ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLinkProgram:(I)V]
DebugGL.glLinkProgramARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLinkProgramARB:(I)V]
DebugGL.glListBase ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glListBase:(I)V]
DebugGL.glListParameterfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameterfSGIX:(IIF)V]
DebugGL.glListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameterfvSGIX:(II[FI)V]
DebugGL.glListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
DebugGL.glListParameteriSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameteriSGIX:(III)V]
DebugGL.glListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameterivSGIX:(II[II)V]
DebugGL.glListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
DebugGL.glLoadIdentity ( ) : void
[mangled: javax/media/opengl/DebugGL.glLoadIdentity:()V]
DebugGL.glLoadIdentityDeformationMapSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadIdentityDeformationMapSGIX:(I)V]
DebugGL.glLoadMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadMatrixd:([DI)V]
DebugGL.glLoadMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadMatrixd:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glLoadMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadMatrixf:([FI)V]
DebugGL.glLoadMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadMatrixf:(Ljava/nio/FloatBuffer;)V]
DebugGL.glLoadName ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadName:(I)V]
DebugGL.glLoadProgramNV ( int p1, int p2, int p3, String p4 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadProgramNV:(IIILjava/lang/String;)V]
DebugGL.glLoadTransposeMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadTransposeMatrixd:([DI)V]
DebugGL.glLoadTransposeMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glLoadTransposeMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadTransposeMatrixf:([FI)V]
DebugGL.glLoadTransposeMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLoadTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
DebugGL.glLockArraysEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glLockArraysEXT:(II)V]
DebugGL.glLogicOp ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glLogicOp:(I)V]
DebugGL.glMap1d ( int p1, double p2, double p3, int p4, int p5, double[ ] p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glMap1d:(IDDII[DI)V]
DebugGL.glMap1d ( int p1, double p2, double p3, int p4, int p5, DoubleBuffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMap1d:(IDDIILjava/nio/DoubleBuffer;)V]
DebugGL.glMap1f ( int p1, float p2, float p3, int p4, int p5, float[ ] p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glMap1f:(IFFII[FI)V]
DebugGL.glMap1f ( int p1, float p2, float p3, int p4, int p5, FloatBuffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMap1f:(IFFIILjava/nio/FloatBuffer;)V]
DebugGL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glMap2d:(IDDIIDDII[DI)V]
DebugGL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, DoubleBuffer p10 ) : void
[mangled: javax/media/opengl/DebugGL.glMap2d:(IDDIIDDIILjava/nio/DoubleBuffer;)V]
DebugGL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/DebugGL.glMap2f:(IFFIIFFII[FI)V]
DebugGL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, FloatBuffer p10 ) : void
[mangled: javax/media/opengl/DebugGL.glMap2f:(IFFIIFFIILjava/nio/FloatBuffer;)V]
DebugGL.glMapBuffer ( int p1, int p2 ) : ByteBuffer
[mangled: javax/media/opengl/DebugGL.glMapBuffer:(II)Ljava/nio/ByteBuffer;]
DebugGL.glMapBufferARB ( int p1, int p2 ) : ByteBuffer
[mangled: javax/media/opengl/DebugGL.glMapBufferARB:(II)Ljava/nio/ByteBuffer;]
DebugGL.glMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, Buffer p9 ) : void
[mangled: javax/media/opengl/DebugGL.glMapControlPointsNV:(IIIIIIIZLjava/nio/Buffer;)V]
DebugGL.glMapGrid1d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMapGrid1d:(IDD)V]
DebugGL.glMapGrid1f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMapGrid1f:(IFF)V]
DebugGL.glMapGrid2d ( int p1, double p2, double p3, int p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMapGrid2d:(IDDIDD)V]
DebugGL.glMapGrid2f ( int p1, float p2, float p3, int p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMapGrid2f:(IFFIFF)V]
DebugGL.glMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMapParameterfvNV:(II[FI)V]
DebugGL.glMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMapParameterivNV:(II[II)V]
DebugGL.glMapParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMapParameterivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib1dAPPLE:(IIDDII[DI)V]
DebugGL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, DoubleBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib1dAPPLE:(IIDDIILjava/nio/DoubleBuffer;)V]
DebugGL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib1fAPPLE:(IIFFII[FI)V]
DebugGL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, FloatBuffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib1fAPPLE:(IIFFIILjava/nio/FloatBuffer;)V]
DebugGL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, double[ ] p11, int p12 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib2dAPPLE:(IIDDIIDDII[DI)V]
DebugGL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, DoubleBuffer p11 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib2dAPPLE:(IIDDIIDDIILjava/nio/DoubleBuffer;)V]
DebugGL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, float[ ] p11, int p12 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib2fAPPLE:(IIFFIIFFII[FI)V]
DebugGL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, FloatBuffer p11 ) : void
[mangled: javax/media/opengl/DebugGL.glMapVertexAttrib2fAPPLE:(IIFFIIFFIILjava/nio/FloatBuffer;)V]
DebugGL.glMaterialf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMaterialf:(IIF)V]
DebugGL.glMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMaterialfv:(II[FI)V]
DebugGL.glMaterialfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMaterialfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glMateriali ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMateriali:(III)V]
DebugGL.glMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMaterialiv:(II[II)V]
DebugGL.glMaterialiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMaterialiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glMatrixIndexPointerARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexPointerARB:(IIILjava/nio/Buffer;)V]
DebugGL.glMatrixIndexPointerARB ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexPointerARB:(IIIJ)V]
DebugGL.glMatrixIndexubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexubvARB:(I[BI)V]
DebugGL.glMatrixIndexubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexubvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glMatrixIndexuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexuivARB:(I[II)V]
DebugGL.glMatrixIndexuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexuivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glMatrixIndexusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexusvARB:(I[SI)V]
DebugGL.glMatrixIndexusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixIndexusvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMatrixMode ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glMatrixMode:(I)V]
DebugGL.glMinmax ( int p1, int p2, boolean p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMinmax:(IIZ)V]
DebugGL.glMultiDrawArrays ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawArrays:(I[II[III)V]
DebugGL.glMultiDrawArrays ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawArrays:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
DebugGL.glMultiDrawArraysEXT ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawArraysEXT:(I[II[III)V]
DebugGL.glMultiDrawArraysEXT ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawArraysEXT:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
DebugGL.glMultiDrawElementArrayAPPLE ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElementArrayAPPLE:(I[II[III)V]
DebugGL.glMultiDrawElementArrayAPPLE ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElementArrayAPPLE:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
DebugGL.glMultiDrawElements ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElements:(I[III[Ljava/nio/Buffer;I)V]
DebugGL.glMultiDrawElements ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElements:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
DebugGL.glMultiDrawElementsEXT ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElementsEXT:(I[III[Ljava/nio/Buffer;I)V]
DebugGL.glMultiDrawElementsEXT ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawElementsEXT:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
DebugGL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawRangeElementArrayAPPLE:(III[II[III)V]
DebugGL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiDrawRangeElementArrayAPPLE:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
DebugGL.glMultiModeDrawArraysIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiModeDrawArraysIBM:([II[II[IIII)V]
DebugGL.glMultiModeDrawArraysIBM ( IntBuffer p1, IntBuffer p2, IntBuffer p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiModeDrawArraysIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;II)V]
DebugGL.glMultiModeDrawElementsIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int p5, Buffer[ ] p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiModeDrawElementsIBM:([II[III[Ljava/nio/Buffer;II)V]
DebugGL.glMultiModeDrawElementsIBM ( IntBuffer p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiModeDrawElementsIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I[Ljava/nio/Buffer;II)V]
DebugGL.glMultiTexCoord1d ( int p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1d:(ID)V]
DebugGL.glMultiTexCoord1dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1dv:(I[DI)V]
DebugGL.glMultiTexCoord1dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glMultiTexCoord1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1f:(IF)V]
DebugGL.glMultiTexCoord1fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1fv:(I[FI)V]
DebugGL.glMultiTexCoord1fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glMultiTexCoord1hNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1hNV:(IS)V]
DebugGL.glMultiTexCoord1hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1hvNV:(I[SI)V]
DebugGL.glMultiTexCoord1hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord1i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1i:(II)V]
DebugGL.glMultiTexCoord1iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1iv:(I[II)V]
DebugGL.glMultiTexCoord1iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1iv:(ILjava/nio/IntBuffer;)V]
DebugGL.glMultiTexCoord1s ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1s:(IS)V]
DebugGL.glMultiTexCoord1sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1sv:(I[SI)V]
DebugGL.glMultiTexCoord1sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord1sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord2d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2d:(IDD)V]
DebugGL.glMultiTexCoord2dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2dv:(I[DI)V]
DebugGL.glMultiTexCoord2dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glMultiTexCoord2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2f:(IFF)V]
DebugGL.glMultiTexCoord2fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2fv:(I[FI)V]
DebugGL.glMultiTexCoord2fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glMultiTexCoord2hNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2hNV:(ISS)V]
DebugGL.glMultiTexCoord2hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2hvNV:(I[SI)V]
DebugGL.glMultiTexCoord2hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord2i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2i:(III)V]
DebugGL.glMultiTexCoord2iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2iv:(I[II)V]
DebugGL.glMultiTexCoord2iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2iv:(ILjava/nio/IntBuffer;)V]
DebugGL.glMultiTexCoord2s ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2s:(ISS)V]
DebugGL.glMultiTexCoord2sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2sv:(I[SI)V]
DebugGL.glMultiTexCoord2sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord2sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord3d ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3d:(IDDD)V]
DebugGL.glMultiTexCoord3dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3dv:(I[DI)V]
DebugGL.glMultiTexCoord3dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glMultiTexCoord3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3f:(IFFF)V]
DebugGL.glMultiTexCoord3fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3fv:(I[FI)V]
DebugGL.glMultiTexCoord3fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glMultiTexCoord3hNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3hNV:(ISSS)V]
DebugGL.glMultiTexCoord3hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3hvNV:(I[SI)V]
DebugGL.glMultiTexCoord3hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord3i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3i:(IIII)V]
DebugGL.glMultiTexCoord3iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3iv:(I[II)V]
DebugGL.glMultiTexCoord3iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3iv:(ILjava/nio/IntBuffer;)V]
DebugGL.glMultiTexCoord3s ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3s:(ISSS)V]
DebugGL.glMultiTexCoord3sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3sv:(I[SI)V]
DebugGL.glMultiTexCoord3sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord3sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord4d ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4d:(IDDDD)V]
DebugGL.glMultiTexCoord4dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4dv:(I[DI)V]
DebugGL.glMultiTexCoord4dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glMultiTexCoord4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4f:(IFFFF)V]
DebugGL.glMultiTexCoord4fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4fv:(I[FI)V]
DebugGL.glMultiTexCoord4fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glMultiTexCoord4hNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4hNV:(ISSSS)V]
DebugGL.glMultiTexCoord4hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4hvNV:(I[SI)V]
DebugGL.glMultiTexCoord4hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultiTexCoord4i ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4i:(IIIII)V]
DebugGL.glMultiTexCoord4iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4iv:(I[II)V]
DebugGL.glMultiTexCoord4iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4iv:(ILjava/nio/IntBuffer;)V]
DebugGL.glMultiTexCoord4s ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4s:(ISSSS)V]
DebugGL.glMultiTexCoord4sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4sv:(I[SI)V]
DebugGL.glMultiTexCoord4sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultiTexCoord4sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glMultMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultMatrixd:([DI)V]
DebugGL.glMultMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glMultMatrixd:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glMultMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultMatrixf:([FI)V]
DebugGL.glMultMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glMultMatrixf:(Ljava/nio/FloatBuffer;)V]
DebugGL.glMultTransposeMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultTransposeMatrixd:([DI)V]
DebugGL.glMultTransposeMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glMultTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glMultTransposeMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glMultTransposeMatrixf:([FI)V]
DebugGL.glMultTransposeMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glMultTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
DebugGL.glNewBufferRegion ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glNewBufferRegion:(I)I]
DebugGL.glNewList ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNewList:(II)V]
DebugGL.glNewObjectBufferATI ( int p1, Buffer p2, int p3 ) : int
[mangled: javax/media/opengl/DebugGL.glNewObjectBufferATI:(ILjava/nio/Buffer;I)I]
DebugGL.glNormal3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3b:(BBB)V]
DebugGL.glNormal3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3bv:([BI)V]
DebugGL.glNormal3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3bv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glNormal3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3d:(DDD)V]
DebugGL.glNormal3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3dv:([DI)V]
DebugGL.glNormal3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glNormal3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3f:(FFF)V]
DebugGL.glNormal3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3fv:([FI)V]
DebugGL.glNormal3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3fVertex3fSUN:(FFFFFF)V]
DebugGL.glNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3fVertex3fvSUN:([FI[FI)V]
DebugGL.glNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glNormal3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3hNV:(SSS)V]
DebugGL.glNormal3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3hvNV:([SI)V]
DebugGL.glNormal3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glNormal3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3i:(III)V]
DebugGL.glNormal3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3iv:([II)V]
DebugGL.glNormal3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glNormal3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3s:(SSS)V]
DebugGL.glNormal3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3sv:([SI)V]
DebugGL.glNormal3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glNormal3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glNormalPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalPointer:(IILjava/nio/Buffer;)V]
DebugGL.glNormalPointer ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalPointer:(IIJ)V]
DebugGL.glNormalStream3bATI ( int p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3bATI:(IBBB)V]
DebugGL.glNormalStream3bvATI ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3bvATI:(I[BI)V]
DebugGL.glNormalStream3bvATI ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3bvATI:(ILjava/nio/ByteBuffer;)V]
DebugGL.glNormalStream3dATI ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3dATI:(IDDD)V]
DebugGL.glNormalStream3dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3dvATI:(I[DI)V]
DebugGL.glNormalStream3dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glNormalStream3fATI ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3fATI:(IFFF)V]
DebugGL.glNormalStream3fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3fvATI:(I[FI)V]
DebugGL.glNormalStream3fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3fvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glNormalStream3iATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3iATI:(IIII)V]
DebugGL.glNormalStream3ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3ivATI:(I[II)V]
DebugGL.glNormalStream3ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3ivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glNormalStream3sATI ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3sATI:(ISSS)V]
DebugGL.glNormalStream3svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3svATI:(I[SI)V]
DebugGL.glNormalStream3svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glNormalStream3svATI:(ILjava/nio/ShortBuffer;)V]
DebugGL.glOrtho ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glOrtho:(DDDDDD)V]
DebugGL.glPassTexCoordATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPassTexCoordATI:(III)V]
DebugGL.glPassThrough ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPassThrough:(F)V]
DebugGL.glPixelDataRangeNV ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelDataRangeNV:(IILjava/nio/Buffer;)V]
DebugGL.glPixelMapfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapfv:(II[FI)V]
DebugGL.glPixelMapfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glPixelMapfv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapfv:(IIJ)V]
DebugGL.glPixelMapuiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapuiv:(II[II)V]
DebugGL.glPixelMapuiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapuiv:(IILjava/nio/IntBuffer;)V]
DebugGL.glPixelMapuiv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapuiv:(IIJ)V]
DebugGL.glPixelMapusv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapusv:(IIJ)V]
DebugGL.glPixelMapusv ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapusv:(II[SI)V]
DebugGL.glPixelMapusv ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelMapusv:(IILjava/nio/ShortBuffer;)V]
DebugGL.glPixelStoref ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelStoref:(IF)V]
DebugGL.glPixelStorei ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelStorei:(II)V]
DebugGL.glPixelTexGenParameterfSGIS ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameterfSGIS:(IF)V]
DebugGL.glPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameterfvSGIS:(I[FI)V]
DebugGL.glPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glPixelTexGenParameteriSGIS ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameteriSGIS:(II)V]
DebugGL.glPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameterivSGIS:(I[II)V]
DebugGL.glPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
DebugGL.glPixelTexGenSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTexGenSGIX:(I)V]
DebugGL.glPixelTransferf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransferf:(IF)V]
DebugGL.glPixelTransferi ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransferi:(II)V]
DebugGL.glPixelTransformParameterfEXT ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameterfEXT:(IIF)V]
DebugGL.glPixelTransformParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameterfvEXT:(II[FI)V]
DebugGL.glPixelTransformParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
DebugGL.glPixelTransformParameteriEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameteriEXT:(III)V]
DebugGL.glPixelTransformParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameterivEXT:(II[II)V]
DebugGL.glPixelTransformParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelTransformParameterivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glPixelZoom ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPixelZoom:(FF)V]
DebugGL.glPNTrianglesfATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPNTrianglesfATI:(IF)V]
DebugGL.glPNTrianglesiATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPNTrianglesiATI:(II)V]
DebugGL.glPointParameterf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterf:(IF)V]
DebugGL.glPointParameterfARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfARB:(IF)V]
DebugGL.glPointParameterfEXT ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfEXT:(IF)V]
DebugGL.glPointParameterfSGIS ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfSGIS:(IF)V]
DebugGL.glPointParameterfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfv:(I[FI)V]
DebugGL.glPointParameterfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glPointParameterfvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvARB:(I[FI)V]
DebugGL.glPointParameterfvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glPointParameterfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvEXT:(I[FI)V]
DebugGL.glPointParameterfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
DebugGL.glPointParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvSGIS:(I[FI)V]
DebugGL.glPointParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
DebugGL.glPointParameteri ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameteri:(II)V]
DebugGL.glPointParameteriNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameteriNV:(II)V]
DebugGL.glPointParameteriv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameteriv:(I[II)V]
DebugGL.glPointParameteriv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameteriv:(ILjava/nio/IntBuffer;)V]
DebugGL.glPointParameterivNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterivNV:(I[II)V]
DebugGL.glPointParameterivNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPointParameterivNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glPointSize ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPointSize:(F)V]
DebugGL.glPollAsyncSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glPollAsyncSGIX:([II)I]
DebugGL.glPollAsyncSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/DebugGL.glPollAsyncSGIX:(Ljava/nio/IntBuffer;)I]
DebugGL.glPollInstrumentsSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/DebugGL.glPollInstrumentsSGIX:([II)I]
DebugGL.glPollInstrumentsSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/DebugGL.glPollInstrumentsSGIX:(Ljava/nio/IntBuffer;)I]
DebugGL.glPolygonMode ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPolygonMode:(II)V]
DebugGL.glPolygonOffset ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPolygonOffset:(FF)V]
DebugGL.glPolygonStipple ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glPolygonStipple:([BI)V]
DebugGL.glPolygonStipple ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPolygonStipple:(Ljava/nio/ByteBuffer;)V]
DebugGL.glPolygonStipple ( long p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPolygonStipple:(J)V]
DebugGL.glPopAttrib ( ) : void
[mangled: javax/media/opengl/DebugGL.glPopAttrib:()V]
DebugGL.glPopClientAttrib ( ) : void
[mangled: javax/media/opengl/DebugGL.glPopClientAttrib:()V]
DebugGL.glPopMatrix ( ) : void
[mangled: javax/media/opengl/DebugGL.glPopMatrix:()V]
DebugGL.glPopName ( ) : void
[mangled: javax/media/opengl/DebugGL.glPopName:()V]
DebugGL.glPrimitiveRestartIndexNV ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPrimitiveRestartIndexNV:(I)V]
DebugGL.glPrimitiveRestartNV ( ) : void
[mangled: javax/media/opengl/DebugGL.glPrimitiveRestartNV:()V]
DebugGL.glPrioritizeTextures ( int p1, int[ ] p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glPrioritizeTextures:(I[II[FI)V]
DebugGL.glPrioritizeTextures ( int p1, IntBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glPrioritizeTextures:(ILjava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersfvNV:(IIII[FI)V]
DebugGL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersfvNV:(IIIILjava/nio/FloatBuffer;)V]
DebugGL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersIivNV:(IIII[II)V]
DebugGL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersIivNV:(IIIILjava/nio/IntBuffer;)V]
DebugGL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersIuivNV:(IIII[II)V]
DebugGL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramBufferParametersIuivNV:(IIIILjava/nio/IntBuffer;)V]
DebugGL.glProgramEnvParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4dARB:(IIDDDD)V]
DebugGL.glProgramEnvParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4dvARB:(II[DI)V]
DebugGL.glProgramEnvParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glProgramEnvParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4fARB:(IIFFFF)V]
DebugGL.glProgramEnvParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4fvARB:(II[FI)V]
DebugGL.glProgramEnvParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glProgramEnvParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4iNV:(IIIIII)V]
DebugGL.glProgramEnvParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4ivNV:(II[II)V]
DebugGL.glProgramEnvParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glProgramEnvParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4uiNV:(IIIIII)V]
DebugGL.glProgramEnvParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4uivNV:(II[II)V]
DebugGL.glProgramEnvParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameters4fvEXT:(III[FI)V]
DebugGL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParametersI4ivNV:(III[II)V]
DebugGL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParametersI4uivNV:(III[II)V]
DebugGL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramEnvParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glProgramLocalParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4dARB:(IIDDDD)V]
DebugGL.glProgramLocalParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4dvARB:(II[DI)V]
DebugGL.glProgramLocalParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glProgramLocalParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4fARB:(IIFFFF)V]
DebugGL.glProgramLocalParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4fvARB:(II[FI)V]
DebugGL.glProgramLocalParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glProgramLocalParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4iNV:(IIIIII)V]
DebugGL.glProgramLocalParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4ivNV:(II[II)V]
DebugGL.glProgramLocalParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glProgramLocalParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4uiNV:(IIIIII)V]
DebugGL.glProgramLocalParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4uivNV:(II[II)V]
DebugGL.glProgramLocalParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
DebugGL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameters4fvEXT:(III[FI)V]
DebugGL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParametersI4ivNV:(III[II)V]
DebugGL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParametersI4uivNV:(III[II)V]
DebugGL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramLocalParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
DebugGL.glProgramNamedParameter4dNV ( int p1, int p2, String p3, double p4, double p5, double p6, double p7 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4dNV:(IILjava/lang/String;DDDD)V]
DebugGL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4dvNV:(IILjava/lang/String;[DI)V]
DebugGL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4dvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
DebugGL.glProgramNamedParameter4fNV ( int p1, int p2, String p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4fNV:(IILjava/lang/String;FFFF)V]
DebugGL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4fvNV:(IILjava/lang/String;[FI)V]
DebugGL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramNamedParameter4fvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
DebugGL.glProgramParameter4dNV ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4dNV:(IIDDDD)V]
DebugGL.glProgramParameter4dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4dvNV:(II[DI)V]
DebugGL.glProgramParameter4dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4dvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glProgramParameter4fNV ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4fNV:(IIFFFF)V]
DebugGL.glProgramParameter4fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4fvNV:(II[FI)V]
DebugGL.glProgramParameter4fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameter4fvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glProgramParameteriEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameteriEXT:(III)V]
DebugGL.glProgramParameters4dvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameters4dvNV:(III[DI)V]
DebugGL.glProgramParameters4dvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameters4dvNV:(IIILjava/nio/DoubleBuffer;)V]
DebugGL.glProgramParameters4fvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameters4fvNV:(III[FI)V]
DebugGL.glProgramParameters4fvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramParameters4fvNV:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glProgramStringARB ( int p1, int p2, int p3, String p4 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramStringARB:(IIILjava/lang/String;)V]
DebugGL.glProgramVertexLimitNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glProgramVertexLimitNV:(II)V]
DebugGL.glPushAttrib ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPushAttrib:(I)V]
DebugGL.glPushClientAttrib ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPushClientAttrib:(I)V]
DebugGL.glPushMatrix ( ) : void
[mangled: javax/media/opengl/DebugGL.glPushMatrix:()V]
DebugGL.glPushName ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glPushName:(I)V]
DebugGL.glRasterPos2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2d:(DD)V]
DebugGL.glRasterPos2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2dv:([DI)V]
DebugGL.glRasterPos2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glRasterPos2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2f:(FF)V]
DebugGL.glRasterPos2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2fv:([FI)V]
DebugGL.glRasterPos2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glRasterPos2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2i:(II)V]
DebugGL.glRasterPos2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2iv:([II)V]
DebugGL.glRasterPos2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glRasterPos2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2s:(SS)V]
DebugGL.glRasterPos2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2sv:([SI)V]
DebugGL.glRasterPos2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos2sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glRasterPos3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3d:(DDD)V]
DebugGL.glRasterPos3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3dv:([DI)V]
DebugGL.glRasterPos3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glRasterPos3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3f:(FFF)V]
DebugGL.glRasterPos3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3fv:([FI)V]
DebugGL.glRasterPos3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glRasterPos3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3i:(III)V]
DebugGL.glRasterPos3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3iv:([II)V]
DebugGL.glRasterPos3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glRasterPos3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3s:(SSS)V]
DebugGL.glRasterPos3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3sv:([SI)V]
DebugGL.glRasterPos3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glRasterPos4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4d:(DDDD)V]
DebugGL.glRasterPos4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4dv:([DI)V]
DebugGL.glRasterPos4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glRasterPos4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4f:(FFFF)V]
DebugGL.glRasterPos4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4fv:([FI)V]
DebugGL.glRasterPos4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glRasterPos4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4i:(IIII)V]
DebugGL.glRasterPos4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4iv:([II)V]
DebugGL.glRasterPos4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glRasterPos4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4s:(SSSS)V]
DebugGL.glRasterPos4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4sv:([SI)V]
DebugGL.glRasterPos4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glRasterPos4sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glReadBuffer ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glReadBuffer:(I)V]
DebugGL.glReadBufferRegion ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glReadBufferRegion:(IIIII)V]
DebugGL.glReadInstrumentsSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glReadInstrumentsSGIX:(I)V]
DebugGL.glReadPixels ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glReadPixels:(IIIIIILjava/nio/Buffer;)V]
DebugGL.glReadPixels ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glReadPixels:(IIIIIIJ)V]
DebugGL.glRectd ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectd:(DDDD)V]
DebugGL.glRectdv ( double[ ] p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectdv:([DI[DI)V]
DebugGL.glRectdv ( DoubleBuffer p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRectdv:(Ljava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;)V]
DebugGL.glRectf ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectf:(FFFF)V]
DebugGL.glRectfv ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectfv:([FI[FI)V]
DebugGL.glRectfv ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRectfv:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glRecti ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRecti:(IIII)V]
DebugGL.glRectiv ( int[ ] p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectiv:([II[II)V]
DebugGL.glRectiv ( IntBuffer p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRectiv:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
DebugGL.glRects ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRects:(SSSS)V]
DebugGL.glRectsv ( short[ ] p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRectsv:([SI[SI)V]
DebugGL.glRectsv ( ShortBuffer p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRectsv:(Ljava/nio/ShortBuffer;Ljava/nio/ShortBuffer;)V]
DebugGL.glReferencePlaneSGIX ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glReferencePlaneSGIX:([DI)V]
DebugGL.glReferencePlaneSGIX ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glReferencePlaneSGIX:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glRenderbufferStorageEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRenderbufferStorageEXT:(IIII)V]
DebugGL.glRenderbufferStorageMultisampleCoverageNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glRenderbufferStorageMultisampleCoverageNV:(IIIIII)V]
DebugGL.glRenderbufferStorageMultisampleEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glRenderbufferStorageMultisampleEXT:(IIIII)V]
DebugGL.glRenderMode ( int p1 ) : int
[mangled: javax/media/opengl/DebugGL.glRenderMode:(I)I]
DebugGL.glReplacementCodeuiColor3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor3fVertex3fSUN:(IFFFFFF)V]
DebugGL.glReplacementCodeuiColor3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor3fVertex3fvSUN:([II[FI[FI)V]
DebugGL.glReplacementCodeuiColor3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fSUN:(IFFFFFFFFFF)V]
DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiColor4ubVertex3fSUN ( int p1, byte p2, byte p3, byte p4, byte p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4ubVertex3fSUN:(IBBBBFFF)V]
DebugGL.glReplacementCodeuiColor4ubVertex3fvSUN ( int[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4ubVertex3fvSUN:([II[BI[FI)V]
DebugGL.glReplacementCodeuiColor4ubVertex3fvSUN ( IntBuffer p1, ByteBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiColor4ubVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiNormal3fVertex3fSUN:(IFFFFFF)V]
DebugGL.glReplacementCodeuiNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiNormal3fVertex3fvSUN:([II[FI[FI)V]
DebugGL.glReplacementCodeuiNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN:(IFFFFFFFFFFFF)V]
DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8, float[ ] p9, int p10 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI[FI)V]
DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN:(IFFFFFFFF)V]
DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiTexCoord2fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fVertex3fSUN:(IFFFFF)V]
DebugGL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fVertex3fvSUN:([II[FI[FI)V]
DebugGL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiTexCoord2fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glReplacementCodeuiVertex3fSUN ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiVertex3fSUN:(IFFF)V]
DebugGL.glReplacementCodeuiVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiVertex3fvSUN:([II[FI)V]
DebugGL.glReplacementCodeuiVertex3fvSUN ( IntBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glReplacementCodeuiVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glRequestResidentProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glRequestResidentProgramsNV:(I[II)V]
DebugGL.glRequestResidentProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glRequestResidentProgramsNV:(ILjava/nio/IntBuffer;)V]
DebugGL.glResetHistogram ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glResetHistogram:(I)V]
DebugGL.glResetMinmax ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glResetMinmax:(I)V]
DebugGL.glResizeBuffersMESA ( ) : void
[mangled: javax/media/opengl/DebugGL.glResizeBuffersMESA:()V]
DebugGL.glRotated ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRotated:(DDDD)V]
DebugGL.glRotatef ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glRotatef:(FFFF)V]
DebugGL.glSampleCoverage ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSampleCoverage:(FZ)V]
DebugGL.glSampleMapATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSampleMapATI:(III)V]
DebugGL.glSampleMaskEXT ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSampleMaskEXT:(FZ)V]
DebugGL.glSampleMaskSGIS ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSampleMaskSGIS:(FZ)V]
DebugGL.glSamplePatternEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSamplePatternEXT:(I)V]
DebugGL.glSamplePatternSGIS ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSamplePatternSGIS:(I)V]
DebugGL.glScaled ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glScaled:(DDD)V]
DebugGL.glScalef ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glScalef:(FFF)V]
DebugGL.glScissor ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glScissor:(IIII)V]
DebugGL.glSecondaryColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3b:(BBB)V]
DebugGL.glSecondaryColor3bEXT ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3bEXT:(BBB)V]
DebugGL.glSecondaryColor3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3bv:([BI)V]
DebugGL.glSecondaryColor3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3bv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glSecondaryColor3bvEXT ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3bvEXT:([BI)V]
DebugGL.glSecondaryColor3bvEXT ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3bvEXT:(Ljava/nio/ByteBuffer;)V]
DebugGL.glSecondaryColor3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3d:(DDD)V]
DebugGL.glSecondaryColor3dEXT ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3dEXT:(DDD)V]
DebugGL.glSecondaryColor3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3dv:([DI)V]
DebugGL.glSecondaryColor3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glSecondaryColor3dvEXT ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3dvEXT:([DI)V]
DebugGL.glSecondaryColor3dvEXT ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3dvEXT:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glSecondaryColor3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3f:(FFF)V]
DebugGL.glSecondaryColor3fEXT ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3fEXT:(FFF)V]
DebugGL.glSecondaryColor3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3fv:([FI)V]
DebugGL.glSecondaryColor3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glSecondaryColor3fvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3fvEXT:([FI)V]
DebugGL.glSecondaryColor3fvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3fvEXT:(Ljava/nio/FloatBuffer;)V]
DebugGL.glSecondaryColor3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3hNV:(SSS)V]
DebugGL.glSecondaryColor3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3hvNV:([SI)V]
DebugGL.glSecondaryColor3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glSecondaryColor3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3i:(III)V]
DebugGL.glSecondaryColor3iEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3iEXT:(III)V]
DebugGL.glSecondaryColor3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3iv:([II)V]
DebugGL.glSecondaryColor3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glSecondaryColor3ivEXT ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ivEXT:([II)V]
DebugGL.glSecondaryColor3ivEXT ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ivEXT:(Ljava/nio/IntBuffer;)V]
DebugGL.glSecondaryColor3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3s:(SSS)V]
DebugGL.glSecondaryColor3sEXT ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3sEXT:(SSS)V]
DebugGL.glSecondaryColor3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3sv:([SI)V]
DebugGL.glSecondaryColor3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glSecondaryColor3svEXT ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3svEXT:([SI)V]
DebugGL.glSecondaryColor3svEXT ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3svEXT:(Ljava/nio/ShortBuffer;)V]
DebugGL.glSecondaryColor3ub ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ub:(BBB)V]
DebugGL.glSecondaryColor3ubEXT ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ubEXT:(BBB)V]
DebugGL.glSecondaryColor3ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ubv:([BI)V]
DebugGL.glSecondaryColor3ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ubv:(Ljava/nio/ByteBuffer;)V]
DebugGL.glSecondaryColor3ubvEXT ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ubvEXT:([BI)V]
DebugGL.glSecondaryColor3ubvEXT ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ubvEXT:(Ljava/nio/ByteBuffer;)V]
DebugGL.glSecondaryColor3ui ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3ui:(III)V]
DebugGL.glSecondaryColor3uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3uiEXT:(III)V]
DebugGL.glSecondaryColor3uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3uiv:([II)V]
DebugGL.glSecondaryColor3uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3uiv:(Ljava/nio/IntBuffer;)V]
DebugGL.glSecondaryColor3uivEXT ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3uivEXT:([II)V]
DebugGL.glSecondaryColor3uivEXT ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3uivEXT:(Ljava/nio/IntBuffer;)V]
DebugGL.glSecondaryColor3us ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3us:(SSS)V]
DebugGL.glSecondaryColor3usEXT ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3usEXT:(SSS)V]
DebugGL.glSecondaryColor3usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3usv:([SI)V]
DebugGL.glSecondaryColor3usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3usv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glSecondaryColor3usvEXT ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3usvEXT:([SI)V]
DebugGL.glSecondaryColor3usvEXT ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColor3usvEXT:(Ljava/nio/ShortBuffer;)V]
DebugGL.glSecondaryColorPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColorPointer:(IIILjava/nio/Buffer;)V]
DebugGL.glSecondaryColorPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColorPointer:(IIIJ)V]
DebugGL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColorPointerEXT:(IIILjava/nio/Buffer;)V]
DebugGL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glSecondaryColorPointerEXT:(IIIJ)V]
DebugGL.glSelectBuffer ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSelectBuffer:(ILjava/nio/IntBuffer;)V]
DebugGL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7, Buffer p8 ) : void
[mangled: javax/media/opengl/DebugGL.glSeparableFilter2D:(IIIIIILjava/nio/Buffer;Ljava/nio/Buffer;)V]
DebugGL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7, long p8 ) : void
[mangled: javax/media/opengl/DebugGL.glSeparableFilter2D:(IIIIIIJJ)V]
DebugGL.glSetFenceAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glSetFenceAPPLE:(I)V]
DebugGL.glSetFenceNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSetFenceNV:(II)V]
DebugGL.glSetFragmentShaderConstantATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSetFragmentShaderConstantATI:(I[FI)V]
DebugGL.glSetFragmentShaderConstantATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSetFragmentShaderConstantATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glSetInvariantEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSetInvariantEXT:(IILjava/nio/Buffer;)V]
DebugGL.glSetLocalConstantEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSetLocalConstantEXT:(IILjava/nio/Buffer;)V]
DebugGL.glShadeModel ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glShadeModel:(I)V]
DebugGL.glShaderOp1EXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderOp1EXT:(III)V]
DebugGL.glShaderOp2EXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderOp2EXT:(IIII)V]
DebugGL.glShaderOp3EXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderOp3EXT:(IIIII)V]
DebugGL.glShaderSource ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderSource:(II[Ljava/lang/String;[II)V]
DebugGL.glShaderSource ( int p1, int p2, String[ ] p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderSource:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
DebugGL.glShaderSourceARB ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderSourceARB:(II[Ljava/lang/String;[II)V]
DebugGL.glShaderSourceARB ( int p1, int p2, String[ ] p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glShaderSourceARB:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
DebugGL.glSharpenTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glSharpenTexFuncSGIS:(II[FI)V]
DebugGL.glSharpenTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSharpenTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
DebugGL.glSpriteParameterfSGIX ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameterfSGIX:(IF)V]
DebugGL.glSpriteParameterfvSGIX ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameterfvSGIX:(I[FI)V]
DebugGL.glSpriteParameterfvSGIX ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameterfvSGIX:(ILjava/nio/FloatBuffer;)V]
DebugGL.glSpriteParameteriSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameteriSGIX:(II)V]
DebugGL.glSpriteParameterivSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameterivSGIX:(I[II)V]
DebugGL.glSpriteParameterivSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glSpriteParameterivSGIX:(ILjava/nio/IntBuffer;)V]
DebugGL.glStartInstrumentsSGIX ( ) : void
[mangled: javax/media/opengl/DebugGL.glStartInstrumentsSGIX:()V]
DebugGL.glStencilClearTagEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilClearTagEXT:(II)V]
DebugGL.glStencilFunc ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilFunc:(III)V]
DebugGL.glStencilFuncSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilFuncSeparate:(IIII)V]
DebugGL.glStencilFuncSeparateATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilFuncSeparateATI:(IIII)V]
DebugGL.glStencilMask ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilMask:(I)V]
DebugGL.glStencilMaskSeparate ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilMaskSeparate:(II)V]
DebugGL.glStencilOp ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilOp:(III)V]
DebugGL.glStencilOpSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilOpSeparate:(IIII)V]
DebugGL.glStencilOpSeparateATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glStencilOpSeparateATI:(IIII)V]
DebugGL.glStopInstrumentsSGIX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glStopInstrumentsSGIX:(I)V]
DebugGL.glStringMarkerGREMEDY ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glStringMarkerGREMEDY:(ILjava/nio/Buffer;)V]
DebugGL.glSwapAPPLE ( ) : void
[mangled: javax/media/opengl/DebugGL.glSwapAPPLE:()V]
DebugGL.glSwizzleEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glSwizzleEXT:(IIIIII)V]
DebugGL.glTagSampleBufferSGIX ( ) : void
[mangled: javax/media/opengl/DebugGL.glTagSampleBufferSGIX:()V]
DebugGL.glTbufferMask3DFX ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTbufferMask3DFX:(I)V]
DebugGL.glTestFenceAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glTestFenceAPPLE:(I)Z]
DebugGL.glTestFenceNV ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glTestFenceNV:(I)Z]
DebugGL.glTestObjectAPPLE ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/DebugGL.glTestObjectAPPLE:(II)Z]
DebugGL.glTexBufferEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexBufferEXT:(III)V]
DebugGL.glTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexBumpParameterfvATI:(I[FI)V]
DebugGL.glTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexBumpParameterivATI:(I[II)V]
DebugGL.glTexBumpParameterivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glTexCoord1d ( double p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1d:(D)V]
DebugGL.glTexCoord1dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1dv:([DI)V]
DebugGL.glTexCoord1dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glTexCoord1f ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1f:(F)V]
DebugGL.glTexCoord1fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1fv:([FI)V]
DebugGL.glTexCoord1fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord1hNV ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1hNV:(S)V]
DebugGL.glTexCoord1hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1hvNV:([SI)V]
DebugGL.glTexCoord1hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord1i ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1i:(I)V]
DebugGL.glTexCoord1iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1iv:([II)V]
DebugGL.glTexCoord1iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glTexCoord1s ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1s:(S)V]
DebugGL.glTexCoord1sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1sv:([SI)V]
DebugGL.glTexCoord1sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord1sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2d:(DD)V]
DebugGL.glTexCoord2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2dv:([DI)V]
DebugGL.glTexCoord2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glTexCoord2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2f:(FF)V]
DebugGL.glTexCoord2fColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor3fVertex3fSUN:(FFFFFFFF)V]
DebugGL.glTexCoord2fColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor3fVertex3fvSUN:([FI[FI[FI)V]
DebugGL.glTexCoord2fColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2fColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4fNormal3fVertex3fSUN:(FFFFFFFFFFFF)V]
DebugGL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4fNormal3fVertex3fvSUN:([FI[FI[FI[FI)V]
DebugGL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2fColor4ubVertex3fSUN ( float p1, float p2, byte p3, byte p4, byte p5, byte p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4ubVertex3fSUN:(FFBBBBFFF)V]
DebugGL.glTexCoord2fColor4ubVertex3fvSUN ( float[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4ubVertex3fvSUN:([FI[BI[FI)V]
DebugGL.glTexCoord2fColor4ubVertex3fvSUN ( FloatBuffer p1, ByteBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fColor4ubVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fNormal3fVertex3fSUN:(FFFFFFFF)V]
DebugGL.glTexCoord2fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fNormal3fVertex3fvSUN:([FI[FI[FI)V]
DebugGL.glTexCoord2fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fv:([FI)V]
DebugGL.glTexCoord2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fVertex3fSUN:(FFFFF)V]
DebugGL.glTexCoord2fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fVertex3fvSUN:([FI[FI)V]
DebugGL.glTexCoord2fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord2hNV ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2hNV:(SS)V]
DebugGL.glTexCoord2hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2hvNV:([SI)V]
DebugGL.glTexCoord2hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2i:(II)V]
DebugGL.glTexCoord2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2iv:([II)V]
DebugGL.glTexCoord2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glTexCoord2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2s:(SS)V]
DebugGL.glTexCoord2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2sv:([SI)V]
DebugGL.glTexCoord2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord2sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3d:(DDD)V]
DebugGL.glTexCoord3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3dv:([DI)V]
DebugGL.glTexCoord3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glTexCoord3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3f:(FFF)V]
DebugGL.glTexCoord3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3fv:([FI)V]
DebugGL.glTexCoord3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3hNV:(SSS)V]
DebugGL.glTexCoord3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3hvNV:([SI)V]
DebugGL.glTexCoord3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3i:(III)V]
DebugGL.glTexCoord3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3iv:([II)V]
DebugGL.glTexCoord3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glTexCoord3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3s:(SSS)V]
DebugGL.glTexCoord3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3sv:([SI)V]
DebugGL.glTexCoord3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4d:(DDDD)V]
DebugGL.glTexCoord4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4dv:([DI)V]
DebugGL.glTexCoord4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glTexCoord4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4f:(FFFF)V]
DebugGL.glTexCoord4fColor4fNormal3fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fColor4fNormal3fVertex4fSUN:(FFFFFFFFFFFFFFF)V]
DebugGL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fColor4fNormal3fVertex4fvSUN:([FI[FI[FI[FI)V]
DebugGL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fColor4fNormal3fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fv:([FI)V]
DebugGL.glTexCoord4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord4fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fVertex4fSUN:(FFFFFFFF)V]
DebugGL.glTexCoord4fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fVertex4fvSUN:([FI[FI)V]
DebugGL.glTexCoord4fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
DebugGL.glTexCoord4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4hNV:(SSSS)V]
DebugGL.glTexCoord4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4hvNV:([SI)V]
DebugGL.glTexCoord4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoord4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4i:(IIII)V]
DebugGL.glTexCoord4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4iv:([II)V]
DebugGL.glTexCoord4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glTexCoord4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4s:(SSSS)V]
DebugGL.glTexCoord4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4sv:([SI)V]
DebugGL.glTexCoord4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoord4sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glTexCoordPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoordPointer:(IIILjava/nio/Buffer;)V]
DebugGL.glTexCoordPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexCoordPointer:(IIIJ)V]
DebugGL.glTexEnvf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnvf:(IIF)V]
DebugGL.glTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnvfv:(II[FI)V]
DebugGL.glTexEnvfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnvfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glTexEnvi ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnvi:(III)V]
DebugGL.glTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnviv:(II[II)V]
DebugGL.glTexEnviv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexEnviv:(IILjava/nio/IntBuffer;)V]
DebugGL.glTexFilterFuncSGIS ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glTexFilterFuncSGIS:(III[FI)V]
DebugGL.glTexFilterFuncSGIS ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexFilterFuncSGIS:(IIILjava/nio/FloatBuffer;)V]
DebugGL.glTexGend ( int p1, int p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGend:(IID)V]
DebugGL.glTexGendv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGendv:(II[DI)V]
DebugGL.glTexGendv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGendv:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glTexGenf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGenf:(IIF)V]
DebugGL.glTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGenfv:(II[FI)V]
DebugGL.glTexGenfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGenfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glTexGeni ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGeni:(III)V]
DebugGL.glTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGeniv:(II[II)V]
DebugGL.glTexGeniv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexGeniv:(IILjava/nio/IntBuffer;)V]
DebugGL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage1D:(IIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage1D:(IIIIIIIJ)V]
DebugGL.glTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage2D:(IIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage2D:(IIIIIIIIJ)V]
DebugGL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage3D:(IIIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, long p10 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage3D:(IIIIIIIIIJ)V]
DebugGL.glTexImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/DebugGL.glTexImage4DSGIS:(IIIIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexParameterf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterf:(IIF)V]
DebugGL.glTexParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterfv:(II[FI)V]
DebugGL.glTexParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterfv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glTexParameteri ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameteri:(III)V]
DebugGL.glTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterIivEXT:(II[II)V]
DebugGL.glTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterIuivEXT:(II[II)V]
DebugGL.glTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glTexParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameteriv:(II[II)V]
DebugGL.glTexParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTexParameteriv:(IILjava/nio/IntBuffer;)V]
DebugGL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
DebugGL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage1D:(IIIIIIJ)V]
DebugGL.glTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage2D:(IIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage2D:(IIIIIIIIJ)V]
DebugGL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage3D:(IIIIIIIIIIJ)V]
DebugGL.glTexSubImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, Buffer p13 ) : void
[mangled: javax/media/opengl/DebugGL.glTexSubImage4DSGIS:(IIIIIIIIIIIILjava/nio/Buffer;)V]
DebugGL.glTextureColorMaskSGIS ( boolean p1, boolean p2, boolean p3, boolean p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTextureColorMaskSGIS:(ZZZZ)V]
DebugGL.glTextureLightEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTextureLightEXT:(I)V]
DebugGL.glTextureMaterialEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glTextureMaterialEXT:(II)V]
DebugGL.glTextureNormalEXT ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glTextureNormalEXT:(I)V]
DebugGL.glTextureRangeAPPLE ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTextureRangeAPPLE:(IILjava/nio/Buffer;)V]
DebugGL.glTrackMatrixNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTrackMatrixNV:(IIII)V]
DebugGL.glTransformFeedbackAttribsNV ( int p1, int[ ] p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTransformFeedbackAttribsNV:(I[III)V]
DebugGL.glTransformFeedbackAttribsNV ( int p1, IntBuffer p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTransformFeedbackAttribsNV:(ILjava/nio/IntBuffer;I)V]
DebugGL.glTransformFeedbackVaryingsNV ( int p1, int p2, int[ ] p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glTransformFeedbackVaryingsNV:(II[III)V]
DebugGL.glTransformFeedbackVaryingsNV ( int p1, int p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glTransformFeedbackVaryingsNV:(IILjava/nio/IntBuffer;I)V]
DebugGL.glTranslated ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTranslated:(DDD)V]
DebugGL.glTranslatef ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glTranslatef:(FFF)V]
DebugGL.glUniform1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1f:(IF)V]
DebugGL.glUniform1fARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1fARB:(IF)V]
DebugGL.glUniform1fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1fv:(II[FI)V]
DebugGL.glUniform1fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1fv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform1fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1fvARB:(II[FI)V]
DebugGL.glUniform1fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform1i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1i:(II)V]
DebugGL.glUniform1iARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1iARB:(II)V]
DebugGL.glUniform1iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1iv:(II[II)V]
DebugGL.glUniform1iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1iv:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform1ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1ivARB:(II[II)V]
DebugGL.glUniform1ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1ivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform1uiEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1uiEXT:(II)V]
DebugGL.glUniform1uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1uivEXT:(II[II)V]
DebugGL.glUniform1uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform1uivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2f:(IFF)V]
DebugGL.glUniform2fARB ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2fARB:(IFF)V]
DebugGL.glUniform2fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2fv:(II[FI)V]
DebugGL.glUniform2fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2fv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform2fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2fvARB:(II[FI)V]
DebugGL.glUniform2fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform2i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2i:(III)V]
DebugGL.glUniform2iARB ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2iARB:(III)V]
DebugGL.glUniform2iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2iv:(II[II)V]
DebugGL.glUniform2iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2iv:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform2ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2ivARB:(II[II)V]
DebugGL.glUniform2ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2ivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform2uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2uiEXT:(III)V]
DebugGL.glUniform2uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2uivEXT:(II[II)V]
DebugGL.glUniform2uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform2uivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3f:(IFFF)V]
DebugGL.glUniform3fARB ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3fARB:(IFFF)V]
DebugGL.glUniform3fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3fv:(II[FI)V]
DebugGL.glUniform3fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3fv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform3fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3fvARB:(II[FI)V]
DebugGL.glUniform3fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform3i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3i:(IIII)V]
DebugGL.glUniform3iARB ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3iARB:(IIII)V]
DebugGL.glUniform3iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3iv:(II[II)V]
DebugGL.glUniform3iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3iv:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform3ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3ivARB:(II[II)V]
DebugGL.glUniform3ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3ivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform3uiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3uiEXT:(IIII)V]
DebugGL.glUniform3uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3uivEXT:(II[II)V]
DebugGL.glUniform3uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform3uivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4f:(IFFFF)V]
DebugGL.glUniform4fARB ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4fARB:(IFFFF)V]
DebugGL.glUniform4fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4fv:(II[FI)V]
DebugGL.glUniform4fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4fv:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4fvARB:(II[FI)V]
DebugGL.glUniform4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4fvARB:(IILjava/nio/FloatBuffer;)V]
DebugGL.glUniform4i ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4i:(IIIII)V]
DebugGL.glUniform4iARB ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4iARB:(IIIII)V]
DebugGL.glUniform4iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4iv:(II[II)V]
DebugGL.glUniform4iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4iv:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform4ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4ivARB:(II[II)V]
DebugGL.glUniform4ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4ivARB:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniform4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4uiEXT:(IIIII)V]
DebugGL.glUniform4uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4uivEXT:(II[II)V]
DebugGL.glUniform4uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniform4uivEXT:(IILjava/nio/IntBuffer;)V]
DebugGL.glUniformBufferEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformBufferEXT:(III)V]
DebugGL.glUniformMatrix2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2fv:(IIZ[FI)V]
DebugGL.glUniformMatrix2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2fvARB:(IIZ[FI)V]
DebugGL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2fvARB:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2x3fv:(IIZ[FI)V]
DebugGL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2x3fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2x4fv:(IIZ[FI)V]
DebugGL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix2x4fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3fv:(IIZ[FI)V]
DebugGL.glUniformMatrix3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3fvARB:(IIZ[FI)V]
DebugGL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3fvARB:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3x2fv:(IIZ[FI)V]
DebugGL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3x2fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3x4fv:(IIZ[FI)V]
DebugGL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix3x4fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4fv:(IIZ[FI)V]
DebugGL.glUniformMatrix4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4fvARB:(IIZ[FI)V]
DebugGL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4fvARB:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4x2fv:(IIZ[FI)V]
DebugGL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4x2fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4x3fv:(IIZ[FI)V]
DebugGL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glUniformMatrix4x3fv:(IIZLjava/nio/FloatBuffer;)V]
DebugGL.glUnlockArraysEXT ( ) : void
[mangled: javax/media/opengl/DebugGL.glUnlockArraysEXT:()V]
DebugGL.glUnmapBuffer ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glUnmapBuffer:(I)Z]
DebugGL.glUnmapBufferARB ( int p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.glUnmapBufferARB:(I)Z]
DebugGL.glUpdateObjectBufferATI ( int p1, int p2, int p3, Buffer p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glUpdateObjectBufferATI:(IIILjava/nio/Buffer;I)V]
DebugGL.glUseProgram ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glUseProgram:(I)V]
DebugGL.glUseProgramObjectARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glUseProgramObjectARB:(I)V]
DebugGL.glValidateProgram ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glValidateProgram:(I)V]
DebugGL.glValidateProgramARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glValidateProgramARB:(I)V]
DebugGL.glVariantArrayObjectATI ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantArrayObjectATI:(IIIII)V]
DebugGL.glVariantbvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantbvEXT:(I[BI)V]
DebugGL.glVariantbvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantbvEXT:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVariantdvEXT ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantdvEXT:(I[DI)V]
DebugGL.glVariantdvEXT ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantdvEXT:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVariantfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantfvEXT:(I[FI)V]
DebugGL.glVariantfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantfvEXT:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVariantivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantivEXT:(I[II)V]
DebugGL.glVariantivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVariantPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantPointerEXT:(IIILjava/nio/Buffer;)V]
DebugGL.glVariantPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantPointerEXT:(IIIJ)V]
DebugGL.glVariantsvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantsvEXT:(I[SI)V]
DebugGL.glVariantsvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantsvEXT:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVariantubvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantubvEXT:(I[BI)V]
DebugGL.glVariantubvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantubvEXT:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVariantuivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantuivEXT:(I[II)V]
DebugGL.glVariantuivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantuivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVariantusvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantusvEXT:(I[SI)V]
DebugGL.glVariantusvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVariantusvEXT:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertex2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2d:(DD)V]
DebugGL.glVertex2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2dv:([DI)V]
DebugGL.glVertex2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glVertex2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2f:(FF)V]
DebugGL.glVertex2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2fv:([FI)V]
DebugGL.glVertex2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glVertex2hNV ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2hNV:(SS)V]
DebugGL.glVertex2hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2hvNV:([SI)V]
DebugGL.glVertex2hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertex2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2i:(II)V]
DebugGL.glVertex2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2iv:([II)V]
DebugGL.glVertex2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glVertex2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2s:(SS)V]
DebugGL.glVertex2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2sv:([SI)V]
DebugGL.glVertex2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex2sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertex3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3d:(DDD)V]
DebugGL.glVertex3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3dv:([DI)V]
DebugGL.glVertex3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glVertex3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3f:(FFF)V]
DebugGL.glVertex3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3fv:([FI)V]
DebugGL.glVertex3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glVertex3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3hNV:(SSS)V]
DebugGL.glVertex3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3hvNV:([SI)V]
DebugGL.glVertex3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertex3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3i:(III)V]
DebugGL.glVertex3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3iv:([II)V]
DebugGL.glVertex3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glVertex3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3s:(SSS)V]
DebugGL.glVertex3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3sv:([SI)V]
DebugGL.glVertex3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertex4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4d:(DDDD)V]
DebugGL.glVertex4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4dv:([DI)V]
DebugGL.glVertex4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glVertex4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4f:(FFFF)V]
DebugGL.glVertex4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4fv:([FI)V]
DebugGL.glVertex4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glVertex4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4hNV:(SSSS)V]
DebugGL.glVertex4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4hvNV:([SI)V]
DebugGL.glVertex4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4hvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertex4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4i:(IIII)V]
DebugGL.glVertex4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4iv:([II)V]
DebugGL.glVertex4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glVertex4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4s:(SSSS)V]
DebugGL.glVertex4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4sv:([SI)V]
DebugGL.glVertex4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertex4sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertexArrayParameteriAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexArrayParameteriAPPLE:(II)V]
DebugGL.glVertexArrayRangeAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
DebugGL.glVertexArrayRangeNV ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexArrayRangeNV:(ILjava/nio/Buffer;)V]
DebugGL.glVertexAttrib1d ( int p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1d:(ID)V]
DebugGL.glVertexAttrib1dARB ( int p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dARB:(ID)V]
DebugGL.glVertexAttrib1dNV ( int p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dNV:(ID)V]
DebugGL.glVertexAttrib1dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dv:(I[DI)V]
DebugGL.glVertexAttrib1dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib1dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dvARB:(I[DI)V]
DebugGL.glVertexAttrib1dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dvARB:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib1dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dvNV:(I[DI)V]
DebugGL.glVertexAttrib1dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1dvNV:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1f:(IF)V]
DebugGL.glVertexAttrib1fARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fARB:(IF)V]
DebugGL.glVertexAttrib1fNV ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fNV:(IF)V]
DebugGL.glVertexAttrib1fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fv:(I[FI)V]
DebugGL.glVertexAttrib1fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib1fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fvARB:(I[FI)V]
DebugGL.glVertexAttrib1fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib1fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fvNV:(I[FI)V]
DebugGL.glVertexAttrib1fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1fvNV:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib1hNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1hNV:(IS)V]
DebugGL.glVertexAttrib1hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1hvNV:(I[SI)V]
DebugGL.glVertexAttrib1hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib1s ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1s:(IS)V]
DebugGL.glVertexAttrib1sARB ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1sARB:(IS)V]
DebugGL.glVertexAttrib1sNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1sNV:(IS)V]
DebugGL.glVertexAttrib1sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1sv:(I[SI)V]
DebugGL.glVertexAttrib1sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib1svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1svARB:(I[SI)V]
DebugGL.glVertexAttrib1svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1svARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib1svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1svNV:(I[SI)V]
DebugGL.glVertexAttrib1svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib1svNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib2d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2d:(IDD)V]
DebugGL.glVertexAttrib2dARB ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dARB:(IDD)V]
DebugGL.glVertexAttrib2dNV ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dNV:(IDD)V]
DebugGL.glVertexAttrib2dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dv:(I[DI)V]
DebugGL.glVertexAttrib2dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib2dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dvARB:(I[DI)V]
DebugGL.glVertexAttrib2dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dvARB:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib2dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dvNV:(I[DI)V]
DebugGL.glVertexAttrib2dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2dvNV:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2f:(IFF)V]
DebugGL.glVertexAttrib2fARB ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fARB:(IFF)V]
DebugGL.glVertexAttrib2fNV ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fNV:(IFF)V]
DebugGL.glVertexAttrib2fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fv:(I[FI)V]
DebugGL.glVertexAttrib2fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib2fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fvARB:(I[FI)V]
DebugGL.glVertexAttrib2fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib2fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fvNV:(I[FI)V]
DebugGL.glVertexAttrib2fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2fvNV:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib2hNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2hNV:(ISS)V]
DebugGL.glVertexAttrib2hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2hvNV:(I[SI)V]
DebugGL.glVertexAttrib2hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib2s ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2s:(ISS)V]
DebugGL.glVertexAttrib2sARB ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2sARB:(ISS)V]
DebugGL.glVertexAttrib2sNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2sNV:(ISS)V]
DebugGL.glVertexAttrib2sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2sv:(I[SI)V]
DebugGL.glVertexAttrib2sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib2svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2svARB:(I[SI)V]
DebugGL.glVertexAttrib2svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2svARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib2svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2svNV:(I[SI)V]
DebugGL.glVertexAttrib2svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib2svNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib3d ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3d:(IDDD)V]
DebugGL.glVertexAttrib3dARB ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dARB:(IDDD)V]
DebugGL.glVertexAttrib3dNV ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dNV:(IDDD)V]
DebugGL.glVertexAttrib3dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dv:(I[DI)V]
DebugGL.glVertexAttrib3dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib3dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dvARB:(I[DI)V]
DebugGL.glVertexAttrib3dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dvARB:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib3dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dvNV:(I[DI)V]
DebugGL.glVertexAttrib3dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3dvNV:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3f:(IFFF)V]
DebugGL.glVertexAttrib3fARB ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fARB:(IFFF)V]
DebugGL.glVertexAttrib3fNV ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fNV:(IFFF)V]
DebugGL.glVertexAttrib3fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fv:(I[FI)V]
DebugGL.glVertexAttrib3fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib3fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fvARB:(I[FI)V]
DebugGL.glVertexAttrib3fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib3fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fvNV:(I[FI)V]
DebugGL.glVertexAttrib3fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3fvNV:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib3hNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3hNV:(ISSS)V]
DebugGL.glVertexAttrib3hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3hvNV:(I[SI)V]
DebugGL.glVertexAttrib3hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib3s ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3s:(ISSS)V]
DebugGL.glVertexAttrib3sARB ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3sARB:(ISSS)V]
DebugGL.glVertexAttrib3sNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3sNV:(ISSS)V]
DebugGL.glVertexAttrib3sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3sv:(I[SI)V]
DebugGL.glVertexAttrib3sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib3svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3svARB:(I[SI)V]
DebugGL.glVertexAttrib3svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3svARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib3svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3svNV:(I[SI)V]
DebugGL.glVertexAttrib3svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib3svNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4bv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4bv:(I[BI)V]
DebugGL.glVertexAttrib4bv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4bv:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4bvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4bvARB:(I[BI)V]
DebugGL.glVertexAttrib4bvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4bvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4d ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4d:(IDDDD)V]
DebugGL.glVertexAttrib4dARB ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dARB:(IDDDD)V]
DebugGL.glVertexAttrib4dNV ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dNV:(IDDDD)V]
DebugGL.glVertexAttrib4dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dv:(I[DI)V]
DebugGL.glVertexAttrib4dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dv:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib4dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dvARB:(I[DI)V]
DebugGL.glVertexAttrib4dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dvARB:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib4dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dvNV:(I[DI)V]
DebugGL.glVertexAttrib4dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4dvNV:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttrib4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4f:(IFFFF)V]
DebugGL.glVertexAttrib4fARB ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fARB:(IFFFF)V]
DebugGL.glVertexAttrib4fNV ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fNV:(IFFFF)V]
DebugGL.glVertexAttrib4fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fv:(I[FI)V]
DebugGL.glVertexAttrib4fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fv:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib4fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fvARB:(I[FI)V]
DebugGL.glVertexAttrib4fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib4fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fvNV:(I[FI)V]
DebugGL.glVertexAttrib4fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4fvNV:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttrib4hNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4hNV:(ISSSS)V]
DebugGL.glVertexAttrib4hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4hvNV:(I[SI)V]
DebugGL.glVertexAttrib4hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4hvNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4iv:(I[II)V]
DebugGL.glVertexAttrib4iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4iv:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4ivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ivARB:(I[II)V]
DebugGL.glVertexAttrib4ivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4Nbv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nbv:(I[BI)V]
DebugGL.glVertexAttrib4Nbv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nbv:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4NbvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NbvARB:(I[BI)V]
DebugGL.glVertexAttrib4NbvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NbvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4Niv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Niv:(I[II)V]
DebugGL.glVertexAttrib4Niv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Niv:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4NivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NivARB:(I[II)V]
DebugGL.glVertexAttrib4NivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4Nsv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nsv:(I[SI)V]
DebugGL.glVertexAttrib4Nsv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nsv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4NsvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NsvARB:(I[SI)V]
DebugGL.glVertexAttrib4NsvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NsvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4Nub ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nub:(IBBBB)V]
DebugGL.glVertexAttrib4NubARB ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NubARB:(IBBBB)V]
DebugGL.glVertexAttrib4Nubv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nubv:(I[BI)V]
DebugGL.glVertexAttrib4Nubv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nubv:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4NubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NubvARB:(I[BI)V]
DebugGL.glVertexAttrib4NubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NubvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4Nuiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nuiv:(I[II)V]
DebugGL.glVertexAttrib4Nuiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nuiv:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4NuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NuivARB:(I[II)V]
DebugGL.glVertexAttrib4NuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NuivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4Nusv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nusv:(I[SI)V]
DebugGL.glVertexAttrib4Nusv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4Nusv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4NusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NusvARB:(I[SI)V]
DebugGL.glVertexAttrib4NusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4NusvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4s ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4s:(ISSSS)V]
DebugGL.glVertexAttrib4sARB ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4sARB:(ISSSS)V]
DebugGL.glVertexAttrib4sNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4sNV:(ISSSS)V]
DebugGL.glVertexAttrib4sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4sv:(I[SI)V]
DebugGL.glVertexAttrib4sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4sv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4svARB:(I[SI)V]
DebugGL.glVertexAttrib4svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4svARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4svNV:(I[SI)V]
DebugGL.glVertexAttrib4svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4svNV:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4ubNV ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubNV:(IBBBB)V]
DebugGL.glVertexAttrib4ubv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubv:(I[BI)V]
DebugGL.glVertexAttrib4ubv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubv:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4ubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubvARB:(I[BI)V]
DebugGL.glVertexAttrib4ubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4ubvNV ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubvNV:(I[BI)V]
DebugGL.glVertexAttrib4ubvNV ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4ubvNV:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttrib4uiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4uiv:(I[II)V]
DebugGL.glVertexAttrib4uiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4uiv:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4uivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4uivARB:(I[II)V]
DebugGL.glVertexAttrib4uivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4uivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttrib4usv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4usv:(I[SI)V]
DebugGL.glVertexAttrib4usv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4usv:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttrib4usvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4usvARB:(I[SI)V]
DebugGL.glVertexAttrib4usvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttrib4usvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribArrayObjectATI ( int p1, int p2, int p3, boolean p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribArrayObjectATI:(IIIZIII)V]
DebugGL.glVertexAttribI1iEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1iEXT:(II)V]
DebugGL.glVertexAttribI1ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1ivEXT:(I[II)V]
DebugGL.glVertexAttribI1ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1ivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI1uiEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1uiEXT:(II)V]
DebugGL.glVertexAttribI1uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1uivEXT:(I[II)V]
DebugGL.glVertexAttribI1uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI1uivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI2iEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2iEXT:(III)V]
DebugGL.glVertexAttribI2ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2ivEXT:(I[II)V]
DebugGL.glVertexAttribI2ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2ivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI2uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2uiEXT:(III)V]
DebugGL.glVertexAttribI2uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2uivEXT:(I[II)V]
DebugGL.glVertexAttribI2uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI2uivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI3iEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3iEXT:(IIII)V]
DebugGL.glVertexAttribI3ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3ivEXT:(I[II)V]
DebugGL.glVertexAttribI3ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3ivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI3uiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3uiEXT:(IIII)V]
DebugGL.glVertexAttribI3uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3uivEXT:(I[II)V]
DebugGL.glVertexAttribI3uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI3uivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI4bvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4bvEXT:(I[BI)V]
DebugGL.glVertexAttribI4bvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4bvEXT:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttribI4iEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4iEXT:(IIIII)V]
DebugGL.glVertexAttribI4ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4ivEXT:(I[II)V]
DebugGL.glVertexAttribI4ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4ivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI4svEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4svEXT:(I[SI)V]
DebugGL.glVertexAttribI4svEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4svEXT:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribI4ubvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4ubvEXT:(I[BI)V]
DebugGL.glVertexAttribI4ubvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4ubvEXT:(ILjava/nio/ByteBuffer;)V]
DebugGL.glVertexAttribI4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4uiEXT:(IIIII)V]
DebugGL.glVertexAttribI4uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4uivEXT:(I[II)V]
DebugGL.glVertexAttribI4uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4uivEXT:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexAttribI4usvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4usvEXT:(I[SI)V]
DebugGL.glVertexAttribI4usvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribI4usvEXT:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribIPointerEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribIPointerEXT:(IIIILjava/nio/Buffer;)V]
DebugGL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointer:(IIIZILjava/nio/Buffer;)V]
DebugGL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointer:(IIIZIJ)V]
DebugGL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointerARB:(IIIZILjava/nio/Buffer;)V]
DebugGL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointerARB:(IIIZIJ)V]
DebugGL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointerNV:(IIIILjava/nio/Buffer;)V]
DebugGL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribPointerNV:(IIIIJ)V]
DebugGL.glVertexAttribs1dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1dvNV:(II[DI)V]
DebugGL.glVertexAttribs1dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1dvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttribs1fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1fvNV:(II[FI)V]
DebugGL.glVertexAttribs1fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1fvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttribs1hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1hvNV:(II[SI)V]
DebugGL.glVertexAttribs1hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1hvNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs1svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1svNV:(II[SI)V]
DebugGL.glVertexAttribs1svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs1svNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs2dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2dvNV:(II[DI)V]
DebugGL.glVertexAttribs2dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2dvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttribs2fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2fvNV:(II[FI)V]
DebugGL.glVertexAttribs2fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2fvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttribs2hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2hvNV:(II[SI)V]
DebugGL.glVertexAttribs2hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2hvNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs2svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2svNV:(II[SI)V]
DebugGL.glVertexAttribs2svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs2svNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs3dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3dvNV:(II[DI)V]
DebugGL.glVertexAttribs3dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3dvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttribs3fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3fvNV:(II[FI)V]
DebugGL.glVertexAttribs3fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3fvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttribs3hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3hvNV:(II[SI)V]
DebugGL.glVertexAttribs3hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3hvNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs3svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3svNV:(II[SI)V]
DebugGL.glVertexAttribs3svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs3svNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs4dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4dvNV:(II[DI)V]
DebugGL.glVertexAttribs4dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4dvNV:(IILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexAttribs4fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4fvNV:(II[FI)V]
DebugGL.glVertexAttribs4fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4fvNV:(IILjava/nio/FloatBuffer;)V]
DebugGL.glVertexAttribs4hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4hvNV:(II[SI)V]
DebugGL.glVertexAttribs4hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4hvNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs4svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4svNV:(II[SI)V]
DebugGL.glVertexAttribs4svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4svNV:(IILjava/nio/ShortBuffer;)V]
DebugGL.glVertexAttribs4ubvNV ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4ubvNV:(II[BI)V]
DebugGL.glVertexAttribs4ubvNV ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexAttribs4ubvNV:(IILjava/nio/ByteBuffer;)V]
DebugGL.glVertexBlendARB ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexBlendARB:(I)V]
DebugGL.glVertexBlendEnvfATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexBlendEnvfATI:(IF)V]
DebugGL.glVertexBlendEnviATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexBlendEnviATI:(II)V]
DebugGL.glVertexPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexPointer:(IIILjava/nio/Buffer;)V]
DebugGL.glVertexPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexPointer:(IIIJ)V]
DebugGL.glVertexStream1dATI ( int p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1dATI:(ID)V]
DebugGL.glVertexStream1dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1dvATI:(I[DI)V]
DebugGL.glVertexStream1dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1dvATI:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexStream1fATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1fATI:(IF)V]
DebugGL.glVertexStream1fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1fvATI:(I[FI)V]
DebugGL.glVertexStream1fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1fvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexStream1iATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1iATI:(II)V]
DebugGL.glVertexStream1ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1ivATI:(I[II)V]
DebugGL.glVertexStream1ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1ivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexStream1sATI ( int p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1sATI:(IS)V]
DebugGL.glVertexStream1svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1svATI:(I[SI)V]
DebugGL.glVertexStream1svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream1svATI:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexStream2dATI ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2dATI:(IDD)V]
DebugGL.glVertexStream2dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2dvATI:(I[DI)V]
DebugGL.glVertexStream2dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2dvATI:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexStream2fATI ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2fATI:(IFF)V]
DebugGL.glVertexStream2fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2fvATI:(I[FI)V]
DebugGL.glVertexStream2fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2fvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexStream2iATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2iATI:(III)V]
DebugGL.glVertexStream2ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2ivATI:(I[II)V]
DebugGL.glVertexStream2ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2ivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexStream2sATI ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2sATI:(ISS)V]
DebugGL.glVertexStream2svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2svATI:(I[SI)V]
DebugGL.glVertexStream2svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream2svATI:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexStream3dATI ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3dATI:(IDDD)V]
DebugGL.glVertexStream3dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3dvATI:(I[DI)V]
DebugGL.glVertexStream3dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexStream3fATI ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3fATI:(IFFF)V]
DebugGL.glVertexStream3fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3fvATI:(I[FI)V]
DebugGL.glVertexStream3fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3fvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexStream3iATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3iATI:(IIII)V]
DebugGL.glVertexStream3ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3ivATI:(I[II)V]
DebugGL.glVertexStream3ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3ivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexStream3sATI ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3sATI:(ISSS)V]
DebugGL.glVertexStream3svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3svATI:(I[SI)V]
DebugGL.glVertexStream3svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream3svATI:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexStream4dATI ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4dATI:(IDDDD)V]
DebugGL.glVertexStream4dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4dvATI:(I[DI)V]
DebugGL.glVertexStream4dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4dvATI:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glVertexStream4fATI ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4fATI:(IFFFF)V]
DebugGL.glVertexStream4fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4fvATI:(I[FI)V]
DebugGL.glVertexStream4fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4fvATI:(ILjava/nio/FloatBuffer;)V]
DebugGL.glVertexStream4iATI ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4iATI:(IIIII)V]
DebugGL.glVertexStream4ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4ivATI:(I[II)V]
DebugGL.glVertexStream4ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4ivATI:(ILjava/nio/IntBuffer;)V]
DebugGL.glVertexStream4sATI ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4sATI:(ISSSS)V]
DebugGL.glVertexStream4svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4svATI:(I[SI)V]
DebugGL.glVertexStream4svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexStream4svATI:(ILjava/nio/ShortBuffer;)V]
DebugGL.glVertexWeightfEXT ( float p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeightfEXT:(F)V]
DebugGL.glVertexWeightfvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeightfvEXT:([FI)V]
DebugGL.glVertexWeightfvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeightfvEXT:(Ljava/nio/FloatBuffer;)V]
DebugGL.glVertexWeighthNV ( short p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeighthNV:(S)V]
DebugGL.glVertexWeighthvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeighthvNV:([SI)V]
DebugGL.glVertexWeighthvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeighthvNV:(Ljava/nio/ShortBuffer;)V]
DebugGL.glVertexWeightPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeightPointerEXT:(IIILjava/nio/Buffer;)V]
DebugGL.glVertexWeightPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glVertexWeightPointerEXT:(IIIJ)V]
DebugGL.glViewport ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glViewport:(IIII)V]
DebugGL.glWeightbvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightbvARB:(I[BI)V]
DebugGL.glWeightbvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightbvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glWeightdvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightdvARB:(I[DI)V]
DebugGL.glWeightdvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightdvARB:(ILjava/nio/DoubleBuffer;)V]
DebugGL.glWeightfvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightfvARB:(I[FI)V]
DebugGL.glWeightfvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightfvARB:(ILjava/nio/FloatBuffer;)V]
DebugGL.glWeightivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightivARB:(I[II)V]
DebugGL.glWeightivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glWeightPointerARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightPointerARB:(IIILjava/nio/Buffer;)V]
DebugGL.glWeightPointerARB ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightPointerARB:(IIIJ)V]
DebugGL.glWeightsvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightsvARB:(I[SI)V]
DebugGL.glWeightsvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightsvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glWeightubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightubvARB:(I[BI)V]
DebugGL.glWeightubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightubvARB:(ILjava/nio/ByteBuffer;)V]
DebugGL.glWeightuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightuivARB:(I[II)V]
DebugGL.glWeightuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightuivARB:(ILjava/nio/IntBuffer;)V]
DebugGL.glWeightusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightusvARB:(I[SI)V]
DebugGL.glWeightusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWeightusvARB:(ILjava/nio/ShortBuffer;)V]
DebugGL.glWindowPos2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2d:(DD)V]
DebugGL.glWindowPos2dARB ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dARB:(DD)V]
DebugGL.glWindowPos2dMESA ( double p1, double p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dMESA:(DD)V]
DebugGL.glWindowPos2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dv:([DI)V]
DebugGL.glWindowPos2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos2dvARB ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dvARB:([DI)V]
DebugGL.glWindowPos2dvARB ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dvARB:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos2dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dvMESA:([DI)V]
DebugGL.glWindowPos2dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2dvMESA:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2f:(FF)V]
DebugGL.glWindowPos2fARB ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fARB:(FF)V]
DebugGL.glWindowPos2fMESA ( float p1, float p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fMESA:(FF)V]
DebugGL.glWindowPos2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fv:([FI)V]
DebugGL.glWindowPos2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos2fvARB ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fvARB:([FI)V]
DebugGL.glWindowPos2fvARB ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fvARB:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos2fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fvMESA:([FI)V]
DebugGL.glWindowPos2fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2fvMESA:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2i:(II)V]
DebugGL.glWindowPos2iARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2iARB:(II)V]
DebugGL.glWindowPos2iMESA ( int p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2iMESA:(II)V]
DebugGL.glWindowPos2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2iv:([II)V]
DebugGL.glWindowPos2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos2ivARB ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2ivARB:([II)V]
DebugGL.glWindowPos2ivARB ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2ivARB:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos2ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2ivMESA:([II)V]
DebugGL.glWindowPos2ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2ivMESA:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2s:(SS)V]
DebugGL.glWindowPos2sARB ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2sARB:(SS)V]
DebugGL.glWindowPos2sMESA ( short p1, short p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2sMESA:(SS)V]
DebugGL.glWindowPos2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2sv:([SI)V]
DebugGL.glWindowPos2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos2svARB ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2svARB:([SI)V]
DebugGL.glWindowPos2svARB ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2svARB:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos2svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2svMESA:([SI)V]
DebugGL.glWindowPos2svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos2svMESA:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3d:(DDD)V]
DebugGL.glWindowPos3dARB ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dARB:(DDD)V]
DebugGL.glWindowPos3dMESA ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dMESA:(DDD)V]
DebugGL.glWindowPos3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dv:([DI)V]
DebugGL.glWindowPos3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dv:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos3dvARB ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dvARB:([DI)V]
DebugGL.glWindowPos3dvARB ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dvARB:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos3dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dvMESA:([DI)V]
DebugGL.glWindowPos3dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3dvMESA:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3f:(FFF)V]
DebugGL.glWindowPos3fARB ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fARB:(FFF)V]
DebugGL.glWindowPos3fMESA ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fMESA:(FFF)V]
DebugGL.glWindowPos3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fv:([FI)V]
DebugGL.glWindowPos3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fv:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos3fvARB ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fvARB:([FI)V]
DebugGL.glWindowPos3fvARB ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fvARB:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos3fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fvMESA:([FI)V]
DebugGL.glWindowPos3fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3fvMESA:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3i:(III)V]
DebugGL.glWindowPos3iARB ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3iARB:(III)V]
DebugGL.glWindowPos3iMESA ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3iMESA:(III)V]
DebugGL.glWindowPos3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3iv:([II)V]
DebugGL.glWindowPos3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3iv:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos3ivARB ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3ivARB:([II)V]
DebugGL.glWindowPos3ivARB ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3ivARB:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos3ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3ivMESA:([II)V]
DebugGL.glWindowPos3ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3ivMESA:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3s:(SSS)V]
DebugGL.glWindowPos3sARB ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3sARB:(SSS)V]
DebugGL.glWindowPos3sMESA ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3sMESA:(SSS)V]
DebugGL.glWindowPos3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3sv:([SI)V]
DebugGL.glWindowPos3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3sv:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos3svARB ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3svARB:([SI)V]
DebugGL.glWindowPos3svARB ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3svARB:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos3svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3svMESA:([SI)V]
DebugGL.glWindowPos3svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos3svMESA:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWindowPos4dMESA ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4dMESA:(DDDD)V]
DebugGL.glWindowPos4dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4dvMESA:([DI)V]
DebugGL.glWindowPos4dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4dvMESA:(Ljava/nio/DoubleBuffer;)V]
DebugGL.glWindowPos4fMESA ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4fMESA:(FFFF)V]
DebugGL.glWindowPos4fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4fvMESA:([FI)V]
DebugGL.glWindowPos4fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4fvMESA:(Ljava/nio/FloatBuffer;)V]
DebugGL.glWindowPos4iMESA ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4iMESA:(IIII)V]
DebugGL.glWindowPos4ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4ivMESA:([II)V]
DebugGL.glWindowPos4ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4ivMESA:(Ljava/nio/IntBuffer;)V]
DebugGL.glWindowPos4sMESA ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4sMESA:(SSSS)V]
DebugGL.glWindowPos4svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4svMESA:([SI)V]
DebugGL.glWindowPos4svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/DebugGL.glWindowPos4svMESA:(Ljava/nio/ShortBuffer;)V]
DebugGL.glWriteMaskEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/DebugGL.glWriteMaskEXT:(IIIIII)V]
DebugGL.isExtensionAvailable ( String p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.isExtensionAvailable:(Ljava/lang/String;)Z]
DebugGL.isFunctionAvailable ( String p1 ) : boolean
[mangled: javax/media/opengl/DebugGL.isFunctionAvailable:(Ljava/lang/String;)Z]
DebugGL.setSwapInterval ( int p1 ) : void
[mangled: javax/media/opengl/DebugGL.setSwapInterval:(I)V]
jogl.jar, DefaultGLCapabilitiesChooser.class
package javax.media.opengl
DefaultGLCapabilitiesChooser.chooseCapabilities ( GLCapabilities p1, GLCapabilities[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/DefaultGLCapabilitiesChooser.chooseCapabilities:(Ljavax/media/opengl/GLCapabilities;[Ljavax/media/opengl/GLCapabilities;I)I]
jogl.jar, GL.class
package javax.media.opengl
GL.glAccum ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAccum:(IF)V]
GL.glActiveStencilFaceEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glActiveStencilFaceEXT:(I)V]
GL.glActiveVaryingNV ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glActiveVaryingNV:(I[BI)V]
GL.glActiveVaryingNV ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glActiveVaryingNV:(ILjava/nio/ByteBuffer;)V]
GL.glAllocateMemoryNV ( int p1, float p2, float p3, float p4 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL.glAllocateMemoryNV:(IFFF)Ljava/nio/ByteBuffer;]
GL.glAlphaFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAlphaFragmentOp1ATI:(IIIIII)V]
GL.glAlphaFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAlphaFragmentOp2ATI:(IIIIIIIII)V]
GL.glAlphaFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAlphaFragmentOp3ATI:(IIIIIIIIIIII)V]
GL.glAlphaFunc ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAlphaFunc:(IF)V]
GL.glApplyTextureEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glApplyTextureEXT:(I)V]
GL.glAreProgramsResidentNV ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glAreProgramsResidentNV:(I[II[BI)Z]
GL.glAreProgramsResidentNV ( int p1, IntBuffer p2, ByteBuffer p3 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glAreProgramsResidentNV:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
GL.glAreTexturesResident ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glAreTexturesResident:(I[II[BI)Z]
GL.glAreTexturesResident ( int p1, IntBuffer p2, ByteBuffer p3 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glAreTexturesResident:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
GL.glArrayElement ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glArrayElement:(I)V]
GL.glArrayObjectATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glArrayObjectATI:(IIIIII)V]
GL.glAsyncMarkerSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAsyncMarkerSGIX:(I)V]
GL.glAttachObjectARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAttachObjectARB:(II)V]
GL.glAttachShader ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glAttachShader:(II)V]
GL.glBegin ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBegin:(I)V]
GL.glBeginFragmentShaderATI ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginFragmentShaderATI:()V]
GL.glBeginOcclusionQueryNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginOcclusionQueryNV:(I)V]
GL.glBeginQuery ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginQuery:(II)V]
GL.glBeginQueryARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginQueryARB:(II)V]
GL.glBeginTransformFeedbackNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginTransformFeedbackNV:(I)V]
GL.glBeginVertexShaderEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glBeginVertexShaderEXT:()V]
GL.glBindAttribLocation ( int p1, int p2, String p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindAttribLocation:(IILjava/lang/String;)V]
GL.glBindAttribLocationARB ( int p1, int p2, String p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindAttribLocationARB:(IILjava/lang/String;)V]
GL.glBindBufferARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindBufferARB:(II)V]
GL.glBindBufferBaseNV ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindBufferBaseNV:(III)V]
GL.glBindBufferOffsetNV ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindBufferOffsetNV:(IIII)V]
GL.glBindBufferRangeNV ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindBufferRangeNV:(IIIII)V]
GL.glBindFragDataLocationEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindFragDataLocationEXT:(II[BI)V]
GL.glBindFragDataLocationEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindFragDataLocationEXT:(IILjava/nio/ByteBuffer;)V]
GL.glBindFragmentShaderATI ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindFragmentShaderATI:(I)V]
GL.glBindFramebufferEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindFramebufferEXT:(II)V]
GL.glBindLightParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glBindLightParameterEXT:(II)I]
GL.glBindMaterialParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glBindMaterialParameterEXT:(II)I]
GL.glBindParameterEXT ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glBindParameterEXT:(I)I]
GL.glBindProgramARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindProgramARB:(II)V]
GL.glBindProgramNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindProgramNV:(II)V]
GL.glBindRenderbufferEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindRenderbufferEXT:(II)V]
GL.glBindTexGenParameterEXT ( int p1, int p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL.glBindTexGenParameterEXT:(III)I]
GL.glBindTextureUnitParameterEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glBindTextureUnitParameterEXT:(II)I]
GL.glBindVertexArrayAPPLE ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindVertexArrayAPPLE:(I)V]
GL.glBindVertexShaderEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBindVertexShaderEXT:(I)V]
GL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, byte[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBitmap:(IIFFFF[BI)V]
GL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBitmap:(IIFFFFLjava/nio/ByteBuffer;)V]
GL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBitmap:(IIFFFFJ)V]
GL.glBlendColor ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBlendColor:(FFFF)V]
GL.glBlendEquationSeparateEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBlendEquationSeparateEXT:(II)V]
GL.glBlendFuncSeparateEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBlendFuncSeparateEXT:(IIII)V]
GL.glBlendFuncSeparateINGR ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBlendFuncSeparateINGR:(IIII)V]
GL.glBlitFramebufferEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBlitFramebufferEXT:(IIIIIIIIII)V]
GL.glBufferData ( int p1, int p2, Buffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferData:(IILjava/nio/Buffer;I)V]
GL.glBufferDataARB ( int p1, int p2, Buffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferDataARB:(IILjava/nio/Buffer;I)V]
GL.glBufferParameteriAPPLE ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferParameteriAPPLE:(III)V]
GL.glBufferRegionEnabled ( ) [abstract] : int
[mangled: javax/media/opengl/GL.glBufferRegionEnabled:()I]
GL.glBufferSubData ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferSubData:(IIILjava/nio/Buffer;)V]
GL.glBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glBufferSubDataARB:(IIILjava/nio/Buffer;)V]
GL.glCallList ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCallList:(I)V]
GL.glCallLists ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCallLists:(IILjava/nio/Buffer;)V]
GL.glCheckFramebufferStatusEXT ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glCheckFramebufferStatusEXT:(I)I]
GL.glClampColorARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClampColorARB:(II)V]
GL.glClearAccum ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearAccum:(FFFF)V]
GL.glClearColorIiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearColorIiEXT:(IIII)V]
GL.glClearColorIuiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearColorIuiEXT:(IIII)V]
GL.glClearDepthdNV ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearDepthdNV:(D)V]
GL.glClearIndex ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClearIndex:(F)V]
GL.glClientActiveTexture ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClientActiveTexture:(I)V]
GL.glClientActiveVertexStreamATI ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClientActiveVertexStreamATI:(I)V]
GL.glClipPlane ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClipPlane:(I[DI)V]
GL.glClipPlane ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glClipPlane:(ILjava/nio/DoubleBuffer;)V]
GL.glColor3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3b:(BBB)V]
GL.glColor3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3bv:([BI)V]
GL.glColor3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3bv:(Ljava/nio/ByteBuffer;)V]
GL.glColor3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3d:(DDD)V]
GL.glColor3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3dv:([DI)V]
GL.glColor3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glColor3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3f:(FFF)V]
GL.glColor3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3fv:([FI)V]
GL.glColor3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3fv:(Ljava/nio/FloatBuffer;)V]
GL.glColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3fVertex3fSUN:(FFFFFF)V]
GL.glColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3fVertex3fvSUN:([FI[FI)V]
GL.glColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glColor3hNV ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3hNV:(SSS)V]
GL.glColor3hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3hvNV:([SI)V]
GL.glColor3hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glColor3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3i:(III)V]
GL.glColor3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3iv:([II)V]
GL.glColor3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3iv:(Ljava/nio/IntBuffer;)V]
GL.glColor3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3s:(SSS)V]
GL.glColor3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3sv:([SI)V]
GL.glColor3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3sv:(Ljava/nio/ShortBuffer;)V]
GL.glColor3ub ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3ub:(BBB)V]
GL.glColor3ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3ubv:([BI)V]
GL.glColor3ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3ubv:(Ljava/nio/ByteBuffer;)V]
GL.glColor3ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3ui:(III)V]
GL.glColor3uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3uiv:([II)V]
GL.glColor3uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3uiv:(Ljava/nio/IntBuffer;)V]
GL.glColor3us ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3us:(SSS)V]
GL.glColor3usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3usv:([SI)V]
GL.glColor3usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor3usv:(Ljava/nio/ShortBuffer;)V]
GL.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4b:(BBBB)V]
GL.glColor4bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4bv:([BI)V]
GL.glColor4bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4bv:(Ljava/nio/ByteBuffer;)V]
GL.glColor4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4d:(DDDD)V]
GL.glColor4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4dv:([DI)V]
GL.glColor4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4dv:(Ljava/nio/DoubleBuffer;)V]
GL.glColor4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4f:(FFFF)V]
GL.glColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4fNormal3fVertex3fSUN:(FFFFFFFFFF)V]
GL.glColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4fNormal3fVertex3fvSUN:([FI[FI[FI)V]
GL.glColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glColor4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4fv:([FI)V]
GL.glColor4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4fv:(Ljava/nio/FloatBuffer;)V]
GL.glColor4hNV ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4hNV:(SSSS)V]
GL.glColor4hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4hvNV:([SI)V]
GL.glColor4hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glColor4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4i:(IIII)V]
GL.glColor4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4iv:([II)V]
GL.glColor4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4iv:(Ljava/nio/IntBuffer;)V]
GL.glColor4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4s:(SSSS)V]
GL.glColor4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4sv:([SI)V]
GL.glColor4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4sv:(Ljava/nio/ShortBuffer;)V]
GL.glColor4ub ( byte p1, byte p2, byte p3, byte p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ub:(BBBB)V]
GL.glColor4ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubv:([BI)V]
GL.glColor4ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubv:(Ljava/nio/ByteBuffer;)V]
GL.glColor4ubVertex2fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex2fSUN:(BBBBFF)V]
GL.glColor4ubVertex2fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex2fvSUN:([BI[FI)V]
GL.glColor4ubVertex2fvSUN ( ByteBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex2fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
GL.glColor4ubVertex3fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6, float p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex3fSUN:(BBBBFFF)V]
GL.glColor4ubVertex3fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex3fvSUN:([BI[FI)V]
GL.glColor4ubVertex3fvSUN ( ByteBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ubVertex3fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
GL.glColor4ui ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4ui:(IIII)V]
GL.glColor4uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4uiv:([II)V]
GL.glColor4uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4uiv:(Ljava/nio/IntBuffer;)V]
GL.glColor4us ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4us:(SSSS)V]
GL.glColor4usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4usv:([SI)V]
GL.glColor4usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColor4usv:(Ljava/nio/ShortBuffer;)V]
GL.glColorFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorFragmentOp1ATI:(IIIIIII)V]
GL.glColorFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorFragmentOp2ATI:(IIIIIIIIII)V]
GL.glColorFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, int p13 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorFragmentOp3ATI:(IIIIIIIIIIIII)V]
GL.glColorMaskIndexedEXT ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorMaskIndexedEXT:(IZZZZ)V]
GL.glColorMaterial ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorMaterial:(II)V]
GL.glColorPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorPointer:(IIILjava/nio/Buffer;)V]
GL.glColorPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorPointer:(IIIJ)V]
GL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorSubTable:(IIIIILjava/nio/Buffer;)V]
GL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorSubTable:(IIIIIJ)V]
GL.glColorTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTable:(IIIIILjava/nio/Buffer;)V]
GL.glColorTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTable:(IIIIIJ)V]
GL.glColorTableEXT ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTableEXT:(IIIIILjava/nio/Buffer;)V]
GL.glColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTableParameterfv:(II[FI)V]
GL.glColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTableParameteriv:(II[II)V]
GL.glColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glCombinerInputNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerInputNV:(IIIIII)V]
GL.glCombinerOutputNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, boolean p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerOutputNV:(IIIIIIIZZZ)V]
GL.glCombinerParameterfNV ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameterfNV:(IF)V]
GL.glCombinerParameterfvNV ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameterfvNV:(I[FI)V]
GL.glCombinerParameterfvNV ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameterfvNV:(ILjava/nio/FloatBuffer;)V]
GL.glCombinerParameteriNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameteriNV:(II)V]
GL.glCombinerParameterivNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameterivNV:(I[II)V]
GL.glCombinerParameterivNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerParameterivNV:(ILjava/nio/IntBuffer;)V]
GL.glCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerStageParameterfvNV:(II[FI)V]
GL.glCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glCompileShader ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompileShader:(I)V]
GL.glCompileShaderARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompileShaderARB:(I)V]
GL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexImage1D:(IIIIIILjava/nio/Buffer;)V]
GL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexImage1D:(IIIIIIJ)V]
GL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexImage3D:(IIIIIIIILjava/nio/Buffer;)V]
GL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexImage3D:(IIIIIIIIJ)V]
GL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
GL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexSubImage1D:(IIIIIIJ)V]
GL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
GL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCompressedTexSubImage3D:(IIIIIIIIIIJ)V]
GL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionFilter1D:(IIIIILjava/nio/Buffer;)V]
GL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionFilter1D:(IIIIIJ)V]
GL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionFilter2D:(IIIIIILjava/nio/Buffer;)V]
GL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionFilter2D:(IIIIIIJ)V]
GL.glConvolutionParameterf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameterf:(IIF)V]
GL.glConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameterfv:(II[FI)V]
GL.glConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glConvolutionParameteri ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameteri:(III)V]
GL.glConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameteriv:(II[II)V]
GL.glConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glCopyColorSubTable ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyColorSubTable:(IIIII)V]
GL.glCopyColorTable ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyColorTable:(IIIII)V]
GL.glCopyConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyConvolutionFilter1D:(IIIII)V]
GL.glCopyConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyConvolutionFilter2D:(IIIIII)V]
GL.glCopyPixels ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyPixels:(IIIII)V]
GL.glCopyTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyTexImage1D:(IIIIIII)V]
GL.glCopyTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyTexSubImage1D:(IIIIII)V]
GL.glCopyTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCopyTexSubImage3D:(IIIIIIIII)V]
GL.glCreateProgram ( ) [abstract] : int
[mangled: javax/media/opengl/GL.glCreateProgram:()I]
GL.glCreateProgramObjectARB ( ) [abstract] : int
[mangled: javax/media/opengl/GL.glCreateProgramObjectARB:()I]
GL.glCreateShader ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glCreateShader:(I)I]
GL.glCreateShaderObjectARB ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glCreateShaderObjectARB:(I)I]
GL.glCullParameterdvEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCullParameterdvEXT:(I[DI)V]
GL.glCullParameterdvEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCullParameterdvEXT:(ILjava/nio/DoubleBuffer;)V]
GL.glCullParameterfvEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCullParameterfvEXT:(I[FI)V]
GL.glCullParameterfvEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCullParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
GL.glCurrentPaletteMatrixARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glCurrentPaletteMatrixARB:(I)V]
GL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, double[ ] p14, int p15 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeformationMap3dSGIX:(IDDIIDDIIDDII[DI)V]
GL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, DoubleBuffer p14 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeformationMap3dSGIX:(IDDIIDDIIDDIILjava/nio/DoubleBuffer;)V]
GL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, float[ ] p14, int p15 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeformationMap3fSGIX:(IFFIIFFIIFFII[FI)V]
GL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, FloatBuffer p14 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeformationMap3fSGIX:(IFFIIFFIIFFIILjava/nio/FloatBuffer;)V]
GL.glDeformSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeformSGIX:(I)V]
GL.glDeleteAsyncMarkersSGIX ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteAsyncMarkersSGIX:(II)V]
GL.glDeleteBufferRegion ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteBufferRegion:(I)V]
GL.glDeleteBuffersARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteBuffersARB:(I[II)V]
GL.glDeleteBuffersARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteBuffersARB:(ILjava/nio/IntBuffer;)V]
GL.glDeleteFencesAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFencesAPPLE:(I[II)V]
GL.glDeleteFencesAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFencesAPPLE:(ILjava/nio/IntBuffer;)V]
GL.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFencesNV:(I[II)V]
GL.glDeleteFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
GL.glDeleteFragmentShaderATI ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFragmentShaderATI:(I)V]
GL.glDeleteFramebuffersEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFramebuffersEXT:(I[II)V]
GL.glDeleteFramebuffersEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
GL.glDeleteLists ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteLists:(II)V]
GL.glDeleteObjectARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteObjectARB:(I)V]
GL.glDeleteOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteOcclusionQueriesNV:(I[II)V]
GL.glDeleteOcclusionQueriesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
GL.glDeleteProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteProgram:(I)V]
GL.glDeleteProgramsARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteProgramsARB:(I[II)V]
GL.glDeleteProgramsARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteProgramsARB:(ILjava/nio/IntBuffer;)V]
GL.glDeleteProgramsNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteProgramsNV:(I[II)V]
GL.glDeleteProgramsNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteProgramsNV:(ILjava/nio/IntBuffer;)V]
GL.glDeleteQueries ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteQueries:(I[II)V]
GL.glDeleteQueries ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteQueries:(ILjava/nio/IntBuffer;)V]
GL.glDeleteQueriesARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteQueriesARB:(I[II)V]
GL.glDeleteQueriesARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteQueriesARB:(ILjava/nio/IntBuffer;)V]
GL.glDeleteRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteRenderbuffersEXT:(I[II)V]
GL.glDeleteRenderbuffersEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
GL.glDeleteShader ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteShader:(I)V]
GL.glDeleteVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteVertexArraysAPPLE:(I[II)V]
GL.glDeleteVertexArraysAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
GL.glDeleteVertexShaderEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDeleteVertexShaderEXT:(I)V]
GL.glDepthBoundsdNV ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDepthBoundsdNV:(DD)V]
GL.glDepthBoundsEXT ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDepthBoundsEXT:(DD)V]
GL.glDepthRangedNV ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDepthRangedNV:(DD)V]
GL.glDetachObjectARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDetachObjectARB:(II)V]
GL.glDetachShader ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDetachShader:(II)V]
GL.glDetailTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDetailTexFuncSGIS:(II[FI)V]
GL.glDetailTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDetailTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
GL.glDisableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableClientState:(I)V]
GL.glDisableIndexedEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableIndexedEXT:(II)V]
GL.glDisableVariantClientStateEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableVariantClientStateEXT:(I)V]
GL.glDisableVertexAttribAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableVertexAttribAPPLE:(II)V]
GL.glDisableVertexAttribArray ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableVertexAttribArray:(I)V]
GL.glDisableVertexAttribArrayARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDisableVertexAttribArrayARB:(I)V]
GL.glDrawArraysInstancedEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawArraysInstancedEXT:(IIII)V]
GL.glDrawBuffer ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffer:(I)V]
GL.glDrawBufferRegion ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBufferRegion:(IIIIIII)V]
GL.glDrawBuffers ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffers:(I[II)V]
GL.glDrawBuffers ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffers:(ILjava/nio/IntBuffer;)V]
GL.glDrawBuffersARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffersARB:(I[II)V]
GL.glDrawBuffersARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffersARB:(ILjava/nio/IntBuffer;)V]
GL.glDrawBuffersATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffersATI:(I[II)V]
GL.glDrawBuffersATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawBuffersATI:(ILjava/nio/IntBuffer;)V]
GL.glDrawElementArrayAPPLE ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawElementArrayAPPLE:(III)V]
GL.glDrawElementArrayATI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawElementArrayATI:(II)V]
GL.glDrawElementsInstancedEXT ( int p1, int p2, int p3, Buffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawElementsInstancedEXT:(IIILjava/nio/Buffer;I)V]
GL.glDrawMeshArraysSUN ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawMeshArraysSUN:(IIII)V]
GL.glDrawPixels ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawPixels:(IIIILjava/nio/Buffer;)V]
GL.glDrawPixels ( int p1, int p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawPixels:(IIIIJ)V]
GL.glDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawRangeElementArrayAPPLE:(IIIII)V]
GL.glDrawRangeElementArrayATI ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawRangeElementArrayATI:(IIII)V]
GL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawRangeElements:(IIIIILjava/nio/Buffer;)V]
GL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glDrawRangeElements:(IIIIIJ)V]
GL.glEdgeFlag ( boolean p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEdgeFlag:(Z)V]
GL.glEdgeFlagPointer ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEdgeFlagPointer:(ILjava/nio/Buffer;)V]
GL.glEdgeFlagPointer ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEdgeFlagPointer:(IJ)V]
GL.glEdgeFlagv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEdgeFlagv:([BI)V]
GL.glEdgeFlagv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEdgeFlagv:(Ljava/nio/ByteBuffer;)V]
GL.glElementPointerAPPLE ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glElementPointerAPPLE:(ILjava/nio/Buffer;)V]
GL.glElementPointerATI ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glElementPointerATI:(ILjava/nio/Buffer;)V]
GL.glElementPointerATI ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glElementPointerATI:(IJ)V]
GL.glEnableClientState ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableClientState:(I)V]
GL.glEnableIndexedEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableIndexedEXT:(II)V]
GL.glEnableVariantClientStateEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableVariantClientStateEXT:(I)V]
GL.glEnableVertexAttribAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableVertexAttribAPPLE:(II)V]
GL.glEnableVertexAttribArray ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableVertexAttribArray:(I)V]
GL.glEnableVertexAttribArrayARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnableVertexAttribArrayARB:(I)V]
GL.glEnd ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEnd:()V]
GL.glEndFragmentShaderATI ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndFragmentShaderATI:()V]
GL.glEndList ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndList:()V]
GL.glEndOcclusionQueryNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndOcclusionQueryNV:()V]
GL.glEndQuery ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndQuery:(I)V]
GL.glEndQueryARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndQueryARB:(I)V]
GL.glEndTransformFeedbackNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndTransformFeedbackNV:()V]
GL.glEndVertexShaderEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glEndVertexShaderEXT:()V]
GL.glEvalCoord1d ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1d:(D)V]
GL.glEvalCoord1dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1dv:([DI)V]
GL.glEvalCoord1dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1dv:(Ljava/nio/DoubleBuffer;)V]
GL.glEvalCoord1f ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1f:(F)V]
GL.glEvalCoord1fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1fv:([FI)V]
GL.glEvalCoord1fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord1fv:(Ljava/nio/FloatBuffer;)V]
GL.glEvalCoord2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2d:(DD)V]
GL.glEvalCoord2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2dv:([DI)V]
GL.glEvalCoord2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2dv:(Ljava/nio/DoubleBuffer;)V]
GL.glEvalCoord2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2f:(FF)V]
GL.glEvalCoord2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2fv:([FI)V]
GL.glEvalCoord2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalCoord2fv:(Ljava/nio/FloatBuffer;)V]
GL.glEvalMapsNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalMapsNV:(II)V]
GL.glEvalMesh1 ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalMesh1:(III)V]
GL.glEvalMesh2 ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalMesh2:(IIIII)V]
GL.glEvalPoint1 ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalPoint1:(I)V]
GL.glEvalPoint2 ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glEvalPoint2:(II)V]
GL.glExecuteProgramNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glExecuteProgramNV:(II[FI)V]
GL.glExecuteProgramNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glExecuteProgramNV:(IILjava/nio/FloatBuffer;)V]
GL.glExtractComponentEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glExtractComponentEXT:(III)V]
GL.glFeedbackBuffer ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFeedbackBuffer:(IILjava/nio/FloatBuffer;)V]
GL.glFinalCombinerInputNV ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinalCombinerInputNV:(IIII)V]
GL.glFinishAsyncSGIX ( int[ ] p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glFinishAsyncSGIX:([II)I]
GL.glFinishAsyncSGIX ( IntBuffer p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glFinishAsyncSGIX:(Ljava/nio/IntBuffer;)I]
GL.glFinishFenceAPPLE ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinishFenceAPPLE:(I)V]
GL.glFinishFenceNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinishFenceNV:(I)V]
GL.glFinishObjectAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinishObjectAPPLE:(II)V]
GL.glFinishRenderAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinishRenderAPPLE:()V]
GL.glFinishTextureSUNX ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glFinishTextureSUNX:()V]
GL.glFlushMappedBufferRangeAPPLE ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushMappedBufferRangeAPPLE:(III)V]
GL.glFlushPixelDataRangeNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushPixelDataRangeNV:(I)V]
GL.glFlushRasterSGIX ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushRasterSGIX:()V]
GL.glFlushRenderAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushRenderAPPLE:()V]
GL.glFlushVertexArrayRangeAPPLE ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
GL.glFlushVertexArrayRangeNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glFlushVertexArrayRangeNV:()V]
GL.glFogCoordd ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordd:(D)V]
GL.glFogCoorddEXT ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoorddEXT:(D)V]
GL.glFogCoorddv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoorddv:([DI)V]
GL.glFogCoorddv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoorddv:(Ljava/nio/DoubleBuffer;)V]
GL.glFogCoorddvEXT ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoorddvEXT:([DI)V]
GL.glFogCoorddvEXT ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoorddvEXT:(Ljava/nio/DoubleBuffer;)V]
GL.glFogCoordf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordf:(F)V]
GL.glFogCoordfEXT ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordfEXT:(F)V]
GL.glFogCoordfv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordfv:([FI)V]
GL.glFogCoordfv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordfv:(Ljava/nio/FloatBuffer;)V]
GL.glFogCoordfvEXT ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordfvEXT:([FI)V]
GL.glFogCoordfvEXT ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordfvEXT:(Ljava/nio/FloatBuffer;)V]
GL.glFogCoordhNV ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordhNV:(S)V]
GL.glFogCoordhvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordhvNV:([SI)V]
GL.glFogCoordhvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordhvNV:(Ljava/nio/ShortBuffer;)V]
GL.glFogCoordPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordPointer:(IILjava/nio/Buffer;)V]
GL.glFogCoordPointer ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordPointer:(IIJ)V]
GL.glFogCoordPointerEXT ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordPointerEXT:(IILjava/nio/Buffer;)V]
GL.glFogCoordPointerEXT ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogCoordPointerEXT:(IIJ)V]
GL.glFogf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogf:(IF)V]
GL.glFogFuncSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogFuncSGIS:(I[FI)V]
GL.glFogFuncSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogFuncSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glFogfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogfv:(I[FI)V]
GL.glFogfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogfv:(ILjava/nio/FloatBuffer;)V]
GL.glFogi ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogi:(II)V]
GL.glFogiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogiv:(I[II)V]
GL.glFogiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFogiv:(ILjava/nio/IntBuffer;)V]
GL.glFragmentColorMaterialSGIX ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentColorMaterialSGIX:(II)V]
GL.glFragmentLightfSGIX ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightfSGIX:(IIF)V]
GL.glFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightfvSGIX:(II[FI)V]
GL.glFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glFragmentLightiSGIX ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightiSGIX:(III)V]
GL.glFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightivSGIX:(II[II)V]
GL.glFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glFragmentLightModelfSGIX ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModelfSGIX:(IF)V]
GL.glFragmentLightModelfvSGIX ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModelfvSGIX:(I[FI)V]
GL.glFragmentLightModelfvSGIX ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModelfvSGIX:(ILjava/nio/FloatBuffer;)V]
GL.glFragmentLightModeliSGIX ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModeliSGIX:(II)V]
GL.glFragmentLightModelivSGIX ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModelivSGIX:(I[II)V]
GL.glFragmentLightModelivSGIX ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentLightModelivSGIX:(ILjava/nio/IntBuffer;)V]
GL.glFragmentMaterialfSGIX ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialfSGIX:(IIF)V]
GL.glFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialfvSGIX:(II[FI)V]
GL.glFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glFragmentMaterialiSGIX ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialiSGIX:(III)V]
GL.glFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialivSGIX:(II[II)V]
GL.glFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glFramebufferRenderbufferEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferRenderbufferEXT:(IIII)V]
GL.glFramebufferTexture1DEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTexture1DEXT:(IIIII)V]
GL.glFramebufferTexture2DEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTexture2DEXT:(IIIII)V]
GL.glFramebufferTexture3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTexture3DEXT:(IIIIII)V]
GL.glFramebufferTextureEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTextureEXT:(IIII)V]
GL.glFramebufferTextureFaceEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTextureFaceEXT:(IIIII)V]
GL.glFramebufferTextureLayerEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFramebufferTextureLayerEXT:(IIIII)V]
GL.glFrameZoomSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFrameZoomSGIX:(I)V]
GL.glFreeObjectBufferATI ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFreeObjectBufferATI:(I)V]
GL.glFrustum ( double p1, double p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glFrustum:(DDDDDD)V]
GL.glGenAsyncMarkersSGIX ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGenAsyncMarkersSGIX:(I)I]
GL.glGenBuffersARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenBuffersARB:(I[II)V]
GL.glGenBuffersARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenBuffersARB:(ILjava/nio/IntBuffer;)V]
GL.glGenerateMipmapEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenerateMipmapEXT:(I)V]
GL.glGenFencesAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFencesAPPLE:(I[II)V]
GL.glGenFencesAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFencesAPPLE:(ILjava/nio/IntBuffer;)V]
GL.glGenFencesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFencesNV:(I[II)V]
GL.glGenFencesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
GL.glGenFragmentShadersATI ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGenFragmentShadersATI:(I)I]
GL.glGenFramebuffersEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFramebuffersEXT:(I[II)V]
GL.glGenFramebuffersEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
GL.glGenLists ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGenLists:(I)I]
GL.glGenOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenOcclusionQueriesNV:(I[II)V]
GL.glGenOcclusionQueriesNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
GL.glGenProgramsARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenProgramsARB:(I[II)V]
GL.glGenProgramsARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenProgramsARB:(ILjava/nio/IntBuffer;)V]
GL.glGenProgramsNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenProgramsNV:(I[II)V]
GL.glGenProgramsNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenProgramsNV:(ILjava/nio/IntBuffer;)V]
GL.glGenQueries ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenQueries:(I[II)V]
GL.glGenQueries ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenQueries:(ILjava/nio/IntBuffer;)V]
GL.glGenQueriesARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenQueriesARB:(I[II)V]
GL.glGenQueriesARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenQueriesARB:(ILjava/nio/IntBuffer;)V]
GL.glGenRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenRenderbuffersEXT:(I[II)V]
GL.glGenRenderbuffersEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
GL.glGenSymbolsEXT ( int p1, int p2, int p3, int p4 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGenSymbolsEXT:(IIII)I]
GL.glGenVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenVertexArraysAPPLE:(I[II)V]
GL.glGenVertexArraysAPPLE ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGenVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
GL.glGenVertexShadersEXT ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGenVertexShadersEXT:(I)I]
GL.glGetActiveAttrib ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveAttrib:(III[II[II[II[BI)V]
GL.glGetActiveAttrib ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveAttrib:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetActiveAttribARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveAttribARB:(III[II[II[II[BI)V]
GL.glGetActiveAttribARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveAttribARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetActiveUniform ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveUniform:(III[II[II[II[BI)V]
GL.glGetActiveUniform ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveUniform:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetActiveUniformARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveUniformARB:(III[II[II[II[BI)V]
GL.glGetActiveUniformARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveUniformARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetActiveVaryingNV ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveVaryingNV:(III[II[II[II[BI)V]
GL.glGetActiveVaryingNV ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetActiveVaryingNV:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetArrayObjectfvATI:(II[FI)V]
GL.glGetArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
GL.glGetArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetArrayObjectivATI:(II[II)V]
GL.glGetArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
GL.glGetAttachedObjectsARB ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetAttachedObjectsARB:(II[II[II)V]
GL.glGetAttachedObjectsARB ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetAttachedObjectsARB:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL.glGetAttachedShaders ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetAttachedShaders:(II[II[II)V]
GL.glGetAttachedShaders ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetAttachedShaders:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL.glGetAttribLocation ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetAttribLocation:(ILjava/lang/String;)I]
GL.glGetAttribLocationARB ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetAttribLocationARB:(ILjava/lang/String;)I]
GL.glGetBooleanIndexedvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBooleanIndexedvEXT:(II[BI)V]
GL.glGetBooleanIndexedvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBooleanIndexedvEXT:(IILjava/nio/ByteBuffer;)V]
GL.glGetBufferParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBufferParameterivARB:(II[II)V]
GL.glGetBufferParameterivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBufferParameterivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetBufferSubData ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBufferSubData:(IIILjava/nio/Buffer;)V]
GL.glGetBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetBufferSubDataARB:(IIILjava/nio/Buffer;)V]
GL.glGetClipPlane ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetClipPlane:(I[DI)V]
GL.glGetClipPlane ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetClipPlane:(ILjava/nio/DoubleBuffer;)V]
GL.glGetColorTable ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTable:(IIILjava/nio/Buffer;)V]
GL.glGetColorTable ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTable:(IIIJ)V]
GL.glGetColorTableEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableEXT:(IIILjava/nio/Buffer;)V]
GL.glGetColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterfv:(II[FI)V]
GL.glGetColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetColorTableParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterfvEXT:(II[FI)V]
GL.glGetColorTableParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
GL.glGetColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameteriv:(II[II)V]
GL.glGetColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glGetColorTableParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterivEXT:(II[II)V]
GL.glGetColorTableParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetColorTableParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerInputParameterfvNV:(IIII[FI)V]
GL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerInputParameterfvNV:(IIIILjava/nio/FloatBuffer;)V]
GL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerInputParameterivNV:(IIII[II)V]
GL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerInputParameterivNV:(IIIILjava/nio/IntBuffer;)V]
GL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerOutputParameterfvNV:(III[FI)V]
GL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerOutputParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
GL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerOutputParameterivNV:(III[II)V]
GL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerOutputParameterivNV:(IIILjava/nio/IntBuffer;)V]
GL.glGetCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerStageParameterfvNV:(II[FI)V]
GL.glGetCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glGetCompressedTexImage ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCompressedTexImage:(IILjava/nio/Buffer;)V]
GL.glGetCompressedTexImage ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetCompressedTexImage:(IIJ)V]
GL.glGetConvolutionFilter ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionFilter:(IIILjava/nio/Buffer;)V]
GL.glGetConvolutionFilter ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionFilter:(IIIJ)V]
GL.glGetConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionParameterfv:(II[FI)V]
GL.glGetConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionParameteriv:(II[II)V]
GL.glGetConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glGetDetailTexFuncSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetDetailTexFuncSGIS:(I[FI)V]
GL.glGetDetailTexFuncSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetDetailTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glGetDoublev ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetDoublev:(I[DI)V]
GL.glGetDoublev ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetDoublev:(ILjava/nio/DoubleBuffer;)V]
GL.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFenceivNV:(II[II)V]
GL.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFinalCombinerInputParameterfvNV:(II[FI)V]
GL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFinalCombinerInputParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFinalCombinerInputParameterivNV:(II[II)V]
GL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFinalCombinerInputParameterivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetFogFuncSGIS ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFogFuncSGIS:([FI)V]
GL.glGetFogFuncSGIS ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFogFuncSGIS:(Ljava/nio/FloatBuffer;)V]
GL.glGetFragDataLocationEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetFragDataLocationEXT:(I[BI)I]
GL.glGetFragDataLocationEXT ( int p1, ByteBuffer p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetFragDataLocationEXT:(ILjava/nio/ByteBuffer;)I]
GL.glGetFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentLightfvSGIX:(II[FI)V]
GL.glGetFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glGetFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentLightivSGIX:(II[II)V]
GL.glGetFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glGetFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentMaterialfvSGIX:(II[FI)V]
GL.glGetFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glGetFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentMaterialivSGIX:(II[II)V]
GL.glGetFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFramebufferAttachmentParameterivEXT:(III[II)V]
GL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetFramebufferAttachmentParameterivEXT:(IIILjava/nio/IntBuffer;)V]
GL.glGetHandleARB ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetHandleARB:(I)I]
GL.glGetHistogram ( int p1, boolean p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogram:(IZIILjava/nio/Buffer;)V]
GL.glGetHistogram ( int p1, boolean p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogram:(IZIIJ)V]
GL.glGetHistogramParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogramParameterfv:(II[FI)V]
GL.glGetHistogramParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogramParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetHistogramParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogramParameteriv:(II[II)V]
GL.glGetHistogramParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetHistogramParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glGetImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetImageTransformParameterfvHP:(II[FI)V]
GL.glGetImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
GL.glGetImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetImageTransformParameterivHP:(II[II)V]
GL.glGetImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
GL.glGetInfoLogARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInfoLogARB:(II[II[BI)V]
GL.glGetInfoLogARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInfoLogARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetInstrumentsSGIX ( ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetInstrumentsSGIX:()I]
GL.glGetIntegerIndexedvEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetIntegerIndexedvEXT:(II[II)V]
GL.glGetIntegerIndexedvEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetIntegerIndexedvEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetInvariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantBooleanvEXT:(II[BI)V]
GL.glGetInvariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL.glGetInvariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantFloatvEXT:(II[FI)V]
GL.glGetInvariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL.glGetInvariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantIntegervEXT:(II[II)V]
GL.glGetInvariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetInvariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetLightfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLightfv:(II[FI)V]
GL.glGetLightfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLightfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetLightiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLightiv:(II[II)V]
GL.glGetLightiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLightiv:(IILjava/nio/IntBuffer;)V]
GL.glGetListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetListParameterfvSGIX:(II[FI)V]
GL.glGetListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glGetListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetListParameterivSGIX:(II[II)V]
GL.glGetListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glGetLocalConstantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantBooleanvEXT:(II[BI)V]
GL.glGetLocalConstantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL.glGetLocalConstantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantFloatvEXT:(II[FI)V]
GL.glGetLocalConstantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL.glGetLocalConstantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantIntegervEXT:(II[II)V]
GL.glGetLocalConstantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetLocalConstantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapAttribParameterfvNV:(III[FI)V]
GL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapAttribParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
GL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapAttribParameterivNV:(III[II)V]
GL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapAttribParameterivNV:(IIILjava/nio/IntBuffer;)V]
GL.glGetMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, boolean p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapControlPointsNV:(IIIIIZLjava/nio/Buffer;)V]
GL.glGetMapdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapdv:(II[DI)V]
GL.glGetMapdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapdv:(IILjava/nio/DoubleBuffer;)V]
GL.glGetMapfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapfv:(II[FI)V]
GL.glGetMapfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetMapiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapiv:(II[II)V]
GL.glGetMapiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapiv:(IILjava/nio/IntBuffer;)V]
GL.glGetMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapParameterfvNV:(II[FI)V]
GL.glGetMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glGetMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapParameterivNV:(II[II)V]
GL.glGetMapParameterivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMapParameterivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMaterialfv:(II[FI)V]
GL.glGetMaterialfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMaterialfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMaterialiv:(II[II)V]
GL.glGetMaterialiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMaterialiv:(IILjava/nio/IntBuffer;)V]
GL.glGetMinmax ( int p1, boolean p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmax:(IZIILjava/nio/Buffer;)V]
GL.glGetMinmax ( int p1, boolean p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmax:(IZIIJ)V]
GL.glGetMinmaxParameterfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmaxParameterfv:(II[FI)V]
GL.glGetMinmaxParameterfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmaxParameterfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetMinmaxParameteriv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmaxParameteriv:(II[II)V]
GL.glGetMinmaxParameteriv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetMinmaxParameteriv:(IILjava/nio/IntBuffer;)V]
GL.glGetObjectBufferfvATI ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectBufferfvATI:(II[FI)V]
GL.glGetObjectBufferfvATI ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectBufferfvATI:(IILjava/nio/FloatBuffer;)V]
GL.glGetObjectBufferivATI ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectBufferivATI:(II[II)V]
GL.glGetObjectBufferivATI ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectBufferivATI:(IILjava/nio/IntBuffer;)V]
GL.glGetObjectParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectParameterfvARB:(II[FI)V]
GL.glGetObjectParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL.glGetObjectParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectParameterivARB:(II[II)V]
GL.glGetObjectParameterivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetObjectParameterivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetOcclusionQueryivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetOcclusionQueryivNV:(II[II)V]
GL.glGetOcclusionQueryivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetOcclusionQueryivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetOcclusionQueryuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetOcclusionQueryuivNV:(II[II)V]
GL.glGetOcclusionQueryuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetOcclusionQueryuivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetPixelMapfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapfv:(I[FI)V]
GL.glGetPixelMapfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapfv:(ILjava/nio/FloatBuffer;)V]
GL.glGetPixelMapfv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapfv:(IJ)V]
GL.glGetPixelMapuiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapuiv:(I[II)V]
GL.glGetPixelMapuiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapuiv:(ILjava/nio/IntBuffer;)V]
GL.glGetPixelMapuiv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapuiv:(IJ)V]
GL.glGetPixelMapusv ( int p1, long p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapusv:(IJ)V]
GL.glGetPixelMapusv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapusv:(I[SI)V]
GL.glGetPixelMapusv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelMapusv:(ILjava/nio/ShortBuffer;)V]
GL.glGetPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelTexGenParameterfvSGIS:(I[FI)V]
GL.glGetPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glGetPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelTexGenParameterivSGIS:(I[II)V]
GL.glGetPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
GL.glGetPolygonStipple ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPolygonStipple:([BI)V]
GL.glGetPolygonStipple ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPolygonStipple:(Ljava/nio/ByteBuffer;)V]
GL.glGetPolygonStipple ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetPolygonStipple:(J)V]
GL.glGetProgramEnvParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterdvARB:(II[DI)V]
GL.glGetProgramEnvParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
GL.glGetProgramEnvParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterfvARB:(II[FI)V]
GL.glGetProgramEnvParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL.glGetProgramEnvParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterIivNV:(II[II)V]
GL.glGetProgramEnvParameterIivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterIivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramEnvParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterIuivNV:(II[II)V]
GL.glGetProgramEnvParameterIuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramEnvParameterIuivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramInfoLog:(II[II[BI)V]
GL.glGetProgramInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetProgramiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramiv:(II[II)V]
GL.glGetProgramiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramiv:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramivARB:(II[II)V]
GL.glGetProgramivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramivNV:(II[II)V]
GL.glGetProgramivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramLocalParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterdvARB:(II[DI)V]
GL.glGetProgramLocalParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
GL.glGetProgramLocalParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterfvARB:(II[FI)V]
GL.glGetProgramLocalParameterfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterfvARB:(IILjava/nio/FloatBuffer;)V]
GL.glGetProgramLocalParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterIivNV:(II[II)V]
GL.glGetProgramLocalParameterIivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterIivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramLocalParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterIuivNV:(II[II)V]
GL.glGetProgramLocalParameterIuivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramLocalParameterIuivNV:(IILjava/nio/IntBuffer;)V]
GL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;[DI)V]
GL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
GL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;[FI)V]
GL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
GL.glGetProgramParameterdvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramParameterdvNV:(III[DI)V]
GL.glGetProgramParameterdvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramParameterdvNV:(IIILjava/nio/DoubleBuffer;)V]
GL.glGetProgramParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramParameterfvNV:(III[FI)V]
GL.glGetProgramParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
GL.glGetProgramStringARB ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramStringARB:(IILjava/nio/Buffer;)V]
GL.glGetProgramStringNV ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramStringNV:(II[BI)V]
GL.glGetProgramStringNV ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetProgramStringNV:(IILjava/nio/ByteBuffer;)V]
GL.glGetQueryiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryiv:(II[II)V]
GL.glGetQueryiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryiv:(IILjava/nio/IntBuffer;)V]
GL.glGetQueryivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryivARB:(II[II)V]
GL.glGetQueryivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetQueryObjecti64vEXT ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjecti64vEXT:(II[JI)V]
GL.glGetQueryObjecti64vEXT ( int p1, int p2, LongBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjecti64vEXT:(IILjava/nio/LongBuffer;)V]
GL.glGetQueryObjectiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectiv:(II[II)V]
GL.glGetQueryObjectiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectiv:(IILjava/nio/IntBuffer;)V]
GL.glGetQueryObjectivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectivARB:(II[II)V]
GL.glGetQueryObjectivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetQueryObjectui64vEXT ( int p1, int p2, long[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectui64vEXT:(II[JI)V]
GL.glGetQueryObjectui64vEXT ( int p1, int p2, LongBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectui64vEXT:(IILjava/nio/LongBuffer;)V]
GL.glGetQueryObjectuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectuiv:(II[II)V]
GL.glGetQueryObjectuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectuiv:(IILjava/nio/IntBuffer;)V]
GL.glGetQueryObjectuivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectuivARB:(II[II)V]
GL.glGetQueryObjectuivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetQueryObjectuivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetRenderbufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetRenderbufferParameterivEXT:(II[II)V]
GL.glGetRenderbufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetRenderbufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetSeparableFilter ( int p1, int p2, int p3, Buffer p4, Buffer p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetSeparableFilter:(IIILjava/nio/Buffer;Ljava/nio/Buffer;Ljava/nio/Buffer;)V]
GL.glGetSeparableFilter ( int p1, int p2, int p3, long p4, long p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetSeparableFilter:(IIIJJJ)V]
GL.glGetShaderInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderInfoLog:(II[II[BI)V]
GL.glGetShaderInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetShaderiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderiv:(II[II)V]
GL.glGetShaderiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderiv:(IILjava/nio/IntBuffer;)V]
GL.glGetShaderSource ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderSource:(II[II[BI)V]
GL.glGetShaderSource ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderSource:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetShaderSourceARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderSourceARB:(II[II[BI)V]
GL.glGetShaderSourceARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetShaderSourceARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
GL.glGetSharpenTexFuncSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetSharpenTexFuncSGIS:(I[FI)V]
GL.glGetSharpenTexFuncSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetSharpenTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glGetTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexBumpParameterfvATI:(I[FI)V]
GL.glGetTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
GL.glGetTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexBumpParameterivATI:(I[II)V]
GL.glGetTexBumpParameterivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
GL.glGetTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexEnvfv:(II[FI)V]
GL.glGetTexEnvfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexEnvfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexEnviv:(II[II)V]
GL.glGetTexEnviv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexEnviv:(IILjava/nio/IntBuffer;)V]
GL.glGetTexFilterFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexFilterFuncSGIS:(II[FI)V]
GL.glGetTexFilterFuncSGIS ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexFilterFuncSGIS:(IILjava/nio/FloatBuffer;)V]
GL.glGetTexGendv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGendv:(II[DI)V]
GL.glGetTexGendv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGendv:(IILjava/nio/DoubleBuffer;)V]
GL.glGetTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGenfv:(II[FI)V]
GL.glGetTexGenfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGenfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGeniv:(II[II)V]
GL.glGetTexGeniv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexGeniv:(IILjava/nio/IntBuffer;)V]
GL.glGetTexImage ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexImage:(IIIILjava/nio/Buffer;)V]
GL.glGetTexImage ( int p1, int p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexImage:(IIIIJ)V]
GL.glGetTexLevelParameterfv ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexLevelParameterfv:(III[FI)V]
GL.glGetTexLevelParameterfv ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexLevelParameterfv:(IIILjava/nio/FloatBuffer;)V]
GL.glGetTexLevelParameteriv ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexLevelParameteriv:(III[II)V]
GL.glGetTexLevelParameteriv ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexLevelParameteriv:(IIILjava/nio/IntBuffer;)V]
GL.glGetTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexParameterIivEXT:(II[II)V]
GL.glGetTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexParameterIuivEXT:(II[II)V]
GL.glGetTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetTrackMatrixivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTrackMatrixivNV:(III[II)V]
GL.glGetTrackMatrixivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTrackMatrixivNV:(IIILjava/nio/IntBuffer;)V]
GL.glGetTransformFeedbackVaryingNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTransformFeedbackVaryingNV:(II[II)V]
GL.glGetTransformFeedbackVaryingNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetTransformFeedbackVaryingNV:(IILjava/nio/IntBuffer;)V]
GL.glGetUniformBufferSizeEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetUniformBufferSizeEXT:(II)I]
GL.glGetUniformfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformfv:(II[FI)V]
GL.glGetUniformfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetUniformfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformfvARB:(II[FI)V]
GL.glGetUniformfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformfvARB:(IILjava/nio/FloatBuffer;)V]
GL.glGetUniformiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformiv:(II[II)V]
GL.glGetUniformiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformiv:(IILjava/nio/IntBuffer;)V]
GL.glGetUniformivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformivARB:(II[II)V]
GL.glGetUniformivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetUniformLocation ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetUniformLocation:(ILjava/lang/String;)I]
GL.glGetUniformLocationARB ( int p1, String p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetUniformLocationARB:(ILjava/lang/String;)I]
GL.glGetUniformOffsetEXT ( int p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetUniformOffsetEXT:(II)I]
GL.glGetUniformuivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformuivEXT:(II[II)V]
GL.glGetUniformuivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetUniformuivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetVariantArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantArrayObjectfvATI:(II[FI)V]
GL.glGetVariantArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
GL.glGetVariantArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantArrayObjectivATI:(II[II)V]
GL.glGetVariantArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
GL.glGetVariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantBooleanvEXT:(II[BI)V]
GL.glGetVariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
GL.glGetVariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantFloatvEXT:(II[FI)V]
GL.glGetVariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
GL.glGetVariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantIntegervEXT:(II[II)V]
GL.glGetVariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetVaryingLocationNV ( int p1, byte[ ] p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetVaryingLocationNV:(I[BI)I]
GL.glGetVaryingLocationNV ( int p1, ByteBuffer p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glGetVaryingLocationNV:(ILjava/nio/ByteBuffer;)I]
GL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribArrayObjectfvATI:(II[FI)V]
GL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
GL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribArrayObjectivATI:(II[II)V]
GL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
GL.glGetVertexAttribdv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdv:(II[DI)V]
GL.glGetVertexAttribdv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdv:(IILjava/nio/DoubleBuffer;)V]
GL.glGetVertexAttribdvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdvARB:(II[DI)V]
GL.glGetVertexAttribdvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdvARB:(IILjava/nio/DoubleBuffer;)V]
GL.glGetVertexAttribdvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdvNV:(II[DI)V]
GL.glGetVertexAttribdvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribdvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glGetVertexAttribfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfv:(II[FI)V]
GL.glGetVertexAttribfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfv:(IILjava/nio/FloatBuffer;)V]
GL.glGetVertexAttribfvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfvARB:(II[FI)V]
GL.glGetVertexAttribfvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfvARB:(IILjava/nio/FloatBuffer;)V]
GL.glGetVertexAttribfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfvNV:(II[FI)V]
GL.glGetVertexAttribfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glGetVertexAttribIivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribIivEXT:(II[II)V]
GL.glGetVertexAttribIivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribIivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetVertexAttribIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribIuivEXT:(II[II)V]
GL.glGetVertexAttribIuivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribIuivEXT:(IILjava/nio/IntBuffer;)V]
GL.glGetVertexAttribiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribiv:(II[II)V]
GL.glGetVertexAttribiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribiv:(IILjava/nio/IntBuffer;)V]
GL.glGetVertexAttribivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribivARB:(II[II)V]
GL.glGetVertexAttribivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribivARB:(IILjava/nio/IntBuffer;)V]
GL.glGetVertexAttribivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribivNV:(II[II)V]
GL.glGetVertexAttribivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGetVertexAttribivNV:(IILjava/nio/IntBuffer;)V]
GL.glGlobalAlphaFactorbSUN ( byte p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactorbSUN:(B)V]
GL.glGlobalAlphaFactordSUN ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactordSUN:(D)V]
GL.glGlobalAlphaFactorfSUN ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactorfSUN:(F)V]
GL.glGlobalAlphaFactoriSUN ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactoriSUN:(I)V]
GL.glGlobalAlphaFactorsSUN ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactorsSUN:(S)V]
GL.glGlobalAlphaFactorubSUN ( byte p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactorubSUN:(B)V]
GL.glGlobalAlphaFactoruiSUN ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactoruiSUN:(I)V]
GL.glGlobalAlphaFactorusSUN ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glGlobalAlphaFactorusSUN:(S)V]
GL.glHintPGI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glHintPGI:(II)V]
GL.glHistogram ( int p1, int p2, int p3, boolean p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glHistogram:(IIIZ)V]
GL.glIglooInterfaceSGIX ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIglooInterfaceSGIX:(ILjava/nio/Buffer;)V]
GL.glImageTransformParameterfHP ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameterfHP:(IIF)V]
GL.glImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameterfvHP:(II[FI)V]
GL.glImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
GL.glImageTransformParameteriHP ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameteriHP:(III)V]
GL.glImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameterivHP:(II[II)V]
GL.glImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
GL.glIndexd ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexd:(D)V]
GL.glIndexdv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexdv:([DI)V]
GL.glIndexdv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexdv:(Ljava/nio/DoubleBuffer;)V]
GL.glIndexf ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexf:(F)V]
GL.glIndexFuncEXT ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexFuncEXT:(IF)V]
GL.glIndexfv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexfv:([FI)V]
GL.glIndexfv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexfv:(Ljava/nio/FloatBuffer;)V]
GL.glIndexi ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexi:(I)V]
GL.glIndexiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexiv:([II)V]
GL.glIndexiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexiv:(Ljava/nio/IntBuffer;)V]
GL.glIndexMask ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexMask:(I)V]
GL.glIndexMaterialEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexMaterialEXT:(II)V]
GL.glIndexPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexPointer:(IILjava/nio/Buffer;)V]
GL.glIndexs ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexs:(S)V]
GL.glIndexsv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexsv:([SI)V]
GL.glIndexsv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexsv:(Ljava/nio/ShortBuffer;)V]
GL.glIndexub ( byte p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexub:(B)V]
GL.glIndexubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexubv:([BI)V]
GL.glIndexubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glIndexubv:(Ljava/nio/ByteBuffer;)V]
GL.glInitNames ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glInitNames:()V]
GL.glInsertComponentEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glInsertComponentEXT:(III)V]
GL.glInstrumentsBufferSGIX ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glInstrumentsBufferSGIX:(I[II)V]
GL.glInstrumentsBufferSGIX ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glInstrumentsBufferSGIX:(ILjava/nio/IntBuffer;)V]
GL.glInterleavedArrays ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glInterleavedArrays:(IILjava/nio/Buffer;)V]
GL.glInterleavedArrays ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glInterleavedArrays:(IIJ)V]
GL.glIsAsyncMarkerSGIX ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsAsyncMarkerSGIX:(I)Z]
GL.glIsBufferARB ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsBufferARB:(I)Z]
GL.glIsEnabledIndexedEXT ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsEnabledIndexedEXT:(II)Z]
GL.glIsFenceAPPLE ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsFenceAPPLE:(I)Z]
GL.glIsFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsFenceNV:(I)Z]
GL.glIsFramebufferEXT ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsFramebufferEXT:(I)Z]
GL.glIsList ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsList:(I)Z]
GL.glIsObjectBufferATI ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsObjectBufferATI:(I)Z]
GL.glIsOcclusionQueryNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsOcclusionQueryNV:(I)Z]
GL.glIsProgram ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsProgram:(I)Z]
GL.glIsProgramARB ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsProgramARB:(I)Z]
GL.glIsProgramNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsProgramNV:(I)Z]
GL.glIsQuery ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsQuery:(I)Z]
GL.glIsQueryARB ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsQueryARB:(I)Z]
GL.glIsRenderbufferEXT ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsRenderbufferEXT:(I)Z]
GL.glIsShader ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsShader:(I)Z]
GL.glIsVariantEnabledEXT ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsVariantEnabledEXT:(II)Z]
GL.glIsVertexArrayAPPLE ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsVertexArrayAPPLE:(I)Z]
GL.glIsVertexAttribEnabledAPPLE ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glIsVertexAttribEnabledAPPLE:(II)Z]
GL.glLightEnviSGIX ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightEnviSGIX:(II)V]
GL.glLightf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightf:(IIF)V]
GL.glLightfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightfv:(II[FI)V]
GL.glLightfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightfv:(IILjava/nio/FloatBuffer;)V]
GL.glLighti ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLighti:(III)V]
GL.glLightiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightiv:(II[II)V]
GL.glLightiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightiv:(IILjava/nio/IntBuffer;)V]
GL.glLightModelf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModelf:(IF)V]
GL.glLightModelfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModelfv:(I[FI)V]
GL.glLightModelfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModelfv:(ILjava/nio/FloatBuffer;)V]
GL.glLightModeli ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModeli:(II)V]
GL.glLightModeliv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModeliv:(I[II)V]
GL.glLightModeliv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLightModeliv:(ILjava/nio/IntBuffer;)V]
GL.glLineStipple ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLineStipple:(IS)V]
GL.glLinkProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLinkProgram:(I)V]
GL.glLinkProgramARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLinkProgramARB:(I)V]
GL.glListBase ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListBase:(I)V]
GL.glListParameterfSGIX ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameterfSGIX:(IIF)V]
GL.glListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameterfvSGIX:(II[FI)V]
GL.glListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
GL.glListParameteriSGIX ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameteriSGIX:(III)V]
GL.glListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameterivSGIX:(II[II)V]
GL.glListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
GL.glLoadIdentity ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadIdentity:()V]
GL.glLoadIdentityDeformationMapSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadIdentityDeformationMapSGIX:(I)V]
GL.glLoadMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadMatrixd:([DI)V]
GL.glLoadMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL.glLoadMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadMatrixf:([FI)V]
GL.glLoadMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadMatrixf:(Ljava/nio/FloatBuffer;)V]
GL.glLoadName ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadName:(I)V]
GL.glLoadProgramNV ( int p1, int p2, int p3, String p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadProgramNV:(IIILjava/lang/String;)V]
GL.glLoadTransposeMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadTransposeMatrixd:([DI)V]
GL.glLoadTransposeMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL.glLoadTransposeMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadTransposeMatrixf:([FI)V]
GL.glLoadTransposeMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLoadTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
GL.glLockArraysEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLockArraysEXT:(II)V]
GL.glLogicOp ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glLogicOp:(I)V]
GL.glMap1d ( int p1, double p2, double p3, int p4, int p5, double[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap1d:(IDDII[DI)V]
GL.glMap1d ( int p1, double p2, double p3, int p4, int p5, DoubleBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap1d:(IDDIILjava/nio/DoubleBuffer;)V]
GL.glMap1f ( int p1, float p2, float p3, int p4, int p5, float[ ] p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap1f:(IFFII[FI)V]
GL.glMap1f ( int p1, float p2, float p3, int p4, int p5, FloatBuffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap1f:(IFFIILjava/nio/FloatBuffer;)V]
GL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap2d:(IDDIIDDII[DI)V]
GL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, DoubleBuffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap2d:(IDDIIDDIILjava/nio/DoubleBuffer;)V]
GL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float[ ] p10, int p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap2f:(IFFIIFFII[FI)V]
GL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, FloatBuffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMap2f:(IFFIIFFIILjava/nio/FloatBuffer;)V]
GL.glMapBufferARB ( int p1, int p2 ) [abstract] : ByteBuffer
[mangled: javax/media/opengl/GL.glMapBufferARB:(II)Ljava/nio/ByteBuffer;]
GL.glMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, Buffer p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapControlPointsNV:(IIIIIIIZLjava/nio/Buffer;)V]
GL.glMapGrid1d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapGrid1d:(IDD)V]
GL.glMapGrid1f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapGrid1f:(IFF)V]
GL.glMapGrid2d ( int p1, double p2, double p3, int p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapGrid2d:(IDDIDD)V]
GL.glMapGrid2f ( int p1, float p2, float p3, int p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapGrid2f:(IFFIFF)V]
GL.glMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapParameterfvNV:(II[FI)V]
GL.glMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
GL.glMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapParameterivNV:(II[II)V]
GL.glMapParameterivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapParameterivNV:(IILjava/nio/IntBuffer;)V]
GL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib1dAPPLE:(IIDDII[DI)V]
GL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, DoubleBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib1dAPPLE:(IIDDIILjava/nio/DoubleBuffer;)V]
GL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib1fAPPLE:(IIFFII[FI)V]
GL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, FloatBuffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib1fAPPLE:(IIFFIILjava/nio/FloatBuffer;)V]
GL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, double[ ] p11, int p12 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib2dAPPLE:(IIDDIIDDII[DI)V]
GL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, DoubleBuffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib2dAPPLE:(IIDDIIDDIILjava/nio/DoubleBuffer;)V]
GL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, float[ ] p11, int p12 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib2fAPPLE:(IIFFIIFFII[FI)V]
GL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, FloatBuffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMapVertexAttrib2fAPPLE:(IIFFIIFFIILjava/nio/FloatBuffer;)V]
GL.glMaterialf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMaterialf:(IIF)V]
GL.glMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMaterialfv:(II[FI)V]
GL.glMaterialfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMaterialfv:(IILjava/nio/FloatBuffer;)V]
GL.glMateriali ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMateriali:(III)V]
GL.glMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMaterialiv:(II[II)V]
GL.glMaterialiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMaterialiv:(IILjava/nio/IntBuffer;)V]
GL.glMatrixIndexPointerARB ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexPointerARB:(IIILjava/nio/Buffer;)V]
GL.glMatrixIndexPointerARB ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexPointerARB:(IIIJ)V]
GL.glMatrixIndexubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexubvARB:(I[BI)V]
GL.glMatrixIndexubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexubvARB:(ILjava/nio/ByteBuffer;)V]
GL.glMatrixIndexuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexuivARB:(I[II)V]
GL.glMatrixIndexuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexuivARB:(ILjava/nio/IntBuffer;)V]
GL.glMatrixIndexusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexusvARB:(I[SI)V]
GL.glMatrixIndexusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixIndexusvARB:(ILjava/nio/ShortBuffer;)V]
GL.glMatrixMode ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMatrixMode:(I)V]
GL.glMinmax ( int p1, int p2, boolean p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMinmax:(IIZ)V]
GL.glMultiDrawArrays ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawArrays:(I[II[III)V]
GL.glMultiDrawArrays ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawArrays:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
GL.glMultiDrawArraysEXT ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawArraysEXT:(I[II[III)V]
GL.glMultiDrawArraysEXT ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawArraysEXT:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
GL.glMultiDrawElementArrayAPPLE ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElementArrayAPPLE:(I[II[III)V]
GL.glMultiDrawElementArrayAPPLE ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElementArrayAPPLE:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
GL.glMultiDrawElements ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElements:(I[III[Ljava/nio/Buffer;I)V]
GL.glMultiDrawElements ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElements:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
GL.glMultiDrawElementsEXT ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElementsEXT:(I[III[Ljava/nio/Buffer;I)V]
GL.glMultiDrawElementsEXT ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawElementsEXT:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
GL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawRangeElementArrayAPPLE:(III[II[III)V]
GL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiDrawRangeElementArrayAPPLE:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
GL.glMultiModeDrawArraysIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, int p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiModeDrawArraysIBM:([II[II[IIII)V]
GL.glMultiModeDrawArraysIBM ( IntBuffer p1, IntBuffer p2, IntBuffer p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiModeDrawArraysIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;II)V]
GL.glMultiModeDrawElementsIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int p5, Buffer[ ] p6, int p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiModeDrawElementsIBM:([II[III[Ljava/nio/Buffer;II)V]
GL.glMultiModeDrawElementsIBM ( IntBuffer p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiModeDrawElementsIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I[Ljava/nio/Buffer;II)V]
GL.glMultiTexCoord1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1d:(ID)V]
GL.glMultiTexCoord1dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1dv:(I[DI)V]
GL.glMultiTexCoord1dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1dv:(ILjava/nio/DoubleBuffer;)V]
GL.glMultiTexCoord1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1f:(IF)V]
GL.glMultiTexCoord1fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1fv:(I[FI)V]
GL.glMultiTexCoord1fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1fv:(ILjava/nio/FloatBuffer;)V]
GL.glMultiTexCoord1hNV ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1hNV:(IS)V]
GL.glMultiTexCoord1hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1hvNV:(I[SI)V]
GL.glMultiTexCoord1hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord1i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1i:(II)V]
GL.glMultiTexCoord1iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1iv:(I[II)V]
GL.glMultiTexCoord1iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1iv:(ILjava/nio/IntBuffer;)V]
GL.glMultiTexCoord1s ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1s:(IS)V]
GL.glMultiTexCoord1sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1sv:(I[SI)V]
GL.glMultiTexCoord1sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord1sv:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2d:(IDD)V]
GL.glMultiTexCoord2dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2dv:(I[DI)V]
GL.glMultiTexCoord2dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2dv:(ILjava/nio/DoubleBuffer;)V]
GL.glMultiTexCoord2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2f:(IFF)V]
GL.glMultiTexCoord2fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2fv:(I[FI)V]
GL.glMultiTexCoord2fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2fv:(ILjava/nio/FloatBuffer;)V]
GL.glMultiTexCoord2hNV ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2hNV:(ISS)V]
GL.glMultiTexCoord2hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2hvNV:(I[SI)V]
GL.glMultiTexCoord2hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord2i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2i:(III)V]
GL.glMultiTexCoord2iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2iv:(I[II)V]
GL.glMultiTexCoord2iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2iv:(ILjava/nio/IntBuffer;)V]
GL.glMultiTexCoord2s ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2s:(ISS)V]
GL.glMultiTexCoord2sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2sv:(I[SI)V]
GL.glMultiTexCoord2sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord2sv:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3d:(IDDD)V]
GL.glMultiTexCoord3dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3dv:(I[DI)V]
GL.glMultiTexCoord3dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3dv:(ILjava/nio/DoubleBuffer;)V]
GL.glMultiTexCoord3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3f:(IFFF)V]
GL.glMultiTexCoord3fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3fv:(I[FI)V]
GL.glMultiTexCoord3fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3fv:(ILjava/nio/FloatBuffer;)V]
GL.glMultiTexCoord3hNV ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3hNV:(ISSS)V]
GL.glMultiTexCoord3hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3hvNV:(I[SI)V]
GL.glMultiTexCoord3hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord3i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3i:(IIII)V]
GL.glMultiTexCoord3iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3iv:(I[II)V]
GL.glMultiTexCoord3iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3iv:(ILjava/nio/IntBuffer;)V]
GL.glMultiTexCoord3s ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3s:(ISSS)V]
GL.glMultiTexCoord3sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3sv:(I[SI)V]
GL.glMultiTexCoord3sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord3sv:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4d:(IDDDD)V]
GL.glMultiTexCoord4dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4dv:(I[DI)V]
GL.glMultiTexCoord4dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4dv:(ILjava/nio/DoubleBuffer;)V]
GL.glMultiTexCoord4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4f:(IFFFF)V]
GL.glMultiTexCoord4fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4fv:(I[FI)V]
GL.glMultiTexCoord4fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4fv:(ILjava/nio/FloatBuffer;)V]
GL.glMultiTexCoord4hNV ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4hNV:(ISSSS)V]
GL.glMultiTexCoord4hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4hvNV:(I[SI)V]
GL.glMultiTexCoord4hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glMultiTexCoord4i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4i:(IIIII)V]
GL.glMultiTexCoord4iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4iv:(I[II)V]
GL.glMultiTexCoord4iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4iv:(ILjava/nio/IntBuffer;)V]
GL.glMultiTexCoord4s ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4s:(ISSSS)V]
GL.glMultiTexCoord4sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4sv:(I[SI)V]
GL.glMultiTexCoord4sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultiTexCoord4sv:(ILjava/nio/ShortBuffer;)V]
GL.glMultMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultMatrixd:([DI)V]
GL.glMultMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL.glMultMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultMatrixf:([FI)V]
GL.glMultMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultMatrixf:(Ljava/nio/FloatBuffer;)V]
GL.glMultTransposeMatrixd ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultTransposeMatrixd:([DI)V]
GL.glMultTransposeMatrixd ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
GL.glMultTransposeMatrixf ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultTransposeMatrixf:([FI)V]
GL.glMultTransposeMatrixf ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glMultTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
GL.glNewBufferRegion ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glNewBufferRegion:(I)I]
GL.glNewList ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNewList:(II)V]
GL.glNewObjectBufferATI ( int p1, Buffer p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GL.glNewObjectBufferATI:(ILjava/nio/Buffer;I)I]
GL.glNormal3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3b:(BBB)V]
GL.glNormal3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3bv:([BI)V]
GL.glNormal3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3bv:(Ljava/nio/ByteBuffer;)V]
GL.glNormal3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3d:(DDD)V]
GL.glNormal3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3dv:([DI)V]
GL.glNormal3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glNormal3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3f:(FFF)V]
GL.glNormal3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3fv:([FI)V]
GL.glNormal3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3fv:(Ljava/nio/FloatBuffer;)V]
GL.glNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3fVertex3fSUN:(FFFFFF)V]
GL.glNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3fVertex3fvSUN:([FI[FI)V]
GL.glNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glNormal3hNV ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3hNV:(SSS)V]
GL.glNormal3hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3hvNV:([SI)V]
GL.glNormal3hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glNormal3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3i:(III)V]
GL.glNormal3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3iv:([II)V]
GL.glNormal3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3iv:(Ljava/nio/IntBuffer;)V]
GL.glNormal3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3s:(SSS)V]
GL.glNormal3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3sv:([SI)V]
GL.glNormal3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormal3sv:(Ljava/nio/ShortBuffer;)V]
GL.glNormalPointer ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalPointer:(IILjava/nio/Buffer;)V]
GL.glNormalPointer ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalPointer:(IIJ)V]
GL.glNormalStream3bATI ( int p1, byte p2, byte p3, byte p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3bATI:(IBBB)V]
GL.glNormalStream3bvATI ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3bvATI:(I[BI)V]
GL.glNormalStream3bvATI ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3bvATI:(ILjava/nio/ByteBuffer;)V]
GL.glNormalStream3dATI ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3dATI:(IDDD)V]
GL.glNormalStream3dvATI ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3dvATI:(I[DI)V]
GL.glNormalStream3dvATI ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
GL.glNormalStream3fATI ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3fATI:(IFFF)V]
GL.glNormalStream3fvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3fvATI:(I[FI)V]
GL.glNormalStream3fvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3fvATI:(ILjava/nio/FloatBuffer;)V]
GL.glNormalStream3iATI ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3iATI:(IIII)V]
GL.glNormalStream3ivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3ivATI:(I[II)V]
GL.glNormalStream3ivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3ivATI:(ILjava/nio/IntBuffer;)V]
GL.glNormalStream3sATI ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3sATI:(ISSS)V]
GL.glNormalStream3svATI ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3svATI:(I[SI)V]
GL.glNormalStream3svATI ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glNormalStream3svATI:(ILjava/nio/ShortBuffer;)V]
GL.glOrtho ( double p1, double p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glOrtho:(DDDDDD)V]
GL.glPassTexCoordATI ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPassTexCoordATI:(III)V]
GL.glPassThrough ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPassThrough:(F)V]
GL.glPixelDataRangeNV ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelDataRangeNV:(IILjava/nio/Buffer;)V]
GL.glPixelMapfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapfv:(II[FI)V]
GL.glPixelMapfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapfv:(IILjava/nio/FloatBuffer;)V]
GL.glPixelMapfv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapfv:(IIJ)V]
GL.glPixelMapuiv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapuiv:(II[II)V]
GL.glPixelMapuiv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapuiv:(IILjava/nio/IntBuffer;)V]
GL.glPixelMapuiv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapuiv:(IIJ)V]
GL.glPixelMapusv ( int p1, int p2, long p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapusv:(IIJ)V]
GL.glPixelMapusv ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapusv:(II[SI)V]
GL.glPixelMapusv ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelMapusv:(IILjava/nio/ShortBuffer;)V]
GL.glPixelStoref ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelStoref:(IF)V]
GL.glPixelTexGenParameterfSGIS ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameterfSGIS:(IF)V]
GL.glPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameterfvSGIS:(I[FI)V]
GL.glPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glPixelTexGenParameteriSGIS ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameteriSGIS:(II)V]
GL.glPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameterivSGIS:(I[II)V]
GL.glPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
GL.glPixelTexGenSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTexGenSGIX:(I)V]
GL.glPixelTransferf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransferf:(IF)V]
GL.glPixelTransferi ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransferi:(II)V]
GL.glPixelTransformParameterfEXT ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameterfEXT:(IIF)V]
GL.glPixelTransformParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameterfvEXT:(II[FI)V]
GL.glPixelTransformParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
GL.glPixelTransformParameteriEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameteriEXT:(III)V]
GL.glPixelTransformParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameterivEXT:(II[II)V]
GL.glPixelTransformParameterivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelTransformParameterivEXT:(IILjava/nio/IntBuffer;)V]
GL.glPixelZoom ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPixelZoom:(FF)V]
GL.glPNTrianglesfATI ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPNTrianglesfATI:(IF)V]
GL.glPNTrianglesiATI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPNTrianglesiATI:(II)V]
GL.glPointParameterf ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterf:(IF)V]
GL.glPointParameterfARB ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfARB:(IF)V]
GL.glPointParameterfEXT ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfEXT:(IF)V]
GL.glPointParameterfSGIS ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfSGIS:(IF)V]
GL.glPointParameterfv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfv:(I[FI)V]
GL.glPointParameterfv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfv:(ILjava/nio/FloatBuffer;)V]
GL.glPointParameterfvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvARB:(I[FI)V]
GL.glPointParameterfvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvARB:(ILjava/nio/FloatBuffer;)V]
GL.glPointParameterfvEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvEXT:(I[FI)V]
GL.glPointParameterfvEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
GL.glPointParameterfvSGIS ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvSGIS:(I[FI)V]
GL.glPointParameterfvSGIS ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
GL.glPointParameteri ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameteri:(II)V]
GL.glPointParameteriNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameteriNV:(II)V]
GL.glPointParameteriv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameteriv:(I[II)V]
GL.glPointParameteriv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameteriv:(ILjava/nio/IntBuffer;)V]
GL.glPointParameterivNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterivNV:(I[II)V]
GL.glPointParameterivNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointParameterivNV:(ILjava/nio/IntBuffer;)V]
GL.glPointSize ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPointSize:(F)V]
GL.glPollAsyncSGIX ( int[ ] p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glPollAsyncSGIX:([II)I]
GL.glPollAsyncSGIX ( IntBuffer p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glPollAsyncSGIX:(Ljava/nio/IntBuffer;)I]
GL.glPollInstrumentsSGIX ( int[ ] p1, int p2 ) [abstract] : int
[mangled: javax/media/opengl/GL.glPollInstrumentsSGIX:([II)I]
GL.glPollInstrumentsSGIX ( IntBuffer p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glPollInstrumentsSGIX:(Ljava/nio/IntBuffer;)I]
GL.glPolygonMode ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPolygonMode:(II)V]
GL.glPolygonStipple ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPolygonStipple:([BI)V]
GL.glPolygonStipple ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPolygonStipple:(Ljava/nio/ByteBuffer;)V]
GL.glPolygonStipple ( long p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPolygonStipple:(J)V]
GL.glPopAttrib ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPopAttrib:()V]
GL.glPopClientAttrib ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPopClientAttrib:()V]
GL.glPopMatrix ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPopMatrix:()V]
GL.glPopName ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPopName:()V]
GL.glPrimitiveRestartIndexNV ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPrimitiveRestartIndexNV:(I)V]
GL.glPrimitiveRestartNV ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPrimitiveRestartNV:()V]
GL.glPrioritizeTextures ( int p1, int[ ] p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPrioritizeTextures:(I[II[FI)V]
GL.glPrioritizeTextures ( int p1, IntBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPrioritizeTextures:(ILjava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
GL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersfvNV:(IIII[FI)V]
GL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersfvNV:(IIIILjava/nio/FloatBuffer;)V]
GL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersIivNV:(IIII[II)V]
GL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersIivNV:(IIIILjava/nio/IntBuffer;)V]
GL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersIuivNV:(IIII[II)V]
GL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramBufferParametersIuivNV:(IIIILjava/nio/IntBuffer;)V]
GL.glProgramEnvParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4dARB:(IIDDDD)V]
GL.glProgramEnvParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4dvARB:(II[DI)V]
GL.glProgramEnvParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
GL.glProgramEnvParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4fARB:(IIFFFF)V]
GL.glProgramEnvParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4fvARB:(II[FI)V]
GL.glProgramEnvParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glProgramEnvParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4iNV:(IIIIII)V]
GL.glProgramEnvParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4ivNV:(II[II)V]
GL.glProgramEnvParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
GL.glProgramEnvParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4uiNV:(IIIIII)V]
GL.glProgramEnvParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4uivNV:(II[II)V]
GL.glProgramEnvParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
GL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameters4fvEXT:(III[FI)V]
GL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParametersI4ivNV:(III[II)V]
GL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
GL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParametersI4uivNV:(III[II)V]
GL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramEnvParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
GL.glProgramLocalParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4dARB:(IIDDDD)V]
GL.glProgramLocalParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4dvARB:(II[DI)V]
GL.glProgramLocalParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
GL.glProgramLocalParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4fARB:(IIFFFF)V]
GL.glProgramLocalParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4fvARB:(II[FI)V]
GL.glProgramLocalParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glProgramLocalParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4iNV:(IIIIII)V]
GL.glProgramLocalParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4ivNV:(II[II)V]
GL.glProgramLocalParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
GL.glProgramLocalParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4uiNV:(IIIIII)V]
GL.glProgramLocalParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4uivNV:(II[II)V]
GL.glProgramLocalParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
GL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameters4fvEXT:(III[FI)V]
GL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
GL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParametersI4ivNV:(III[II)V]
GL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
GL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParametersI4uivNV:(III[II)V]
GL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramLocalParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
GL.glProgramNamedParameter4dNV ( int p1, int p2, String p3, double p4, double p5, double p6, double p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4dNV:(IILjava/lang/String;DDDD)V]
GL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4dvNV:(IILjava/lang/String;[DI)V]
GL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4dvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
GL.glProgramNamedParameter4fNV ( int p1, int p2, String p3, float p4, float p5, float p6, float p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4fNV:(IILjava/lang/String;FFFF)V]
GL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4fvNV:(IILjava/lang/String;[FI)V]
GL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramNamedParameter4fvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
GL.glProgramParameter4dNV ( int p1, int p2, double p3, double p4, double p5, double p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4dNV:(IIDDDD)V]
GL.glProgramParameter4dvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4dvNV:(II[DI)V]
GL.glProgramParameter4dvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4dvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glProgramParameter4fNV ( int p1, int p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4fNV:(IIFFFF)V]
GL.glProgramParameter4fvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4fvNV:(II[FI)V]
GL.glProgramParameter4fvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameter4fvNV:(IILjava/nio/FloatBuffer;)V]
GL.glProgramParameteriEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameteriEXT:(III)V]
GL.glProgramParameters4dvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameters4dvNV:(III[DI)V]
GL.glProgramParameters4dvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameters4dvNV:(IIILjava/nio/DoubleBuffer;)V]
GL.glProgramParameters4fvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameters4fvNV:(III[FI)V]
GL.glProgramParameters4fvNV ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramParameters4fvNV:(IIILjava/nio/FloatBuffer;)V]
GL.glProgramStringARB ( int p1, int p2, int p3, String p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramStringARB:(IIILjava/lang/String;)V]
GL.glProgramVertexLimitNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glProgramVertexLimitNV:(II)V]
GL.glPushAttrib ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPushAttrib:(I)V]
GL.glPushClientAttrib ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPushClientAttrib:(I)V]
GL.glPushMatrix ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glPushMatrix:()V]
GL.glPushName ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glPushName:(I)V]
GL.glRasterPos2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2d:(DD)V]
GL.glRasterPos2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2dv:([DI)V]
GL.glRasterPos2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2dv:(Ljava/nio/DoubleBuffer;)V]
GL.glRasterPos2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2f:(FF)V]
GL.glRasterPos2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2fv:([FI)V]
GL.glRasterPos2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2fv:(Ljava/nio/FloatBuffer;)V]
GL.glRasterPos2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2i:(II)V]
GL.glRasterPos2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2iv:([II)V]
GL.glRasterPos2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2iv:(Ljava/nio/IntBuffer;)V]
GL.glRasterPos2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2s:(SS)V]
GL.glRasterPos2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2sv:([SI)V]
GL.glRasterPos2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos2sv:(Ljava/nio/ShortBuffer;)V]
GL.glRasterPos3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3d:(DDD)V]
GL.glRasterPos3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3dv:([DI)V]
GL.glRasterPos3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glRasterPos3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3f:(FFF)V]
GL.glRasterPos3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3fv:([FI)V]
GL.glRasterPos3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3fv:(Ljava/nio/FloatBuffer;)V]
GL.glRasterPos3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3i:(III)V]
GL.glRasterPos3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3iv:([II)V]
GL.glRasterPos3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3iv:(Ljava/nio/IntBuffer;)V]
GL.glRasterPos3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3s:(SSS)V]
GL.glRasterPos3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3sv:([SI)V]
GL.glRasterPos3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos3sv:(Ljava/nio/ShortBuffer;)V]
GL.glRasterPos4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4d:(DDDD)V]
GL.glRasterPos4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4dv:([DI)V]
GL.glRasterPos4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4dv:(Ljava/nio/DoubleBuffer;)V]
GL.glRasterPos4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4f:(FFFF)V]
GL.glRasterPos4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4fv:([FI)V]
GL.glRasterPos4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4fv:(Ljava/nio/FloatBuffer;)V]
GL.glRasterPos4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4i:(IIII)V]
GL.glRasterPos4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4iv:([II)V]
GL.glRasterPos4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4iv:(Ljava/nio/IntBuffer;)V]
GL.glRasterPos4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4s:(SSSS)V]
GL.glRasterPos4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4sv:([SI)V]
GL.glRasterPos4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRasterPos4sv:(Ljava/nio/ShortBuffer;)V]
GL.glReadBuffer ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReadBuffer:(I)V]
GL.glReadBufferRegion ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReadBufferRegion:(IIIII)V]
GL.glReadInstrumentsSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReadInstrumentsSGIX:(I)V]
GL.glRectd ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectd:(DDDD)V]
GL.glRectdv ( double[ ] p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectdv:([DI[DI)V]
GL.glRectdv ( DoubleBuffer p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectdv:(Ljava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;)V]
GL.glRectf ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectf:(FFFF)V]
GL.glRectfv ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectfv:([FI[FI)V]
GL.glRectfv ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectfv:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glRecti ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRecti:(IIII)V]
GL.glRectiv ( int[ ] p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectiv:([II[II)V]
GL.glRectiv ( IntBuffer p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectiv:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
GL.glRects ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRects:(SSSS)V]
GL.glRectsv ( short[ ] p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectsv:([SI[SI)V]
GL.glRectsv ( ShortBuffer p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRectsv:(Ljava/nio/ShortBuffer;Ljava/nio/ShortBuffer;)V]
GL.glReferencePlaneSGIX ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReferencePlaneSGIX:([DI)V]
GL.glReferencePlaneSGIX ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReferencePlaneSGIX:(Ljava/nio/DoubleBuffer;)V]
GL.glRenderbufferStorageEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRenderbufferStorageEXT:(IIII)V]
GL.glRenderbufferStorageMultisampleCoverageNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRenderbufferStorageMultisampleCoverageNV:(IIIIII)V]
GL.glRenderbufferStorageMultisampleEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRenderbufferStorageMultisampleEXT:(IIIII)V]
GL.glRenderMode ( int p1 ) [abstract] : int
[mangled: javax/media/opengl/GL.glRenderMode:(I)I]
GL.glReplacementCodeuiColor3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor3fVertex3fSUN:(IFFFFFF)V]
GL.glReplacementCodeuiColor3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor3fVertex3fvSUN:([II[FI[FI)V]
GL.glReplacementCodeuiColor3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4fNormal3fVertex3fSUN:(IFFFFFFFFFF)V]
GL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
GL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiColor4ubVertex3fSUN ( int p1, byte p2, byte p3, byte p4, byte p5, float p6, float p7, float p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4ubVertex3fSUN:(IBBBBFFF)V]
GL.glReplacementCodeuiColor4ubVertex3fvSUN ( int[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4ubVertex3fvSUN:([II[BI[FI)V]
GL.glReplacementCodeuiColor4ubVertex3fvSUN ( IntBuffer p1, ByteBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiColor4ubVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiNormal3fVertex3fSUN:(IFFFFFF)V]
GL.glReplacementCodeuiNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiNormal3fVertex3fvSUN:([II[FI[FI)V]
GL.glReplacementCodeuiNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN:(IFFFFFFFFFFFF)V]
GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8, float[ ] p9, int p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI[FI)V]
GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4, FloatBuffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN:(IFFFFFFFF)V]
GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiTexCoord2fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fVertex3fSUN:(IFFFFF)V]
GL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fVertex3fvSUN:([II[FI[FI)V]
GL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiTexCoord2fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glReplacementCodeuiVertex3fSUN ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiVertex3fSUN:(IFFF)V]
GL.glReplacementCodeuiVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiVertex3fvSUN:([II[FI)V]
GL.glReplacementCodeuiVertex3fvSUN ( IntBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glReplacementCodeuiVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
GL.glRequestResidentProgramsNV ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRequestResidentProgramsNV:(I[II)V]
GL.glRequestResidentProgramsNV ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRequestResidentProgramsNV:(ILjava/nio/IntBuffer;)V]
GL.glResetHistogram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glResetHistogram:(I)V]
GL.glResetMinmax ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glResetMinmax:(I)V]
GL.glResizeBuffersMESA ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glResizeBuffersMESA:()V]
GL.glRotated ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRotated:(DDDD)V]
GL.glRotatef ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glRotatef:(FFFF)V]
GL.glSampleMapATI ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSampleMapATI:(III)V]
GL.glSampleMaskEXT ( float p1, boolean p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSampleMaskEXT:(FZ)V]
GL.glSampleMaskSGIS ( float p1, boolean p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSampleMaskSGIS:(FZ)V]
GL.glSamplePatternEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSamplePatternEXT:(I)V]
GL.glSamplePatternSGIS ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSamplePatternSGIS:(I)V]
GL.glScaled ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glScaled:(DDD)V]
GL.glScalef ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glScalef:(FFF)V]
GL.glSecondaryColor3b ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3b:(BBB)V]
GL.glSecondaryColor3bEXT ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3bEXT:(BBB)V]
GL.glSecondaryColor3bv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3bv:([BI)V]
GL.glSecondaryColor3bv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3bv:(Ljava/nio/ByteBuffer;)V]
GL.glSecondaryColor3bvEXT ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3bvEXT:([BI)V]
GL.glSecondaryColor3bvEXT ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3bvEXT:(Ljava/nio/ByteBuffer;)V]
GL.glSecondaryColor3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3d:(DDD)V]
GL.glSecondaryColor3dEXT ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3dEXT:(DDD)V]
GL.glSecondaryColor3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3dv:([DI)V]
GL.glSecondaryColor3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glSecondaryColor3dvEXT ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3dvEXT:([DI)V]
GL.glSecondaryColor3dvEXT ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3dvEXT:(Ljava/nio/DoubleBuffer;)V]
GL.glSecondaryColor3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3f:(FFF)V]
GL.glSecondaryColor3fEXT ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3fEXT:(FFF)V]
GL.glSecondaryColor3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3fv:([FI)V]
GL.glSecondaryColor3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3fv:(Ljava/nio/FloatBuffer;)V]
GL.glSecondaryColor3fvEXT ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3fvEXT:([FI)V]
GL.glSecondaryColor3fvEXT ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3fvEXT:(Ljava/nio/FloatBuffer;)V]
GL.glSecondaryColor3hNV ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3hNV:(SSS)V]
GL.glSecondaryColor3hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3hvNV:([SI)V]
GL.glSecondaryColor3hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glSecondaryColor3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3i:(III)V]
GL.glSecondaryColor3iEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3iEXT:(III)V]
GL.glSecondaryColor3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3iv:([II)V]
GL.glSecondaryColor3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3iv:(Ljava/nio/IntBuffer;)V]
GL.glSecondaryColor3ivEXT ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ivEXT:([II)V]
GL.glSecondaryColor3ivEXT ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ivEXT:(Ljava/nio/IntBuffer;)V]
GL.glSecondaryColor3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3s:(SSS)V]
GL.glSecondaryColor3sEXT ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3sEXT:(SSS)V]
GL.glSecondaryColor3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3sv:([SI)V]
GL.glSecondaryColor3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3sv:(Ljava/nio/ShortBuffer;)V]
GL.glSecondaryColor3svEXT ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3svEXT:([SI)V]
GL.glSecondaryColor3svEXT ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3svEXT:(Ljava/nio/ShortBuffer;)V]
GL.glSecondaryColor3ub ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ub:(BBB)V]
GL.glSecondaryColor3ubEXT ( byte p1, byte p2, byte p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ubEXT:(BBB)V]
GL.glSecondaryColor3ubv ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ubv:([BI)V]
GL.glSecondaryColor3ubv ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ubv:(Ljava/nio/ByteBuffer;)V]
GL.glSecondaryColor3ubvEXT ( byte[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ubvEXT:([BI)V]
GL.glSecondaryColor3ubvEXT ( ByteBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ubvEXT:(Ljava/nio/ByteBuffer;)V]
GL.glSecondaryColor3ui ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3ui:(III)V]
GL.glSecondaryColor3uiEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3uiEXT:(III)V]
GL.glSecondaryColor3uiv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3uiv:([II)V]
GL.glSecondaryColor3uiv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3uiv:(Ljava/nio/IntBuffer;)V]
GL.glSecondaryColor3uivEXT ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3uivEXT:([II)V]
GL.glSecondaryColor3uivEXT ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3uivEXT:(Ljava/nio/IntBuffer;)V]
GL.glSecondaryColor3us ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3us:(SSS)V]
GL.glSecondaryColor3usEXT ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3usEXT:(SSS)V]
GL.glSecondaryColor3usv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3usv:([SI)V]
GL.glSecondaryColor3usv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3usv:(Ljava/nio/ShortBuffer;)V]
GL.glSecondaryColor3usvEXT ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3usvEXT:([SI)V]
GL.glSecondaryColor3usvEXT ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColor3usvEXT:(Ljava/nio/ShortBuffer;)V]
GL.glSecondaryColorPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColorPointer:(IIILjava/nio/Buffer;)V]
GL.glSecondaryColorPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColorPointer:(IIIJ)V]
GL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColorPointerEXT:(IIILjava/nio/Buffer;)V]
GL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSecondaryColorPointerEXT:(IIIJ)V]
GL.glSelectBuffer ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSelectBuffer:(ILjava/nio/IntBuffer;)V]
GL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSeparableFilter2D:(IIIIIILjava/nio/Buffer;Ljava/nio/Buffer;)V]
GL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7, long p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSeparableFilter2D:(IIIIIIJJ)V]
GL.glSetFenceAPPLE ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetFenceAPPLE:(I)V]
GL.glSetFenceNV ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetFenceNV:(II)V]
GL.glSetFragmentShaderConstantATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetFragmentShaderConstantATI:(I[FI)V]
GL.glSetFragmentShaderConstantATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetFragmentShaderConstantATI:(ILjava/nio/FloatBuffer;)V]
GL.glSetInvariantEXT ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetInvariantEXT:(IILjava/nio/Buffer;)V]
GL.glSetLocalConstantEXT ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSetLocalConstantEXT:(IILjava/nio/Buffer;)V]
GL.glShadeModel ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShadeModel:(I)V]
GL.glShaderOp1EXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderOp1EXT:(III)V]
GL.glShaderOp2EXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderOp2EXT:(IIII)V]
GL.glShaderOp3EXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderOp3EXT:(IIIII)V]
GL.glShaderSource ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderSource:(II[Ljava/lang/String;[II)V]
GL.glShaderSource ( int p1, int p2, String[ ] p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderSource:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
GL.glShaderSourceARB ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderSourceARB:(II[Ljava/lang/String;[II)V]
GL.glShaderSourceARB ( int p1, int p2, String[ ] p3, IntBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glShaderSourceARB:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
GL.glSharpenTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSharpenTexFuncSGIS:(II[FI)V]
GL.glSharpenTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSharpenTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
GL.glSpriteParameterfSGIX ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameterfSGIX:(IF)V]
GL.glSpriteParameterfvSGIX ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameterfvSGIX:(I[FI)V]
GL.glSpriteParameterfvSGIX ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameterfvSGIX:(ILjava/nio/FloatBuffer;)V]
GL.glSpriteParameteriSGIX ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameteriSGIX:(II)V]
GL.glSpriteParameterivSGIX ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameterivSGIX:(I[II)V]
GL.glSpriteParameterivSGIX ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSpriteParameterivSGIX:(ILjava/nio/IntBuffer;)V]
GL.glStartInstrumentsSGIX ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glStartInstrumentsSGIX:()V]
GL.glStencilClearTagEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilClearTagEXT:(II)V]
GL.glStencilFuncSeparate ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilFuncSeparate:(IIII)V]
GL.glStencilFuncSeparateATI ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilFuncSeparateATI:(IIII)V]
GL.glStencilMaskSeparate ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilMaskSeparate:(II)V]
GL.glStencilOpSeparate ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilOpSeparate:(IIII)V]
GL.glStencilOpSeparateATI ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStencilOpSeparateATI:(IIII)V]
GL.glStopInstrumentsSGIX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStopInstrumentsSGIX:(I)V]
GL.glStringMarkerGREMEDY ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glStringMarkerGREMEDY:(ILjava/nio/Buffer;)V]
GL.glSwapAPPLE ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glSwapAPPLE:()V]
GL.glSwizzleEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glSwizzleEXT:(IIIIII)V]
GL.glTagSampleBufferSGIX ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glTagSampleBufferSGIX:()V]
GL.glTbufferMask3DFX ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTbufferMask3DFX:(I)V]
GL.glTestFenceAPPLE ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glTestFenceAPPLE:(I)Z]
GL.glTestFenceNV ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glTestFenceNV:(I)Z]
GL.glTestObjectAPPLE ( int p1, int p2 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glTestObjectAPPLE:(II)Z]
GL.glTexBufferEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexBufferEXT:(III)V]
GL.glTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexBumpParameterfvATI:(I[FI)V]
GL.glTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
GL.glTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexBumpParameterivATI:(I[II)V]
GL.glTexBumpParameterivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
GL.glTexCoord1d ( double p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1d:(D)V]
GL.glTexCoord1dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1dv:([DI)V]
GL.glTexCoord1dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1dv:(Ljava/nio/DoubleBuffer;)V]
GL.glTexCoord1f ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1f:(F)V]
GL.glTexCoord1fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1fv:([FI)V]
GL.glTexCoord1fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1fv:(Ljava/nio/FloatBuffer;)V]
GL.glTexCoord1hNV ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1hNV:(S)V]
GL.glTexCoord1hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1hvNV:([SI)V]
GL.glTexCoord1hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord1i ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1i:(I)V]
GL.glTexCoord1iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1iv:([II)V]
GL.glTexCoord1iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1iv:(Ljava/nio/IntBuffer;)V]
GL.glTexCoord1s ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1s:(S)V]
GL.glTexCoord1sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1sv:([SI)V]
GL.glTexCoord1sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord1sv:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2d:(DD)V]
GL.glTexCoord2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2dv:([DI)V]
GL.glTexCoord2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2dv:(Ljava/nio/DoubleBuffer;)V]
GL.glTexCoord2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2f:(FF)V]
GL.glTexCoord2fColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor3fVertex3fSUN:(FFFFFFFF)V]
GL.glTexCoord2fColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor3fVertex3fvSUN:([FI[FI[FI)V]
GL.glTexCoord2fColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2fColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4fNormal3fVertex3fSUN:(FFFFFFFFFFFF)V]
GL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4fNormal3fVertex3fvSUN:([FI[FI[FI[FI)V]
GL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2fColor4ubVertex3fSUN ( float p1, float p2, byte p3, byte p4, byte p5, byte p6, float p7, float p8, float p9 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4ubVertex3fSUN:(FFBBBBFFF)V]
GL.glTexCoord2fColor4ubVertex3fvSUN ( float[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4ubVertex3fvSUN:([FI[BI[FI)V]
GL.glTexCoord2fColor4ubVertex3fvSUN ( FloatBuffer p1, ByteBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fColor4ubVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fNormal3fVertex3fSUN:(FFFFFFFF)V]
GL.glTexCoord2fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fNormal3fVertex3fvSUN:([FI[FI[FI)V]
GL.glTexCoord2fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fv:([FI)V]
GL.glTexCoord2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fv:(Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fVertex3fSUN:(FFFFF)V]
GL.glTexCoord2fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fVertex3fvSUN:([FI[FI)V]
GL.glTexCoord2fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord2hNV ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2hNV:(SS)V]
GL.glTexCoord2hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2hvNV:([SI)V]
GL.glTexCoord2hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2i:(II)V]
GL.glTexCoord2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2iv:([II)V]
GL.glTexCoord2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2iv:(Ljava/nio/IntBuffer;)V]
GL.glTexCoord2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2s:(SS)V]
GL.glTexCoord2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2sv:([SI)V]
GL.glTexCoord2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord2sv:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3d:(DDD)V]
GL.glTexCoord3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3dv:([DI)V]
GL.glTexCoord3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glTexCoord3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3f:(FFF)V]
GL.glTexCoord3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3fv:([FI)V]
GL.glTexCoord3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3fv:(Ljava/nio/FloatBuffer;)V]
GL.glTexCoord3hNV ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3hNV:(SSS)V]
GL.glTexCoord3hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3hvNV:([SI)V]
GL.glTexCoord3hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3i:(III)V]
GL.glTexCoord3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3iv:([II)V]
GL.glTexCoord3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3iv:(Ljava/nio/IntBuffer;)V]
GL.glTexCoord3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3s:(SSS)V]
GL.glTexCoord3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3sv:([SI)V]
GL.glTexCoord3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord3sv:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4d:(DDDD)V]
GL.glTexCoord4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4dv:([DI)V]
GL.glTexCoord4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4dv:(Ljava/nio/DoubleBuffer;)V]
GL.glTexCoord4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4f:(FFFF)V]
GL.glTexCoord4fColor4fNormal3fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fColor4fNormal3fVertex4fSUN:(FFFFFFFFFFFFFFF)V]
GL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fColor4fNormal3fVertex4fvSUN:([FI[FI[FI[FI)V]
GL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fColor4fNormal3fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fv:([FI)V]
GL.glTexCoord4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fv:(Ljava/nio/FloatBuffer;)V]
GL.glTexCoord4fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fVertex4fSUN:(FFFFFFFF)V]
GL.glTexCoord4fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fVertex4fvSUN:([FI[FI)V]
GL.glTexCoord4fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
GL.glTexCoord4hNV ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4hNV:(SSSS)V]
GL.glTexCoord4hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4hvNV:([SI)V]
GL.glTexCoord4hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoord4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4i:(IIII)V]
GL.glTexCoord4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4iv:([II)V]
GL.glTexCoord4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4iv:(Ljava/nio/IntBuffer;)V]
GL.glTexCoord4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4s:(SSSS)V]
GL.glTexCoord4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4sv:([SI)V]
GL.glTexCoord4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoord4sv:(Ljava/nio/ShortBuffer;)V]
GL.glTexCoordPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoordPointer:(IIILjava/nio/Buffer;)V]
GL.glTexCoordPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexCoordPointer:(IIIJ)V]
GL.glTexEnvf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnvf:(IIF)V]
GL.glTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnvfv:(II[FI)V]
GL.glTexEnvfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnvfv:(IILjava/nio/FloatBuffer;)V]
GL.glTexEnvi ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnvi:(III)V]
GL.glTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnviv:(II[II)V]
GL.glTexEnviv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexEnviv:(IILjava/nio/IntBuffer;)V]
GL.glTexFilterFuncSGIS ( int p1, int p2, int p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexFilterFuncSGIS:(III[FI)V]
GL.glTexFilterFuncSGIS ( int p1, int p2, int p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexFilterFuncSGIS:(IIILjava/nio/FloatBuffer;)V]
GL.glTexGend ( int p1, int p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGend:(IID)V]
GL.glTexGendv ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGendv:(II[DI)V]
GL.glTexGendv ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGendv:(IILjava/nio/DoubleBuffer;)V]
GL.glTexGenf ( int p1, int p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGenf:(IIF)V]
GL.glTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGenfv:(II[FI)V]
GL.glTexGenfv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGenfv:(IILjava/nio/FloatBuffer;)V]
GL.glTexGeni ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGeni:(III)V]
GL.glTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGeniv:(II[II)V]
GL.glTexGeniv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexGeniv:(IILjava/nio/IntBuffer;)V]
GL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexImage1D:(IIIIIIILjava/nio/Buffer;)V]
GL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexImage1D:(IIIIIIIJ)V]
GL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexImage3D:(IIIIIIIIILjava/nio/Buffer;)V]
GL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, long p10 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexImage3D:(IIIIIIIIIJ)V]
GL.glTexImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexImage4DSGIS:(IIIIIIIIIILjava/nio/Buffer;)V]
GL.glTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexParameterIivEXT:(II[II)V]
GL.glTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
GL.glTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexParameterIuivEXT:(II[II)V]
GL.glTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
GL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
GL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexSubImage1D:(IIIIIIJ)V]
GL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
GL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexSubImage3D:(IIIIIIIIIIJ)V]
GL.glTexSubImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, Buffer p13 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTexSubImage4DSGIS:(IIIIIIIIIIIILjava/nio/Buffer;)V]
GL.glTextureColorMaskSGIS ( boolean p1, boolean p2, boolean p3, boolean p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTextureColorMaskSGIS:(ZZZZ)V]
GL.glTextureLightEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTextureLightEXT:(I)V]
GL.glTextureMaterialEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTextureMaterialEXT:(II)V]
GL.glTextureNormalEXT ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTextureNormalEXT:(I)V]
GL.glTextureRangeAPPLE ( int p1, int p2, Buffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTextureRangeAPPLE:(IILjava/nio/Buffer;)V]
GL.glTrackMatrixNV ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTrackMatrixNV:(IIII)V]
GL.glTransformFeedbackAttribsNV ( int p1, int[ ] p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTransformFeedbackAttribsNV:(I[III)V]
GL.glTransformFeedbackAttribsNV ( int p1, IntBuffer p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTransformFeedbackAttribsNV:(ILjava/nio/IntBuffer;I)V]
GL.glTransformFeedbackVaryingsNV ( int p1, int p2, int[ ] p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTransformFeedbackVaryingsNV:(II[III)V]
GL.glTransformFeedbackVaryingsNV ( int p1, int p2, IntBuffer p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTransformFeedbackVaryingsNV:(IILjava/nio/IntBuffer;I)V]
GL.glTranslated ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTranslated:(DDD)V]
GL.glTranslatef ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glTranslatef:(FFF)V]
GL.glUniform1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1f:(IF)V]
GL.glUniform1fARB ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1fARB:(IF)V]
GL.glUniform1fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1fv:(II[FI)V]
GL.glUniform1fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1fv:(IILjava/nio/FloatBuffer;)V]
GL.glUniform1fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1fvARB:(II[FI)V]
GL.glUniform1fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glUniform1i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1i:(II)V]
GL.glUniform1iARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1iARB:(II)V]
GL.glUniform1iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1iv:(II[II)V]
GL.glUniform1iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1iv:(IILjava/nio/IntBuffer;)V]
GL.glUniform1ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1ivARB:(II[II)V]
GL.glUniform1ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1ivARB:(IILjava/nio/IntBuffer;)V]
GL.glUniform1uiEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1uiEXT:(II)V]
GL.glUniform1uivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1uivEXT:(II[II)V]
GL.glUniform1uivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform1uivEXT:(IILjava/nio/IntBuffer;)V]
GL.glUniform2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2f:(IFF)V]
GL.glUniform2fARB ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2fARB:(IFF)V]
GL.glUniform2fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2fv:(II[FI)V]
GL.glUniform2fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2fv:(IILjava/nio/FloatBuffer;)V]
GL.glUniform2fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2fvARB:(II[FI)V]
GL.glUniform2fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glUniform2i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2i:(III)V]
GL.glUniform2iARB ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2iARB:(III)V]
GL.glUniform2iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2iv:(II[II)V]
GL.glUniform2iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2iv:(IILjava/nio/IntBuffer;)V]
GL.glUniform2ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2ivARB:(II[II)V]
GL.glUniform2ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2ivARB:(IILjava/nio/IntBuffer;)V]
GL.glUniform2uiEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2uiEXT:(III)V]
GL.glUniform2uivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2uivEXT:(II[II)V]
GL.glUniform2uivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform2uivEXT:(IILjava/nio/IntBuffer;)V]
GL.glUniform3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3f:(IFFF)V]
GL.glUniform3fARB ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3fARB:(IFFF)V]
GL.glUniform3fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3fv:(II[FI)V]
GL.glUniform3fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3fv:(IILjava/nio/FloatBuffer;)V]
GL.glUniform3fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3fvARB:(II[FI)V]
GL.glUniform3fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glUniform3i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3i:(IIII)V]
GL.glUniform3iARB ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3iARB:(IIII)V]
GL.glUniform3iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3iv:(II[II)V]
GL.glUniform3iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3iv:(IILjava/nio/IntBuffer;)V]
GL.glUniform3ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3ivARB:(II[II)V]
GL.glUniform3ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3ivARB:(IILjava/nio/IntBuffer;)V]
GL.glUniform3uiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3uiEXT:(IIII)V]
GL.glUniform3uivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3uivEXT:(II[II)V]
GL.glUniform3uivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform3uivEXT:(IILjava/nio/IntBuffer;)V]
GL.glUniform4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4f:(IFFFF)V]
GL.glUniform4fARB ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4fARB:(IFFFF)V]
GL.glUniform4fv ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4fv:(II[FI)V]
GL.glUniform4fv ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4fv:(IILjava/nio/FloatBuffer;)V]
GL.glUniform4fvARB ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4fvARB:(II[FI)V]
GL.glUniform4fvARB ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4fvARB:(IILjava/nio/FloatBuffer;)V]
GL.glUniform4i ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4i:(IIIII)V]
GL.glUniform4iARB ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4iARB:(IIIII)V]
GL.glUniform4iv ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4iv:(II[II)V]
GL.glUniform4iv ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4iv:(IILjava/nio/IntBuffer;)V]
GL.glUniform4ivARB ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4ivARB:(II[II)V]
GL.glUniform4ivARB ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4ivARB:(IILjava/nio/IntBuffer;)V]
GL.glUniform4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4uiEXT:(IIIII)V]
GL.glUniform4uivEXT ( int p1, int p2, int[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4uivEXT:(II[II)V]
GL.glUniform4uivEXT ( int p1, int p2, IntBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniform4uivEXT:(IILjava/nio/IntBuffer;)V]
GL.glUniformBufferEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformBufferEXT:(III)V]
GL.glUniformMatrix2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2fv:(IIZ[FI)V]
GL.glUniformMatrix2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2fvARB:(IIZ[FI)V]
GL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2x3fv:(IIZ[FI)V]
GL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2x3fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2x4fv:(IIZ[FI)V]
GL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix2x4fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3fv:(IIZ[FI)V]
GL.glUniformMatrix3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3fvARB:(IIZ[FI)V]
GL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3x2fv:(IIZ[FI)V]
GL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3x2fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3x4fv:(IIZ[FI)V]
GL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix3x4fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4fv:(IIZ[FI)V]
GL.glUniformMatrix4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4fvARB:(IIZ[FI)V]
GL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4fvARB:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4x2fv:(IIZ[FI)V]
GL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4x2fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4x3fv:(IIZ[FI)V]
GL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUniformMatrix4x3fv:(IIZLjava/nio/FloatBuffer;)V]
GL.glUnlockArraysEXT ( ) [abstract] : void
[mangled: javax/media/opengl/GL.glUnlockArraysEXT:()V]
GL.glUnmapBufferARB ( int p1 ) [abstract] : boolean
[mangled: javax/media/opengl/GL.glUnmapBufferARB:(I)Z]
GL.glUpdateObjectBufferATI ( int p1, int p2, int p3, Buffer p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUpdateObjectBufferATI:(IIILjava/nio/Buffer;I)V]
GL.glUseProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUseProgram:(I)V]
GL.glUseProgramObjectARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glUseProgramObjectARB:(I)V]
GL.glValidateProgram ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glValidateProgram:(I)V]
GL.glValidateProgramARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glValidateProgramARB:(I)V]
GL.glVariantArrayObjectATI ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantArrayObjectATI:(IIIII)V]
GL.glVariantbvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantbvEXT:(I[BI)V]
GL.glVariantbvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantbvEXT:(ILjava/nio/ByteBuffer;)V]
GL.glVariantdvEXT ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantdvEXT:(I[DI)V]
GL.glVariantdvEXT ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantdvEXT:(ILjava/nio/DoubleBuffer;)V]
GL.glVariantfvEXT ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantfvEXT:(I[FI)V]
GL.glVariantfvEXT ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantfvEXT:(ILjava/nio/FloatBuffer;)V]
GL.glVariantivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantivEXT:(I[II)V]
GL.glVariantivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVariantPointerEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantPointerEXT:(IIILjava/nio/Buffer;)V]
GL.glVariantPointerEXT ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantPointerEXT:(IIIJ)V]
GL.glVariantsvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantsvEXT:(I[SI)V]
GL.glVariantsvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantsvEXT:(ILjava/nio/ShortBuffer;)V]
GL.glVariantubvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantubvEXT:(I[BI)V]
GL.glVariantubvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantubvEXT:(ILjava/nio/ByteBuffer;)V]
GL.glVariantuivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantuivEXT:(I[II)V]
GL.glVariantuivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantuivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVariantusvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantusvEXT:(I[SI)V]
GL.glVariantusvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVariantusvEXT:(ILjava/nio/ShortBuffer;)V]
GL.glVertex2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2d:(DD)V]
GL.glVertex2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2dv:([DI)V]
GL.glVertex2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2dv:(Ljava/nio/DoubleBuffer;)V]
GL.glVertex2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2f:(FF)V]
GL.glVertex2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2fv:([FI)V]
GL.glVertex2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2fv:(Ljava/nio/FloatBuffer;)V]
GL.glVertex2hNV ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2hNV:(SS)V]
GL.glVertex2hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2hvNV:([SI)V]
GL.glVertex2hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glVertex2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2i:(II)V]
GL.glVertex2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2iv:([II)V]
GL.glVertex2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2iv:(Ljava/nio/IntBuffer;)V]
GL.glVertex2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2s:(SS)V]
GL.glVertex2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2sv:([SI)V]
GL.glVertex2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex2sv:(Ljava/nio/ShortBuffer;)V]
GL.glVertex3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3d:(DDD)V]
GL.glVertex3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3dv:([DI)V]
GL.glVertex3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glVertex3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3f:(FFF)V]
GL.glVertex3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3fv:([FI)V]
GL.glVertex3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3fv:(Ljava/nio/FloatBuffer;)V]
GL.glVertex3hNV ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3hNV:(SSS)V]
GL.glVertex3hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3hvNV:([SI)V]
GL.glVertex3hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glVertex3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3i:(III)V]
GL.glVertex3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3iv:([II)V]
GL.glVertex3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3iv:(Ljava/nio/IntBuffer;)V]
GL.glVertex3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3s:(SSS)V]
GL.glVertex3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3sv:([SI)V]
GL.glVertex3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex3sv:(Ljava/nio/ShortBuffer;)V]
GL.glVertex4d ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4d:(DDDD)V]
GL.glVertex4dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4dv:([DI)V]
GL.glVertex4dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4dv:(Ljava/nio/DoubleBuffer;)V]
GL.glVertex4f ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4f:(FFFF)V]
GL.glVertex4fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4fv:([FI)V]
GL.glVertex4fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4fv:(Ljava/nio/FloatBuffer;)V]
GL.glVertex4hNV ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4hNV:(SSSS)V]
GL.glVertex4hvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4hvNV:([SI)V]
GL.glVertex4hvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4hvNV:(Ljava/nio/ShortBuffer;)V]
GL.glVertex4i ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4i:(IIII)V]
GL.glVertex4iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4iv:([II)V]
GL.glVertex4iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4iv:(Ljava/nio/IntBuffer;)V]
GL.glVertex4s ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4s:(SSSS)V]
GL.glVertex4sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4sv:([SI)V]
GL.glVertex4sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertex4sv:(Ljava/nio/ShortBuffer;)V]
GL.glVertexArrayParameteriAPPLE ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexArrayParameteriAPPLE:(II)V]
GL.glVertexArrayRangeAPPLE ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
GL.glVertexArrayRangeNV ( int p1, Buffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexArrayRangeNV:(ILjava/nio/Buffer;)V]
GL.glVertexAttrib1d ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1d:(ID)V]
GL.glVertexAttrib1dARB ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dARB:(ID)V]
GL.glVertexAttrib1dNV ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dNV:(ID)V]
GL.glVertexAttrib1dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dv:(I[DI)V]
GL.glVertexAttrib1dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dv:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib1dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dvARB:(I[DI)V]
GL.glVertexAttrib1dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dvARB:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib1dvNV ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dvNV:(I[DI)V]
GL.glVertexAttrib1dvNV ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1dvNV:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib1f ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1f:(IF)V]
GL.glVertexAttrib1fARB ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fARB:(IF)V]
GL.glVertexAttrib1fNV ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fNV:(IF)V]
GL.glVertexAttrib1fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fv:(I[FI)V]
GL.glVertexAttrib1fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fv:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib1fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fvARB:(I[FI)V]
GL.glVertexAttrib1fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fvARB:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib1fvNV ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fvNV:(I[FI)V]
GL.glVertexAttrib1fvNV ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1fvNV:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib1hNV ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1hNV:(IS)V]
GL.glVertexAttrib1hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1hvNV:(I[SI)V]
GL.glVertexAttrib1hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib1s ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1s:(IS)V]
GL.glVertexAttrib1sARB ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1sARB:(IS)V]
GL.glVertexAttrib1sNV ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1sNV:(IS)V]
GL.glVertexAttrib1sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1sv:(I[SI)V]
GL.glVertexAttrib1sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1sv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib1svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1svARB:(I[SI)V]
GL.glVertexAttrib1svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1svARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib1svNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1svNV:(I[SI)V]
GL.glVertexAttrib1svNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib1svNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib2d ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2d:(IDD)V]
GL.glVertexAttrib2dARB ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dARB:(IDD)V]
GL.glVertexAttrib2dNV ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dNV:(IDD)V]
GL.glVertexAttrib2dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dv:(I[DI)V]
GL.glVertexAttrib2dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dv:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib2dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dvARB:(I[DI)V]
GL.glVertexAttrib2dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dvARB:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib2dvNV ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dvNV:(I[DI)V]
GL.glVertexAttrib2dvNV ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2dvNV:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib2f ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2f:(IFF)V]
GL.glVertexAttrib2fARB ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fARB:(IFF)V]
GL.glVertexAttrib2fNV ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fNV:(IFF)V]
GL.glVertexAttrib2fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fv:(I[FI)V]
GL.glVertexAttrib2fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fv:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib2fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fvARB:(I[FI)V]
GL.glVertexAttrib2fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fvARB:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib2fvNV ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fvNV:(I[FI)V]
GL.glVertexAttrib2fvNV ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2fvNV:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib2hNV ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2hNV:(ISS)V]
GL.glVertexAttrib2hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2hvNV:(I[SI)V]
GL.glVertexAttrib2hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib2s ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2s:(ISS)V]
GL.glVertexAttrib2sARB ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2sARB:(ISS)V]
GL.glVertexAttrib2sNV ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2sNV:(ISS)V]
GL.glVertexAttrib2sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2sv:(I[SI)V]
GL.glVertexAttrib2sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2sv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib2svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2svARB:(I[SI)V]
GL.glVertexAttrib2svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2svARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib2svNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2svNV:(I[SI)V]
GL.glVertexAttrib2svNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib2svNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib3d ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3d:(IDDD)V]
GL.glVertexAttrib3dARB ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dARB:(IDDD)V]
GL.glVertexAttrib3dNV ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dNV:(IDDD)V]
GL.glVertexAttrib3dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dv:(I[DI)V]
GL.glVertexAttrib3dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dv:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib3dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dvARB:(I[DI)V]
GL.glVertexAttrib3dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dvARB:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib3dvNV ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dvNV:(I[DI)V]
GL.glVertexAttrib3dvNV ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3dvNV:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib3f ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3f:(IFFF)V]
GL.glVertexAttrib3fARB ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fARB:(IFFF)V]
GL.glVertexAttrib3fNV ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fNV:(IFFF)V]
GL.glVertexAttrib3fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fv:(I[FI)V]
GL.glVertexAttrib3fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fv:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib3fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fvARB:(I[FI)V]
GL.glVertexAttrib3fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fvARB:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib3fvNV ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fvNV:(I[FI)V]
GL.glVertexAttrib3fvNV ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3fvNV:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib3hNV ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3hNV:(ISSS)V]
GL.glVertexAttrib3hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3hvNV:(I[SI)V]
GL.glVertexAttrib3hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib3s ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3s:(ISSS)V]
GL.glVertexAttrib3sARB ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3sARB:(ISSS)V]
GL.glVertexAttrib3sNV ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3sNV:(ISSS)V]
GL.glVertexAttrib3sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3sv:(I[SI)V]
GL.glVertexAttrib3sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3sv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib3svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3svARB:(I[SI)V]
GL.glVertexAttrib3svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3svARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib3svNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3svNV:(I[SI)V]
GL.glVertexAttrib3svNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib3svNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4bv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4bv:(I[BI)V]
GL.glVertexAttrib4bv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4bv:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4bvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4bvARB:(I[BI)V]
GL.glVertexAttrib4bvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4bvARB:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4d ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4d:(IDDDD)V]
GL.glVertexAttrib4dARB ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dARB:(IDDDD)V]
GL.glVertexAttrib4dNV ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dNV:(IDDDD)V]
GL.glVertexAttrib4dv ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dv:(I[DI)V]
GL.glVertexAttrib4dv ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dv:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib4dvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dvARB:(I[DI)V]
GL.glVertexAttrib4dvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dvARB:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib4dvNV ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dvNV:(I[DI)V]
GL.glVertexAttrib4dvNV ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4dvNV:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexAttrib4f ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4f:(IFFFF)V]
GL.glVertexAttrib4fARB ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fARB:(IFFFF)V]
GL.glVertexAttrib4fNV ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fNV:(IFFFF)V]
GL.glVertexAttrib4fv ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fv:(I[FI)V]
GL.glVertexAttrib4fv ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fv:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib4fvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fvARB:(I[FI)V]
GL.glVertexAttrib4fvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fvARB:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib4fvNV ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fvNV:(I[FI)V]
GL.glVertexAttrib4fvNV ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4fvNV:(ILjava/nio/FloatBuffer;)V]
GL.glVertexAttrib4hNV ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4hNV:(ISSSS)V]
GL.glVertexAttrib4hvNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4hvNV:(I[SI)V]
GL.glVertexAttrib4hvNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4hvNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4iv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4iv:(I[II)V]
GL.glVertexAttrib4iv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4iv:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4ivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ivARB:(I[II)V]
GL.glVertexAttrib4ivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ivARB:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4Nbv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nbv:(I[BI)V]
GL.glVertexAttrib4Nbv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nbv:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4NbvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NbvARB:(I[BI)V]
GL.glVertexAttrib4NbvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NbvARB:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4Niv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Niv:(I[II)V]
GL.glVertexAttrib4Niv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Niv:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4NivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NivARB:(I[II)V]
GL.glVertexAttrib4NivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NivARB:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4Nsv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nsv:(I[SI)V]
GL.glVertexAttrib4Nsv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nsv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4NsvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NsvARB:(I[SI)V]
GL.glVertexAttrib4NsvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NsvARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4Nub ( int p1, byte p2, byte p3, byte p4, byte p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nub:(IBBBB)V]
GL.glVertexAttrib4NubARB ( int p1, byte p2, byte p3, byte p4, byte p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NubARB:(IBBBB)V]
GL.glVertexAttrib4Nubv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nubv:(I[BI)V]
GL.glVertexAttrib4Nubv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nubv:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4NubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NubvARB:(I[BI)V]
GL.glVertexAttrib4NubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NubvARB:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4Nuiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nuiv:(I[II)V]
GL.glVertexAttrib4Nuiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nuiv:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4NuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NuivARB:(I[II)V]
GL.glVertexAttrib4NuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NuivARB:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4Nusv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nusv:(I[SI)V]
GL.glVertexAttrib4Nusv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4Nusv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4NusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NusvARB:(I[SI)V]
GL.glVertexAttrib4NusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4NusvARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4s ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4s:(ISSSS)V]
GL.glVertexAttrib4sARB ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4sARB:(ISSSS)V]
GL.glVertexAttrib4sNV ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4sNV:(ISSSS)V]
GL.glVertexAttrib4sv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4sv:(I[SI)V]
GL.glVertexAttrib4sv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4sv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4svARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4svARB:(I[SI)V]
GL.glVertexAttrib4svARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4svARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4svNV ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4svNV:(I[SI)V]
GL.glVertexAttrib4svNV ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4svNV:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4ubNV ( int p1, byte p2, byte p3, byte p4, byte p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubNV:(IBBBB)V]
GL.glVertexAttrib4ubv ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubv:(I[BI)V]
GL.glVertexAttrib4ubv ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubv:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4ubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubvARB:(I[BI)V]
GL.glVertexAttrib4ubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubvARB:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4ubvNV ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubvNV:(I[BI)V]
GL.glVertexAttrib4ubvNV ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4ubvNV:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttrib4uiv ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4uiv:(I[II)V]
GL.glVertexAttrib4uiv ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4uiv:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4uivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4uivARB:(I[II)V]
GL.glVertexAttrib4uivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4uivARB:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttrib4usv ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4usv:(I[SI)V]
GL.glVertexAttrib4usv ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4usv:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttrib4usvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4usvARB:(I[SI)V]
GL.glVertexAttrib4usvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttrib4usvARB:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttribArrayObjectATI ( int p1, int p2, int p3, boolean p4, int p5, int p6, int p7 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribArrayObjectATI:(IIIZIII)V]
GL.glVertexAttribI1iEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1iEXT:(II)V]
GL.glVertexAttribI1ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1ivEXT:(I[II)V]
GL.glVertexAttribI1ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1ivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI1uiEXT ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1uiEXT:(II)V]
GL.glVertexAttribI1uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1uivEXT:(I[II)V]
GL.glVertexAttribI1uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI1uivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI2iEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2iEXT:(III)V]
GL.glVertexAttribI2ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2ivEXT:(I[II)V]
GL.glVertexAttribI2ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2ivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI2uiEXT ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2uiEXT:(III)V]
GL.glVertexAttribI2uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2uivEXT:(I[II)V]
GL.glVertexAttribI2uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI2uivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI3iEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3iEXT:(IIII)V]
GL.glVertexAttribI3ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3ivEXT:(I[II)V]
GL.glVertexAttribI3ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3ivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI3uiEXT ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3uiEXT:(IIII)V]
GL.glVertexAttribI3uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3uivEXT:(I[II)V]
GL.glVertexAttribI3uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI3uivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI4bvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4bvEXT:(I[BI)V]
GL.glVertexAttribI4bvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4bvEXT:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttribI4iEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4iEXT:(IIIII)V]
GL.glVertexAttribI4ivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4ivEXT:(I[II)V]
GL.glVertexAttribI4ivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4ivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI4svEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4svEXT:(I[SI)V]
GL.glVertexAttribI4svEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4svEXT:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttribI4ubvEXT ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4ubvEXT:(I[BI)V]
GL.glVertexAttribI4ubvEXT ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4ubvEXT:(ILjava/nio/ByteBuffer;)V]
GL.glVertexAttribI4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4uiEXT:(IIIII)V]
GL.glVertexAttribI4uivEXT ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4uivEXT:(I[II)V]
GL.glVertexAttribI4uivEXT ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4uivEXT:(ILjava/nio/IntBuffer;)V]
GL.glVertexAttribI4usvEXT ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4usvEXT:(I[SI)V]
GL.glVertexAttribI4usvEXT ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribI4usvEXT:(ILjava/nio/ShortBuffer;)V]
GL.glVertexAttribIPointerEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribIPointerEXT:(IIIILjava/nio/Buffer;)V]
GL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointer:(IIIZILjava/nio/Buffer;)V]
GL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointer:(IIIZIJ)V]
GL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointerARB:(IIIZILjava/nio/Buffer;)V]
GL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointerARB:(IIIZIJ)V]
GL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, Buffer p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointerNV:(IIIILjava/nio/Buffer;)V]
GL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, long p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribPointerNV:(IIIIJ)V]
GL.glVertexAttribs1dvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1dvNV:(II[DI)V]
GL.glVertexAttribs1dvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1dvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glVertexAttribs1fvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1fvNV:(II[FI)V]
GL.glVertexAttribs1fvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1fvNV:(IILjava/nio/FloatBuffer;)V]
GL.glVertexAttribs1hvNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1hvNV:(II[SI)V]
GL.glVertexAttribs1hvNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1hvNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs1svNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1svNV:(II[SI)V]
GL.glVertexAttribs1svNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs1svNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs2dvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2dvNV:(II[DI)V]
GL.glVertexAttribs2dvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2dvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glVertexAttribs2fvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2fvNV:(II[FI)V]
GL.glVertexAttribs2fvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2fvNV:(IILjava/nio/FloatBuffer;)V]
GL.glVertexAttribs2hvNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2hvNV:(II[SI)V]
GL.glVertexAttribs2hvNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2hvNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs2svNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2svNV:(II[SI)V]
GL.glVertexAttribs2svNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs2svNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs3dvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3dvNV:(II[DI)V]
GL.glVertexAttribs3dvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3dvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glVertexAttribs3fvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3fvNV:(II[FI)V]
GL.glVertexAttribs3fvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3fvNV:(IILjava/nio/FloatBuffer;)V]
GL.glVertexAttribs3hvNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3hvNV:(II[SI)V]
GL.glVertexAttribs3hvNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3hvNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs3svNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3svNV:(II[SI)V]
GL.glVertexAttribs3svNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs3svNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs4dvNV ( int p1, int p2, double[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4dvNV:(II[DI)V]
GL.glVertexAttribs4dvNV ( int p1, int p2, DoubleBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4dvNV:(IILjava/nio/DoubleBuffer;)V]
GL.glVertexAttribs4fvNV ( int p1, int p2, float[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4fvNV:(II[FI)V]
GL.glVertexAttribs4fvNV ( int p1, int p2, FloatBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4fvNV:(IILjava/nio/FloatBuffer;)V]
GL.glVertexAttribs4hvNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4hvNV:(II[SI)V]
GL.glVertexAttribs4hvNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4hvNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs4svNV ( int p1, int p2, short[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4svNV:(II[SI)V]
GL.glVertexAttribs4svNV ( int p1, int p2, ShortBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4svNV:(IILjava/nio/ShortBuffer;)V]
GL.glVertexAttribs4ubvNV ( int p1, int p2, byte[ ] p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4ubvNV:(II[BI)V]
GL.glVertexAttribs4ubvNV ( int p1, int p2, ByteBuffer p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexAttribs4ubvNV:(IILjava/nio/ByteBuffer;)V]
GL.glVertexBlendARB ( int p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexBlendARB:(I)V]
GL.glVertexBlendEnvfATI ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexBlendEnvfATI:(IF)V]
GL.glVertexBlendEnviATI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexBlendEnviATI:(II)V]
GL.glVertexPointer ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexPointer:(IIILjava/nio/Buffer;)V]
GL.glVertexPointer ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexPointer:(IIIJ)V]
GL.glVertexStream1dATI ( int p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1dATI:(ID)V]
GL.glVertexStream1dvATI ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1dvATI:(I[DI)V]
GL.glVertexStream1dvATI ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1dvATI:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexStream1fATI ( int p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1fATI:(IF)V]
GL.glVertexStream1fvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1fvATI:(I[FI)V]
GL.glVertexStream1fvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1fvATI:(ILjava/nio/FloatBuffer;)V]
GL.glVertexStream1iATI ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1iATI:(II)V]
GL.glVertexStream1ivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1ivATI:(I[II)V]
GL.glVertexStream1ivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1ivATI:(ILjava/nio/IntBuffer;)V]
GL.glVertexStream1sATI ( int p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1sATI:(IS)V]
GL.glVertexStream1svATI ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1svATI:(I[SI)V]
GL.glVertexStream1svATI ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream1svATI:(ILjava/nio/ShortBuffer;)V]
GL.glVertexStream2dATI ( int p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2dATI:(IDD)V]
GL.glVertexStream2dvATI ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2dvATI:(I[DI)V]
GL.glVertexStream2dvATI ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2dvATI:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexStream2fATI ( int p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2fATI:(IFF)V]
GL.glVertexStream2fvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2fvATI:(I[FI)V]
GL.glVertexStream2fvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2fvATI:(ILjava/nio/FloatBuffer;)V]
GL.glVertexStream2iATI ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2iATI:(III)V]
GL.glVertexStream2ivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2ivATI:(I[II)V]
GL.glVertexStream2ivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2ivATI:(ILjava/nio/IntBuffer;)V]
GL.glVertexStream2sATI ( int p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2sATI:(ISS)V]
GL.glVertexStream2svATI ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2svATI:(I[SI)V]
GL.glVertexStream2svATI ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream2svATI:(ILjava/nio/ShortBuffer;)V]
GL.glVertexStream3dATI ( int p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3dATI:(IDDD)V]
GL.glVertexStream3dvATI ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3dvATI:(I[DI)V]
GL.glVertexStream3dvATI ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexStream3fATI ( int p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3fATI:(IFFF)V]
GL.glVertexStream3fvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3fvATI:(I[FI)V]
GL.glVertexStream3fvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3fvATI:(ILjava/nio/FloatBuffer;)V]
GL.glVertexStream3iATI ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3iATI:(IIII)V]
GL.glVertexStream3ivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3ivATI:(I[II)V]
GL.glVertexStream3ivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3ivATI:(ILjava/nio/IntBuffer;)V]
GL.glVertexStream3sATI ( int p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3sATI:(ISSS)V]
GL.glVertexStream3svATI ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3svATI:(I[SI)V]
GL.glVertexStream3svATI ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream3svATI:(ILjava/nio/ShortBuffer;)V]
GL.glVertexStream4dATI ( int p1, double p2, double p3, double p4, double p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4dATI:(IDDDD)V]
GL.glVertexStream4dvATI ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4dvATI:(I[DI)V]
GL.glVertexStream4dvATI ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4dvATI:(ILjava/nio/DoubleBuffer;)V]
GL.glVertexStream4fATI ( int p1, float p2, float p3, float p4, float p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4fATI:(IFFFF)V]
GL.glVertexStream4fvATI ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4fvATI:(I[FI)V]
GL.glVertexStream4fvATI ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4fvATI:(ILjava/nio/FloatBuffer;)V]
GL.glVertexStream4iATI ( int p1, int p2, int p3, int p4, int p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4iATI:(IIIII)V]
GL.glVertexStream4ivATI ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4ivATI:(I[II)V]
GL.glVertexStream4ivATI ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4ivATI:(ILjava/nio/IntBuffer;)V]
GL.glVertexStream4sATI ( int p1, short p2, short p3, short p4, short p5 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4sATI:(ISSSS)V]
GL.glVertexStream4svATI ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4svATI:(I[SI)V]
GL.glVertexStream4svATI ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexStream4svATI:(ILjava/nio/ShortBuffer;)V]
GL.glVertexWeightfEXT ( float p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeightfEXT:(F)V]
GL.glVertexWeightfvEXT ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeightfvEXT:([FI)V]
GL.glVertexWeightfvEXT ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeightfvEXT:(Ljava/nio/FloatBuffer;)V]
GL.glVertexWeighthNV ( short p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeighthNV:(S)V]
GL.glVertexWeighthvNV ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeighthvNV:([SI)V]
GL.glVertexWeighthvNV ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeighthvNV:(Ljava/nio/ShortBuffer;)V]
GL.glVertexWeightPointerEXT ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeightPointerEXT:(IIILjava/nio/Buffer;)V]
GL.glVertexWeightPointerEXT ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glVertexWeightPointerEXT:(IIIJ)V]
GL.glWeightbvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightbvARB:(I[BI)V]
GL.glWeightbvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightbvARB:(ILjava/nio/ByteBuffer;)V]
GL.glWeightdvARB ( int p1, double[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightdvARB:(I[DI)V]
GL.glWeightdvARB ( int p1, DoubleBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightdvARB:(ILjava/nio/DoubleBuffer;)V]
GL.glWeightfvARB ( int p1, float[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightfvARB:(I[FI)V]
GL.glWeightfvARB ( int p1, FloatBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightfvARB:(ILjava/nio/FloatBuffer;)V]
GL.glWeightivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightivARB:(I[II)V]
GL.glWeightivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightivARB:(ILjava/nio/IntBuffer;)V]
GL.glWeightPointerARB ( int p1, int p2, int p3, Buffer p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightPointerARB:(IIILjava/nio/Buffer;)V]
GL.glWeightPointerARB ( int p1, int p2, int p3, long p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightPointerARB:(IIIJ)V]
GL.glWeightsvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightsvARB:(I[SI)V]
GL.glWeightsvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightsvARB:(ILjava/nio/ShortBuffer;)V]
GL.glWeightubvARB ( int p1, byte[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightubvARB:(I[BI)V]
GL.glWeightubvARB ( int p1, ByteBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightubvARB:(ILjava/nio/ByteBuffer;)V]
GL.glWeightuivARB ( int p1, int[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightuivARB:(I[II)V]
GL.glWeightuivARB ( int p1, IntBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightuivARB:(ILjava/nio/IntBuffer;)V]
GL.glWeightusvARB ( int p1, short[ ] p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightusvARB:(I[SI)V]
GL.glWeightusvARB ( int p1, ShortBuffer p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWeightusvARB:(ILjava/nio/ShortBuffer;)V]
GL.glWindowPos2d ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2d:(DD)V]
GL.glWindowPos2dARB ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dARB:(DD)V]
GL.glWindowPos2dMESA ( double p1, double p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dMESA:(DD)V]
GL.glWindowPos2dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dv:([DI)V]
GL.glWindowPos2dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dv:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos2dvARB ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dvARB:([DI)V]
GL.glWindowPos2dvARB ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dvARB:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos2dvMESA ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dvMESA:([DI)V]
GL.glWindowPos2dvMESA ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2dvMESA:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos2f ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2f:(FF)V]
GL.glWindowPos2fARB ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fARB:(FF)V]
GL.glWindowPos2fMESA ( float p1, float p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fMESA:(FF)V]
GL.glWindowPos2fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fv:([FI)V]
GL.glWindowPos2fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fv:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos2fvARB ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fvARB:([FI)V]
GL.glWindowPos2fvARB ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fvARB:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos2fvMESA ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fvMESA:([FI)V]
GL.glWindowPos2fvMESA ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2fvMESA:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos2i ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2i:(II)V]
GL.glWindowPos2iARB ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2iARB:(II)V]
GL.glWindowPos2iMESA ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2iMESA:(II)V]
GL.glWindowPos2iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2iv:([II)V]
GL.glWindowPos2iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2iv:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos2ivARB ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2ivARB:([II)V]
GL.glWindowPos2ivARB ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2ivARB:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos2ivMESA ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2ivMESA:([II)V]
GL.glWindowPos2ivMESA ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2ivMESA:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos2s ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2s:(SS)V]
GL.glWindowPos2sARB ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2sARB:(SS)V]
GL.glWindowPos2sMESA ( short p1, short p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2sMESA:(SS)V]
GL.glWindowPos2sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2sv:([SI)V]
GL.glWindowPos2sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2sv:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos2svARB ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2svARB:([SI)V]
GL.glWindowPos2svARB ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2svARB:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos2svMESA ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2svMESA:([SI)V]
GL.glWindowPos2svMESA ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos2svMESA:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos3d ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3d:(DDD)V]
GL.glWindowPos3dARB ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dARB:(DDD)V]
GL.glWindowPos3dMESA ( double p1, double p2, double p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dMESA:(DDD)V]
GL.glWindowPos3dv ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dv:([DI)V]
GL.glWindowPos3dv ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dv:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos3dvARB ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dvARB:([DI)V]
GL.glWindowPos3dvARB ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dvARB:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos3dvMESA ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dvMESA:([DI)V]
GL.glWindowPos3dvMESA ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3dvMESA:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos3f ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3f:(FFF)V]
GL.glWindowPos3fARB ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fARB:(FFF)V]
GL.glWindowPos3fMESA ( float p1, float p2, float p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fMESA:(FFF)V]
GL.glWindowPos3fv ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fv:([FI)V]
GL.glWindowPos3fv ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fv:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos3fvARB ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fvARB:([FI)V]
GL.glWindowPos3fvARB ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fvARB:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos3fvMESA ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fvMESA:([FI)V]
GL.glWindowPos3fvMESA ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3fvMESA:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos3i ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3i:(III)V]
GL.glWindowPos3iARB ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3iARB:(III)V]
GL.glWindowPos3iMESA ( int p1, int p2, int p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3iMESA:(III)V]
GL.glWindowPos3iv ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3iv:([II)V]
GL.glWindowPos3iv ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3iv:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos3ivARB ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3ivARB:([II)V]
GL.glWindowPos3ivARB ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3ivARB:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos3ivMESA ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3ivMESA:([II)V]
GL.glWindowPos3ivMESA ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3ivMESA:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos3s ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3s:(SSS)V]
GL.glWindowPos3sARB ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3sARB:(SSS)V]
GL.glWindowPos3sMESA ( short p1, short p2, short p3 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3sMESA:(SSS)V]
GL.glWindowPos3sv ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3sv:([SI)V]
GL.glWindowPos3sv ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3sv:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos3svARB ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3svARB:([SI)V]
GL.glWindowPos3svARB ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3svARB:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos3svMESA ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3svMESA:([SI)V]
GL.glWindowPos3svMESA ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos3svMESA:(Ljava/nio/ShortBuffer;)V]
GL.glWindowPos4dMESA ( double p1, double p2, double p3, double p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4dMESA:(DDDD)V]
GL.glWindowPos4dvMESA ( double[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4dvMESA:([DI)V]
GL.glWindowPos4dvMESA ( DoubleBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4dvMESA:(Ljava/nio/DoubleBuffer;)V]
GL.glWindowPos4fMESA ( float p1, float p2, float p3, float p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4fMESA:(FFFF)V]
GL.glWindowPos4fvMESA ( float[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4fvMESA:([FI)V]
GL.glWindowPos4fvMESA ( FloatBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4fvMESA:(Ljava/nio/FloatBuffer;)V]
GL.glWindowPos4iMESA ( int p1, int p2, int p3, int p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4iMESA:(IIII)V]
GL.glWindowPos4ivMESA ( int[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4ivMESA:([II)V]
GL.glWindowPos4ivMESA ( IntBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4ivMESA:(Ljava/nio/IntBuffer;)V]
GL.glWindowPos4sMESA ( short p1, short p2, short p3, short p4 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4sMESA:(SSSS)V]
GL.glWindowPos4svMESA ( short[ ] p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4svMESA:([SI)V]
GL.glWindowPos4svMESA ( ShortBuffer p1 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWindowPos4svMESA:(Ljava/nio/ShortBuffer;)V]
GL.glWriteMaskEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) [abstract] : void
[mangled: javax/media/opengl/GL.glWriteMaskEXT:(IIIIII)V]
jogl.jar, GLAutoDrawable.class
package javax.media.opengl
GLAutoDrawable.repaint ( ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.repaint:()V]
GLAutoDrawable.setGL ( GL p1 ) [abstract] : void
[mangled: javax/media/opengl/GLAutoDrawable.setGL:(Ljavax/media/opengl/GL;)V]
jogl.jar, GLCanvas.class
package javax.media.opengl
GLCanvas.addGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/GLCanvas.addGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLCanvas.addNotify ( ) : void
[mangled: javax/media/opengl/GLCanvas.addNotify:()V]
GLCanvas.createContext ( GLContext p1 ) : GLContext
[mangled: javax/media/opengl/GLCanvas.createContext:(Ljavax/media/opengl/GLContext;)Ljavax/media/opengl/GLContext;]
GLCanvas.display ( ) : void
[mangled: javax/media/opengl/GLCanvas.display:()V]
GLCanvas.getAutoSwapBufferMode ( ) : boolean
[mangled: javax/media/opengl/GLCanvas.getAutoSwapBufferMode:()Z]
GLCanvas.getChosenGLCapabilities ( ) : GLCapabilities
[mangled: javax/media/opengl/GLCanvas.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilities;]
GLCanvas.getContext ( ) : GLContext
[mangled: javax/media/opengl/GLCanvas.getContext:()Ljavax/media/opengl/GLContext;]
GLCanvas.getGL ( ) : GL
[mangled: javax/media/opengl/GLCanvas.getGL:()Ljavax/media/opengl/GL;]
GLCanvas.getGraphicsConfiguration ( ) : GraphicsConfiguration
[mangled: javax/media/opengl/GLCanvas.getGraphicsConfiguration:()Ljava/awt/GraphicsConfiguration;]
GLCanvas.GLCanvas ( )
[mangled: javax/media/opengl/GLCanvas."<init>":()V]
GLCanvas.GLCanvas ( GLCapabilities p1 )
[mangled: javax/media/opengl/GLCanvas."<init>":(Ljavax/media/opengl/GLCapabilities;)V]
GLCanvas.GLCanvas ( GLCapabilities p1, GLCapabilitiesChooser p2, GLContext p3, GraphicsDevice p4 )
[mangled: javax/media/opengl/GLCanvas."<init>":(Ljavax/media/opengl/GLCapabilities;Ljavax/media/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/GLContext;Ljava/awt/GraphicsDevice;)V]
GLCanvas.paint ( Graphics p1 ) : void
[mangled: javax/media/opengl/GLCanvas.paint:(Ljava/awt/Graphics;)V]
GLCanvas.removeGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/GLCanvas.removeGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLCanvas.removeNotify ( ) : void
[mangled: javax/media/opengl/GLCanvas.removeNotify:()V]
GLCanvas.reshape ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/GLCanvas.reshape:(IIII)V]
GLCanvas.setAutoSwapBufferMode ( boolean p1 ) : void
[mangled: javax/media/opengl/GLCanvas.setAutoSwapBufferMode:(Z)V]
GLCanvas.setGL ( GL p1 ) : void
[mangled: javax/media/opengl/GLCanvas.setGL:(Ljavax/media/opengl/GL;)V]
GLCanvas.setRealized ( boolean p1 ) : void
[mangled: javax/media/opengl/GLCanvas.setRealized:(Z)V]
GLCanvas.swapBuffers ( ) : void
[mangled: javax/media/opengl/GLCanvas.swapBuffers:()V]
GLCanvas.update ( Graphics p1 ) : void
[mangled: javax/media/opengl/GLCanvas.update:(Ljava/awt/Graphics;)V]
jogl.jar, GLCapabilities.class
package javax.media.opengl
GLCapabilities.getAlphaBits ( ) : int
[mangled: javax/media/opengl/GLCapabilities.getAlphaBits:()I]
GLCapabilities.getBlueBits ( ) : int
[mangled: javax/media/opengl/GLCapabilities.getBlueBits:()I]
GLCapabilities.getGreenBits ( ) : int
[mangled: javax/media/opengl/GLCapabilities.getGreenBits:()I]
GLCapabilities.getRedBits ( ) : int
[mangled: javax/media/opengl/GLCapabilities.getRedBits:()I]
GLCapabilities.GLCapabilities ( )
[mangled: javax/media/opengl/GLCapabilities."<init>":()V]
GLCapabilities.setAlphaBits ( int p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setAlphaBits:(I)V]
GLCapabilities.setBlueBits ( int p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setBlueBits:(I)V]
GLCapabilities.setGreenBits ( int p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setGreenBits:(I)V]
GLCapabilities.setRedBits ( int p1 ) : void
[mangled: javax/media/opengl/GLCapabilities.setRedBits:(I)V]
jogl.jar, GLCapabilitiesChooser.class
package javax.media.opengl
GLCapabilitiesChooser.chooseCapabilities ( GLCapabilities p1, GLCapabilities[ ] p2, int p3 ) [abstract] : int
[mangled: javax/media/opengl/GLCapabilitiesChooser.chooseCapabilities:(Ljavax/media/opengl/GLCapabilities;[Ljavax/media/opengl/GLCapabilities;I)I]
jogl.jar, GLContext.class
package javax.media.opengl
GLContext.setGL ( GL p1 ) [abstract] : void
[mangled: javax/media/opengl/GLContext.setGL:(Ljavax/media/opengl/GL;)V]
jogl.jar, GLDrawable.class
package javax.media.opengl
GLDrawable.getChosenGLCapabilities ( ) [abstract] : GLCapabilities
[mangled: javax/media/opengl/GLDrawable.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilities;]
GLDrawable.setSize ( int p1, int p2 ) [abstract] : void
[mangled: javax/media/opengl/GLDrawable.setSize:(II)V]
jogl.jar, GLDrawableFactory.class
package javax.media.opengl
GLDrawableFactory.canCreateExternalGLDrawable ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawableFactory.canCreateExternalGLDrawable:()Z]
GLDrawableFactory.canCreateGLPbuffer ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLDrawableFactory.canCreateGLPbuffer:()Z]
GLDrawableFactory.chooseGraphicsConfiguration ( GLCapabilities p1, GLCapabilitiesChooser p2, AbstractGraphicsDevice p3 ) [abstract] : AbstractGraphicsConfiguration
[mangled: javax/media/opengl/GLDrawableFactory.chooseGraphicsConfiguration:(Ljavax/media/opengl/GLCapabilities;Ljavax/media/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/AbstractGraphicsDevice;)Ljavax/media/opengl/AbstractGraphicsConfiguration;]
GLDrawableFactory.createGLPbuffer ( GLCapabilities p1, GLCapabilitiesChooser p2, int p3, int p4, GLContext p5 ) [abstract] : GLPbuffer
[mangled: javax/media/opengl/GLDrawableFactory.createGLPbuffer:(Ljavax/media/opengl/GLCapabilities;Ljavax/media/opengl/GLCapabilitiesChooser;IILjavax/media/opengl/GLContext;)Ljavax/media/opengl/GLPbuffer;]
GLDrawableFactory.getFactory ( ) [static] : GLDrawableFactory
[mangled: javax/media/opengl/GLDrawableFactory.getFactory:()Ljavax/media/opengl/GLDrawableFactory;]
GLDrawableFactory.getGLDrawable ( Object p1, GLCapabilities p2, GLCapabilitiesChooser p3 ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLDrawableFactory.getGLDrawable:(Ljava/lang/Object;Ljavax/media/opengl/GLCapabilities;Ljavax/media/opengl/GLCapabilitiesChooser;)Ljavax/media/opengl/GLDrawable;]
jogl.jar, GLEventListener.class
package javax.media.opengl
GLEventListener.displayChanged ( GLAutoDrawable p1, boolean p2, boolean p3 ) [abstract] : void
[mangled: javax/media/opengl/GLEventListener.displayChanged:(Ljavax/media/opengl/GLAutoDrawable;ZZ)V]
jogl.jar, GLJPanel.class
package javax.media.opengl
GLJPanel.addGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/GLJPanel.addGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLJPanel.addNotify ( ) : void
[mangled: javax/media/opengl/GLJPanel.addNotify:()V]
GLJPanel.createContext ( GLContext p1 ) : GLContext
[mangled: javax/media/opengl/GLJPanel.createContext:(Ljavax/media/opengl/GLContext;)Ljavax/media/opengl/GLContext;]
GLJPanel.display ( ) : void
[mangled: javax/media/opengl/GLJPanel.display:()V]
GLJPanel.getAutoSwapBufferMode ( ) : boolean
[mangled: javax/media/opengl/GLJPanel.getAutoSwapBufferMode:()Z]
GLJPanel.getChosenGLCapabilities ( ) : GLCapabilities
[mangled: javax/media/opengl/GLJPanel.getChosenGLCapabilities:()Ljavax/media/opengl/GLCapabilities;]
GLJPanel.getContext ( ) : GLContext
[mangled: javax/media/opengl/GLJPanel.getContext:()Ljavax/media/opengl/GLContext;]
GLJPanel.getGL ( ) : GL
[mangled: javax/media/opengl/GLJPanel.getGL:()Ljavax/media/opengl/GL;]
GLJPanel.GLJPanel ( )
[mangled: javax/media/opengl/GLJPanel."<init>":()V]
GLJPanel.GLJPanel ( GLCapabilities p1 )
[mangled: javax/media/opengl/GLJPanel."<init>":(Ljavax/media/opengl/GLCapabilities;)V]
GLJPanel.GLJPanel ( GLCapabilities p1, GLCapabilitiesChooser p2, GLContext p3 )
[mangled: javax/media/opengl/GLJPanel."<init>":(Ljavax/media/opengl/GLCapabilities;Ljavax/media/opengl/GLCapabilitiesChooser;Ljavax/media/opengl/GLContext;)V]
GLJPanel.paintComponent ( Graphics p1 ) : void
[mangled: javax/media/opengl/GLJPanel.paintComponent:(Ljava/awt/Graphics;)V]
GLJPanel.removeGLEventListener ( GLEventListener p1 ) : void
[mangled: javax/media/opengl/GLJPanel.removeGLEventListener:(Ljavax/media/opengl/GLEventListener;)V]
GLJPanel.removeNotify ( ) : void
[mangled: javax/media/opengl/GLJPanel.removeNotify:()V]
GLJPanel.reshape ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/GLJPanel.reshape:(IIII)V]
GLJPanel.setAutoSwapBufferMode ( boolean p1 ) : void
[mangled: javax/media/opengl/GLJPanel.setAutoSwapBufferMode:(Z)V]
GLJPanel.setGL ( GL p1 ) : void
[mangled: javax/media/opengl/GLJPanel.setGL:(Ljavax/media/opengl/GL;)V]
GLJPanel.setOpaque ( boolean p1 ) : void
[mangled: javax/media/opengl/GLJPanel.setOpaque:(Z)V]
GLJPanel.setRealized ( boolean p1 ) : void
[mangled: javax/media/opengl/GLJPanel.setRealized:(Z)V]
GLJPanel.shouldPreserveColorBufferIfTranslucent ( ) : boolean
[mangled: javax/media/opengl/GLJPanel.shouldPreserveColorBufferIfTranslucent:()Z]
GLJPanel.swapBuffers ( ) : void
[mangled: javax/media/opengl/GLJPanel.swapBuffers:()V]
jogl.jar, GLU.class
package javax.media.opengl.glu
GLU.gluBeginCurve ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/GLU.gluBeginCurve:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLU.gluBeginSurface ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/GLU.gluBeginSurface:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLU.gluEndCurve ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/GLU.gluEndCurve:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLU.gluEndSurface ( GLUnurbs p1 ) : void
[mangled: javax/media/opengl/glu/GLU.gluEndSurface:(Ljavax/media/opengl/glu/GLUnurbs;)V]
GLU.gluNewNurbsRenderer ( ) : GLUnurbs
[mangled: javax/media/opengl/glu/GLU.gluNewNurbsRenderer:()Ljavax/media/opengl/glu/GLUnurbs;]
GLU.gluNurbsCurve ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/glu/GLU.gluNurbsCurve:(Ljavax/media/opengl/glu/GLUnurbs;I[FI[FII)V]
GLU.gluNurbsProperty ( GLUnurbs p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/glu/GLU.gluNurbsProperty:(Ljavax/media/opengl/glu/GLUnurbs;IF)V]
GLU.gluNurbsSurface ( GLUnurbs p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, int p7, float[ ] p8, int p9, int p10, int p11 ) : void
[mangled: javax/media/opengl/glu/GLU.gluNurbsSurface:(Ljavax/media/opengl/glu/GLUnurbs;I[FI[FII[FIII)V]
GLU.gluProject ( double p1, double p2, double p3, DoubleBuffer p4, DoubleBuffer p5, IntBuffer p6, DoubleBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluProject:(DDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;Ljava/nio/DoubleBuffer;)Z]
GLU.gluUnProject ( double p1, double p2, double p3, DoubleBuffer p4, DoubleBuffer p5, IntBuffer p6, DoubleBuffer p7 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject:(DDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;Ljava/nio/DoubleBuffer;)Z]
GLU.gluUnProject4 ( double p1, double p2, double p3, double p4, DoubleBuffer p5, DoubleBuffer p6, IntBuffer p7, double p8, double p9, DoubleBuffer p10 ) : boolean
[mangled: javax/media/opengl/glu/GLU.gluUnProject4:(DDDDLjava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;Ljava/nio/IntBuffer;DDLjava/nio/DoubleBuffer;)Z]
jogl.jar, TraceGL.class
package javax.media.opengl
TraceGL.dumpArray ( Object p1 ) : String
[mangled: javax/media/opengl/TraceGL.dumpArray:(Ljava/lang/Object;)Ljava/lang/String;]
TraceGL.getExtension ( String p1 ) : Object
[mangled: javax/media/opengl/TraceGL.getExtension:(Ljava/lang/String;)Ljava/lang/Object;]
TraceGL.getPlatformGLExtensions ( ) : Object
[mangled: javax/media/opengl/TraceGL.getPlatformGLExtensions:()Ljava/lang/Object;]
TraceGL.glAccum ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glAccum:(IF)V]
TraceGL.glActiveStencilFaceEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glActiveStencilFaceEXT:(I)V]
TraceGL.glActiveTexture ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glActiveTexture:(I)V]
TraceGL.glActiveVaryingNV ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glActiveVaryingNV:(I[BI)V]
TraceGL.glActiveVaryingNV ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glActiveVaryingNV:(ILjava/nio/ByteBuffer;)V]
TraceGL.glAllocateMemoryNV ( int p1, float p2, float p3, float p4 ) : ByteBuffer
[mangled: javax/media/opengl/TraceGL.glAllocateMemoryNV:(IFFF)Ljava/nio/ByteBuffer;]
TraceGL.glAlphaFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glAlphaFragmentOp1ATI:(IIIIII)V]
TraceGL.glAlphaFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) : void
[mangled: javax/media/opengl/TraceGL.glAlphaFragmentOp2ATI:(IIIIIIIII)V]
TraceGL.glAlphaFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12 ) : void
[mangled: javax/media/opengl/TraceGL.glAlphaFragmentOp3ATI:(IIIIIIIIIIII)V]
TraceGL.glAlphaFunc ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glAlphaFunc:(IF)V]
TraceGL.glApplyTextureEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glApplyTextureEXT:(I)V]
TraceGL.glAreProgramsResidentNV ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) : boolean
[mangled: javax/media/opengl/TraceGL.glAreProgramsResidentNV:(I[II[BI)Z]
TraceGL.glAreProgramsResidentNV ( int p1, IntBuffer p2, ByteBuffer p3 ) : boolean
[mangled: javax/media/opengl/TraceGL.glAreProgramsResidentNV:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
TraceGL.glAreTexturesResident ( int p1, int[ ] p2, int p3, byte[ ] p4, int p5 ) : boolean
[mangled: javax/media/opengl/TraceGL.glAreTexturesResident:(I[II[BI)Z]
TraceGL.glAreTexturesResident ( int p1, IntBuffer p2, ByteBuffer p3 ) : boolean
[mangled: javax/media/opengl/TraceGL.glAreTexturesResident:(ILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Z]
TraceGL.glArrayElement ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glArrayElement:(I)V]
TraceGL.glArrayObjectATI ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glArrayObjectATI:(IIIIII)V]
TraceGL.glAsyncMarkerSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glAsyncMarkerSGIX:(I)V]
TraceGL.glAttachObjectARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glAttachObjectARB:(II)V]
TraceGL.glAttachShader ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glAttachShader:(II)V]
TraceGL.glBegin ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBegin:(I)V]
TraceGL.glBeginFragmentShaderATI ( ) : void
[mangled: javax/media/opengl/TraceGL.glBeginFragmentShaderATI:()V]
TraceGL.glBeginOcclusionQueryNV ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBeginOcclusionQueryNV:(I)V]
TraceGL.glBeginQuery ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBeginQuery:(II)V]
TraceGL.glBeginQueryARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBeginQueryARB:(II)V]
TraceGL.glBeginTransformFeedbackNV ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBeginTransformFeedbackNV:(I)V]
TraceGL.glBeginVertexShaderEXT ( ) : void
[mangled: javax/media/opengl/TraceGL.glBeginVertexShaderEXT:()V]
TraceGL.glBindAttribLocation ( int p1, int p2, String p3 ) : void
[mangled: javax/media/opengl/TraceGL.glBindAttribLocation:(IILjava/lang/String;)V]
TraceGL.glBindAttribLocationARB ( int p1, int p2, String p3 ) : void
[mangled: javax/media/opengl/TraceGL.glBindAttribLocationARB:(IILjava/lang/String;)V]
TraceGL.glBindBuffer ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindBuffer:(II)V]
TraceGL.glBindBufferARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindBufferARB:(II)V]
TraceGL.glBindBufferBaseNV ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glBindBufferBaseNV:(III)V]
TraceGL.glBindBufferOffsetNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBindBufferOffsetNV:(IIII)V]
TraceGL.glBindBufferRangeNV ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glBindBufferRangeNV:(IIIII)V]
TraceGL.glBindFragDataLocationEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBindFragDataLocationEXT:(II[BI)V]
TraceGL.glBindFragDataLocationEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glBindFragDataLocationEXT:(IILjava/nio/ByteBuffer;)V]
TraceGL.glBindFragmentShaderATI ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBindFragmentShaderATI:(I)V]
TraceGL.glBindFramebufferEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindFramebufferEXT:(II)V]
TraceGL.glBindLightParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glBindLightParameterEXT:(II)I]
TraceGL.glBindMaterialParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glBindMaterialParameterEXT:(II)I]
TraceGL.glBindParameterEXT ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glBindParameterEXT:(I)I]
TraceGL.glBindProgramARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindProgramARB:(II)V]
TraceGL.glBindProgramNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindProgramNV:(II)V]
TraceGL.glBindRenderbufferEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindRenderbufferEXT:(II)V]
TraceGL.glBindTexGenParameterEXT ( int p1, int p2, int p3 ) : int
[mangled: javax/media/opengl/TraceGL.glBindTexGenParameterEXT:(III)I]
TraceGL.glBindTexture ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBindTexture:(II)V]
TraceGL.glBindTextureUnitParameterEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glBindTextureUnitParameterEXT:(II)I]
TraceGL.glBindVertexArrayAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBindVertexArrayAPPLE:(I)V]
TraceGL.glBindVertexShaderEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBindVertexShaderEXT:(I)V]
TraceGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, byte[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glBitmap:(IIFFFF[BI)V]
TraceGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glBitmap:(IIFFFFLjava/nio/ByteBuffer;)V]
TraceGL.glBitmap ( int p1, int p2, float p3, float p4, float p5, float p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glBitmap:(IIFFFFJ)V]
TraceGL.glBlendColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendColor:(FFFF)V]
TraceGL.glBlendEquation ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendEquation:(I)V]
TraceGL.glBlendEquationSeparate ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendEquationSeparate:(II)V]
TraceGL.glBlendEquationSeparateEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendEquationSeparateEXT:(II)V]
TraceGL.glBlendFunc ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendFunc:(II)V]
TraceGL.glBlendFuncSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendFuncSeparate:(IIII)V]
TraceGL.glBlendFuncSeparateEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendFuncSeparateEXT:(IIII)V]
TraceGL.glBlendFuncSeparateINGR ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBlendFuncSeparateINGR:(IIII)V]
TraceGL.glBlitFramebufferEXT ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) : void
[mangled: javax/media/opengl/TraceGL.glBlitFramebufferEXT:(IIIIIIIIII)V]
TraceGL.glBufferData ( int p1, int p2, Buffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBufferData:(IILjava/nio/Buffer;I)V]
TraceGL.glBufferDataARB ( int p1, int p2, Buffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBufferDataARB:(IILjava/nio/Buffer;I)V]
TraceGL.glBufferParameteriAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glBufferParameteriAPPLE:(III)V]
TraceGL.glBufferRegionEnabled ( ) : int
[mangled: javax/media/opengl/TraceGL.glBufferRegionEnabled:()I]
TraceGL.glBufferSubData ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBufferSubData:(IIILjava/nio/Buffer;)V]
TraceGL.glBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glBufferSubDataARB:(IIILjava/nio/Buffer;)V]
TraceGL.glCallList ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glCallList:(I)V]
TraceGL.glCallLists ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCallLists:(IILjava/nio/Buffer;)V]
TraceGL.glCheckFramebufferStatusEXT ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glCheckFramebufferStatusEXT:(I)I]
TraceGL.glClampColorARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glClampColorARB:(II)V]
TraceGL.glClear ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClear:(I)V]
TraceGL.glClearAccum ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glClearAccum:(FFFF)V]
TraceGL.glClearColor ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glClearColor:(FFFF)V]
TraceGL.glClearColorIiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glClearColorIiEXT:(IIII)V]
TraceGL.glClearColorIuiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glClearColorIuiEXT:(IIII)V]
TraceGL.glClearDepth ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClearDepth:(D)V]
TraceGL.glClearDepthdNV ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClearDepthdNV:(D)V]
TraceGL.glClearIndex ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClearIndex:(F)V]
TraceGL.glClearStencil ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClearStencil:(I)V]
TraceGL.glClientActiveTexture ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClientActiveTexture:(I)V]
TraceGL.glClientActiveVertexStreamATI ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glClientActiveVertexStreamATI:(I)V]
TraceGL.glClipPlane ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glClipPlane:(I[DI)V]
TraceGL.glClipPlane ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glClipPlane:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3b:(BBB)V]
TraceGL.glColor3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3bv:([BI)V]
TraceGL.glColor3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3bv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glColor3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3d:(DDD)V]
TraceGL.glColor3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3dv:([DI)V]
TraceGL.glColor3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glColor3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3f:(FFF)V]
TraceGL.glColor3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3fv:([FI)V]
TraceGL.glColor3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3fVertex3fSUN:(FFFFFF)V]
TraceGL.glColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3fVertex3fvSUN:([FI[FI)V]
TraceGL.glColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glColor3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3hNV:(SSS)V]
TraceGL.glColor3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3hvNV:([SI)V]
TraceGL.glColor3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColor3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3i:(III)V]
TraceGL.glColor3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3iv:([II)V]
TraceGL.glColor3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glColor3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3s:(SSS)V]
TraceGL.glColor3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3sv:([SI)V]
TraceGL.glColor3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColor3ub ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3ub:(BBB)V]
TraceGL.glColor3ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3ubv:([BI)V]
TraceGL.glColor3ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3ubv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glColor3ui ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3ui:(III)V]
TraceGL.glColor3uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3uiv:([II)V]
TraceGL.glColor3uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3uiv:(Ljava/nio/IntBuffer;)V]
TraceGL.glColor3us ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3us:(SSS)V]
TraceGL.glColor3usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3usv:([SI)V]
TraceGL.glColor3usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor3usv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColor4b ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4b:(BBBB)V]
TraceGL.glColor4bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4bv:([BI)V]
TraceGL.glColor4bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4bv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glColor4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4d:(DDDD)V]
TraceGL.glColor4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4dv:([DI)V]
TraceGL.glColor4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glColor4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4f:(FFFF)V]
TraceGL.glColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4fNormal3fVertex3fSUN:(FFFFFFFFFF)V]
TraceGL.glColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4fNormal3fVertex3fvSUN:([FI[FI[FI)V]
TraceGL.glColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glColor4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4fv:([FI)V]
TraceGL.glColor4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glColor4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4hNV:(SSSS)V]
TraceGL.glColor4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4hvNV:([SI)V]
TraceGL.glColor4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColor4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4i:(IIII)V]
TraceGL.glColor4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4iv:([II)V]
TraceGL.glColor4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glColor4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4s:(SSSS)V]
TraceGL.glColor4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4sv:([SI)V]
TraceGL.glColor4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColor4ub ( byte p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ub:(BBBB)V]
TraceGL.glColor4ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubv:([BI)V]
TraceGL.glColor4ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glColor4ubVertex2fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex2fSUN:(BBBBFF)V]
TraceGL.glColor4ubVertex2fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex2fvSUN:([BI[FI)V]
TraceGL.glColor4ubVertex2fvSUN ( ByteBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex2fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glColor4ubVertex3fSUN ( byte p1, byte p2, byte p3, byte p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex3fSUN:(BBBBFFF)V]
TraceGL.glColor4ubVertex3fvSUN ( byte[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex3fvSUN:([BI[FI)V]
TraceGL.glColor4ubVertex3fvSUN ( ByteBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ubVertex3fvSUN:(Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glColor4ui ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4ui:(IIII)V]
TraceGL.glColor4uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4uiv:([II)V]
TraceGL.glColor4uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4uiv:(Ljava/nio/IntBuffer;)V]
TraceGL.glColor4us ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4us:(SSSS)V]
TraceGL.glColor4usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4usv:([SI)V]
TraceGL.glColor4usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glColor4usv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glColorFragmentOp1ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glColorFragmentOp1ATI:(IIIIIII)V]
TraceGL.glColorFragmentOp2ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10 ) : void
[mangled: javax/media/opengl/TraceGL.glColorFragmentOp2ATI:(IIIIIIIIII)V]
TraceGL.glColorFragmentOp3ATI ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, int p13 ) : void
[mangled: javax/media/opengl/TraceGL.glColorFragmentOp3ATI:(IIIIIIIIIIIII)V]
TraceGL.glColorMask ( boolean p1, boolean p2, boolean p3, boolean p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColorMask:(ZZZZ)V]
TraceGL.glColorMaskIndexedEXT ( int p1, boolean p2, boolean p3, boolean p4, boolean p5 ) : void
[mangled: javax/media/opengl/TraceGL.glColorMaskIndexedEXT:(IZZZZ)V]
TraceGL.glColorMaterial ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glColorMaterial:(II)V]
TraceGL.glColorPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColorPointer:(IIILjava/nio/Buffer;)V]
TraceGL.glColorPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColorPointer:(IIIJ)V]
TraceGL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColorSubTable:(IIIIILjava/nio/Buffer;)V]
TraceGL.glColorSubTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColorSubTable:(IIIIIJ)V]
TraceGL.glColorTable ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTable:(IIIIILjava/nio/Buffer;)V]
TraceGL.glColorTable ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTable:(IIIIIJ)V]
TraceGL.glColorTableEXT ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTableEXT:(IIIIILjava/nio/Buffer;)V]
TraceGL.glColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTableParameterfv:(II[FI)V]
TraceGL.glColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTableParameteriv:(II[II)V]
TraceGL.glColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glCombinerInputNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerInputNV:(IIIIII)V]
TraceGL.glCombinerOutputNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, boolean p10 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerOutputNV:(IIIIIIIZZZ)V]
TraceGL.glCombinerParameterfNV ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameterfNV:(IF)V]
TraceGL.glCombinerParameterfvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameterfvNV:(I[FI)V]
TraceGL.glCombinerParameterfvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameterfvNV:(ILjava/nio/FloatBuffer;)V]
TraceGL.glCombinerParameteriNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameteriNV:(II)V]
TraceGL.glCombinerParameterivNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameterivNV:(I[II)V]
TraceGL.glCombinerParameterivNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerParameterivNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerStageParameterfvNV:(II[FI)V]
TraceGL.glCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glCompileShader ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glCompileShader:(I)V]
TraceGL.glCompileShaderARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glCompileShaderARB:(I)V]
TraceGL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage1D:(IIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage1D:(IIIIIIJ)V]
TraceGL.glCompressedTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage2D:(IIIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage2D:(IIIIIIIJ)V]
TraceGL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage3D:(IIIIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexImage3D:(IIIIIIIIJ)V]
TraceGL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage1D:(IIIIIIJ)V]
TraceGL.glCompressedTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage2D:(IIIIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage2D:(IIIIIIIIJ)V]
TraceGL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
TraceGL.glCompressedTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) : void
[mangled: javax/media/opengl/TraceGL.glCompressedTexSubImage3D:(IIIIIIIIIIJ)V]
TraceGL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionFilter1D:(IIIIILjava/nio/Buffer;)V]
TraceGL.glConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionFilter1D:(IIIIIJ)V]
TraceGL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionFilter2D:(IIIIIILjava/nio/Buffer;)V]
TraceGL.glConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionFilter2D:(IIIIIIJ)V]
TraceGL.glConvolutionParameterf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameterf:(IIF)V]
TraceGL.glConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameterfv:(II[FI)V]
TraceGL.glConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glConvolutionParameteri ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameteri:(III)V]
TraceGL.glConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameteriv:(II[II)V]
TraceGL.glConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glCopyColorSubTable ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyColorSubTable:(IIIII)V]
TraceGL.glCopyColorTable ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyColorTable:(IIIII)V]
TraceGL.glCopyConvolutionFilter1D ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyConvolutionFilter1D:(IIIII)V]
TraceGL.glCopyConvolutionFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyConvolutionFilter2D:(IIIIII)V]
TraceGL.glCopyPixels ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyPixels:(IIIII)V]
TraceGL.glCopyTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyTexImage1D:(IIIIIII)V]
TraceGL.glCopyTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyTexImage2D:(IIIIIIII)V]
TraceGL.glCopyTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyTexSubImage1D:(IIIIII)V]
TraceGL.glCopyTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyTexSubImage2D:(IIIIIIII)V]
TraceGL.glCopyTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9 ) : void
[mangled: javax/media/opengl/TraceGL.glCopyTexSubImage3D:(IIIIIIIII)V]
TraceGL.glCreateProgram ( ) : int
[mangled: javax/media/opengl/TraceGL.glCreateProgram:()I]
TraceGL.glCreateProgramObjectARB ( ) : int
[mangled: javax/media/opengl/TraceGL.glCreateProgramObjectARB:()I]
TraceGL.glCreateShader ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glCreateShader:(I)I]
TraceGL.glCreateShaderObjectARB ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glCreateShaderObjectARB:(I)I]
TraceGL.glCullFace ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glCullFace:(I)V]
TraceGL.glCullParameterdvEXT ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCullParameterdvEXT:(I[DI)V]
TraceGL.glCullParameterdvEXT ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCullParameterdvEXT:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glCullParameterfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glCullParameterfvEXT:(I[FI)V]
TraceGL.glCullParameterfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glCullParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
TraceGL.glCurrentPaletteMatrixARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glCurrentPaletteMatrixARB:(I)V]
TraceGL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, double[ ] p14, int p15 ) : void
[mangled: javax/media/opengl/TraceGL.glDeformationMap3dSGIX:(IDDIIDDIIDDII[DI)V]
TraceGL.glDeformationMap3dSGIX ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double p10, double p11, int p12, int p13, DoubleBuffer p14 ) : void
[mangled: javax/media/opengl/TraceGL.glDeformationMap3dSGIX:(IDDIIDDIIDDIILjava/nio/DoubleBuffer;)V]
TraceGL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, float[ ] p14, int p15 ) : void
[mangled: javax/media/opengl/TraceGL.glDeformationMap3fSGIX:(IFFIIFFIIFFII[FI)V]
TraceGL.glDeformationMap3fSGIX ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float p10, float p11, int p12, int p13, FloatBuffer p14 ) : void
[mangled: javax/media/opengl/TraceGL.glDeformationMap3fSGIX:(IFFIIFFIIFFIILjava/nio/FloatBuffer;)V]
TraceGL.glDeformSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeformSGIX:(I)V]
TraceGL.glDeleteAsyncMarkersSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteAsyncMarkersSGIX:(II)V]
TraceGL.glDeleteBufferRegion ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteBufferRegion:(I)V]
TraceGL.glDeleteBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteBuffers:(I[II)V]
TraceGL.glDeleteBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteBuffers:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteBuffersARB:(I[II)V]
TraceGL.glDeleteBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteBuffersARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteFencesAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFencesAPPLE:(I[II)V]
TraceGL.glDeleteFencesAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFencesAPPLE:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteFencesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFencesNV:(I[II)V]
TraceGL.glDeleteFencesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFencesNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteFragmentShaderATI ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFragmentShaderATI:(I)V]
TraceGL.glDeleteFramebuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFramebuffersEXT:(I[II)V]
TraceGL.glDeleteFramebuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteLists ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteLists:(II)V]
TraceGL.glDeleteObjectARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteObjectARB:(I)V]
TraceGL.glDeleteOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteOcclusionQueriesNV:(I[II)V]
TraceGL.glDeleteOcclusionQueriesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteProgram ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteProgram:(I)V]
TraceGL.glDeleteProgramsARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteProgramsARB:(I[II)V]
TraceGL.glDeleteProgramsARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteProgramsARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteProgramsNV:(I[II)V]
TraceGL.glDeleteProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteProgramsNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteQueries ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteQueries:(I[II)V]
TraceGL.glDeleteQueries ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteQueries:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteQueriesARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteQueriesARB:(I[II)V]
TraceGL.glDeleteQueriesARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteQueriesARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteRenderbuffersEXT:(I[II)V]
TraceGL.glDeleteRenderbuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteShader ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteShader:(I)V]
TraceGL.glDeleteTextures ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteTextures:(I[II)V]
TraceGL.glDeleteTextures ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteTextures:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteVertexArraysAPPLE:(I[II)V]
TraceGL.glDeleteVertexArraysAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
TraceGL.glDeleteVertexShaderEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDeleteVertexShaderEXT:(I)V]
TraceGL.glDepthBoundsdNV ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthBoundsdNV:(DD)V]
TraceGL.glDepthBoundsEXT ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthBoundsEXT:(DD)V]
TraceGL.glDepthFunc ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthFunc:(I)V]
TraceGL.glDepthMask ( boolean p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthMask:(Z)V]
TraceGL.glDepthRange ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthRange:(DD)V]
TraceGL.glDepthRangedNV ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDepthRangedNV:(DD)V]
TraceGL.glDetachObjectARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDetachObjectARB:(II)V]
TraceGL.glDetachShader ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDetachShader:(II)V]
TraceGL.glDetailTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDetailTexFuncSGIS:(II[FI)V]
TraceGL.glDetailTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDetailTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
TraceGL.glDisable ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDisable:(I)V]
TraceGL.glDisableClientState ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableClientState:(I)V]
TraceGL.glDisableIndexedEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableIndexedEXT:(II)V]
TraceGL.glDisableVariantClientStateEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableVariantClientStateEXT:(I)V]
TraceGL.glDisableVertexAttribAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableVertexAttribAPPLE:(II)V]
TraceGL.glDisableVertexAttribArray ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableVertexAttribArray:(I)V]
TraceGL.glDisableVertexAttribArrayARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDisableVertexAttribArrayARB:(I)V]
TraceGL.glDrawArrays ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawArrays:(III)V]
TraceGL.glDrawArraysInstancedEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawArraysInstancedEXT:(IIII)V]
TraceGL.glDrawBuffer ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffer:(I)V]
TraceGL.glDrawBufferRegion ( int p1, int p2, int p3, int p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBufferRegion:(IIIIIII)V]
TraceGL.glDrawBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffers:(I[II)V]
TraceGL.glDrawBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffers:(ILjava/nio/IntBuffer;)V]
TraceGL.glDrawBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffersARB:(I[II)V]
TraceGL.glDrawBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffersARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glDrawBuffersATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffersATI:(I[II)V]
TraceGL.glDrawBuffersATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawBuffersATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glDrawElementArrayAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawElementArrayAPPLE:(III)V]
TraceGL.glDrawElementArrayATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawElementArrayATI:(II)V]
TraceGL.glDrawElements ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawElements:(IIILjava/nio/Buffer;)V]
TraceGL.glDrawElements ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawElements:(IIIJ)V]
TraceGL.glDrawElementsInstancedEXT ( int p1, int p2, int p3, Buffer p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawElementsInstancedEXT:(IIILjava/nio/Buffer;I)V]
TraceGL.glDrawMeshArraysSUN ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawMeshArraysSUN:(IIII)V]
TraceGL.glDrawPixels ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawPixels:(IIIILjava/nio/Buffer;)V]
TraceGL.glDrawPixels ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawPixels:(IIIIJ)V]
TraceGL.glDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawRangeElementArrayAPPLE:(IIIII)V]
TraceGL.glDrawRangeElementArrayATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawRangeElementArrayATI:(IIII)V]
TraceGL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawRangeElements:(IIIIILjava/nio/Buffer;)V]
TraceGL.glDrawRangeElements ( int p1, int p2, int p3, int p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glDrawRangeElements:(IIIIIJ)V]
TraceGL.glEdgeFlag ( boolean p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEdgeFlag:(Z)V]
TraceGL.glEdgeFlagPointer ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEdgeFlagPointer:(ILjava/nio/Buffer;)V]
TraceGL.glEdgeFlagPointer ( int p1, long p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEdgeFlagPointer:(IJ)V]
TraceGL.glEdgeFlagv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEdgeFlagv:([BI)V]
TraceGL.glEdgeFlagv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEdgeFlagv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glElementPointerAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glElementPointerAPPLE:(ILjava/nio/Buffer;)V]
TraceGL.glElementPointerATI ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glElementPointerATI:(ILjava/nio/Buffer;)V]
TraceGL.glElementPointerATI ( int p1, long p2 ) : void
[mangled: javax/media/opengl/TraceGL.glElementPointerATI:(IJ)V]
TraceGL.glEnable ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEnable:(I)V]
TraceGL.glEnableClientState ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableClientState:(I)V]
TraceGL.glEnableIndexedEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableIndexedEXT:(II)V]
TraceGL.glEnableVariantClientStateEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableVariantClientStateEXT:(I)V]
TraceGL.glEnableVertexAttribAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableVertexAttribAPPLE:(II)V]
TraceGL.glEnableVertexAttribArray ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableVertexAttribArray:(I)V]
TraceGL.glEnableVertexAttribArrayARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEnableVertexAttribArrayARB:(I)V]
TraceGL.glEnd ( ) : void
[mangled: javax/media/opengl/TraceGL.glEnd:()V]
TraceGL.glEndFragmentShaderATI ( ) : void
[mangled: javax/media/opengl/TraceGL.glEndFragmentShaderATI:()V]
TraceGL.glEndList ( ) : void
[mangled: javax/media/opengl/TraceGL.glEndList:()V]
TraceGL.glEndOcclusionQueryNV ( ) : void
[mangled: javax/media/opengl/TraceGL.glEndOcclusionQueryNV:()V]
TraceGL.glEndQuery ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEndQuery:(I)V]
TraceGL.glEndQueryARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEndQueryARB:(I)V]
TraceGL.glEndTransformFeedbackNV ( ) : void
[mangled: javax/media/opengl/TraceGL.glEndTransformFeedbackNV:()V]
TraceGL.glEndVertexShaderEXT ( ) : void
[mangled: javax/media/opengl/TraceGL.glEndVertexShaderEXT:()V]
TraceGL.glEvalCoord1d ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1d:(D)V]
TraceGL.glEvalCoord1dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1dv:([DI)V]
TraceGL.glEvalCoord1dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glEvalCoord1f ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1f:(F)V]
TraceGL.glEvalCoord1fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1fv:([FI)V]
TraceGL.glEvalCoord1fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord1fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glEvalCoord2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2d:(DD)V]
TraceGL.glEvalCoord2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2dv:([DI)V]
TraceGL.glEvalCoord2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glEvalCoord2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2f:(FF)V]
TraceGL.glEvalCoord2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2fv:([FI)V]
TraceGL.glEvalCoord2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalCoord2fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glEvalMapsNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalMapsNV:(II)V]
TraceGL.glEvalMesh1 ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalMesh1:(III)V]
TraceGL.glEvalMesh2 ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalMesh2:(IIIII)V]
TraceGL.glEvalPoint1 ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalPoint1:(I)V]
TraceGL.glEvalPoint2 ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glEvalPoint2:(II)V]
TraceGL.glExecuteProgramNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glExecuteProgramNV:(II[FI)V]
TraceGL.glExecuteProgramNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glExecuteProgramNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glExtractComponentEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glExtractComponentEXT:(III)V]
TraceGL.glFeedbackBuffer ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFeedbackBuffer:(IILjava/nio/FloatBuffer;)V]
TraceGL.glFinalCombinerInputNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFinalCombinerInputNV:(IIII)V]
TraceGL.glFinish ( ) : void
[mangled: javax/media/opengl/TraceGL.glFinish:()V]
TraceGL.glFinishAsyncSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glFinishAsyncSGIX:([II)I]
TraceGL.glFinishAsyncSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/TraceGL.glFinishAsyncSGIX:(Ljava/nio/IntBuffer;)I]
TraceGL.glFinishFenceAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFinishFenceAPPLE:(I)V]
TraceGL.glFinishFenceNV ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFinishFenceNV:(I)V]
TraceGL.glFinishObjectAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFinishObjectAPPLE:(II)V]
TraceGL.glFinishRenderAPPLE ( ) : void
[mangled: javax/media/opengl/TraceGL.glFinishRenderAPPLE:()V]
TraceGL.glFinishTextureSUNX ( ) : void
[mangled: javax/media/opengl/TraceGL.glFinishTextureSUNX:()V]
TraceGL.glFlush ( ) : void
[mangled: javax/media/opengl/TraceGL.glFlush:()V]
TraceGL.glFlushMappedBufferRangeAPPLE ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFlushMappedBufferRangeAPPLE:(III)V]
TraceGL.glFlushPixelDataRangeNV ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFlushPixelDataRangeNV:(I)V]
TraceGL.glFlushRasterSGIX ( ) : void
[mangled: javax/media/opengl/TraceGL.glFlushRasterSGIX:()V]
TraceGL.glFlushRenderAPPLE ( ) : void
[mangled: javax/media/opengl/TraceGL.glFlushRenderAPPLE:()V]
TraceGL.glFlushVertexArrayRangeAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFlushVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
TraceGL.glFlushVertexArrayRangeNV ( ) : void
[mangled: javax/media/opengl/TraceGL.glFlushVertexArrayRangeNV:()V]
TraceGL.glFogCoordd ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordd:(D)V]
TraceGL.glFogCoorddEXT ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoorddEXT:(D)V]
TraceGL.glFogCoorddv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoorddv:([DI)V]
TraceGL.glFogCoorddv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoorddv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glFogCoorddvEXT ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoorddvEXT:([DI)V]
TraceGL.glFogCoorddvEXT ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoorddvEXT:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glFogCoordf ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordf:(F)V]
TraceGL.glFogCoordfEXT ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordfEXT:(F)V]
TraceGL.glFogCoordfv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordfv:([FI)V]
TraceGL.glFogCoordfv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordfv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glFogCoordfvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordfvEXT:([FI)V]
TraceGL.glFogCoordfvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordfvEXT:(Ljava/nio/FloatBuffer;)V]
TraceGL.glFogCoordhNV ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordhNV:(S)V]
TraceGL.glFogCoordhvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordhvNV:([SI)V]
TraceGL.glFogCoordhvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordhvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glFogCoordPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordPointer:(IILjava/nio/Buffer;)V]
TraceGL.glFogCoordPointer ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordPointer:(IIJ)V]
TraceGL.glFogCoordPointerEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordPointerEXT:(IILjava/nio/Buffer;)V]
TraceGL.glFogCoordPointerEXT ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogCoordPointerEXT:(IIJ)V]
TraceGL.glFogf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogf:(IF)V]
TraceGL.glFogFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogFuncSGIS:(I[FI)V]
TraceGL.glFogFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogFuncSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glFogfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogfv:(I[FI)V]
TraceGL.glFogfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogfv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glFogi ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogi:(II)V]
TraceGL.glFogiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFogiv:(I[II)V]
TraceGL.glFogiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFogiv:(ILjava/nio/IntBuffer;)V]
TraceGL.glFragmentColorMaterialSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentColorMaterialSGIX:(II)V]
TraceGL.glFragmentLightfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightfSGIX:(IIF)V]
TraceGL.glFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightfvSGIX:(II[FI)V]
TraceGL.glFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glFragmentLightiSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightiSGIX:(III)V]
TraceGL.glFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightivSGIX:(II[II)V]
TraceGL.glFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glFragmentLightModelfSGIX ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModelfSGIX:(IF)V]
TraceGL.glFragmentLightModelfvSGIX ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModelfvSGIX:(I[FI)V]
TraceGL.glFragmentLightModelfvSGIX ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModelfvSGIX:(ILjava/nio/FloatBuffer;)V]
TraceGL.glFragmentLightModeliSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModeliSGIX:(II)V]
TraceGL.glFragmentLightModelivSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModelivSGIX:(I[II)V]
TraceGL.glFragmentLightModelivSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentLightModelivSGIX:(ILjava/nio/IntBuffer;)V]
TraceGL.glFragmentMaterialfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialfSGIX:(IIF)V]
TraceGL.glFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialfvSGIX:(II[FI)V]
TraceGL.glFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glFragmentMaterialiSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialiSGIX:(III)V]
TraceGL.glFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialivSGIX:(II[II)V]
TraceGL.glFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glFramebufferRenderbufferEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferRenderbufferEXT:(IIII)V]
TraceGL.glFramebufferTexture1DEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTexture1DEXT:(IIIII)V]
TraceGL.glFramebufferTexture2DEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTexture2DEXT:(IIIII)V]
TraceGL.glFramebufferTexture3DEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTexture3DEXT:(IIIIII)V]
TraceGL.glFramebufferTextureEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTextureEXT:(IIII)V]
TraceGL.glFramebufferTextureFaceEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTextureFaceEXT:(IIIII)V]
TraceGL.glFramebufferTextureLayerEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glFramebufferTextureLayerEXT:(IIIII)V]
TraceGL.glFrameZoomSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFrameZoomSGIX:(I)V]
TraceGL.glFreeObjectBufferATI ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFreeObjectBufferATI:(I)V]
TraceGL.glFrontFace ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glFrontFace:(I)V]
TraceGL.glFrustum ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glFrustum:(DDDDDD)V]
TraceGL.glGenAsyncMarkersSGIX ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glGenAsyncMarkersSGIX:(I)I]
TraceGL.glGenBuffers ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenBuffers:(I[II)V]
TraceGL.glGenBuffers ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenBuffers:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenBuffersARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenBuffersARB:(I[II)V]
TraceGL.glGenBuffersARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenBuffersARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenerateMipmapEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGenerateMipmapEXT:(I)V]
TraceGL.glGenFencesAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFencesAPPLE:(I[II)V]
TraceGL.glGenFencesAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFencesAPPLE:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenFencesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFencesNV:(I[II)V]
TraceGL.glGenFencesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFencesNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenFragmentShadersATI ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glGenFragmentShadersATI:(I)I]
TraceGL.glGenFramebuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFramebuffersEXT:(I[II)V]
TraceGL.glGenFramebuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenFramebuffersEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenLists ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glGenLists:(I)I]
TraceGL.glGenOcclusionQueriesNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenOcclusionQueriesNV:(I[II)V]
TraceGL.glGenOcclusionQueriesNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenOcclusionQueriesNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenProgramsARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenProgramsARB:(I[II)V]
TraceGL.glGenProgramsARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenProgramsARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenProgramsNV:(I[II)V]
TraceGL.glGenProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenProgramsNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenQueries ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenQueries:(I[II)V]
TraceGL.glGenQueries ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenQueries:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenQueriesARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenQueriesARB:(I[II)V]
TraceGL.glGenQueriesARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenQueriesARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenRenderbuffersEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenRenderbuffersEXT:(I[II)V]
TraceGL.glGenRenderbuffersEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenRenderbuffersEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenSymbolsEXT ( int p1, int p2, int p3, int p4 ) : int
[mangled: javax/media/opengl/TraceGL.glGenSymbolsEXT:(IIII)I]
TraceGL.glGenTextures ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenTextures:(I[II)V]
TraceGL.glGenTextures ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenTextures:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenVertexArraysAPPLE ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGenVertexArraysAPPLE:(I[II)V]
TraceGL.glGenVertexArraysAPPLE ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGenVertexArraysAPPLE:(ILjava/nio/IntBuffer;)V]
TraceGL.glGenVertexShadersEXT ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glGenVertexShadersEXT:(I)I]
TraceGL.glGetActiveAttrib ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveAttrib:(III[II[II[II[BI)V]
TraceGL.glGetActiveAttrib ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveAttrib:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetActiveAttribARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveAttribARB:(III[II[II[II[BI)V]
TraceGL.glGetActiveAttribARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveAttribARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetActiveUniform ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveUniform:(III[II[II[II[BI)V]
TraceGL.glGetActiveUniform ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveUniform:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetActiveUniformARB ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveUniformARB:(III[II[II[II[BI)V]
TraceGL.glGetActiveUniformARB ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveUniformARB:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetActiveVaryingNV ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int[ ] p8, int p9, byte[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveVaryingNV:(III[II[II[II[BI)V]
TraceGL.glGetActiveVaryingNV ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, IntBuffer p6, ByteBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetActiveVaryingNV:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetArrayObjectfvATI:(II[FI)V]
TraceGL.glGetArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetArrayObjectivATI:(II[II)V]
TraceGL.glGetArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetAttachedObjectsARB ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetAttachedObjectsARB:(II[II[II)V]
TraceGL.glGetAttachedObjectsARB ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetAttachedObjectsARB:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
TraceGL.glGetAttachedShaders ( int p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetAttachedShaders:(II[II[II)V]
TraceGL.glGetAttachedShaders ( int p1, int p2, IntBuffer p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetAttachedShaders:(IILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
TraceGL.glGetAttribLocation ( int p1, String p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetAttribLocation:(ILjava/lang/String;)I]
TraceGL.glGetAttribLocationARB ( int p1, String p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetAttribLocationARB:(ILjava/lang/String;)I]
TraceGL.glGetBooleanIndexedvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBooleanIndexedvEXT:(II[BI)V]
TraceGL.glGetBooleanIndexedvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBooleanIndexedvEXT:(IILjava/nio/ByteBuffer;)V]
TraceGL.glGetBooleanv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBooleanv:(I[BI)V]
TraceGL.glGetBooleanv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBooleanv:(ILjava/nio/ByteBuffer;)V]
TraceGL.glGetBufferParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferParameteriv:(II[II)V]
TraceGL.glGetBufferParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetBufferParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferParameterivARB:(II[II)V]
TraceGL.glGetBufferParameterivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferParameterivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetBufferSubData ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferSubData:(IIILjava/nio/Buffer;)V]
TraceGL.glGetBufferSubDataARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetBufferSubDataARB:(IIILjava/nio/Buffer;)V]
TraceGL.glGetClipPlane ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetClipPlane:(I[DI)V]
TraceGL.glGetClipPlane ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetClipPlane:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glGetColorTable ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTable:(IIILjava/nio/Buffer;)V]
TraceGL.glGetColorTable ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTable:(IIIJ)V]
TraceGL.glGetColorTableEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableEXT:(IIILjava/nio/Buffer;)V]
TraceGL.glGetColorTableParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterfv:(II[FI)V]
TraceGL.glGetColorTableParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetColorTableParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterfvEXT:(II[FI)V]
TraceGL.glGetColorTableParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetColorTableParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameteriv:(II[II)V]
TraceGL.glGetColorTableParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetColorTableParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterivEXT:(II[II)V]
TraceGL.glGetColorTableParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetColorTableParameterivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerInputParameterfvNV:(IIII[FI)V]
TraceGL.glGetCombinerInputParameterfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerInputParameterfvNV:(IIIILjava/nio/FloatBuffer;)V]
TraceGL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerInputParameterivNV:(IIII[II)V]
TraceGL.glGetCombinerInputParameterivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerInputParameterivNV:(IIIILjava/nio/IntBuffer;)V]
TraceGL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerOutputParameterfvNV:(III[FI)V]
TraceGL.glGetCombinerOutputParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerOutputParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerOutputParameterivNV:(III[II)V]
TraceGL.glGetCombinerOutputParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerOutputParameterivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glGetCombinerStageParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerStageParameterfvNV:(II[FI)V]
TraceGL.glGetCombinerStageParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCombinerStageParameterfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetCompressedTexImage ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCompressedTexImage:(IILjava/nio/Buffer;)V]
TraceGL.glGetCompressedTexImage ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetCompressedTexImage:(IIJ)V]
TraceGL.glGetConvolutionFilter ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionFilter:(IIILjava/nio/Buffer;)V]
TraceGL.glGetConvolutionFilter ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionFilter:(IIIJ)V]
TraceGL.glGetConvolutionParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionParameterfv:(II[FI)V]
TraceGL.glGetConvolutionParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetConvolutionParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionParameteriv:(II[II)V]
TraceGL.glGetConvolutionParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetConvolutionParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetDetailTexFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetDetailTexFuncSGIS:(I[FI)V]
TraceGL.glGetDetailTexFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetDetailTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetDoublev ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetDoublev:(I[DI)V]
TraceGL.glGetDoublev ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetDoublev:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glGetError ( ) : int
[mangled: javax/media/opengl/TraceGL.glGetError:()I]
TraceGL.glGetFenceivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFenceivNV:(II[II)V]
TraceGL.glGetFenceivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFenceivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFinalCombinerInputParameterfvNV:(II[FI)V]
TraceGL.glGetFinalCombinerInputParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFinalCombinerInputParameterfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFinalCombinerInputParameterivNV:(II[II)V]
TraceGL.glGetFinalCombinerInputParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFinalCombinerInputParameterivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetFloatv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFloatv:(I[FI)V]
TraceGL.glGetFloatv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFloatv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetFogFuncSGIS ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFogFuncSGIS:([FI)V]
TraceGL.glGetFogFuncSGIS ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFogFuncSGIS:(Ljava/nio/FloatBuffer;)V]
TraceGL.glGetFragDataLocationEXT ( int p1, byte[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/TraceGL.glGetFragDataLocationEXT:(I[BI)I]
TraceGL.glGetFragDataLocationEXT ( int p1, ByteBuffer p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetFragDataLocationEXT:(ILjava/nio/ByteBuffer;)I]
TraceGL.glGetFragmentLightfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentLightfvSGIX:(II[FI)V]
TraceGL.glGetFragmentLightfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentLightfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetFragmentLightivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentLightivSGIX:(II[II)V]
TraceGL.glGetFragmentLightivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentLightivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetFragmentMaterialfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentMaterialfvSGIX:(II[FI)V]
TraceGL.glGetFragmentMaterialfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentMaterialfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetFragmentMaterialivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentMaterialivSGIX:(II[II)V]
TraceGL.glGetFragmentMaterialivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFragmentMaterialivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFramebufferAttachmentParameterivEXT:(III[II)V]
TraceGL.glGetFramebufferAttachmentParameterivEXT ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetFramebufferAttachmentParameterivEXT:(IIILjava/nio/IntBuffer;)V]
TraceGL.glGetHandleARB ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glGetHandleARB:(I)I]
TraceGL.glGetHistogram ( int p1, boolean p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogram:(IZIILjava/nio/Buffer;)V]
TraceGL.glGetHistogram ( int p1, boolean p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogram:(IZIIJ)V]
TraceGL.glGetHistogramParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogramParameterfv:(II[FI)V]
TraceGL.glGetHistogramParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogramParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetHistogramParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogramParameteriv:(II[II)V]
TraceGL.glGetHistogramParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetHistogramParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetImageTransformParameterfvHP:(II[FI)V]
TraceGL.glGetImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetImageTransformParameterivHP:(II[II)V]
TraceGL.glGetImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetInfoLogARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInfoLogARB:(II[II[BI)V]
TraceGL.glGetInfoLogARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInfoLogARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetInstrumentsSGIX ( ) : int
[mangled: javax/media/opengl/TraceGL.glGetInstrumentsSGIX:()I]
TraceGL.glGetIntegerIndexedvEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetIntegerIndexedvEXT:(II[II)V]
TraceGL.glGetIntegerIndexedvEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetIntegerIndexedvEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetIntegerv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetIntegerv:(I[II)V]
TraceGL.glGetIntegerv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetIntegerv:(ILjava/nio/IntBuffer;)V]
TraceGL.glGetInvariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantBooleanvEXT:(II[BI)V]
TraceGL.glGetInvariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
TraceGL.glGetInvariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantFloatvEXT:(II[FI)V]
TraceGL.glGetInvariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetInvariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantIntegervEXT:(II[II)V]
TraceGL.glGetInvariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetInvariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetLightfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLightfv:(II[FI)V]
TraceGL.glGetLightfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLightfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetLightiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLightiv:(II[II)V]
TraceGL.glGetLightiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLightiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetListParameterfvSGIX:(II[FI)V]
TraceGL.glGetListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetListParameterivSGIX:(II[II)V]
TraceGL.glGetListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetLocalConstantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantBooleanvEXT:(II[BI)V]
TraceGL.glGetLocalConstantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
TraceGL.glGetLocalConstantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantFloatvEXT:(II[FI)V]
TraceGL.glGetLocalConstantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetLocalConstantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantIntegervEXT:(II[II)V]
TraceGL.glGetLocalConstantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetLocalConstantIntegervEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapAttribParameterfvNV:(III[FI)V]
TraceGL.glGetMapAttribParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapAttribParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapAttribParameterivNV:(III[II)V]
TraceGL.glGetMapAttribParameterivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapAttribParameterivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glGetMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, boolean p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapControlPointsNV:(IIIIIZLjava/nio/Buffer;)V]
TraceGL.glGetMapdv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapdv:(II[DI)V]
TraceGL.glGetMapdv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapdv:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetMapfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapfv:(II[FI)V]
TraceGL.glGetMapfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetMapiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapiv:(II[II)V]
TraceGL.glGetMapiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapParameterfvNV:(II[FI)V]
TraceGL.glGetMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapParameterivNV:(II[II)V]
TraceGL.glGetMapParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMapParameterivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMaterialfv:(II[FI)V]
TraceGL.glGetMaterialfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMaterialfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMaterialiv:(II[II)V]
TraceGL.glGetMaterialiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMaterialiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetMinmax ( int p1, boolean p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmax:(IZIILjava/nio/Buffer;)V]
TraceGL.glGetMinmax ( int p1, boolean p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmax:(IZIIJ)V]
TraceGL.glGetMinmaxParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmaxParameterfv:(II[FI)V]
TraceGL.glGetMinmaxParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmaxParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetMinmaxParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmaxParameteriv:(II[II)V]
TraceGL.glGetMinmaxParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetMinmaxParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetObjectBufferfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectBufferfvATI:(II[FI)V]
TraceGL.glGetObjectBufferfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectBufferfvATI:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetObjectBufferivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectBufferivATI:(II[II)V]
TraceGL.glGetObjectBufferivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectBufferivATI:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetObjectParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectParameterfvARB:(II[FI)V]
TraceGL.glGetObjectParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectParameterfvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetObjectParameterivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectParameterivARB:(II[II)V]
TraceGL.glGetObjectParameterivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetObjectParameterivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetOcclusionQueryivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetOcclusionQueryivNV:(II[II)V]
TraceGL.glGetOcclusionQueryivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetOcclusionQueryivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetOcclusionQueryuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetOcclusionQueryuivNV:(II[II)V]
TraceGL.glGetOcclusionQueryuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetOcclusionQueryuivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetPixelMapfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapfv:(I[FI)V]
TraceGL.glGetPixelMapfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapfv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetPixelMapfv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapfv:(IJ)V]
TraceGL.glGetPixelMapuiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapuiv:(I[II)V]
TraceGL.glGetPixelMapuiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapuiv:(ILjava/nio/IntBuffer;)V]
TraceGL.glGetPixelMapuiv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapuiv:(IJ)V]
TraceGL.glGetPixelMapusv ( int p1, long p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapusv:(IJ)V]
TraceGL.glGetPixelMapusv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapusv:(I[SI)V]
TraceGL.glGetPixelMapusv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelMapusv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glGetPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelTexGenParameterfvSGIS:(I[FI)V]
TraceGL.glGetPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelTexGenParameterivSGIS:(I[II)V]
TraceGL.glGetPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
TraceGL.glGetPolygonStipple ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPolygonStipple:([BI)V]
TraceGL.glGetPolygonStipple ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPolygonStipple:(Ljava/nio/ByteBuffer;)V]
TraceGL.glGetPolygonStipple ( long p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGetPolygonStipple:(J)V]
TraceGL.glGetProgramEnvParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterdvARB:(II[DI)V]
TraceGL.glGetProgramEnvParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetProgramEnvParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterfvARB:(II[FI)V]
TraceGL.glGetProgramEnvParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterfvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetProgramEnvParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterIivNV:(II[II)V]
TraceGL.glGetProgramEnvParameterIivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterIivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramEnvParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterIuivNV:(II[II)V]
TraceGL.glGetProgramEnvParameterIuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramEnvParameterIuivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramInfoLog:(II[II[BI)V]
TraceGL.glGetProgramInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetProgramiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramiv:(II[II)V]
TraceGL.glGetProgramiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramivARB:(II[II)V]
TraceGL.glGetProgramivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramivNV:(II[II)V]
TraceGL.glGetProgramivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramLocalParameterdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterdvARB:(II[DI)V]
TraceGL.glGetProgramLocalParameterdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterdvARB:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetProgramLocalParameterfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterfvARB:(II[FI)V]
TraceGL.glGetProgramLocalParameterfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterfvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetProgramLocalParameterIivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterIivNV:(II[II)V]
TraceGL.glGetProgramLocalParameterIivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterIivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramLocalParameterIuivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterIuivNV:(II[II)V]
TraceGL.glGetProgramLocalParameterIuivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramLocalParameterIuivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;[DI)V]
TraceGL.glGetProgramNamedParameterdvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramNamedParameterdvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
TraceGL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;[FI)V]
TraceGL.glGetProgramNamedParameterfvNV ( int p1, int p2, String p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramNamedParameterfvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
TraceGL.glGetProgramParameterdvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramParameterdvNV:(III[DI)V]
TraceGL.glGetProgramParameterdvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramParameterdvNV:(IIILjava/nio/DoubleBuffer;)V]
TraceGL.glGetProgramParameterfvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramParameterfvNV:(III[FI)V]
TraceGL.glGetProgramParameterfvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramParameterfvNV:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glGetProgramStringARB ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramStringARB:(IILjava/nio/Buffer;)V]
TraceGL.glGetProgramStringNV ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramStringNV:(II[BI)V]
TraceGL.glGetProgramStringNV ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetProgramStringNV:(IILjava/nio/ByteBuffer;)V]
TraceGL.glGetQueryiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryiv:(II[II)V]
TraceGL.glGetQueryiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetQueryivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryivARB:(II[II)V]
TraceGL.glGetQueryivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetQueryObjecti64vEXT ( int p1, int p2, long[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjecti64vEXT:(II[JI)V]
TraceGL.glGetQueryObjecti64vEXT ( int p1, int p2, LongBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjecti64vEXT:(IILjava/nio/LongBuffer;)V]
TraceGL.glGetQueryObjectiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectiv:(II[II)V]
TraceGL.glGetQueryObjectiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetQueryObjectivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectivARB:(II[II)V]
TraceGL.glGetQueryObjectivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetQueryObjectui64vEXT ( int p1, int p2, long[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectui64vEXT:(II[JI)V]
TraceGL.glGetQueryObjectui64vEXT ( int p1, int p2, LongBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectui64vEXT:(IILjava/nio/LongBuffer;)V]
TraceGL.glGetQueryObjectuiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectuiv:(II[II)V]
TraceGL.glGetQueryObjectuiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectuiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetQueryObjectuivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectuivARB:(II[II)V]
TraceGL.glGetQueryObjectuivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetQueryObjectuivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetRenderbufferParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetRenderbufferParameterivEXT:(II[II)V]
TraceGL.glGetRenderbufferParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetRenderbufferParameterivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetSeparableFilter ( int p1, int p2, int p3, Buffer p4, Buffer p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetSeparableFilter:(IIILjava/nio/Buffer;Ljava/nio/Buffer;Ljava/nio/Buffer;)V]
TraceGL.glGetSeparableFilter ( int p1, int p2, int p3, long p4, long p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetSeparableFilter:(IIIJJJ)V]
TraceGL.glGetShaderInfoLog ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderInfoLog:(II[II[BI)V]
TraceGL.glGetShaderInfoLog ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderInfoLog:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetShaderiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderiv:(II[II)V]
TraceGL.glGetShaderiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetShaderSource ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderSource:(II[II[BI)V]
TraceGL.glGetShaderSource ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderSource:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetShaderSourceARB ( int p1, int p2, int[ ] p3, int p4, byte[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderSourceARB:(II[II[BI)V]
TraceGL.glGetShaderSourceARB ( int p1, int p2, IntBuffer p3, ByteBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetShaderSourceARB:(IILjava/nio/IntBuffer;Ljava/nio/ByteBuffer;)V]
TraceGL.glGetSharpenTexFuncSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetSharpenTexFuncSGIS:(I[FI)V]
TraceGL.glGetSharpenTexFuncSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetSharpenTexFuncSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetString ( int p1 ) : String
[mangled: javax/media/opengl/TraceGL.glGetString:(I)Ljava/lang/String;]
TraceGL.glGetTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexBumpParameterfvATI:(I[FI)V]
TraceGL.glGetTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexBumpParameterivATI:(I[II)V]
TraceGL.glGetTexBumpParameterivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glGetTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexEnvfv:(II[FI)V]
TraceGL.glGetTexEnvfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexEnvfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexEnviv:(II[II)V]
TraceGL.glGetTexEnviv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexEnviv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetTexFilterFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexFilterFuncSGIS:(II[FI)V]
TraceGL.glGetTexFilterFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexFilterFuncSGIS:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexGendv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGendv:(II[DI)V]
TraceGL.glGetTexGendv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGendv:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGenfv:(II[FI)V]
TraceGL.glGetTexGenfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGenfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGeniv:(II[II)V]
TraceGL.glGetTexGeniv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexGeniv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetTexImage ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexImage:(IIIILjava/nio/Buffer;)V]
TraceGL.glGetTexImage ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexImage:(IIIIJ)V]
TraceGL.glGetTexLevelParameterfv ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexLevelParameterfv:(III[FI)V]
TraceGL.glGetTexLevelParameterfv ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexLevelParameterfv:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexLevelParameteriv ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexLevelParameteriv:(III[II)V]
TraceGL.glGetTexLevelParameteriv ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexLevelParameteriv:(IIILjava/nio/IntBuffer;)V]
TraceGL.glGetTexParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterfv:(II[FI)V]
TraceGL.glGetTexParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterIivEXT:(II[II)V]
TraceGL.glGetTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterIuivEXT:(II[II)V]
TraceGL.glGetTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetTexParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameteriv:(II[II)V]
TraceGL.glGetTexParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTexParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetTrackMatrixivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTrackMatrixivNV:(III[II)V]
TraceGL.glGetTrackMatrixivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTrackMatrixivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glGetTransformFeedbackVaryingNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTransformFeedbackVaryingNV:(II[II)V]
TraceGL.glGetTransformFeedbackVaryingNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetTransformFeedbackVaryingNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetUniformBufferSizeEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetUniformBufferSizeEXT:(II)I]
TraceGL.glGetUniformfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformfv:(II[FI)V]
TraceGL.glGetUniformfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetUniformfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformfvARB:(II[FI)V]
TraceGL.glGetUniformfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformfvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetUniformiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformiv:(II[II)V]
TraceGL.glGetUniformiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetUniformivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformivARB:(II[II)V]
TraceGL.glGetUniformivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetUniformLocation ( int p1, String p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetUniformLocation:(ILjava/lang/String;)I]
TraceGL.glGetUniformLocationARB ( int p1, String p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetUniformLocationARB:(ILjava/lang/String;)I]
TraceGL.glGetUniformOffsetEXT ( int p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetUniformOffsetEXT:(II)I]
TraceGL.glGetUniformuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformuivEXT:(II[II)V]
TraceGL.glGetUniformuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetUniformuivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVariantArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantArrayObjectfvATI:(II[FI)V]
TraceGL.glGetVariantArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVariantArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantArrayObjectivATI:(II[II)V]
TraceGL.glGetVariantArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVariantBooleanvEXT ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantBooleanvEXT:(II[BI)V]
TraceGL.glGetVariantBooleanvEXT ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantBooleanvEXT:(IILjava/nio/ByteBuffer;)V]
TraceGL.glGetVariantFloatvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantFloatvEXT:(II[FI)V]
TraceGL.glGetVariantFloatvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantFloatvEXT:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVariantIntegervEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantIntegervEXT:(II[II)V]
TraceGL.glGetVariantIntegervEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVariantIntegervEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVaryingLocationNV ( int p1, byte[ ] p2, int p3 ) : int
[mangled: javax/media/opengl/TraceGL.glGetVaryingLocationNV:(I[BI)I]
TraceGL.glGetVaryingLocationNV ( int p1, ByteBuffer p2 ) : int
[mangled: javax/media/opengl/TraceGL.glGetVaryingLocationNV:(ILjava/nio/ByteBuffer;)I]
TraceGL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribArrayObjectfvATI:(II[FI)V]
TraceGL.glGetVertexAttribArrayObjectfvATI ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribArrayObjectfvATI:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribArrayObjectivATI:(II[II)V]
TraceGL.glGetVertexAttribArrayObjectivATI ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribArrayObjectivATI:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVertexAttribdv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdv:(II[DI)V]
TraceGL.glGetVertexAttribdv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdv:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetVertexAttribdvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdvARB:(II[DI)V]
TraceGL.glGetVertexAttribdvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdvARB:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetVertexAttribdvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdvNV:(II[DI)V]
TraceGL.glGetVertexAttribdvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribdvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glGetVertexAttribfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfv:(II[FI)V]
TraceGL.glGetVertexAttribfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVertexAttribfvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfvARB:(II[FI)V]
TraceGL.glGetVertexAttribfvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVertexAttribfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfvNV:(II[FI)V]
TraceGL.glGetVertexAttribfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glGetVertexAttribIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribIivEXT:(II[II)V]
TraceGL.glGetVertexAttribIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribIivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVertexAttribIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribIuivEXT:(II[II)V]
TraceGL.glGetVertexAttribIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribIuivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVertexAttribiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribiv:(II[II)V]
TraceGL.glGetVertexAttribiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVertexAttribivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribivARB:(II[II)V]
TraceGL.glGetVertexAttribivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glGetVertexAttribivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribivNV:(II[II)V]
TraceGL.glGetVertexAttribivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glGetVertexAttribivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glGlobalAlphaFactorbSUN ( byte p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactorbSUN:(B)V]
TraceGL.glGlobalAlphaFactordSUN ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactordSUN:(D)V]
TraceGL.glGlobalAlphaFactorfSUN ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactorfSUN:(F)V]
TraceGL.glGlobalAlphaFactoriSUN ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactoriSUN:(I)V]
TraceGL.glGlobalAlphaFactorsSUN ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactorsSUN:(S)V]
TraceGL.glGlobalAlphaFactorubSUN ( byte p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactorubSUN:(B)V]
TraceGL.glGlobalAlphaFactoruiSUN ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactoruiSUN:(I)V]
TraceGL.glGlobalAlphaFactorusSUN ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glGlobalAlphaFactorusSUN:(S)V]
TraceGL.glHint ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glHint:(II)V]
TraceGL.glHintPGI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glHintPGI:(II)V]
TraceGL.glHistogram ( int p1, int p2, int p3, boolean p4 ) : void
[mangled: javax/media/opengl/TraceGL.glHistogram:(IIIZ)V]
TraceGL.glIglooInterfaceSGIX ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIglooInterfaceSGIX:(ILjava/nio/Buffer;)V]
TraceGL.glImageTransformParameterfHP ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameterfHP:(IIF)V]
TraceGL.glImageTransformParameterfvHP ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameterfvHP:(II[FI)V]
TraceGL.glImageTransformParameterfvHP ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameterfvHP:(IILjava/nio/FloatBuffer;)V]
TraceGL.glImageTransformParameteriHP ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameteriHP:(III)V]
TraceGL.glImageTransformParameterivHP ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameterivHP:(II[II)V]
TraceGL.glImageTransformParameterivHP ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glImageTransformParameterivHP:(IILjava/nio/IntBuffer;)V]
TraceGL.glIndexd ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexd:(D)V]
TraceGL.glIndexdv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexdv:([DI)V]
TraceGL.glIndexdv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexdv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glIndexf ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexf:(F)V]
TraceGL.glIndexFuncEXT ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexFuncEXT:(IF)V]
TraceGL.glIndexfv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexfv:([FI)V]
TraceGL.glIndexfv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexfv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glIndexi ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexi:(I)V]
TraceGL.glIndexiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexiv:([II)V]
TraceGL.glIndexiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexiv:(Ljava/nio/IntBuffer;)V]
TraceGL.glIndexMask ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexMask:(I)V]
TraceGL.glIndexMaterialEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexMaterialEXT:(II)V]
TraceGL.glIndexPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexPointer:(IILjava/nio/Buffer;)V]
TraceGL.glIndexs ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexs:(S)V]
TraceGL.glIndexsv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexsv:([SI)V]
TraceGL.glIndexsv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexsv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glIndexub ( byte p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexub:(B)V]
TraceGL.glIndexubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexubv:([BI)V]
TraceGL.glIndexubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glIndexubv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glInitNames ( ) : void
[mangled: javax/media/opengl/TraceGL.glInitNames:()V]
TraceGL.glInsertComponentEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glInsertComponentEXT:(III)V]
TraceGL.glInstrumentsBufferSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glInstrumentsBufferSGIX:(I[II)V]
TraceGL.glInstrumentsBufferSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glInstrumentsBufferSGIX:(ILjava/nio/IntBuffer;)V]
TraceGL.glInterleavedArrays ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glInterleavedArrays:(IILjava/nio/Buffer;)V]
TraceGL.glInterleavedArrays ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glInterleavedArrays:(IIJ)V]
TraceGL.glIsAsyncMarkerSGIX ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsAsyncMarkerSGIX:(I)Z]
TraceGL.glIsBuffer ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsBuffer:(I)Z]
TraceGL.glIsBufferARB ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsBufferARB:(I)Z]
TraceGL.glIsEnabled ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsEnabled:(I)Z]
TraceGL.glIsEnabledIndexedEXT ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsEnabledIndexedEXT:(II)Z]
TraceGL.glIsFenceAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsFenceAPPLE:(I)Z]
TraceGL.glIsFenceNV ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsFenceNV:(I)Z]
TraceGL.glIsFramebufferEXT ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsFramebufferEXT:(I)Z]
TraceGL.glIsList ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsList:(I)Z]
TraceGL.glIsObjectBufferATI ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsObjectBufferATI:(I)Z]
TraceGL.glIsOcclusionQueryNV ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsOcclusionQueryNV:(I)Z]
TraceGL.glIsProgram ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsProgram:(I)Z]
TraceGL.glIsProgramARB ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsProgramARB:(I)Z]
TraceGL.glIsProgramNV ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsProgramNV:(I)Z]
TraceGL.glIsQuery ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsQuery:(I)Z]
TraceGL.glIsQueryARB ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsQueryARB:(I)Z]
TraceGL.glIsRenderbufferEXT ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsRenderbufferEXT:(I)Z]
TraceGL.glIsShader ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsShader:(I)Z]
TraceGL.glIsTexture ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsTexture:(I)Z]
TraceGL.glIsVariantEnabledEXT ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsVariantEnabledEXT:(II)Z]
TraceGL.glIsVertexArrayAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsVertexArrayAPPLE:(I)Z]
TraceGL.glIsVertexAttribEnabledAPPLE ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/TraceGL.glIsVertexAttribEnabledAPPLE:(II)Z]
TraceGL.glLightEnviSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLightEnviSGIX:(II)V]
TraceGL.glLightf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLightf:(IIF)V]
TraceGL.glLightfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glLightfv:(II[FI)V]
TraceGL.glLightfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLightfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glLighti ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLighti:(III)V]
TraceGL.glLightiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glLightiv:(II[II)V]
TraceGL.glLightiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLightiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glLightModelf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModelf:(IF)V]
TraceGL.glLightModelfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModelfv:(I[FI)V]
TraceGL.glLightModelfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModelfv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glLightModeli ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModeli:(II)V]
TraceGL.glLightModeliv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModeliv:(I[II)V]
TraceGL.glLightModeliv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLightModeliv:(ILjava/nio/IntBuffer;)V]
TraceGL.glLineStipple ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLineStipple:(IS)V]
TraceGL.glLineWidth ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLineWidth:(F)V]
TraceGL.glLinkProgram ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLinkProgram:(I)V]
TraceGL.glLinkProgramARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLinkProgramARB:(I)V]
TraceGL.glListBase ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glListBase:(I)V]
TraceGL.glListParameterfSGIX ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameterfSGIX:(IIF)V]
TraceGL.glListParameterfvSGIX ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameterfvSGIX:(II[FI)V]
TraceGL.glListParameterfvSGIX ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameterfvSGIX:(IILjava/nio/FloatBuffer;)V]
TraceGL.glListParameteriSGIX ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameteriSGIX:(III)V]
TraceGL.glListParameterivSGIX ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameterivSGIX:(II[II)V]
TraceGL.glListParameterivSGIX ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glListParameterivSGIX:(IILjava/nio/IntBuffer;)V]
TraceGL.glLoadIdentity ( ) : void
[mangled: javax/media/opengl/TraceGL.glLoadIdentity:()V]
TraceGL.glLoadIdentityDeformationMapSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadIdentityDeformationMapSGIX:(I)V]
TraceGL.glLoadMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadMatrixd:([DI)V]
TraceGL.glLoadMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadMatrixd:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glLoadMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadMatrixf:([FI)V]
TraceGL.glLoadMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadMatrixf:(Ljava/nio/FloatBuffer;)V]
TraceGL.glLoadName ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadName:(I)V]
TraceGL.glLoadProgramNV ( int p1, int p2, int p3, String p4 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadProgramNV:(IIILjava/lang/String;)V]
TraceGL.glLoadTransposeMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadTransposeMatrixd:([DI)V]
TraceGL.glLoadTransposeMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glLoadTransposeMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadTransposeMatrixf:([FI)V]
TraceGL.glLoadTransposeMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLoadTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
TraceGL.glLockArraysEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glLockArraysEXT:(II)V]
TraceGL.glLogicOp ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glLogicOp:(I)V]
TraceGL.glMap1d ( int p1, double p2, double p3, int p4, int p5, double[ ] p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glMap1d:(IDDII[DI)V]
TraceGL.glMap1d ( int p1, double p2, double p3, int p4, int p5, DoubleBuffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMap1d:(IDDIILjava/nio/DoubleBuffer;)V]
TraceGL.glMap1f ( int p1, float p2, float p3, int p4, int p5, float[ ] p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glMap1f:(IFFII[FI)V]
TraceGL.glMap1f ( int p1, float p2, float p3, int p4, int p5, FloatBuffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMap1f:(IFFIILjava/nio/FloatBuffer;)V]
TraceGL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, double[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glMap2d:(IDDIIDDII[DI)V]
TraceGL.glMap2d ( int p1, double p2, double p3, int p4, int p5, double p6, double p7, int p8, int p9, DoubleBuffer p10 ) : void
[mangled: javax/media/opengl/TraceGL.glMap2d:(IDDIIDDIILjava/nio/DoubleBuffer;)V]
TraceGL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, float[ ] p10, int p11 ) : void
[mangled: javax/media/opengl/TraceGL.glMap2f:(IFFIIFFII[FI)V]
TraceGL.glMap2f ( int p1, float p2, float p3, int p4, int p5, float p6, float p7, int p8, int p9, FloatBuffer p10 ) : void
[mangled: javax/media/opengl/TraceGL.glMap2f:(IFFIIFFIILjava/nio/FloatBuffer;)V]
TraceGL.glMapBuffer ( int p1, int p2 ) : ByteBuffer
[mangled: javax/media/opengl/TraceGL.glMapBuffer:(II)Ljava/nio/ByteBuffer;]
TraceGL.glMapBufferARB ( int p1, int p2 ) : ByteBuffer
[mangled: javax/media/opengl/TraceGL.glMapBufferARB:(II)Ljava/nio/ByteBuffer;]
TraceGL.glMapControlPointsNV ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, boolean p8, Buffer p9 ) : void
[mangled: javax/media/opengl/TraceGL.glMapControlPointsNV:(IIIIIIIZLjava/nio/Buffer;)V]
TraceGL.glMapGrid1d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMapGrid1d:(IDD)V]
TraceGL.glMapGrid1f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMapGrid1f:(IFF)V]
TraceGL.glMapGrid2d ( int p1, double p2, double p3, int p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMapGrid2d:(IDDIDD)V]
TraceGL.glMapGrid2f ( int p1, float p2, float p3, int p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMapGrid2f:(IFFIFF)V]
TraceGL.glMapParameterfvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMapParameterfvNV:(II[FI)V]
TraceGL.glMapParameterfvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMapParameterfvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glMapParameterivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMapParameterivNV:(II[II)V]
TraceGL.glMapParameterivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMapParameterivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib1dAPPLE:(IIDDII[DI)V]
TraceGL.glMapVertexAttrib1dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, DoubleBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib1dAPPLE:(IIDDIILjava/nio/DoubleBuffer;)V]
TraceGL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib1fAPPLE:(IIFFII[FI)V]
TraceGL.glMapVertexAttrib1fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, FloatBuffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib1fAPPLE:(IIFFIILjava/nio/FloatBuffer;)V]
TraceGL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, double[ ] p11, int p12 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib2dAPPLE:(IIDDIIDDII[DI)V]
TraceGL.glMapVertexAttrib2dAPPLE ( int p1, int p2, double p3, double p4, int p5, int p6, double p7, double p8, int p9, int p10, DoubleBuffer p11 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib2dAPPLE:(IIDDIIDDIILjava/nio/DoubleBuffer;)V]
TraceGL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, float[ ] p11, int p12 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib2fAPPLE:(IIFFIIFFII[FI)V]
TraceGL.glMapVertexAttrib2fAPPLE ( int p1, int p2, float p3, float p4, int p5, int p6, float p7, float p8, int p9, int p10, FloatBuffer p11 ) : void
[mangled: javax/media/opengl/TraceGL.glMapVertexAttrib2fAPPLE:(IIFFIIFFIILjava/nio/FloatBuffer;)V]
TraceGL.glMaterialf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMaterialf:(IIF)V]
TraceGL.glMaterialfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMaterialfv:(II[FI)V]
TraceGL.glMaterialfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMaterialfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glMateriali ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMateriali:(III)V]
TraceGL.glMaterialiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMaterialiv:(II[II)V]
TraceGL.glMaterialiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMaterialiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glMatrixIndexPointerARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexPointerARB:(IIILjava/nio/Buffer;)V]
TraceGL.glMatrixIndexPointerARB ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexPointerARB:(IIIJ)V]
TraceGL.glMatrixIndexubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexubvARB:(I[BI)V]
TraceGL.glMatrixIndexubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexubvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glMatrixIndexuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexuivARB:(I[II)V]
TraceGL.glMatrixIndexuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexuivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glMatrixIndexusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexusvARB:(I[SI)V]
TraceGL.glMatrixIndexusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixIndexusvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMatrixMode ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glMatrixMode:(I)V]
TraceGL.glMinmax ( int p1, int p2, boolean p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMinmax:(IIZ)V]
TraceGL.glMultiDrawArrays ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawArrays:(I[II[III)V]
TraceGL.glMultiDrawArrays ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawArrays:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
TraceGL.glMultiDrawArraysEXT ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawArraysEXT:(I[II[III)V]
TraceGL.glMultiDrawArraysEXT ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawArraysEXT:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
TraceGL.glMultiDrawElementArrayAPPLE ( int p1, int[ ] p2, int p3, int[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElementArrayAPPLE:(I[II[III)V]
TraceGL.glMultiDrawElementArrayAPPLE ( int p1, IntBuffer p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElementArrayAPPLE:(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
TraceGL.glMultiDrawElements ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElements:(I[III[Ljava/nio/Buffer;I)V]
TraceGL.glMultiDrawElements ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElements:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
TraceGL.glMultiDrawElementsEXT ( int p1, int[ ] p2, int p3, int p4, Buffer[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElementsEXT:(I[III[Ljava/nio/Buffer;I)V]
TraceGL.glMultiDrawElementsEXT ( int p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawElementsEXT:(ILjava/nio/IntBuffer;I[Ljava/nio/Buffer;I)V]
TraceGL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, int[ ] p4, int p5, int[ ] p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawRangeElementArrayAPPLE:(III[II[III)V]
TraceGL.glMultiDrawRangeElementArrayAPPLE ( int p1, int p2, int p3, IntBuffer p4, IntBuffer p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiDrawRangeElementArrayAPPLE:(IIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;I)V]
TraceGL.glMultiModeDrawArraysIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int[ ] p5, int p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiModeDrawArraysIBM:([II[II[IIII)V]
TraceGL.glMultiModeDrawArraysIBM ( IntBuffer p1, IntBuffer p2, IntBuffer p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiModeDrawArraysIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;II)V]
TraceGL.glMultiModeDrawElementsIBM ( int[ ] p1, int p2, int[ ] p3, int p4, int p5, Buffer[ ] p6, int p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiModeDrawElementsIBM:([II[III[Ljava/nio/Buffer;II)V]
TraceGL.glMultiModeDrawElementsIBM ( IntBuffer p1, IntBuffer p2, int p3, Buffer[ ] p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiModeDrawElementsIBM:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I[Ljava/nio/Buffer;II)V]
TraceGL.glMultiTexCoord1d ( int p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1d:(ID)V]
TraceGL.glMultiTexCoord1dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1dv:(I[DI)V]
TraceGL.glMultiTexCoord1dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glMultiTexCoord1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1f:(IF)V]
TraceGL.glMultiTexCoord1fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1fv:(I[FI)V]
TraceGL.glMultiTexCoord1fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glMultiTexCoord1hNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1hNV:(IS)V]
TraceGL.glMultiTexCoord1hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1hvNV:(I[SI)V]
TraceGL.glMultiTexCoord1hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord1i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1i:(II)V]
TraceGL.glMultiTexCoord1iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1iv:(I[II)V]
TraceGL.glMultiTexCoord1iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1iv:(ILjava/nio/IntBuffer;)V]
TraceGL.glMultiTexCoord1s ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1s:(IS)V]
TraceGL.glMultiTexCoord1sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1sv:(I[SI)V]
TraceGL.glMultiTexCoord1sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord1sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord2d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2d:(IDD)V]
TraceGL.glMultiTexCoord2dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2dv:(I[DI)V]
TraceGL.glMultiTexCoord2dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glMultiTexCoord2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2f:(IFF)V]
TraceGL.glMultiTexCoord2fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2fv:(I[FI)V]
TraceGL.glMultiTexCoord2fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glMultiTexCoord2hNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2hNV:(ISS)V]
TraceGL.glMultiTexCoord2hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2hvNV:(I[SI)V]
TraceGL.glMultiTexCoord2hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord2i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2i:(III)V]
TraceGL.glMultiTexCoord2iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2iv:(I[II)V]
TraceGL.glMultiTexCoord2iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2iv:(ILjava/nio/IntBuffer;)V]
TraceGL.glMultiTexCoord2s ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2s:(ISS)V]
TraceGL.glMultiTexCoord2sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2sv:(I[SI)V]
TraceGL.glMultiTexCoord2sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord2sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord3d ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3d:(IDDD)V]
TraceGL.glMultiTexCoord3dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3dv:(I[DI)V]
TraceGL.glMultiTexCoord3dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glMultiTexCoord3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3f:(IFFF)V]
TraceGL.glMultiTexCoord3fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3fv:(I[FI)V]
TraceGL.glMultiTexCoord3fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glMultiTexCoord3hNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3hNV:(ISSS)V]
TraceGL.glMultiTexCoord3hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3hvNV:(I[SI)V]
TraceGL.glMultiTexCoord3hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord3i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3i:(IIII)V]
TraceGL.glMultiTexCoord3iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3iv:(I[II)V]
TraceGL.glMultiTexCoord3iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3iv:(ILjava/nio/IntBuffer;)V]
TraceGL.glMultiTexCoord3s ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3s:(ISSS)V]
TraceGL.glMultiTexCoord3sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3sv:(I[SI)V]
TraceGL.glMultiTexCoord3sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord3sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord4d ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4d:(IDDDD)V]
TraceGL.glMultiTexCoord4dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4dv:(I[DI)V]
TraceGL.glMultiTexCoord4dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glMultiTexCoord4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4f:(IFFFF)V]
TraceGL.glMultiTexCoord4fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4fv:(I[FI)V]
TraceGL.glMultiTexCoord4fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glMultiTexCoord4hNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4hNV:(ISSSS)V]
TraceGL.glMultiTexCoord4hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4hvNV:(I[SI)V]
TraceGL.glMultiTexCoord4hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultiTexCoord4i ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4i:(IIIII)V]
TraceGL.glMultiTexCoord4iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4iv:(I[II)V]
TraceGL.glMultiTexCoord4iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4iv:(ILjava/nio/IntBuffer;)V]
TraceGL.glMultiTexCoord4s ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4s:(ISSSS)V]
TraceGL.glMultiTexCoord4sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4sv:(I[SI)V]
TraceGL.glMultiTexCoord4sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultiTexCoord4sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glMultMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultMatrixd:([DI)V]
TraceGL.glMultMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glMultMatrixd:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glMultMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultMatrixf:([FI)V]
TraceGL.glMultMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glMultMatrixf:(Ljava/nio/FloatBuffer;)V]
TraceGL.glMultTransposeMatrixd ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultTransposeMatrixd:([DI)V]
TraceGL.glMultTransposeMatrixd ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glMultTransposeMatrixd:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glMultTransposeMatrixf ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glMultTransposeMatrixf:([FI)V]
TraceGL.glMultTransposeMatrixf ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glMultTransposeMatrixf:(Ljava/nio/FloatBuffer;)V]
TraceGL.glNewBufferRegion ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glNewBufferRegion:(I)I]
TraceGL.glNewList ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNewList:(II)V]
TraceGL.glNewObjectBufferATI ( int p1, Buffer p2, int p3 ) : int
[mangled: javax/media/opengl/TraceGL.glNewObjectBufferATI:(ILjava/nio/Buffer;I)I]
TraceGL.glNormal3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3b:(BBB)V]
TraceGL.glNormal3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3bv:([BI)V]
TraceGL.glNormal3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3bv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glNormal3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3d:(DDD)V]
TraceGL.glNormal3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3dv:([DI)V]
TraceGL.glNormal3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glNormal3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3f:(FFF)V]
TraceGL.glNormal3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3fv:([FI)V]
TraceGL.glNormal3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3fVertex3fSUN:(FFFFFF)V]
TraceGL.glNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3fVertex3fvSUN:([FI[FI)V]
TraceGL.glNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glNormal3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3hNV:(SSS)V]
TraceGL.glNormal3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3hvNV:([SI)V]
TraceGL.glNormal3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glNormal3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3i:(III)V]
TraceGL.glNormal3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3iv:([II)V]
TraceGL.glNormal3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glNormal3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3s:(SSS)V]
TraceGL.glNormal3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3sv:([SI)V]
TraceGL.glNormal3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glNormal3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glNormalPointer ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalPointer:(IILjava/nio/Buffer;)V]
TraceGL.glNormalPointer ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalPointer:(IIJ)V]
TraceGL.glNormalStream3bATI ( int p1, byte p2, byte p3, byte p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3bATI:(IBBB)V]
TraceGL.glNormalStream3bvATI ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3bvATI:(I[BI)V]
TraceGL.glNormalStream3bvATI ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3bvATI:(ILjava/nio/ByteBuffer;)V]
TraceGL.glNormalStream3dATI ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3dATI:(IDDD)V]
TraceGL.glNormalStream3dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3dvATI:(I[DI)V]
TraceGL.glNormalStream3dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glNormalStream3fATI ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3fATI:(IFFF)V]
TraceGL.glNormalStream3fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3fvATI:(I[FI)V]
TraceGL.glNormalStream3fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3fvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glNormalStream3iATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3iATI:(IIII)V]
TraceGL.glNormalStream3ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3ivATI:(I[II)V]
TraceGL.glNormalStream3ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3ivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glNormalStream3sATI ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3sATI:(ISSS)V]
TraceGL.glNormalStream3svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3svATI:(I[SI)V]
TraceGL.glNormalStream3svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glNormalStream3svATI:(ILjava/nio/ShortBuffer;)V]
TraceGL.glOrtho ( double p1, double p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glOrtho:(DDDDDD)V]
TraceGL.glPassTexCoordATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPassTexCoordATI:(III)V]
TraceGL.glPassThrough ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPassThrough:(F)V]
TraceGL.glPixelDataRangeNV ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelDataRangeNV:(IILjava/nio/Buffer;)V]
TraceGL.glPixelMapfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapfv:(II[FI)V]
TraceGL.glPixelMapfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glPixelMapfv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapfv:(IIJ)V]
TraceGL.glPixelMapuiv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapuiv:(II[II)V]
TraceGL.glPixelMapuiv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapuiv:(IILjava/nio/IntBuffer;)V]
TraceGL.glPixelMapuiv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapuiv:(IIJ)V]
TraceGL.glPixelMapusv ( int p1, int p2, long p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapusv:(IIJ)V]
TraceGL.glPixelMapusv ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapusv:(II[SI)V]
TraceGL.glPixelMapusv ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelMapusv:(IILjava/nio/ShortBuffer;)V]
TraceGL.glPixelStoref ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelStoref:(IF)V]
TraceGL.glPixelStorei ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelStorei:(II)V]
TraceGL.glPixelTexGenParameterfSGIS ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameterfSGIS:(IF)V]
TraceGL.glPixelTexGenParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameterfvSGIS:(I[FI)V]
TraceGL.glPixelTexGenParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glPixelTexGenParameteriSGIS ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameteriSGIS:(II)V]
TraceGL.glPixelTexGenParameterivSGIS ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameterivSGIS:(I[II)V]
TraceGL.glPixelTexGenParameterivSGIS ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenParameterivSGIS:(ILjava/nio/IntBuffer;)V]
TraceGL.glPixelTexGenSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTexGenSGIX:(I)V]
TraceGL.glPixelTransferf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransferf:(IF)V]
TraceGL.glPixelTransferi ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransferi:(II)V]
TraceGL.glPixelTransformParameterfEXT ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameterfEXT:(IIF)V]
TraceGL.glPixelTransformParameterfvEXT ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameterfvEXT:(II[FI)V]
TraceGL.glPixelTransformParameterfvEXT ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameterfvEXT:(IILjava/nio/FloatBuffer;)V]
TraceGL.glPixelTransformParameteriEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameteriEXT:(III)V]
TraceGL.glPixelTransformParameterivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameterivEXT:(II[II)V]
TraceGL.glPixelTransformParameterivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelTransformParameterivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glPixelZoom ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPixelZoom:(FF)V]
TraceGL.glPNTrianglesfATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPNTrianglesfATI:(IF)V]
TraceGL.glPNTrianglesiATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPNTrianglesiATI:(II)V]
TraceGL.glPointParameterf ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterf:(IF)V]
TraceGL.glPointParameterfARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfARB:(IF)V]
TraceGL.glPointParameterfEXT ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfEXT:(IF)V]
TraceGL.glPointParameterfSGIS ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfSGIS:(IF)V]
TraceGL.glPointParameterfv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfv:(I[FI)V]
TraceGL.glPointParameterfv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glPointParameterfvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvARB:(I[FI)V]
TraceGL.glPointParameterfvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glPointParameterfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvEXT:(I[FI)V]
TraceGL.glPointParameterfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvEXT:(ILjava/nio/FloatBuffer;)V]
TraceGL.glPointParameterfvSGIS ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvSGIS:(I[FI)V]
TraceGL.glPointParameterfvSGIS ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterfvSGIS:(ILjava/nio/FloatBuffer;)V]
TraceGL.glPointParameteri ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameteri:(II)V]
TraceGL.glPointParameteriNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameteriNV:(II)V]
TraceGL.glPointParameteriv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameteriv:(I[II)V]
TraceGL.glPointParameteriv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameteriv:(ILjava/nio/IntBuffer;)V]
TraceGL.glPointParameterivNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterivNV:(I[II)V]
TraceGL.glPointParameterivNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPointParameterivNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glPointSize ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPointSize:(F)V]
TraceGL.glPollAsyncSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glPollAsyncSGIX:([II)I]
TraceGL.glPollAsyncSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/TraceGL.glPollAsyncSGIX:(Ljava/nio/IntBuffer;)I]
TraceGL.glPollInstrumentsSGIX ( int[ ] p1, int p2 ) : int
[mangled: javax/media/opengl/TraceGL.glPollInstrumentsSGIX:([II)I]
TraceGL.glPollInstrumentsSGIX ( IntBuffer p1 ) : int
[mangled: javax/media/opengl/TraceGL.glPollInstrumentsSGIX:(Ljava/nio/IntBuffer;)I]
TraceGL.glPolygonMode ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPolygonMode:(II)V]
TraceGL.glPolygonOffset ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPolygonOffset:(FF)V]
TraceGL.glPolygonStipple ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glPolygonStipple:([BI)V]
TraceGL.glPolygonStipple ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPolygonStipple:(Ljava/nio/ByteBuffer;)V]
TraceGL.glPolygonStipple ( long p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPolygonStipple:(J)V]
TraceGL.glPopAttrib ( ) : void
[mangled: javax/media/opengl/TraceGL.glPopAttrib:()V]
TraceGL.glPopClientAttrib ( ) : void
[mangled: javax/media/opengl/TraceGL.glPopClientAttrib:()V]
TraceGL.glPopMatrix ( ) : void
[mangled: javax/media/opengl/TraceGL.glPopMatrix:()V]
TraceGL.glPopName ( ) : void
[mangled: javax/media/opengl/TraceGL.glPopName:()V]
TraceGL.glPrimitiveRestartIndexNV ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPrimitiveRestartIndexNV:(I)V]
TraceGL.glPrimitiveRestartNV ( ) : void
[mangled: javax/media/opengl/TraceGL.glPrimitiveRestartNV:()V]
TraceGL.glPrioritizeTextures ( int p1, int[ ] p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glPrioritizeTextures:(I[II[FI)V]
TraceGL.glPrioritizeTextures ( int p1, IntBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glPrioritizeTextures:(ILjava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersfvNV:(IIII[FI)V]
TraceGL.glProgramBufferParametersfvNV ( int p1, int p2, int p3, int p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersfvNV:(IIIILjava/nio/FloatBuffer;)V]
TraceGL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersIivNV:(IIII[II)V]
TraceGL.glProgramBufferParametersIivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersIivNV:(IIIILjava/nio/IntBuffer;)V]
TraceGL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, int[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersIuivNV:(IIII[II)V]
TraceGL.glProgramBufferParametersIuivNV ( int p1, int p2, int p3, int p4, IntBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramBufferParametersIuivNV:(IIIILjava/nio/IntBuffer;)V]
TraceGL.glProgramEnvParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4dARB:(IIDDDD)V]
TraceGL.glProgramEnvParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4dvARB:(II[DI)V]
TraceGL.glProgramEnvParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glProgramEnvParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4fARB:(IIFFFF)V]
TraceGL.glProgramEnvParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4fvARB:(II[FI)V]
TraceGL.glProgramEnvParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glProgramEnvParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4iNV:(IIIIII)V]
TraceGL.glProgramEnvParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4ivNV:(II[II)V]
TraceGL.glProgramEnvParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glProgramEnvParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4uiNV:(IIIIII)V]
TraceGL.glProgramEnvParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4uivNV:(II[II)V]
TraceGL.glProgramEnvParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameters4fvEXT:(III[FI)V]
TraceGL.glProgramEnvParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParametersI4ivNV:(III[II)V]
TraceGL.glProgramEnvParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParametersI4uivNV:(III[II)V]
TraceGL.glProgramEnvParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramEnvParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glProgramLocalParameter4dARB ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4dARB:(IIDDDD)V]
TraceGL.glProgramLocalParameter4dvARB ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4dvARB:(II[DI)V]
TraceGL.glProgramLocalParameter4dvARB ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4dvARB:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glProgramLocalParameter4fARB ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4fARB:(IIFFFF)V]
TraceGL.glProgramLocalParameter4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4fvARB:(II[FI)V]
TraceGL.glProgramLocalParameter4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameter4fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glProgramLocalParameterI4iNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4iNV:(IIIIII)V]
TraceGL.glProgramLocalParameterI4ivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4ivNV:(II[II)V]
TraceGL.glProgramLocalParameterI4ivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4ivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glProgramLocalParameterI4uiNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4uiNV:(IIIIII)V]
TraceGL.glProgramLocalParameterI4uivNV ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4uivNV:(II[II)V]
TraceGL.glProgramLocalParameterI4uivNV ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameterI4uivNV:(IILjava/nio/IntBuffer;)V]
TraceGL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameters4fvEXT:(III[FI)V]
TraceGL.glProgramLocalParameters4fvEXT ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParameters4fvEXT:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParametersI4ivNV:(III[II)V]
TraceGL.glProgramLocalParametersI4ivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParametersI4ivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParametersI4uivNV:(III[II)V]
TraceGL.glProgramLocalParametersI4uivNV ( int p1, int p2, int p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramLocalParametersI4uivNV:(IIILjava/nio/IntBuffer;)V]
TraceGL.glProgramNamedParameter4dNV ( int p1, int p2, String p3, double p4, double p5, double p6, double p7 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4dNV:(IILjava/lang/String;DDDD)V]
TraceGL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4dvNV:(IILjava/lang/String;[DI)V]
TraceGL.glProgramNamedParameter4dvNV ( int p1, int p2, String p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4dvNV:(IILjava/lang/String;Ljava/nio/DoubleBuffer;)V]
TraceGL.glProgramNamedParameter4fNV ( int p1, int p2, String p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4fNV:(IILjava/lang/String;FFFF)V]
TraceGL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4fvNV:(IILjava/lang/String;[FI)V]
TraceGL.glProgramNamedParameter4fvNV ( int p1, int p2, String p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramNamedParameter4fvNV:(IILjava/lang/String;Ljava/nio/FloatBuffer;)V]
TraceGL.glProgramParameter4dNV ( int p1, int p2, double p3, double p4, double p5, double p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4dNV:(IIDDDD)V]
TraceGL.glProgramParameter4dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4dvNV:(II[DI)V]
TraceGL.glProgramParameter4dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4dvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glProgramParameter4fNV ( int p1, int p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4fNV:(IIFFFF)V]
TraceGL.glProgramParameter4fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4fvNV:(II[FI)V]
TraceGL.glProgramParameter4fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameter4fvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glProgramParameteriEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameteriEXT:(III)V]
TraceGL.glProgramParameters4dvNV ( int p1, int p2, int p3, double[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameters4dvNV:(III[DI)V]
TraceGL.glProgramParameters4dvNV ( int p1, int p2, int p3, DoubleBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameters4dvNV:(IIILjava/nio/DoubleBuffer;)V]
TraceGL.glProgramParameters4fvNV ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameters4fvNV:(III[FI)V]
TraceGL.glProgramParameters4fvNV ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramParameters4fvNV:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glProgramStringARB ( int p1, int p2, int p3, String p4 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramStringARB:(IIILjava/lang/String;)V]
TraceGL.glProgramVertexLimitNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glProgramVertexLimitNV:(II)V]
TraceGL.glPushAttrib ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPushAttrib:(I)V]
TraceGL.glPushClientAttrib ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPushClientAttrib:(I)V]
TraceGL.glPushMatrix ( ) : void
[mangled: javax/media/opengl/TraceGL.glPushMatrix:()V]
TraceGL.glPushName ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glPushName:(I)V]
TraceGL.glRasterPos2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2d:(DD)V]
TraceGL.glRasterPos2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2dv:([DI)V]
TraceGL.glRasterPos2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glRasterPos2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2f:(FF)V]
TraceGL.glRasterPos2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2fv:([FI)V]
TraceGL.glRasterPos2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glRasterPos2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2i:(II)V]
TraceGL.glRasterPos2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2iv:([II)V]
TraceGL.glRasterPos2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glRasterPos2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2s:(SS)V]
TraceGL.glRasterPos2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2sv:([SI)V]
TraceGL.glRasterPos2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos2sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glRasterPos3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3d:(DDD)V]
TraceGL.glRasterPos3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3dv:([DI)V]
TraceGL.glRasterPos3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glRasterPos3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3f:(FFF)V]
TraceGL.glRasterPos3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3fv:([FI)V]
TraceGL.glRasterPos3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glRasterPos3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3i:(III)V]
TraceGL.glRasterPos3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3iv:([II)V]
TraceGL.glRasterPos3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glRasterPos3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3s:(SSS)V]
TraceGL.glRasterPos3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3sv:([SI)V]
TraceGL.glRasterPos3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glRasterPos4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4d:(DDDD)V]
TraceGL.glRasterPos4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4dv:([DI)V]
TraceGL.glRasterPos4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glRasterPos4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4f:(FFFF)V]
TraceGL.glRasterPos4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4fv:([FI)V]
TraceGL.glRasterPos4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glRasterPos4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4i:(IIII)V]
TraceGL.glRasterPos4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4iv:([II)V]
TraceGL.glRasterPos4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glRasterPos4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4s:(SSSS)V]
TraceGL.glRasterPos4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4sv:([SI)V]
TraceGL.glRasterPos4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glRasterPos4sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glReadBuffer ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glReadBuffer:(I)V]
TraceGL.glReadBufferRegion ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glReadBufferRegion:(IIIII)V]
TraceGL.glReadInstrumentsSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glReadInstrumentsSGIX:(I)V]
TraceGL.glReadPixels ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glReadPixels:(IIIIIILjava/nio/Buffer;)V]
TraceGL.glReadPixels ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glReadPixels:(IIIIIIJ)V]
TraceGL.glRectd ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectd:(DDDD)V]
TraceGL.glRectdv ( double[ ] p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectdv:([DI[DI)V]
TraceGL.glRectdv ( DoubleBuffer p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRectdv:(Ljava/nio/DoubleBuffer;Ljava/nio/DoubleBuffer;)V]
TraceGL.glRectf ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectf:(FFFF)V]
TraceGL.glRectfv ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectfv:([FI[FI)V]
TraceGL.glRectfv ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRectfv:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glRecti ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRecti:(IIII)V]
TraceGL.glRectiv ( int[ ] p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectiv:([II[II)V]
TraceGL.glRectiv ( IntBuffer p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRectiv:(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)V]
TraceGL.glRects ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRects:(SSSS)V]
TraceGL.glRectsv ( short[ ] p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRectsv:([SI[SI)V]
TraceGL.glRectsv ( ShortBuffer p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRectsv:(Ljava/nio/ShortBuffer;Ljava/nio/ShortBuffer;)V]
TraceGL.glReferencePlaneSGIX ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glReferencePlaneSGIX:([DI)V]
TraceGL.glReferencePlaneSGIX ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glReferencePlaneSGIX:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glRenderbufferStorageEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRenderbufferStorageEXT:(IIII)V]
TraceGL.glRenderbufferStorageMultisampleCoverageNV ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glRenderbufferStorageMultisampleCoverageNV:(IIIIII)V]
TraceGL.glRenderbufferStorageMultisampleEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glRenderbufferStorageMultisampleEXT:(IIIII)V]
TraceGL.glRenderMode ( int p1 ) : int
[mangled: javax/media/opengl/TraceGL.glRenderMode:(I)I]
TraceGL.glReplacementCodeuiColor3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor3fVertex3fSUN:(IFFFFFF)V]
TraceGL.glReplacementCodeuiColor3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor3fVertex3fvSUN:([II[FI[FI)V]
TraceGL.glReplacementCodeuiColor3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fSUN:(IFFFFFFFFFF)V]
TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiColor4ubVertex3fSUN ( int p1, byte p2, byte p3, byte p4, byte p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4ubVertex3fSUN:(IBBBBFFF)V]
TraceGL.glReplacementCodeuiColor4ubVertex3fvSUN ( int[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4ubVertex3fvSUN:([II[BI[FI)V]
TraceGL.glReplacementCodeuiColor4ubVertex3fvSUN ( IntBuffer p1, ByteBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiColor4ubVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiNormal3fVertex3fSUN:(IFFFFFF)V]
TraceGL.glReplacementCodeuiNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiNormal3fVertex3fvSUN:([II[FI[FI)V]
TraceGL.glReplacementCodeuiNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN:(IFFFFFFFFFFFF)V]
TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8, float[ ] p9, int p10 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:([II[FI[FI[FI[FI)V]
TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4, FloatBuffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN:(IFFFFFFFF)V]
TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:([II[FI[FI[FI)V]
TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiTexCoord2fVertex3fSUN ( int p1, float p2, float p3, float p4, float p5, float p6 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fVertex3fSUN:(IFFFFF)V]
TraceGL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fVertex3fvSUN:([II[FI[FI)V]
TraceGL.glReplacementCodeuiTexCoord2fVertex3fvSUN ( IntBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiTexCoord2fVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glReplacementCodeuiVertex3fSUN ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiVertex3fSUN:(IFFF)V]
TraceGL.glReplacementCodeuiVertex3fvSUN ( int[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiVertex3fvSUN:([II[FI)V]
TraceGL.glReplacementCodeuiVertex3fvSUN ( IntBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glReplacementCodeuiVertex3fvSUN:(Ljava/nio/IntBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glRequestResidentProgramsNV ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glRequestResidentProgramsNV:(I[II)V]
TraceGL.glRequestResidentProgramsNV ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glRequestResidentProgramsNV:(ILjava/nio/IntBuffer;)V]
TraceGL.glResetHistogram ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glResetHistogram:(I)V]
TraceGL.glResetMinmax ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glResetMinmax:(I)V]
TraceGL.glResizeBuffersMESA ( ) : void
[mangled: javax/media/opengl/TraceGL.glResizeBuffersMESA:()V]
TraceGL.glRotated ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRotated:(DDDD)V]
TraceGL.glRotatef ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glRotatef:(FFFF)V]
TraceGL.glSampleCoverage ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSampleCoverage:(FZ)V]
TraceGL.glSampleMapATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSampleMapATI:(III)V]
TraceGL.glSampleMaskEXT ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSampleMaskEXT:(FZ)V]
TraceGL.glSampleMaskSGIS ( float p1, boolean p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSampleMaskSGIS:(FZ)V]
TraceGL.glSamplePatternEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSamplePatternEXT:(I)V]
TraceGL.glSamplePatternSGIS ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSamplePatternSGIS:(I)V]
TraceGL.glScaled ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glScaled:(DDD)V]
TraceGL.glScalef ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glScalef:(FFF)V]
TraceGL.glScissor ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glScissor:(IIII)V]
TraceGL.glSecondaryColor3b ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3b:(BBB)V]
TraceGL.glSecondaryColor3bEXT ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3bEXT:(BBB)V]
TraceGL.glSecondaryColor3bv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3bv:([BI)V]
TraceGL.glSecondaryColor3bv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3bv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glSecondaryColor3bvEXT ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3bvEXT:([BI)V]
TraceGL.glSecondaryColor3bvEXT ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3bvEXT:(Ljava/nio/ByteBuffer;)V]
TraceGL.glSecondaryColor3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3d:(DDD)V]
TraceGL.glSecondaryColor3dEXT ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3dEXT:(DDD)V]
TraceGL.glSecondaryColor3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3dv:([DI)V]
TraceGL.glSecondaryColor3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glSecondaryColor3dvEXT ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3dvEXT:([DI)V]
TraceGL.glSecondaryColor3dvEXT ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3dvEXT:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glSecondaryColor3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3f:(FFF)V]
TraceGL.glSecondaryColor3fEXT ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3fEXT:(FFF)V]
TraceGL.glSecondaryColor3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3fv:([FI)V]
TraceGL.glSecondaryColor3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glSecondaryColor3fvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3fvEXT:([FI)V]
TraceGL.glSecondaryColor3fvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3fvEXT:(Ljava/nio/FloatBuffer;)V]
TraceGL.glSecondaryColor3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3hNV:(SSS)V]
TraceGL.glSecondaryColor3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3hvNV:([SI)V]
TraceGL.glSecondaryColor3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glSecondaryColor3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3i:(III)V]
TraceGL.glSecondaryColor3iEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3iEXT:(III)V]
TraceGL.glSecondaryColor3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3iv:([II)V]
TraceGL.glSecondaryColor3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glSecondaryColor3ivEXT ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ivEXT:([II)V]
TraceGL.glSecondaryColor3ivEXT ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ivEXT:(Ljava/nio/IntBuffer;)V]
TraceGL.glSecondaryColor3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3s:(SSS)V]
TraceGL.glSecondaryColor3sEXT ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3sEXT:(SSS)V]
TraceGL.glSecondaryColor3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3sv:([SI)V]
TraceGL.glSecondaryColor3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glSecondaryColor3svEXT ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3svEXT:([SI)V]
TraceGL.glSecondaryColor3svEXT ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3svEXT:(Ljava/nio/ShortBuffer;)V]
TraceGL.glSecondaryColor3ub ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ub:(BBB)V]
TraceGL.glSecondaryColor3ubEXT ( byte p1, byte p2, byte p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ubEXT:(BBB)V]
TraceGL.glSecondaryColor3ubv ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ubv:([BI)V]
TraceGL.glSecondaryColor3ubv ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ubv:(Ljava/nio/ByteBuffer;)V]
TraceGL.glSecondaryColor3ubvEXT ( byte[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ubvEXT:([BI)V]
TraceGL.glSecondaryColor3ubvEXT ( ByteBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ubvEXT:(Ljava/nio/ByteBuffer;)V]
TraceGL.glSecondaryColor3ui ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3ui:(III)V]
TraceGL.glSecondaryColor3uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3uiEXT:(III)V]
TraceGL.glSecondaryColor3uiv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3uiv:([II)V]
TraceGL.glSecondaryColor3uiv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3uiv:(Ljava/nio/IntBuffer;)V]
TraceGL.glSecondaryColor3uivEXT ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3uivEXT:([II)V]
TraceGL.glSecondaryColor3uivEXT ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3uivEXT:(Ljava/nio/IntBuffer;)V]
TraceGL.glSecondaryColor3us ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3us:(SSS)V]
TraceGL.glSecondaryColor3usEXT ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3usEXT:(SSS)V]
TraceGL.glSecondaryColor3usv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3usv:([SI)V]
TraceGL.glSecondaryColor3usv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3usv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glSecondaryColor3usvEXT ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3usvEXT:([SI)V]
TraceGL.glSecondaryColor3usvEXT ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColor3usvEXT:(Ljava/nio/ShortBuffer;)V]
TraceGL.glSecondaryColorPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColorPointer:(IIILjava/nio/Buffer;)V]
TraceGL.glSecondaryColorPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColorPointer:(IIIJ)V]
TraceGL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColorPointerEXT:(IIILjava/nio/Buffer;)V]
TraceGL.glSecondaryColorPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glSecondaryColorPointerEXT:(IIIJ)V]
TraceGL.glSelectBuffer ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSelectBuffer:(ILjava/nio/IntBuffer;)V]
TraceGL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7, Buffer p8 ) : void
[mangled: javax/media/opengl/TraceGL.glSeparableFilter2D:(IIIIIILjava/nio/Buffer;Ljava/nio/Buffer;)V]
TraceGL.glSeparableFilter2D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7, long p8 ) : void
[mangled: javax/media/opengl/TraceGL.glSeparableFilter2D:(IIIIIIJJ)V]
TraceGL.glSetFenceAPPLE ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glSetFenceAPPLE:(I)V]
TraceGL.glSetFenceNV ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSetFenceNV:(II)V]
TraceGL.glSetFragmentShaderConstantATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSetFragmentShaderConstantATI:(I[FI)V]
TraceGL.glSetFragmentShaderConstantATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSetFragmentShaderConstantATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glSetInvariantEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSetInvariantEXT:(IILjava/nio/Buffer;)V]
TraceGL.glSetLocalConstantEXT ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSetLocalConstantEXT:(IILjava/nio/Buffer;)V]
TraceGL.glShadeModel ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glShadeModel:(I)V]
TraceGL.glShaderOp1EXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderOp1EXT:(III)V]
TraceGL.glShaderOp2EXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderOp2EXT:(IIII)V]
TraceGL.glShaderOp3EXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderOp3EXT:(IIIII)V]
TraceGL.glShaderSource ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderSource:(II[Ljava/lang/String;[II)V]
TraceGL.glShaderSource ( int p1, int p2, String[ ] p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderSource:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
TraceGL.glShaderSourceARB ( int p1, int p2, String[ ] p3, int[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderSourceARB:(II[Ljava/lang/String;[II)V]
TraceGL.glShaderSourceARB ( int p1, int p2, String[ ] p3, IntBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glShaderSourceARB:(II[Ljava/lang/String;Ljava/nio/IntBuffer;)V]
TraceGL.glSharpenTexFuncSGIS ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glSharpenTexFuncSGIS:(II[FI)V]
TraceGL.glSharpenTexFuncSGIS ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSharpenTexFuncSGIS:(IILjava/nio/FloatBuffer;)V]
TraceGL.glSpriteParameterfSGIX ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameterfSGIX:(IF)V]
TraceGL.glSpriteParameterfvSGIX ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameterfvSGIX:(I[FI)V]
TraceGL.glSpriteParameterfvSGIX ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameterfvSGIX:(ILjava/nio/FloatBuffer;)V]
TraceGL.glSpriteParameteriSGIX ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameteriSGIX:(II)V]
TraceGL.glSpriteParameterivSGIX ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameterivSGIX:(I[II)V]
TraceGL.glSpriteParameterivSGIX ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glSpriteParameterivSGIX:(ILjava/nio/IntBuffer;)V]
TraceGL.glStartInstrumentsSGIX ( ) : void
[mangled: javax/media/opengl/TraceGL.glStartInstrumentsSGIX:()V]
TraceGL.glStencilClearTagEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilClearTagEXT:(II)V]
TraceGL.glStencilFunc ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilFunc:(III)V]
TraceGL.glStencilFuncSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilFuncSeparate:(IIII)V]
TraceGL.glStencilFuncSeparateATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilFuncSeparateATI:(IIII)V]
TraceGL.glStencilMask ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilMask:(I)V]
TraceGL.glStencilMaskSeparate ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilMaskSeparate:(II)V]
TraceGL.glStencilOp ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilOp:(III)V]
TraceGL.glStencilOpSeparate ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilOpSeparate:(IIII)V]
TraceGL.glStencilOpSeparateATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glStencilOpSeparateATI:(IIII)V]
TraceGL.glStopInstrumentsSGIX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glStopInstrumentsSGIX:(I)V]
TraceGL.glStringMarkerGREMEDY ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glStringMarkerGREMEDY:(ILjava/nio/Buffer;)V]
TraceGL.glSwapAPPLE ( ) : void
[mangled: javax/media/opengl/TraceGL.glSwapAPPLE:()V]
TraceGL.glSwizzleEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glSwizzleEXT:(IIIIII)V]
TraceGL.glTagSampleBufferSGIX ( ) : void
[mangled: javax/media/opengl/TraceGL.glTagSampleBufferSGIX:()V]
TraceGL.glTbufferMask3DFX ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTbufferMask3DFX:(I)V]
TraceGL.glTestFenceAPPLE ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glTestFenceAPPLE:(I)Z]
TraceGL.glTestFenceNV ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glTestFenceNV:(I)Z]
TraceGL.glTestObjectAPPLE ( int p1, int p2 ) : boolean
[mangled: javax/media/opengl/TraceGL.glTestObjectAPPLE:(II)Z]
TraceGL.glTexBufferEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexBufferEXT:(III)V]
TraceGL.glTexBumpParameterfvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexBumpParameterfvATI:(I[FI)V]
TraceGL.glTexBumpParameterfvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexBumpParameterfvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glTexBumpParameterivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexBumpParameterivATI:(I[II)V]
TraceGL.glTexBumpParameterivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexBumpParameterivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glTexCoord1d ( double p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1d:(D)V]
TraceGL.glTexCoord1dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1dv:([DI)V]
TraceGL.glTexCoord1dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glTexCoord1f ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1f:(F)V]
TraceGL.glTexCoord1fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1fv:([FI)V]
TraceGL.glTexCoord1fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord1hNV ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1hNV:(S)V]
TraceGL.glTexCoord1hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1hvNV:([SI)V]
TraceGL.glTexCoord1hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord1i ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1i:(I)V]
TraceGL.glTexCoord1iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1iv:([II)V]
TraceGL.glTexCoord1iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glTexCoord1s ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1s:(S)V]
TraceGL.glTexCoord1sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1sv:([SI)V]
TraceGL.glTexCoord1sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord1sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2d:(DD)V]
TraceGL.glTexCoord2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2dv:([DI)V]
TraceGL.glTexCoord2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glTexCoord2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2f:(FF)V]
TraceGL.glTexCoord2fColor3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor3fVertex3fSUN:(FFFFFFFF)V]
TraceGL.glTexCoord2fColor3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor3fVertex3fvSUN:([FI[FI[FI)V]
TraceGL.glTexCoord2fColor3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2fColor4fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4fNormal3fVertex3fSUN:(FFFFFFFFFFFF)V]
TraceGL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4fNormal3fVertex3fvSUN:([FI[FI[FI[FI)V]
TraceGL.glTexCoord2fColor4fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2fColor4ubVertex3fSUN ( float p1, float p2, byte p3, byte p4, byte p5, byte p6, float p7, float p8, float p9 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4ubVertex3fSUN:(FFBBBBFFF)V]
TraceGL.glTexCoord2fColor4ubVertex3fvSUN ( float[ ] p1, int p2, byte[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4ubVertex3fvSUN:([FI[BI[FI)V]
TraceGL.glTexCoord2fColor4ubVertex3fvSUN ( FloatBuffer p1, ByteBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fColor4ubVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/ByteBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2fNormal3fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fNormal3fVertex3fSUN:(FFFFFFFF)V]
TraceGL.glTexCoord2fNormal3fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fNormal3fVertex3fvSUN:([FI[FI[FI)V]
TraceGL.glTexCoord2fNormal3fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fNormal3fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fv:([FI)V]
TraceGL.glTexCoord2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2fVertex3fSUN ( float p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fVertex3fSUN:(FFFFF)V]
TraceGL.glTexCoord2fVertex3fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fVertex3fvSUN:([FI[FI)V]
TraceGL.glTexCoord2fVertex3fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2fVertex3fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord2hNV ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2hNV:(SS)V]
TraceGL.glTexCoord2hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2hvNV:([SI)V]
TraceGL.glTexCoord2hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2i:(II)V]
TraceGL.glTexCoord2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2iv:([II)V]
TraceGL.glTexCoord2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glTexCoord2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2s:(SS)V]
TraceGL.glTexCoord2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2sv:([SI)V]
TraceGL.glTexCoord2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord2sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3d:(DDD)V]
TraceGL.glTexCoord3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3dv:([DI)V]
TraceGL.glTexCoord3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glTexCoord3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3f:(FFF)V]
TraceGL.glTexCoord3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3fv:([FI)V]
TraceGL.glTexCoord3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3hNV:(SSS)V]
TraceGL.glTexCoord3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3hvNV:([SI)V]
TraceGL.glTexCoord3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3i:(III)V]
TraceGL.glTexCoord3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3iv:([II)V]
TraceGL.glTexCoord3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glTexCoord3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3s:(SSS)V]
TraceGL.glTexCoord3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3sv:([SI)V]
TraceGL.glTexCoord3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4d:(DDDD)V]
TraceGL.glTexCoord4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4dv:([DI)V]
TraceGL.glTexCoord4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glTexCoord4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4f:(FFFF)V]
TraceGL.glTexCoord4fColor4fNormal3fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fColor4fNormal3fVertex4fSUN:(FFFFFFFFFFFFFFF)V]
TraceGL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4, float[ ] p5, int p6, float[ ] p7, int p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fColor4fNormal3fVertex4fvSUN:([FI[FI[FI[FI)V]
TraceGL.glTexCoord4fColor4fNormal3fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2, FloatBuffer p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fColor4fNormal3fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fv:([FI)V]
TraceGL.glTexCoord4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord4fVertex4fSUN ( float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fVertex4fSUN:(FFFFFFFF)V]
TraceGL.glTexCoord4fVertex4fvSUN ( float[ ] p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fVertex4fvSUN:([FI[FI)V]
TraceGL.glTexCoord4fVertex4fvSUN ( FloatBuffer p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4fVertex4fvSUN:(Ljava/nio/FloatBuffer;Ljava/nio/FloatBuffer;)V]
TraceGL.glTexCoord4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4hNV:(SSSS)V]
TraceGL.glTexCoord4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4hvNV:([SI)V]
TraceGL.glTexCoord4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoord4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4i:(IIII)V]
TraceGL.glTexCoord4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4iv:([II)V]
TraceGL.glTexCoord4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glTexCoord4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4s:(SSSS)V]
TraceGL.glTexCoord4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4sv:([SI)V]
TraceGL.glTexCoord4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoord4sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glTexCoordPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoordPointer:(IIILjava/nio/Buffer;)V]
TraceGL.glTexCoordPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexCoordPointer:(IIIJ)V]
TraceGL.glTexEnvf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnvf:(IIF)V]
TraceGL.glTexEnvfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnvfv:(II[FI)V]
TraceGL.glTexEnvfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnvfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glTexEnvi ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnvi:(III)V]
TraceGL.glTexEnviv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnviv:(II[II)V]
TraceGL.glTexEnviv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexEnviv:(IILjava/nio/IntBuffer;)V]
TraceGL.glTexFilterFuncSGIS ( int p1, int p2, int p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glTexFilterFuncSGIS:(III[FI)V]
TraceGL.glTexFilterFuncSGIS ( int p1, int p2, int p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexFilterFuncSGIS:(IIILjava/nio/FloatBuffer;)V]
TraceGL.glTexGend ( int p1, int p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGend:(IID)V]
TraceGL.glTexGendv ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGendv:(II[DI)V]
TraceGL.glTexGendv ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGendv:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glTexGenf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGenf:(IIF)V]
TraceGL.glTexGenfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGenfv:(II[FI)V]
TraceGL.glTexGenfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGenfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glTexGeni ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGeni:(III)V]
TraceGL.glTexGeniv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGeniv:(II[II)V]
TraceGL.glTexGeniv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexGeniv:(IILjava/nio/IntBuffer;)V]
TraceGL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, Buffer p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage1D:(IIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, long p8 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage1D:(IIIIIIIJ)V]
TraceGL.glTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage2D:(IIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage2D:(IIIIIIIIJ)V]
TraceGL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, Buffer p10 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage3D:(IIIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, long p10 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage3D:(IIIIIIIIIJ)V]
TraceGL.glTexImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/TraceGL.glTexImage4DSGIS:(IIIIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexParameterf ( int p1, int p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterf:(IIF)V]
TraceGL.glTexParameterfv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterfv:(II[FI)V]
TraceGL.glTexParameterfv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterfv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glTexParameteri ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameteri:(III)V]
TraceGL.glTexParameterIivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterIivEXT:(II[II)V]
TraceGL.glTexParameterIivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterIivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glTexParameterIuivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterIuivEXT:(II[II)V]
TraceGL.glTexParameterIuivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameterIuivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glTexParameteriv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameteriv:(II[II)V]
TraceGL.glTexParameteriv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTexParameteriv:(IILjava/nio/IntBuffer;)V]
TraceGL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, Buffer p7 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage1D:(IIIIIILjava/nio/Buffer;)V]
TraceGL.glTexSubImage1D ( int p1, int p2, int p3, int p4, int p5, int p6, long p7 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage1D:(IIIIIIJ)V]
TraceGL.glTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, Buffer p9 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage2D:(IIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexSubImage2D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, long p9 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage2D:(IIIIIIIIJ)V]
TraceGL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, Buffer p11 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage3D:(IIIIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTexSubImage3D ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, long p11 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage3D:(IIIIIIIIIIJ)V]
TraceGL.glTexSubImage4DSGIS ( int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12, Buffer p13 ) : void
[mangled: javax/media/opengl/TraceGL.glTexSubImage4DSGIS:(IIIIIIIIIIIILjava/nio/Buffer;)V]
TraceGL.glTextureColorMaskSGIS ( boolean p1, boolean p2, boolean p3, boolean p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTextureColorMaskSGIS:(ZZZZ)V]
TraceGL.glTextureLightEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTextureLightEXT:(I)V]
TraceGL.glTextureMaterialEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glTextureMaterialEXT:(II)V]
TraceGL.glTextureNormalEXT ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glTextureNormalEXT:(I)V]
TraceGL.glTextureRangeAPPLE ( int p1, int p2, Buffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTextureRangeAPPLE:(IILjava/nio/Buffer;)V]
TraceGL.glTrackMatrixNV ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTrackMatrixNV:(IIII)V]
TraceGL.glTransformFeedbackAttribsNV ( int p1, int[ ] p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTransformFeedbackAttribsNV:(I[III)V]
TraceGL.glTransformFeedbackAttribsNV ( int p1, IntBuffer p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTransformFeedbackAttribsNV:(ILjava/nio/IntBuffer;I)V]
TraceGL.glTransformFeedbackVaryingsNV ( int p1, int p2, int[ ] p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glTransformFeedbackVaryingsNV:(II[III)V]
TraceGL.glTransformFeedbackVaryingsNV ( int p1, int p2, IntBuffer p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glTransformFeedbackVaryingsNV:(IILjava/nio/IntBuffer;I)V]
TraceGL.glTranslated ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTranslated:(DDD)V]
TraceGL.glTranslatef ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glTranslatef:(FFF)V]
TraceGL.glUniform1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1f:(IF)V]
TraceGL.glUniform1fARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1fARB:(IF)V]
TraceGL.glUniform1fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1fv:(II[FI)V]
TraceGL.glUniform1fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1fv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform1fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1fvARB:(II[FI)V]
TraceGL.glUniform1fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform1i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1i:(II)V]
TraceGL.glUniform1iARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1iARB:(II)V]
TraceGL.glUniform1iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1iv:(II[II)V]
TraceGL.glUniform1iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1iv:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform1ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1ivARB:(II[II)V]
TraceGL.glUniform1ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1ivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform1uiEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1uiEXT:(II)V]
TraceGL.glUniform1uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1uivEXT:(II[II)V]
TraceGL.glUniform1uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform1uivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2f:(IFF)V]
TraceGL.glUniform2fARB ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2fARB:(IFF)V]
TraceGL.glUniform2fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2fv:(II[FI)V]
TraceGL.glUniform2fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2fv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform2fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2fvARB:(II[FI)V]
TraceGL.glUniform2fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform2i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2i:(III)V]
TraceGL.glUniform2iARB ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2iARB:(III)V]
TraceGL.glUniform2iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2iv:(II[II)V]
TraceGL.glUniform2iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2iv:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform2ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2ivARB:(II[II)V]
TraceGL.glUniform2ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2ivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform2uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2uiEXT:(III)V]
TraceGL.glUniform2uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2uivEXT:(II[II)V]
TraceGL.glUniform2uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform2uivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3f:(IFFF)V]
TraceGL.glUniform3fARB ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3fARB:(IFFF)V]
TraceGL.glUniform3fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3fv:(II[FI)V]
TraceGL.glUniform3fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3fv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform3fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3fvARB:(II[FI)V]
TraceGL.glUniform3fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform3i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3i:(IIII)V]
TraceGL.glUniform3iARB ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3iARB:(IIII)V]
TraceGL.glUniform3iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3iv:(II[II)V]
TraceGL.glUniform3iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3iv:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform3ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3ivARB:(II[II)V]
TraceGL.glUniform3ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3ivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform3uiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3uiEXT:(IIII)V]
TraceGL.glUniform3uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3uivEXT:(II[II)V]
TraceGL.glUniform3uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform3uivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4f:(IFFFF)V]
TraceGL.glUniform4fARB ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4fARB:(IFFFF)V]
TraceGL.glUniform4fv ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4fv:(II[FI)V]
TraceGL.glUniform4fv ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4fv:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform4fvARB ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4fvARB:(II[FI)V]
TraceGL.glUniform4fvARB ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4fvARB:(IILjava/nio/FloatBuffer;)V]
TraceGL.glUniform4i ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4i:(IIIII)V]
TraceGL.glUniform4iARB ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4iARB:(IIIII)V]
TraceGL.glUniform4iv ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4iv:(II[II)V]
TraceGL.glUniform4iv ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4iv:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform4ivARB ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4ivARB:(II[II)V]
TraceGL.glUniform4ivARB ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4ivARB:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniform4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4uiEXT:(IIIII)V]
TraceGL.glUniform4uivEXT ( int p1, int p2, int[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4uivEXT:(II[II)V]
TraceGL.glUniform4uivEXT ( int p1, int p2, IntBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniform4uivEXT:(IILjava/nio/IntBuffer;)V]
TraceGL.glUniformBufferEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformBufferEXT:(III)V]
TraceGL.glUniformMatrix2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2fv:(IIZ[FI)V]
TraceGL.glUniformMatrix2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2fvARB:(IIZ[FI)V]
TraceGL.glUniformMatrix2fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2fvARB:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2x3fv:(IIZ[FI)V]
TraceGL.glUniformMatrix2x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2x3fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2x4fv:(IIZ[FI)V]
TraceGL.glUniformMatrix2x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix2x4fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3fv:(IIZ[FI)V]
TraceGL.glUniformMatrix3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3fvARB:(IIZ[FI)V]
TraceGL.glUniformMatrix3fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3fvARB:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3x2fv:(IIZ[FI)V]
TraceGL.glUniformMatrix3x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3x2fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3x4fv:(IIZ[FI)V]
TraceGL.glUniformMatrix3x4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix3x4fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix4fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4fv:(IIZ[FI)V]
TraceGL.glUniformMatrix4fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4fvARB:(IIZ[FI)V]
TraceGL.glUniformMatrix4fvARB ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4fvARB:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4x2fv:(IIZ[FI)V]
TraceGL.glUniformMatrix4x2fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4x2fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, float[ ] p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4x3fv:(IIZ[FI)V]
TraceGL.glUniformMatrix4x3fv ( int p1, int p2, boolean p3, FloatBuffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glUniformMatrix4x3fv:(IIZLjava/nio/FloatBuffer;)V]
TraceGL.glUnlockArraysEXT ( ) : void
[mangled: javax/media/opengl/TraceGL.glUnlockArraysEXT:()V]
TraceGL.glUnmapBuffer ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glUnmapBuffer:(I)Z]
TraceGL.glUnmapBufferARB ( int p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.glUnmapBufferARB:(I)Z]
TraceGL.glUpdateObjectBufferATI ( int p1, int p2, int p3, Buffer p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glUpdateObjectBufferATI:(IIILjava/nio/Buffer;I)V]
TraceGL.glUseProgram ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glUseProgram:(I)V]
TraceGL.glUseProgramObjectARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glUseProgramObjectARB:(I)V]
TraceGL.glValidateProgram ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glValidateProgram:(I)V]
TraceGL.glValidateProgramARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glValidateProgramARB:(I)V]
TraceGL.glVariantArrayObjectATI ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantArrayObjectATI:(IIIII)V]
TraceGL.glVariantbvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantbvEXT:(I[BI)V]
TraceGL.glVariantbvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantbvEXT:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVariantdvEXT ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantdvEXT:(I[DI)V]
TraceGL.glVariantdvEXT ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantdvEXT:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVariantfvEXT ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantfvEXT:(I[FI)V]
TraceGL.glVariantfvEXT ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantfvEXT:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVariantivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantivEXT:(I[II)V]
TraceGL.glVariantivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVariantPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantPointerEXT:(IIILjava/nio/Buffer;)V]
TraceGL.glVariantPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantPointerEXT:(IIIJ)V]
TraceGL.glVariantsvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantsvEXT:(I[SI)V]
TraceGL.glVariantsvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantsvEXT:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVariantubvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantubvEXT:(I[BI)V]
TraceGL.glVariantubvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantubvEXT:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVariantuivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantuivEXT:(I[II)V]
TraceGL.glVariantuivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantuivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVariantusvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantusvEXT:(I[SI)V]
TraceGL.glVariantusvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVariantusvEXT:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertex2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2d:(DD)V]
TraceGL.glVertex2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2dv:([DI)V]
TraceGL.glVertex2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glVertex2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2f:(FF)V]
TraceGL.glVertex2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2fv:([FI)V]
TraceGL.glVertex2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glVertex2hNV ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2hNV:(SS)V]
TraceGL.glVertex2hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2hvNV:([SI)V]
TraceGL.glVertex2hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertex2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2i:(II)V]
TraceGL.glVertex2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2iv:([II)V]
TraceGL.glVertex2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glVertex2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2s:(SS)V]
TraceGL.glVertex2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2sv:([SI)V]
TraceGL.glVertex2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex2sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertex3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3d:(DDD)V]
TraceGL.glVertex3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3dv:([DI)V]
TraceGL.glVertex3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glVertex3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3f:(FFF)V]
TraceGL.glVertex3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3fv:([FI)V]
TraceGL.glVertex3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glVertex3hNV ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3hNV:(SSS)V]
TraceGL.glVertex3hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3hvNV:([SI)V]
TraceGL.glVertex3hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertex3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3i:(III)V]
TraceGL.glVertex3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3iv:([II)V]
TraceGL.glVertex3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glVertex3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3s:(SSS)V]
TraceGL.glVertex3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3sv:([SI)V]
TraceGL.glVertex3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertex4d ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4d:(DDDD)V]
TraceGL.glVertex4dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4dv:([DI)V]
TraceGL.glVertex4dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glVertex4f ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4f:(FFFF)V]
TraceGL.glVertex4fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4fv:([FI)V]
TraceGL.glVertex4fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glVertex4hNV ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4hNV:(SSSS)V]
TraceGL.glVertex4hvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4hvNV:([SI)V]
TraceGL.glVertex4hvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4hvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertex4i ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4i:(IIII)V]
TraceGL.glVertex4iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4iv:([II)V]
TraceGL.glVertex4iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glVertex4s ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4s:(SSSS)V]
TraceGL.glVertex4sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4sv:([SI)V]
TraceGL.glVertex4sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertex4sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertexArrayParameteriAPPLE ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexArrayParameteriAPPLE:(II)V]
TraceGL.glVertexArrayRangeAPPLE ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexArrayRangeAPPLE:(ILjava/nio/Buffer;)V]
TraceGL.glVertexArrayRangeNV ( int p1, Buffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexArrayRangeNV:(ILjava/nio/Buffer;)V]
TraceGL.glVertexAttrib1d ( int p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1d:(ID)V]
TraceGL.glVertexAttrib1dARB ( int p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dARB:(ID)V]
TraceGL.glVertexAttrib1dNV ( int p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dNV:(ID)V]
TraceGL.glVertexAttrib1dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dv:(I[DI)V]
TraceGL.glVertexAttrib1dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib1dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dvARB:(I[DI)V]
TraceGL.glVertexAttrib1dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dvARB:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib1dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dvNV:(I[DI)V]
TraceGL.glVertexAttrib1dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1dvNV:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib1f ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1f:(IF)V]
TraceGL.glVertexAttrib1fARB ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fARB:(IF)V]
TraceGL.glVertexAttrib1fNV ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fNV:(IF)V]
TraceGL.glVertexAttrib1fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fv:(I[FI)V]
TraceGL.glVertexAttrib1fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib1fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fvARB:(I[FI)V]
TraceGL.glVertexAttrib1fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib1fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fvNV:(I[FI)V]
TraceGL.glVertexAttrib1fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1fvNV:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib1hNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1hNV:(IS)V]
TraceGL.glVertexAttrib1hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1hvNV:(I[SI)V]
TraceGL.glVertexAttrib1hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib1s ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1s:(IS)V]
TraceGL.glVertexAttrib1sARB ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1sARB:(IS)V]
TraceGL.glVertexAttrib1sNV ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1sNV:(IS)V]
TraceGL.glVertexAttrib1sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1sv:(I[SI)V]
TraceGL.glVertexAttrib1sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib1svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1svARB:(I[SI)V]
TraceGL.glVertexAttrib1svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1svARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib1svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1svNV:(I[SI)V]
TraceGL.glVertexAttrib1svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib1svNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib2d ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2d:(IDD)V]
TraceGL.glVertexAttrib2dARB ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dARB:(IDD)V]
TraceGL.glVertexAttrib2dNV ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dNV:(IDD)V]
TraceGL.glVertexAttrib2dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dv:(I[DI)V]
TraceGL.glVertexAttrib2dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib2dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dvARB:(I[DI)V]
TraceGL.glVertexAttrib2dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dvARB:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib2dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dvNV:(I[DI)V]
TraceGL.glVertexAttrib2dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2dvNV:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib2f ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2f:(IFF)V]
TraceGL.glVertexAttrib2fARB ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fARB:(IFF)V]
TraceGL.glVertexAttrib2fNV ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fNV:(IFF)V]
TraceGL.glVertexAttrib2fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fv:(I[FI)V]
TraceGL.glVertexAttrib2fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib2fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fvARB:(I[FI)V]
TraceGL.glVertexAttrib2fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib2fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fvNV:(I[FI)V]
TraceGL.glVertexAttrib2fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2fvNV:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib2hNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2hNV:(ISS)V]
TraceGL.glVertexAttrib2hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2hvNV:(I[SI)V]
TraceGL.glVertexAttrib2hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib2s ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2s:(ISS)V]
TraceGL.glVertexAttrib2sARB ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2sARB:(ISS)V]
TraceGL.glVertexAttrib2sNV ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2sNV:(ISS)V]
TraceGL.glVertexAttrib2sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2sv:(I[SI)V]
TraceGL.glVertexAttrib2sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib2svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2svARB:(I[SI)V]
TraceGL.glVertexAttrib2svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2svARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib2svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2svNV:(I[SI)V]
TraceGL.glVertexAttrib2svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib2svNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib3d ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3d:(IDDD)V]
TraceGL.glVertexAttrib3dARB ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dARB:(IDDD)V]
TraceGL.glVertexAttrib3dNV ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dNV:(IDDD)V]
TraceGL.glVertexAttrib3dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dv:(I[DI)V]
TraceGL.glVertexAttrib3dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib3dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dvARB:(I[DI)V]
TraceGL.glVertexAttrib3dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dvARB:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib3dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dvNV:(I[DI)V]
TraceGL.glVertexAttrib3dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3dvNV:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib3f ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3f:(IFFF)V]
TraceGL.glVertexAttrib3fARB ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fARB:(IFFF)V]
TraceGL.glVertexAttrib3fNV ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fNV:(IFFF)V]
TraceGL.glVertexAttrib3fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fv:(I[FI)V]
TraceGL.glVertexAttrib3fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib3fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fvARB:(I[FI)V]
TraceGL.glVertexAttrib3fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib3fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fvNV:(I[FI)V]
TraceGL.glVertexAttrib3fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3fvNV:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib3hNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3hNV:(ISSS)V]
TraceGL.glVertexAttrib3hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3hvNV:(I[SI)V]
TraceGL.glVertexAttrib3hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib3s ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3s:(ISSS)V]
TraceGL.glVertexAttrib3sARB ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3sARB:(ISSS)V]
TraceGL.glVertexAttrib3sNV ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3sNV:(ISSS)V]
TraceGL.glVertexAttrib3sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3sv:(I[SI)V]
TraceGL.glVertexAttrib3sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib3svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3svARB:(I[SI)V]
TraceGL.glVertexAttrib3svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3svARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib3svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3svNV:(I[SI)V]
TraceGL.glVertexAttrib3svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib3svNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4bv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4bv:(I[BI)V]
TraceGL.glVertexAttrib4bv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4bv:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4bvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4bvARB:(I[BI)V]
TraceGL.glVertexAttrib4bvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4bvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4d ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4d:(IDDDD)V]
TraceGL.glVertexAttrib4dARB ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dARB:(IDDDD)V]
TraceGL.glVertexAttrib4dNV ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dNV:(IDDDD)V]
TraceGL.glVertexAttrib4dv ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dv:(I[DI)V]
TraceGL.glVertexAttrib4dv ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dv:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib4dvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dvARB:(I[DI)V]
TraceGL.glVertexAttrib4dvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dvARB:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib4dvNV ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dvNV:(I[DI)V]
TraceGL.glVertexAttrib4dvNV ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4dvNV:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttrib4f ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4f:(IFFFF)V]
TraceGL.glVertexAttrib4fARB ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fARB:(IFFFF)V]
TraceGL.glVertexAttrib4fNV ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fNV:(IFFFF)V]
TraceGL.glVertexAttrib4fv ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fv:(I[FI)V]
TraceGL.glVertexAttrib4fv ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fv:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib4fvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fvARB:(I[FI)V]
TraceGL.glVertexAttrib4fvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib4fvNV ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fvNV:(I[FI)V]
TraceGL.glVertexAttrib4fvNV ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4fvNV:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttrib4hNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4hNV:(ISSSS)V]
TraceGL.glVertexAttrib4hvNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4hvNV:(I[SI)V]
TraceGL.glVertexAttrib4hvNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4hvNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4iv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4iv:(I[II)V]
TraceGL.glVertexAttrib4iv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4iv:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4ivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ivARB:(I[II)V]
TraceGL.glVertexAttrib4ivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4Nbv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nbv:(I[BI)V]
TraceGL.glVertexAttrib4Nbv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nbv:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4NbvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NbvARB:(I[BI)V]
TraceGL.glVertexAttrib4NbvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NbvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4Niv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Niv:(I[II)V]
TraceGL.glVertexAttrib4Niv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Niv:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4NivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NivARB:(I[II)V]
TraceGL.glVertexAttrib4NivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4Nsv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nsv:(I[SI)V]
TraceGL.glVertexAttrib4Nsv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nsv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4NsvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NsvARB:(I[SI)V]
TraceGL.glVertexAttrib4NsvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NsvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4Nub ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nub:(IBBBB)V]
TraceGL.glVertexAttrib4NubARB ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NubARB:(IBBBB)V]
TraceGL.glVertexAttrib4Nubv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nubv:(I[BI)V]
TraceGL.glVertexAttrib4Nubv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nubv:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4NubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NubvARB:(I[BI)V]
TraceGL.glVertexAttrib4NubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NubvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4Nuiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nuiv:(I[II)V]
TraceGL.glVertexAttrib4Nuiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nuiv:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4NuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NuivARB:(I[II)V]
TraceGL.glVertexAttrib4NuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NuivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4Nusv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nusv:(I[SI)V]
TraceGL.glVertexAttrib4Nusv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4Nusv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4NusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NusvARB:(I[SI)V]
TraceGL.glVertexAttrib4NusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4NusvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4s ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4s:(ISSSS)V]
TraceGL.glVertexAttrib4sARB ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4sARB:(ISSSS)V]
TraceGL.glVertexAttrib4sNV ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4sNV:(ISSSS)V]
TraceGL.glVertexAttrib4sv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4sv:(I[SI)V]
TraceGL.glVertexAttrib4sv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4sv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4svARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4svARB:(I[SI)V]
TraceGL.glVertexAttrib4svARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4svARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4svNV ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4svNV:(I[SI)V]
TraceGL.glVertexAttrib4svNV ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4svNV:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4ubNV ( int p1, byte p2, byte p3, byte p4, byte p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubNV:(IBBBB)V]
TraceGL.glVertexAttrib4ubv ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubv:(I[BI)V]
TraceGL.glVertexAttrib4ubv ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubv:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4ubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubvARB:(I[BI)V]
TraceGL.glVertexAttrib4ubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4ubvNV ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubvNV:(I[BI)V]
TraceGL.glVertexAttrib4ubvNV ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4ubvNV:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttrib4uiv ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4uiv:(I[II)V]
TraceGL.glVertexAttrib4uiv ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4uiv:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4uivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4uivARB:(I[II)V]
TraceGL.glVertexAttrib4uivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4uivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttrib4usv ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4usv:(I[SI)V]
TraceGL.glVertexAttrib4usv ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4usv:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttrib4usvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4usvARB:(I[SI)V]
TraceGL.glVertexAttrib4usvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttrib4usvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribArrayObjectATI ( int p1, int p2, int p3, boolean p4, int p5, int p6, int p7 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribArrayObjectATI:(IIIZIII)V]
TraceGL.glVertexAttribI1iEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1iEXT:(II)V]
TraceGL.glVertexAttribI1ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1ivEXT:(I[II)V]
TraceGL.glVertexAttribI1ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1ivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI1uiEXT ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1uiEXT:(II)V]
TraceGL.glVertexAttribI1uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1uivEXT:(I[II)V]
TraceGL.glVertexAttribI1uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI1uivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI2iEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2iEXT:(III)V]
TraceGL.glVertexAttribI2ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2ivEXT:(I[II)V]
TraceGL.glVertexAttribI2ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2ivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI2uiEXT ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2uiEXT:(III)V]
TraceGL.glVertexAttribI2uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2uivEXT:(I[II)V]
TraceGL.glVertexAttribI2uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI2uivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI3iEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3iEXT:(IIII)V]
TraceGL.glVertexAttribI3ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3ivEXT:(I[II)V]
TraceGL.glVertexAttribI3ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3ivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI3uiEXT ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3uiEXT:(IIII)V]
TraceGL.glVertexAttribI3uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3uivEXT:(I[II)V]
TraceGL.glVertexAttribI3uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI3uivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI4bvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4bvEXT:(I[BI)V]
TraceGL.glVertexAttribI4bvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4bvEXT:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttribI4iEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4iEXT:(IIIII)V]
TraceGL.glVertexAttribI4ivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4ivEXT:(I[II)V]
TraceGL.glVertexAttribI4ivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4ivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI4svEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4svEXT:(I[SI)V]
TraceGL.glVertexAttribI4svEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4svEXT:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribI4ubvEXT ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4ubvEXT:(I[BI)V]
TraceGL.glVertexAttribI4ubvEXT ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4ubvEXT:(ILjava/nio/ByteBuffer;)V]
TraceGL.glVertexAttribI4uiEXT ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4uiEXT:(IIIII)V]
TraceGL.glVertexAttribI4uivEXT ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4uivEXT:(I[II)V]
TraceGL.glVertexAttribI4uivEXT ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4uivEXT:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexAttribI4usvEXT ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4usvEXT:(I[SI)V]
TraceGL.glVertexAttribI4usvEXT ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribI4usvEXT:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribIPointerEXT ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribIPointerEXT:(IIIILjava/nio/Buffer;)V]
TraceGL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointer:(IIIZILjava/nio/Buffer;)V]
TraceGL.glVertexAttribPointer ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointer:(IIIZIJ)V]
TraceGL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, Buffer p6 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointerARB:(IIIZILjava/nio/Buffer;)V]
TraceGL.glVertexAttribPointerARB ( int p1, int p2, int p3, boolean p4, int p5, long p6 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointerARB:(IIIZIJ)V]
TraceGL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, Buffer p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointerNV:(IIIILjava/nio/Buffer;)V]
TraceGL.glVertexAttribPointerNV ( int p1, int p2, int p3, int p4, long p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribPointerNV:(IIIIJ)V]
TraceGL.glVertexAttribs1dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1dvNV:(II[DI)V]
TraceGL.glVertexAttribs1dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1dvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttribs1fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1fvNV:(II[FI)V]
TraceGL.glVertexAttribs1fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1fvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttribs1hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1hvNV:(II[SI)V]
TraceGL.glVertexAttribs1hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1hvNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs1svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1svNV:(II[SI)V]
TraceGL.glVertexAttribs1svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs1svNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs2dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2dvNV:(II[DI)V]
TraceGL.glVertexAttribs2dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2dvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttribs2fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2fvNV:(II[FI)V]
TraceGL.glVertexAttribs2fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2fvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttribs2hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2hvNV:(II[SI)V]
TraceGL.glVertexAttribs2hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2hvNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs2svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2svNV:(II[SI)V]
TraceGL.glVertexAttribs2svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs2svNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs3dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3dvNV:(II[DI)V]
TraceGL.glVertexAttribs3dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3dvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttribs3fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3fvNV:(II[FI)V]
TraceGL.glVertexAttribs3fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3fvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttribs3hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3hvNV:(II[SI)V]
TraceGL.glVertexAttribs3hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3hvNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs3svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3svNV:(II[SI)V]
TraceGL.glVertexAttribs3svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs3svNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs4dvNV ( int p1, int p2, double[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4dvNV:(II[DI)V]
TraceGL.glVertexAttribs4dvNV ( int p1, int p2, DoubleBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4dvNV:(IILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexAttribs4fvNV ( int p1, int p2, float[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4fvNV:(II[FI)V]
TraceGL.glVertexAttribs4fvNV ( int p1, int p2, FloatBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4fvNV:(IILjava/nio/FloatBuffer;)V]
TraceGL.glVertexAttribs4hvNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4hvNV:(II[SI)V]
TraceGL.glVertexAttribs4hvNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4hvNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs4svNV ( int p1, int p2, short[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4svNV:(II[SI)V]
TraceGL.glVertexAttribs4svNV ( int p1, int p2, ShortBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4svNV:(IILjava/nio/ShortBuffer;)V]
TraceGL.glVertexAttribs4ubvNV ( int p1, int p2, byte[ ] p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4ubvNV:(II[BI)V]
TraceGL.glVertexAttribs4ubvNV ( int p1, int p2, ByteBuffer p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexAttribs4ubvNV:(IILjava/nio/ByteBuffer;)V]
TraceGL.glVertexBlendARB ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexBlendARB:(I)V]
TraceGL.glVertexBlendEnvfATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexBlendEnvfATI:(IF)V]
TraceGL.glVertexBlendEnviATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexBlendEnviATI:(II)V]
TraceGL.glVertexPointer ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexPointer:(IIILjava/nio/Buffer;)V]
TraceGL.glVertexPointer ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexPointer:(IIIJ)V]
TraceGL.glVertexStream1dATI ( int p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1dATI:(ID)V]
TraceGL.glVertexStream1dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1dvATI:(I[DI)V]
TraceGL.glVertexStream1dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1dvATI:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexStream1fATI ( int p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1fATI:(IF)V]
TraceGL.glVertexStream1fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1fvATI:(I[FI)V]
TraceGL.glVertexStream1fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1fvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexStream1iATI ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1iATI:(II)V]
TraceGL.glVertexStream1ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1ivATI:(I[II)V]
TraceGL.glVertexStream1ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1ivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexStream1sATI ( int p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1sATI:(IS)V]
TraceGL.glVertexStream1svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1svATI:(I[SI)V]
TraceGL.glVertexStream1svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream1svATI:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexStream2dATI ( int p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2dATI:(IDD)V]
TraceGL.glVertexStream2dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2dvATI:(I[DI)V]
TraceGL.glVertexStream2dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2dvATI:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexStream2fATI ( int p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2fATI:(IFF)V]
TraceGL.glVertexStream2fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2fvATI:(I[FI)V]
TraceGL.glVertexStream2fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2fvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexStream2iATI ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2iATI:(III)V]
TraceGL.glVertexStream2ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2ivATI:(I[II)V]
TraceGL.glVertexStream2ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2ivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexStream2sATI ( int p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2sATI:(ISS)V]
TraceGL.glVertexStream2svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2svATI:(I[SI)V]
TraceGL.glVertexStream2svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream2svATI:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexStream3dATI ( int p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3dATI:(IDDD)V]
TraceGL.glVertexStream3dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3dvATI:(I[DI)V]
TraceGL.glVertexStream3dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3dvATI:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexStream3fATI ( int p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3fATI:(IFFF)V]
TraceGL.glVertexStream3fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3fvATI:(I[FI)V]
TraceGL.glVertexStream3fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3fvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexStream3iATI ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3iATI:(IIII)V]
TraceGL.glVertexStream3ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3ivATI:(I[II)V]
TraceGL.glVertexStream3ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3ivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexStream3sATI ( int p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3sATI:(ISSS)V]
TraceGL.glVertexStream3svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3svATI:(I[SI)V]
TraceGL.glVertexStream3svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream3svATI:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexStream4dATI ( int p1, double p2, double p3, double p4, double p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4dATI:(IDDDD)V]
TraceGL.glVertexStream4dvATI ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4dvATI:(I[DI)V]
TraceGL.glVertexStream4dvATI ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4dvATI:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glVertexStream4fATI ( int p1, float p2, float p3, float p4, float p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4fATI:(IFFFF)V]
TraceGL.glVertexStream4fvATI ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4fvATI:(I[FI)V]
TraceGL.glVertexStream4fvATI ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4fvATI:(ILjava/nio/FloatBuffer;)V]
TraceGL.glVertexStream4iATI ( int p1, int p2, int p3, int p4, int p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4iATI:(IIIII)V]
TraceGL.glVertexStream4ivATI ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4ivATI:(I[II)V]
TraceGL.glVertexStream4ivATI ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4ivATI:(ILjava/nio/IntBuffer;)V]
TraceGL.glVertexStream4sATI ( int p1, short p2, short p3, short p4, short p5 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4sATI:(ISSSS)V]
TraceGL.glVertexStream4svATI ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4svATI:(I[SI)V]
TraceGL.glVertexStream4svATI ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexStream4svATI:(ILjava/nio/ShortBuffer;)V]
TraceGL.glVertexWeightfEXT ( float p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeightfEXT:(F)V]
TraceGL.glVertexWeightfvEXT ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeightfvEXT:([FI)V]
TraceGL.glVertexWeightfvEXT ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeightfvEXT:(Ljava/nio/FloatBuffer;)V]
TraceGL.glVertexWeighthNV ( short p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeighthNV:(S)V]
TraceGL.glVertexWeighthvNV ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeighthvNV:([SI)V]
TraceGL.glVertexWeighthvNV ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeighthvNV:(Ljava/nio/ShortBuffer;)V]
TraceGL.glVertexWeightPointerEXT ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeightPointerEXT:(IIILjava/nio/Buffer;)V]
TraceGL.glVertexWeightPointerEXT ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glVertexWeightPointerEXT:(IIIJ)V]
TraceGL.glViewport ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glViewport:(IIII)V]
TraceGL.glWeightbvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightbvARB:(I[BI)V]
TraceGL.glWeightbvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightbvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glWeightdvARB ( int p1, double[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightdvARB:(I[DI)V]
TraceGL.glWeightdvARB ( int p1, DoubleBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightdvARB:(ILjava/nio/DoubleBuffer;)V]
TraceGL.glWeightfvARB ( int p1, float[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightfvARB:(I[FI)V]
TraceGL.glWeightfvARB ( int p1, FloatBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightfvARB:(ILjava/nio/FloatBuffer;)V]
TraceGL.glWeightivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightivARB:(I[II)V]
TraceGL.glWeightivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glWeightPointerARB ( int p1, int p2, int p3, Buffer p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightPointerARB:(IIILjava/nio/Buffer;)V]
TraceGL.glWeightPointerARB ( int p1, int p2, int p3, long p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightPointerARB:(IIIJ)V]
TraceGL.glWeightsvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightsvARB:(I[SI)V]
TraceGL.glWeightsvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightsvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glWeightubvARB ( int p1, byte[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightubvARB:(I[BI)V]
TraceGL.glWeightubvARB ( int p1, ByteBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightubvARB:(ILjava/nio/ByteBuffer;)V]
TraceGL.glWeightuivARB ( int p1, int[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightuivARB:(I[II)V]
TraceGL.glWeightuivARB ( int p1, IntBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightuivARB:(ILjava/nio/IntBuffer;)V]
TraceGL.glWeightusvARB ( int p1, short[ ] p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightusvARB:(I[SI)V]
TraceGL.glWeightusvARB ( int p1, ShortBuffer p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWeightusvARB:(ILjava/nio/ShortBuffer;)V]
TraceGL.glWindowPos2d ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2d:(DD)V]
TraceGL.glWindowPos2dARB ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dARB:(DD)V]
TraceGL.glWindowPos2dMESA ( double p1, double p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dMESA:(DD)V]
TraceGL.glWindowPos2dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dv:([DI)V]
TraceGL.glWindowPos2dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos2dvARB ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dvARB:([DI)V]
TraceGL.glWindowPos2dvARB ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dvARB:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos2dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dvMESA:([DI)V]
TraceGL.glWindowPos2dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2dvMESA:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos2f ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2f:(FF)V]
TraceGL.glWindowPos2fARB ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fARB:(FF)V]
TraceGL.glWindowPos2fMESA ( float p1, float p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fMESA:(FF)V]
TraceGL.glWindowPos2fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fv:([FI)V]
TraceGL.glWindowPos2fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos2fvARB ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fvARB:([FI)V]
TraceGL.glWindowPos2fvARB ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fvARB:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos2fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fvMESA:([FI)V]
TraceGL.glWindowPos2fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2fvMESA:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos2i ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2i:(II)V]
TraceGL.glWindowPos2iARB ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2iARB:(II)V]
TraceGL.glWindowPos2iMESA ( int p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2iMESA:(II)V]
TraceGL.glWindowPos2iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2iv:([II)V]
TraceGL.glWindowPos2iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos2ivARB ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2ivARB:([II)V]
TraceGL.glWindowPos2ivARB ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2ivARB:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos2ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2ivMESA:([II)V]
TraceGL.glWindowPos2ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2ivMESA:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos2s ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2s:(SS)V]
TraceGL.glWindowPos2sARB ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2sARB:(SS)V]
TraceGL.glWindowPos2sMESA ( short p1, short p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2sMESA:(SS)V]
TraceGL.glWindowPos2sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2sv:([SI)V]
TraceGL.glWindowPos2sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos2svARB ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2svARB:([SI)V]
TraceGL.glWindowPos2svARB ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2svARB:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos2svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2svMESA:([SI)V]
TraceGL.glWindowPos2svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos2svMESA:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos3d ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3d:(DDD)V]
TraceGL.glWindowPos3dARB ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dARB:(DDD)V]
TraceGL.glWindowPos3dMESA ( double p1, double p2, double p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dMESA:(DDD)V]
TraceGL.glWindowPos3dv ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dv:([DI)V]
TraceGL.glWindowPos3dv ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dv:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos3dvARB ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dvARB:([DI)V]
TraceGL.glWindowPos3dvARB ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dvARB:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos3dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dvMESA:([DI)V]
TraceGL.glWindowPos3dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3dvMESA:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos3f ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3f:(FFF)V]
TraceGL.glWindowPos3fARB ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fARB:(FFF)V]
TraceGL.glWindowPos3fMESA ( float p1, float p2, float p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fMESA:(FFF)V]
TraceGL.glWindowPos3fv ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fv:([FI)V]
TraceGL.glWindowPos3fv ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fv:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos3fvARB ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fvARB:([FI)V]
TraceGL.glWindowPos3fvARB ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fvARB:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos3fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fvMESA:([FI)V]
TraceGL.glWindowPos3fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3fvMESA:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos3i ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3i:(III)V]
TraceGL.glWindowPos3iARB ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3iARB:(III)V]
TraceGL.glWindowPos3iMESA ( int p1, int p2, int p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3iMESA:(III)V]
TraceGL.glWindowPos3iv ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3iv:([II)V]
TraceGL.glWindowPos3iv ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3iv:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos3ivARB ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3ivARB:([II)V]
TraceGL.glWindowPos3ivARB ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3ivARB:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos3ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3ivMESA:([II)V]
TraceGL.glWindowPos3ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3ivMESA:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos3s ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3s:(SSS)V]
TraceGL.glWindowPos3sARB ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3sARB:(SSS)V]
TraceGL.glWindowPos3sMESA ( short p1, short p2, short p3 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3sMESA:(SSS)V]
TraceGL.glWindowPos3sv ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3sv:([SI)V]
TraceGL.glWindowPos3sv ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3sv:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos3svARB ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3svARB:([SI)V]
TraceGL.glWindowPos3svARB ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3svARB:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos3svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3svMESA:([SI)V]
TraceGL.glWindowPos3svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos3svMESA:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWindowPos4dMESA ( double p1, double p2, double p3, double p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4dMESA:(DDDD)V]
TraceGL.glWindowPos4dvMESA ( double[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4dvMESA:([DI)V]
TraceGL.glWindowPos4dvMESA ( DoubleBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4dvMESA:(Ljava/nio/DoubleBuffer;)V]
TraceGL.glWindowPos4fMESA ( float p1, float p2, float p3, float p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4fMESA:(FFFF)V]
TraceGL.glWindowPos4fvMESA ( float[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4fvMESA:([FI)V]
TraceGL.glWindowPos4fvMESA ( FloatBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4fvMESA:(Ljava/nio/FloatBuffer;)V]
TraceGL.glWindowPos4iMESA ( int p1, int p2, int p3, int p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4iMESA:(IIII)V]
TraceGL.glWindowPos4ivMESA ( int[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4ivMESA:([II)V]
TraceGL.glWindowPos4ivMESA ( IntBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4ivMESA:(Ljava/nio/IntBuffer;)V]
TraceGL.glWindowPos4sMESA ( short p1, short p2, short p3, short p4 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4sMESA:(SSSS)V]
TraceGL.glWindowPos4svMESA ( short[ ] p1, int p2 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4svMESA:([SI)V]
TraceGL.glWindowPos4svMESA ( ShortBuffer p1 ) : void
[mangled: javax/media/opengl/TraceGL.glWindowPos4svMESA:(Ljava/nio/ShortBuffer;)V]
TraceGL.glWriteMaskEXT ( int p1, int p2, int p3, int p4, int p5, int p6 ) : void
[mangled: javax/media/opengl/TraceGL.glWriteMaskEXT:(IIIIII)V]
TraceGL.isExtensionAvailable ( String p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.isExtensionAvailable:(Ljava/lang/String;)Z]
TraceGL.isFunctionAvailable ( String p1 ) : boolean
[mangled: javax/media/opengl/TraceGL.isFunctionAvailable:(Ljava/lang/String;)Z]
TraceGL.print ( String p1 ) : void
[mangled: javax/media/opengl/TraceGL.print:(Ljava/lang/String;)V]
TraceGL.printIndent ( ) : void
[mangled: javax/media/opengl/TraceGL.printIndent:()V]
TraceGL.println ( String p1 ) : void
[mangled: javax/media/opengl/TraceGL.println:(Ljava/lang/String;)V]
TraceGL.setSwapInterval ( int p1 ) : void
[mangled: javax/media/opengl/TraceGL.setSwapInterval:(I)V]
TraceGL.TraceGL ( GL p1, PrintStream p2 )
[mangled: javax/media/opengl/TraceGL."<init>":(Ljavax/media/opengl/GL;Ljava/io/PrintStream;)V]
to the top
Problems with Data Types, High Severity (2032)
jogl.jar
package javax.media.opengl
[+] AWTGraphicsConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AWTGraphicsConfiguration ( GraphicsConfiguration )This constructor is from 'AWTGraphicsConfiguration' class.
getGraphicsConfiguration ( )This method is from 'AWTGraphicsConfiguration' class.
[+] AWTGraphicsDevice (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AWTGraphicsDevice ( GraphicsDevice )This constructor is from 'AWTGraphicsDevice' class.
getGraphicsDevice ( )This method is from 'AWTGraphicsDevice' class.
[+] ComponentEvents (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
addComponentListener ( ComponentListener )This abstract method is from 'ComponentEvents' interface.
addFocusListener ( FocusListener )This abstract method is from 'ComponentEvents' interface.
addHierarchyBoundsListener ( HierarchyBoundsListener )This abstract method is from 'ComponentEvents' interface.
addHierarchyListener ( HierarchyListener )This abstract method is from 'ComponentEvents' interface.
addInputMethodListener ( InputMethodListener )This abstract method is from 'ComponentEvents' interface.
addKeyListener ( KeyListener )This abstract method is from 'ComponentEvents' interface.
addMouseListener ( MouseListener )This abstract method is from 'ComponentEvents' interface.
addMouseMotionListener ( MouseMotionListener )This abstract method is from 'ComponentEvents' interface.
addMouseWheelListener ( MouseWheelListener )This abstract method is from 'ComponentEvents' interface.
addPropertyChangeListener ( PropertyChangeListener )This abstract method is from 'ComponentEvents' interface.
addPropertyChangeListener ( String, PropertyChangeListener )This abstract method is from 'ComponentEvents' interface.
removeComponentListener ( ComponentListener )This abstract method is from 'ComponentEvents' interface.
...
[+] DebugGL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2097)
DebugGL ( GL )This constructor is from 'DebugGL' class.
getExtension ( String )This method is from 'DebugGL' class.
getPlatformGLExtensions ( )This method is from 'DebugGL' class.
glAccum ( int, float )This method is from 'DebugGL' class.
glActiveStencilFaceEXT ( int )This method is from 'DebugGL' class.
glActiveTexture ( int )This method is from 'DebugGL' class.
glActiveVaryingNV ( int, byte[ ], int )This method is from 'DebugGL' class.
glActiveVaryingNV ( int, ByteBuffer )This method is from 'DebugGL' class.
glAllocateMemoryNV ( int, float, float, float )This method is from 'DebugGL' class.
glAlphaFragmentOp1ATI ( int, int, int, int, int, int )This method is from 'DebugGL' class.
glAlphaFragmentOp2ATI ( int, int, int, int, int, int, int, int, int )This method is from 'DebugGL' class.
glAlphaFragmentOp3ATI ( int, int, int, int, int, int, int, int, int, int, int, int )This method is from 'DebugGL' class.
...
[+] GL (2013)
| Change | Effect |
---|
1 | Abstract method glAccum ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method glActiveStencilFaceEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method glActiveVaryingNV ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method glActiveVaryingNV ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method glAllocateMemoryNV ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method glAlphaFragmentOp1ATI ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method glAlphaFragmentOp2ATI ( int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method glAlphaFragmentOp3ATI ( int, int, int, int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method glAlphaFunc ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method glApplyTextureEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method glAreProgramsResidentNV ( int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method glAreProgramsResidentNV ( int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method glAreTexturesResident ( int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method glAreTexturesResident ( int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method glArrayElement ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Abstract method glArrayObjectATI ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Abstract method glAsyncMarkerSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Abstract method glAttachObjectARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Abstract method glAttachShader ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Abstract method glBegin ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Abstract method glBeginFragmentShaderATI ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
22 | Abstract method glBeginOcclusionQueryNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
23 | Abstract method glBeginQuery ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
24 | Abstract method glBeginQueryARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
25 | Abstract method glBeginTransformFeedbackNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
26 | Abstract method glBeginVertexShaderEXT ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
27 | Abstract method glBindAttribLocation ( int, int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
28 | Abstract method glBindAttribLocationARB ( int, int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
29 | Abstract method glBindBufferARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
30 | Abstract method glBindBufferBaseNV ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
31 | Abstract method glBindBufferOffsetNV ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
32 | Abstract method glBindBufferRangeNV ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
33 | Abstract method glBindFragDataLocationEXT ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
34 | Abstract method glBindFragDataLocationEXT ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
35 | Abstract method glBindFragmentShaderATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
36 | Abstract method glBindFramebufferEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
37 | Abstract method glBindLightParameterEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
38 | Abstract method glBindMaterialParameterEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
39 | Abstract method glBindParameterEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
40 | Abstract method glBindProgramARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
41 | Abstract method glBindProgramNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
42 | Abstract method glBindRenderbufferEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
43 | Abstract method glBindTexGenParameterEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
44 | Abstract method glBindTextureUnitParameterEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
45 | Abstract method glBindVertexArrayAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
46 | Abstract method glBindVertexShaderEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
47 | Abstract method glBitmap ( int, int, float, float, float, float, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
48 | Abstract method glBitmap ( int, int, float, float, float, float, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
49 | Abstract method glBitmap ( int, int, float, float, float, float, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
50 | Abstract method glBlendColor ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
51 | Abstract method glBlendEquationSeparateEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
52 | Abstract method glBlendFuncSeparateEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
53 | Abstract method glBlendFuncSeparateINGR ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
54 | Abstract method glBlitFramebufferEXT ( int, int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
55 | Abstract method glBufferData ( int, int, Buffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
56 | Abstract method glBufferDataARB ( int, int, Buffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
57 | Abstract method glBufferParameteriAPPLE ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
58 | Abstract method glBufferRegionEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
59 | Abstract method glBufferSubData ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
60 | Abstract method glBufferSubDataARB ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
61 | Abstract method glCallList ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
62 | Abstract method glCallLists ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
63 | Abstract method glCheckFramebufferStatusEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
64 | Abstract method glClampColorARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
65 | Abstract method glClearAccum ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
66 | Abstract method glClearColorIiEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
67 | Abstract method glClearColorIuiEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
68 | Abstract method glClearDepthdNV ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
69 | Abstract method glClearIndex ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
70 | Abstract method glClientActiveTexture ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
71 | Abstract method glClientActiveVertexStreamATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
72 | Abstract method glClipPlane ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
73 | Abstract method glClipPlane ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
74 | Abstract method glColor3b ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
75 | Abstract method glColor3bv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
76 | Abstract method glColor3bv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
77 | Abstract method glColor3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
78 | Abstract method glColor3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
79 | Abstract method glColor3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
80 | Abstract method glColor3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
81 | Abstract method glColor3fVertex3fSUN ( float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
82 | Abstract method glColor3fVertex3fvSUN ( FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
83 | Abstract method glColor3fVertex3fvSUN ( float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
84 | Abstract method glColor3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
85 | Abstract method glColor3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
86 | Abstract method glColor3hNV ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
87 | Abstract method glColor3hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
88 | Abstract method glColor3hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
89 | Abstract method glColor3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
90 | Abstract method glColor3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
91 | Abstract method glColor3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
92 | Abstract method glColor3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
93 | Abstract method glColor3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
94 | Abstract method glColor3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
95 | Abstract method glColor3ub ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
96 | Abstract method glColor3ubv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
97 | Abstract method glColor3ubv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
98 | Abstract method glColor3ui ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
99 | Abstract method glColor3uiv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
100 | Abstract method glColor3uiv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
101 | Abstract method glColor3us ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
102 | Abstract method glColor3usv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
103 | Abstract method glColor3usv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
104 | Abstract method glColor4b ( byte, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
105 | Abstract method glColor4bv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
106 | Abstract method glColor4bv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
107 | Abstract method glColor4d ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
108 | Abstract method glColor4dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
109 | Abstract method glColor4dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
110 | Abstract method glColor4f ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
111 | Abstract method glColor4fNormal3fVertex3fSUN ( float, float, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
112 | Abstract method glColor4fNormal3fVertex3fvSUN ( FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
113 | Abstract method glColor4fNormal3fVertex3fvSUN ( float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
114 | Abstract method glColor4fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
115 | Abstract method glColor4fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
116 | Abstract method glColor4hNV ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
117 | Abstract method glColor4hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
118 | Abstract method glColor4hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
119 | Abstract method glColor4i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
120 | Abstract method glColor4iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
121 | Abstract method glColor4iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
122 | Abstract method glColor4s ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
123 | Abstract method glColor4sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
124 | Abstract method glColor4sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
125 | Abstract method glColor4ub ( byte, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
126 | Abstract method glColor4ubVertex2fSUN ( byte, byte, byte, byte, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
127 | Abstract method glColor4ubVertex2fvSUN ( ByteBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
128 | Abstract method glColor4ubVertex2fvSUN ( byte[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
129 | Abstract method glColor4ubVertex3fSUN ( byte, byte, byte, byte, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
130 | Abstract method glColor4ubVertex3fvSUN ( ByteBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
131 | Abstract method glColor4ubVertex3fvSUN ( byte[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
132 | Abstract method glColor4ubv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
133 | Abstract method glColor4ubv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
134 | Abstract method glColor4ui ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
135 | Abstract method glColor4uiv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
136 | Abstract method glColor4uiv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
137 | Abstract method glColor4us ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
138 | Abstract method glColor4usv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
139 | Abstract method glColor4usv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
140 | Abstract method glColorFragmentOp1ATI ( int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
141 | Abstract method glColorFragmentOp2ATI ( int, int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
142 | Abstract method glColorFragmentOp3ATI ( int, int, int, int, int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
143 | Abstract method glColorMaskIndexedEXT ( int, boolean, boolean, boolean, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
144 | Abstract method glColorMaterial ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
145 | Abstract method glColorPointer ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
146 | Abstract method glColorPointer ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
147 | Abstract method glColorSubTable ( int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
148 | Abstract method glColorSubTable ( int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
149 | Abstract method glColorTable ( int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
150 | Abstract method glColorTable ( int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
151 | Abstract method glColorTableEXT ( int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
152 | Abstract method glColorTableParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
153 | Abstract method glColorTableParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
154 | Abstract method glColorTableParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
155 | Abstract method glColorTableParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
156 | Abstract method glCombinerInputNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
157 | Abstract method glCombinerOutputNV ( int, int, int, int, int, int, int, boolean, boolean, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
158 | Abstract method glCombinerParameterfNV ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
159 | Abstract method glCombinerParameterfvNV ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
160 | Abstract method glCombinerParameterfvNV ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
161 | Abstract method glCombinerParameteriNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
162 | Abstract method glCombinerParameterivNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
163 | Abstract method glCombinerParameterivNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
164 | Abstract method glCombinerStageParameterfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
165 | Abstract method glCombinerStageParameterfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
166 | Abstract method glCompileShader ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
167 | Abstract method glCompileShaderARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
168 | Abstract method glCompressedTexImage1D ( int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
169 | Abstract method glCompressedTexImage1D ( int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
170 | Abstract method glCompressedTexImage3D ( int, int, int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
171 | Abstract method glCompressedTexImage3D ( int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
172 | Abstract method glCompressedTexSubImage1D ( int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
173 | Abstract method glCompressedTexSubImage1D ( int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
174 | Abstract method glCompressedTexSubImage3D ( int, int, int, int, int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
175 | Abstract method glCompressedTexSubImage3D ( int, int, int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
176 | Abstract method glConvolutionFilter1D ( int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
177 | Abstract method glConvolutionFilter1D ( int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
178 | Abstract method glConvolutionFilter2D ( int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
179 | Abstract method glConvolutionFilter2D ( int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
180 | Abstract method glConvolutionParameterf ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
181 | Abstract method glConvolutionParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
182 | Abstract method glConvolutionParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
183 | Abstract method glConvolutionParameteri ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
184 | Abstract method glConvolutionParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
185 | Abstract method glConvolutionParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
186 | Abstract method glCopyColorSubTable ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
187 | Abstract method glCopyColorTable ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
188 | Abstract method glCopyConvolutionFilter1D ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
189 | Abstract method glCopyConvolutionFilter2D ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
190 | Abstract method glCopyPixels ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
191 | Abstract method glCopyTexImage1D ( int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
192 | Abstract method glCopyTexSubImage1D ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
193 | Abstract method glCopyTexSubImage3D ( int, int, int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
194 | Abstract method glCreateProgram ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
195 | Abstract method glCreateProgramObjectARB ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
196 | Abstract method glCreateShader ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
197 | Abstract method glCreateShaderObjectARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
198 | Abstract method glCullParameterdvEXT ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
199 | Abstract method glCullParameterdvEXT ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
200 | Abstract method glCullParameterfvEXT ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
201 | Abstract method glCullParameterfvEXT ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
202 | Abstract method glCurrentPaletteMatrixARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
203 | Abstract method glDeformSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
204 | Abstract method glDeformationMap3dSGIX ( int, double, double, int, int, double, double, int, int, double, double, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
205 | Abstract method glDeformationMap3dSGIX ( int, double, double, int, int, double, double, int, int, double, double, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
206 | Abstract method glDeformationMap3fSGIX ( int, float, float, int, int, float, float, int, int, float, float, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
207 | Abstract method glDeformationMap3fSGIX ( int, float, float, int, int, float, float, int, int, float, float, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
208 | Abstract method glDeleteAsyncMarkersSGIX ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
209 | Abstract method glDeleteBufferRegion ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
210 | Abstract method glDeleteBuffersARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
211 | Abstract method glDeleteBuffersARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
212 | Abstract method glDeleteFencesAPPLE ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
213 | Abstract method glDeleteFencesAPPLE ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
214 | Abstract method glDeleteFencesNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
215 | Abstract method glDeleteFencesNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
216 | Abstract method glDeleteFragmentShaderATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
217 | Abstract method glDeleteFramebuffersEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
218 | Abstract method glDeleteFramebuffersEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
219 | Abstract method glDeleteLists ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
220 | Abstract method glDeleteObjectARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
221 | Abstract method glDeleteOcclusionQueriesNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
222 | Abstract method glDeleteOcclusionQueriesNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
223 | Abstract method glDeleteProgram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
224 | Abstract method glDeleteProgramsARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
225 | Abstract method glDeleteProgramsARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
226 | Abstract method glDeleteProgramsNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
227 | Abstract method glDeleteProgramsNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
228 | Abstract method glDeleteQueries ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
229 | Abstract method glDeleteQueries ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
230 | Abstract method glDeleteQueriesARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
231 | Abstract method glDeleteQueriesARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
232 | Abstract method glDeleteRenderbuffersEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
233 | Abstract method glDeleteRenderbuffersEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
234 | Abstract method glDeleteShader ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
235 | Abstract method glDeleteVertexArraysAPPLE ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
236 | Abstract method glDeleteVertexArraysAPPLE ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
237 | Abstract method glDeleteVertexShaderEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
238 | Abstract method glDepthBoundsEXT ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
239 | Abstract method glDepthBoundsdNV ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
240 | Abstract method glDepthRangedNV ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
241 | Abstract method glDetachObjectARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
242 | Abstract method glDetachShader ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
243 | Abstract method glDetailTexFuncSGIS ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
244 | Abstract method glDetailTexFuncSGIS ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
245 | Abstract method glDisableClientState ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
246 | Abstract method glDisableIndexedEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
247 | Abstract method glDisableVariantClientStateEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
248 | Abstract method glDisableVertexAttribAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
249 | Abstract method glDisableVertexAttribArray ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
250 | Abstract method glDisableVertexAttribArrayARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
251 | Abstract method glDrawArraysInstancedEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
252 | Abstract method glDrawBuffer ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
253 | Abstract method glDrawBufferRegion ( int, int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
254 | Abstract method glDrawBuffers ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
255 | Abstract method glDrawBuffers ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
256 | Abstract method glDrawBuffersARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
257 | Abstract method glDrawBuffersARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
258 | Abstract method glDrawBuffersATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
259 | Abstract method glDrawBuffersATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
260 | Abstract method glDrawElementArrayAPPLE ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
261 | Abstract method glDrawElementArrayATI ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
262 | Abstract method glDrawElementsInstancedEXT ( int, int, int, Buffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
263 | Abstract method glDrawMeshArraysSUN ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
264 | Abstract method glDrawPixels ( int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
265 | Abstract method glDrawPixels ( int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
266 | Abstract method glDrawRangeElementArrayAPPLE ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
267 | Abstract method glDrawRangeElementArrayATI ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
268 | Abstract method glDrawRangeElements ( int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
269 | Abstract method glDrawRangeElements ( int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
270 | Abstract method glEdgeFlag ( boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
271 | Abstract method glEdgeFlagPointer ( int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
272 | Abstract method glEdgeFlagPointer ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
273 | Abstract method glEdgeFlagv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
274 | Abstract method glEdgeFlagv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
275 | Abstract method glElementPointerAPPLE ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
276 | Abstract method glElementPointerATI ( int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
277 | Abstract method glElementPointerATI ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
278 | Abstract method glEnableClientState ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
279 | Abstract method glEnableIndexedEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
280 | Abstract method glEnableVariantClientStateEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
281 | Abstract method glEnableVertexAttribAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
282 | Abstract method glEnableVertexAttribArray ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
283 | Abstract method glEnableVertexAttribArrayARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
284 | Abstract method glEnd ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
285 | Abstract method glEndFragmentShaderATI ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
286 | Abstract method glEndList ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
287 | Abstract method glEndOcclusionQueryNV ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
288 | Abstract method glEndQuery ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
289 | Abstract method glEndQueryARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
290 | Abstract method glEndTransformFeedbackNV ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
291 | Abstract method glEndVertexShaderEXT ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
292 | Abstract method glEvalCoord1d ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
293 | Abstract method glEvalCoord1dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
294 | Abstract method glEvalCoord1dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
295 | Abstract method glEvalCoord1f ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
296 | Abstract method glEvalCoord1fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
297 | Abstract method glEvalCoord1fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
298 | Abstract method glEvalCoord2d ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
299 | Abstract method glEvalCoord2dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
300 | Abstract method glEvalCoord2dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
301 | Abstract method glEvalCoord2f ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
302 | Abstract method glEvalCoord2fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
303 | Abstract method glEvalCoord2fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
304 | Abstract method glEvalMapsNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
305 | Abstract method glEvalMesh1 ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
306 | Abstract method glEvalMesh2 ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
307 | Abstract method glEvalPoint1 ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
308 | Abstract method glEvalPoint2 ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
309 | Abstract method glExecuteProgramNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
310 | Abstract method glExecuteProgramNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
311 | Abstract method glExtractComponentEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
312 | Abstract method glFeedbackBuffer ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
313 | Abstract method glFinalCombinerInputNV ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
314 | Abstract method glFinishAsyncSGIX ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
315 | Abstract method glFinishAsyncSGIX ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
316 | Abstract method glFinishFenceAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
317 | Abstract method glFinishFenceNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
318 | Abstract method glFinishObjectAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
319 | Abstract method glFinishRenderAPPLE ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
320 | Abstract method glFinishTextureSUNX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
321 | Abstract method glFlushMappedBufferRangeAPPLE ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
322 | Abstract method glFlushPixelDataRangeNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
323 | Abstract method glFlushRasterSGIX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
324 | Abstract method glFlushRenderAPPLE ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
325 | Abstract method glFlushVertexArrayRangeAPPLE ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
326 | Abstract method glFlushVertexArrayRangeNV ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
327 | Abstract method glFogCoordPointer ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
328 | Abstract method glFogCoordPointer ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
329 | Abstract method glFogCoordPointerEXT ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
330 | Abstract method glFogCoordPointerEXT ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
331 | Abstract method glFogCoordd ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
332 | Abstract method glFogCoorddEXT ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
333 | Abstract method glFogCoorddv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
334 | Abstract method glFogCoorddv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
335 | Abstract method glFogCoorddvEXT ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
336 | Abstract method glFogCoorddvEXT ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
337 | Abstract method glFogCoordf ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
338 | Abstract method glFogCoordfEXT ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
339 | Abstract method glFogCoordfv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
340 | Abstract method glFogCoordfv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
341 | Abstract method glFogCoordfvEXT ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
342 | Abstract method glFogCoordfvEXT ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
343 | Abstract method glFogCoordhNV ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
344 | Abstract method glFogCoordhvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
345 | Abstract method glFogCoordhvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
346 | Abstract method glFogFuncSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
347 | Abstract method glFogFuncSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
348 | Abstract method glFogf ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
349 | Abstract method glFogfv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
350 | Abstract method glFogfv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
351 | Abstract method glFogi ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
352 | Abstract method glFogiv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
353 | Abstract method glFogiv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
354 | Abstract method glFragmentColorMaterialSGIX ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
355 | Abstract method glFragmentLightModelfSGIX ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
356 | Abstract method glFragmentLightModelfvSGIX ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
357 | Abstract method glFragmentLightModelfvSGIX ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
358 | Abstract method glFragmentLightModeliSGIX ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
359 | Abstract method glFragmentLightModelivSGIX ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
360 | Abstract method glFragmentLightModelivSGIX ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
361 | Abstract method glFragmentLightfSGIX ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
362 | Abstract method glFragmentLightfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
363 | Abstract method glFragmentLightfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
364 | Abstract method glFragmentLightiSGIX ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
365 | Abstract method glFragmentLightivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
366 | Abstract method glFragmentLightivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
367 | Abstract method glFragmentMaterialfSGIX ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
368 | Abstract method glFragmentMaterialfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
369 | Abstract method glFragmentMaterialfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
370 | Abstract method glFragmentMaterialiSGIX ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
371 | Abstract method glFragmentMaterialivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
372 | Abstract method glFragmentMaterialivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
373 | Abstract method glFrameZoomSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
374 | Abstract method glFramebufferRenderbufferEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
375 | Abstract method glFramebufferTexture1DEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
376 | Abstract method glFramebufferTexture2DEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
377 | Abstract method glFramebufferTexture3DEXT ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
378 | Abstract method glFramebufferTextureEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
379 | Abstract method glFramebufferTextureFaceEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
380 | Abstract method glFramebufferTextureLayerEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
381 | Abstract method glFreeObjectBufferATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
382 | Abstract method glFrustum ( double, double, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
383 | Abstract method glGenAsyncMarkersSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
384 | Abstract method glGenBuffersARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
385 | Abstract method glGenBuffersARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
386 | Abstract method glGenFencesAPPLE ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
387 | Abstract method glGenFencesAPPLE ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
388 | Abstract method glGenFencesNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
389 | Abstract method glGenFencesNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
390 | Abstract method glGenFragmentShadersATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
391 | Abstract method glGenFramebuffersEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
392 | Abstract method glGenFramebuffersEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
393 | Abstract method glGenLists ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
394 | Abstract method glGenOcclusionQueriesNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
395 | Abstract method glGenOcclusionQueriesNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
396 | Abstract method glGenProgramsARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
397 | Abstract method glGenProgramsARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
398 | Abstract method glGenProgramsNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
399 | Abstract method glGenProgramsNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
400 | Abstract method glGenQueries ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
401 | Abstract method glGenQueries ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
402 | Abstract method glGenQueriesARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
403 | Abstract method glGenQueriesARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
404 | Abstract method glGenRenderbuffersEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
405 | Abstract method glGenRenderbuffersEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
406 | Abstract method glGenSymbolsEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
407 | Abstract method glGenVertexArraysAPPLE ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
408 | Abstract method glGenVertexArraysAPPLE ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
409 | Abstract method glGenVertexShadersEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
410 | Abstract method glGenerateMipmapEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
411 | Abstract method glGetActiveAttrib ( int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
412 | Abstract method glGetActiveAttrib ( int, int, int, int[ ], int, int[ ], int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
413 | Abstract method glGetActiveAttribARB ( int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
414 | Abstract method glGetActiveAttribARB ( int, int, int, int[ ], int, int[ ], int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
415 | Abstract method glGetActiveUniform ( int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
416 | Abstract method glGetActiveUniform ( int, int, int, int[ ], int, int[ ], int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
417 | Abstract method glGetActiveUniformARB ( int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
418 | Abstract method glGetActiveUniformARB ( int, int, int, int[ ], int, int[ ], int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
419 | Abstract method glGetActiveVaryingNV ( int, int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
420 | Abstract method glGetActiveVaryingNV ( int, int, int, int[ ], int, int[ ], int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
421 | Abstract method glGetArrayObjectfvATI ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
422 | Abstract method glGetArrayObjectfvATI ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
423 | Abstract method glGetArrayObjectivATI ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
424 | Abstract method glGetArrayObjectivATI ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
425 | Abstract method glGetAttachedObjectsARB ( int, int, IntBuffer, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
426 | Abstract method glGetAttachedObjectsARB ( int, int, int[ ], int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
427 | Abstract method glGetAttachedShaders ( int, int, IntBuffer, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
428 | Abstract method glGetAttachedShaders ( int, int, int[ ], int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
429 | Abstract method glGetAttribLocation ( int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
430 | Abstract method glGetAttribLocationARB ( int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
431 | Abstract method glGetBooleanIndexedvEXT ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
432 | Abstract method glGetBooleanIndexedvEXT ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
433 | Abstract method glGetBufferParameterivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
434 | Abstract method glGetBufferParameterivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
435 | Abstract method glGetBufferSubData ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
436 | Abstract method glGetBufferSubDataARB ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
437 | Abstract method glGetClipPlane ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
438 | Abstract method glGetClipPlane ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
439 | Abstract method glGetColorTable ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
440 | Abstract method glGetColorTable ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
441 | Abstract method glGetColorTableEXT ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
442 | Abstract method glGetColorTableParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
443 | Abstract method glGetColorTableParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
444 | Abstract method glGetColorTableParameterfvEXT ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
445 | Abstract method glGetColorTableParameterfvEXT ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
446 | Abstract method glGetColorTableParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
447 | Abstract method glGetColorTableParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
448 | Abstract method glGetColorTableParameterivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
449 | Abstract method glGetColorTableParameterivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
450 | Abstract method glGetCombinerInputParameterfvNV ( int, int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
451 | Abstract method glGetCombinerInputParameterfvNV ( int, int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
452 | Abstract method glGetCombinerInputParameterivNV ( int, int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
453 | Abstract method glGetCombinerInputParameterivNV ( int, int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
454 | Abstract method glGetCombinerOutputParameterfvNV ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
455 | Abstract method glGetCombinerOutputParameterfvNV ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
456 | Abstract method glGetCombinerOutputParameterivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
457 | Abstract method glGetCombinerOutputParameterivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
458 | Abstract method glGetCombinerStageParameterfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
459 | Abstract method glGetCombinerStageParameterfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
460 | Abstract method glGetCompressedTexImage ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
461 | Abstract method glGetCompressedTexImage ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
462 | Abstract method glGetConvolutionFilter ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
463 | Abstract method glGetConvolutionFilter ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
464 | Abstract method glGetConvolutionParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
465 | Abstract method glGetConvolutionParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
466 | Abstract method glGetConvolutionParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
467 | Abstract method glGetConvolutionParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
468 | Abstract method glGetDetailTexFuncSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
469 | Abstract method glGetDetailTexFuncSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
470 | Abstract method glGetDoublev ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
471 | Abstract method glGetDoublev ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
472 | Abstract method glGetFenceivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
473 | Abstract method glGetFenceivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
474 | Abstract method glGetFinalCombinerInputParameterfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
475 | Abstract method glGetFinalCombinerInputParameterfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
476 | Abstract method glGetFinalCombinerInputParameterivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
477 | Abstract method glGetFinalCombinerInputParameterivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
478 | Abstract method glGetFogFuncSGIS ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
479 | Abstract method glGetFogFuncSGIS ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
480 | Abstract method glGetFragDataLocationEXT ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
481 | Abstract method glGetFragDataLocationEXT ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
482 | Abstract method glGetFragmentLightfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
483 | Abstract method glGetFragmentLightfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
484 | Abstract method glGetFragmentLightivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
485 | Abstract method glGetFragmentLightivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
486 | Abstract method glGetFragmentMaterialfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
487 | Abstract method glGetFragmentMaterialfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
488 | Abstract method glGetFragmentMaterialivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
489 | Abstract method glGetFragmentMaterialivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
490 | Abstract method glGetFramebufferAttachmentParameterivEXT ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
491 | Abstract method glGetFramebufferAttachmentParameterivEXT ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
492 | Abstract method glGetHandleARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
493 | Abstract method glGetHistogram ( int, boolean, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
494 | Abstract method glGetHistogram ( int, boolean, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
495 | Abstract method glGetHistogramParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
496 | Abstract method glGetHistogramParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
497 | Abstract method glGetHistogramParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
498 | Abstract method glGetHistogramParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
499 | Abstract method glGetImageTransformParameterfvHP ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
500 | Abstract method glGetImageTransformParameterfvHP ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
501 | Abstract method glGetImageTransformParameterivHP ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
502 | Abstract method glGetImageTransformParameterivHP ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
503 | Abstract method glGetInfoLogARB ( int, int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
504 | Abstract method glGetInfoLogARB ( int, int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
505 | Abstract method glGetInstrumentsSGIX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
506 | Abstract method glGetIntegerIndexedvEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
507 | Abstract method glGetIntegerIndexedvEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
508 | Abstract method glGetInvariantBooleanvEXT ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
509 | Abstract method glGetInvariantBooleanvEXT ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
510 | Abstract method glGetInvariantFloatvEXT ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
511 | Abstract method glGetInvariantFloatvEXT ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
512 | Abstract method glGetInvariantIntegervEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
513 | Abstract method glGetInvariantIntegervEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
514 | Abstract method glGetLightfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
515 | Abstract method glGetLightfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
516 | Abstract method glGetLightiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
517 | Abstract method glGetLightiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
518 | Abstract method glGetListParameterfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
519 | Abstract method glGetListParameterfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
520 | Abstract method glGetListParameterivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
521 | Abstract method glGetListParameterivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
522 | Abstract method glGetLocalConstantBooleanvEXT ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
523 | Abstract method glGetLocalConstantBooleanvEXT ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
524 | Abstract method glGetLocalConstantFloatvEXT ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
525 | Abstract method glGetLocalConstantFloatvEXT ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
526 | Abstract method glGetLocalConstantIntegervEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
527 | Abstract method glGetLocalConstantIntegervEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
528 | Abstract method glGetMapAttribParameterfvNV ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
529 | Abstract method glGetMapAttribParameterfvNV ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
530 | Abstract method glGetMapAttribParameterivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
531 | Abstract method glGetMapAttribParameterivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
532 | Abstract method glGetMapControlPointsNV ( int, int, int, int, int, boolean, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
533 | Abstract method glGetMapParameterfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
534 | Abstract method glGetMapParameterfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
535 | Abstract method glGetMapParameterivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
536 | Abstract method glGetMapParameterivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
537 | Abstract method glGetMapdv ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
538 | Abstract method glGetMapdv ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
539 | Abstract method glGetMapfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
540 | Abstract method glGetMapfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
541 | Abstract method glGetMapiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
542 | Abstract method glGetMapiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
543 | Abstract method glGetMaterialfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
544 | Abstract method glGetMaterialfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
545 | Abstract method glGetMaterialiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
546 | Abstract method glGetMaterialiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
547 | Abstract method glGetMinmax ( int, boolean, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
548 | Abstract method glGetMinmax ( int, boolean, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
549 | Abstract method glGetMinmaxParameterfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
550 | Abstract method glGetMinmaxParameterfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
551 | Abstract method glGetMinmaxParameteriv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
552 | Abstract method glGetMinmaxParameteriv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
553 | Abstract method glGetObjectBufferfvATI ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
554 | Abstract method glGetObjectBufferfvATI ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
555 | Abstract method glGetObjectBufferivATI ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
556 | Abstract method glGetObjectBufferivATI ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
557 | Abstract method glGetObjectParameterfvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
558 | Abstract method glGetObjectParameterfvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
559 | Abstract method glGetObjectParameterivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
560 | Abstract method glGetObjectParameterivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
561 | Abstract method glGetOcclusionQueryivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
562 | Abstract method glGetOcclusionQueryivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
563 | Abstract method glGetOcclusionQueryuivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
564 | Abstract method glGetOcclusionQueryuivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
565 | Abstract method glGetPixelMapfv ( int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
566 | Abstract method glGetPixelMapfv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
567 | Abstract method glGetPixelMapfv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
568 | Abstract method glGetPixelMapuiv ( int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
569 | Abstract method glGetPixelMapuiv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
570 | Abstract method glGetPixelMapuiv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
571 | Abstract method glGetPixelMapusv ( int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
572 | Abstract method glGetPixelMapusv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
573 | Abstract method glGetPixelMapusv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
574 | Abstract method glGetPixelTexGenParameterfvSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
575 | Abstract method glGetPixelTexGenParameterfvSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
576 | Abstract method glGetPixelTexGenParameterivSGIS ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
577 | Abstract method glGetPixelTexGenParameterivSGIS ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
578 | Abstract method glGetPolygonStipple ( long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
579 | Abstract method glGetPolygonStipple ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
580 | Abstract method glGetPolygonStipple ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
581 | Abstract method glGetProgramEnvParameterIivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
582 | Abstract method glGetProgramEnvParameterIivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
583 | Abstract method glGetProgramEnvParameterIuivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
584 | Abstract method glGetProgramEnvParameterIuivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
585 | Abstract method glGetProgramEnvParameterdvARB ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
586 | Abstract method glGetProgramEnvParameterdvARB ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
587 | Abstract method glGetProgramEnvParameterfvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
588 | Abstract method glGetProgramEnvParameterfvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
589 | Abstract method glGetProgramInfoLog ( int, int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
590 | Abstract method glGetProgramInfoLog ( int, int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
591 | Abstract method glGetProgramLocalParameterIivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
592 | Abstract method glGetProgramLocalParameterIivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
593 | Abstract method glGetProgramLocalParameterIuivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
594 | Abstract method glGetProgramLocalParameterIuivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
595 | Abstract method glGetProgramLocalParameterdvARB ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
596 | Abstract method glGetProgramLocalParameterdvARB ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
597 | Abstract method glGetProgramLocalParameterfvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
598 | Abstract method glGetProgramLocalParameterfvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
599 | Abstract method glGetProgramNamedParameterdvNV ( int, int, String, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
600 | Abstract method glGetProgramNamedParameterdvNV ( int, int, String, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
601 | Abstract method glGetProgramNamedParameterfvNV ( int, int, String, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
602 | Abstract method glGetProgramNamedParameterfvNV ( int, int, String, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
603 | Abstract method glGetProgramParameterdvNV ( int, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
604 | Abstract method glGetProgramParameterdvNV ( int, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
605 | Abstract method glGetProgramParameterfvNV ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
606 | Abstract method glGetProgramParameterfvNV ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
607 | Abstract method glGetProgramStringARB ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
608 | Abstract method glGetProgramStringNV ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
609 | Abstract method glGetProgramStringNV ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
610 | Abstract method glGetProgramiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
611 | Abstract method glGetProgramiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
612 | Abstract method glGetProgramivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
613 | Abstract method glGetProgramivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
614 | Abstract method glGetProgramivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
615 | Abstract method glGetProgramivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
616 | Abstract method glGetQueryObjecti64vEXT ( int, int, LongBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
617 | Abstract method glGetQueryObjecti64vEXT ( int, int, long[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
618 | Abstract method glGetQueryObjectiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
619 | Abstract method glGetQueryObjectiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
620 | Abstract method glGetQueryObjectivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
621 | Abstract method glGetQueryObjectivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
622 | Abstract method glGetQueryObjectui64vEXT ( int, int, LongBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
623 | Abstract method glGetQueryObjectui64vEXT ( int, int, long[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
624 | Abstract method glGetQueryObjectuiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
625 | Abstract method glGetQueryObjectuiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
626 | Abstract method glGetQueryObjectuivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
627 | Abstract method glGetQueryObjectuivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
628 | Abstract method glGetQueryiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
629 | Abstract method glGetQueryiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
630 | Abstract method glGetQueryivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
631 | Abstract method glGetQueryivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
632 | Abstract method glGetRenderbufferParameterivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
633 | Abstract method glGetRenderbufferParameterivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
634 | Abstract method glGetSeparableFilter ( int, int, int, long, long, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
635 | Abstract method glGetSeparableFilter ( int, int, int, Buffer, Buffer, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
636 | Abstract method glGetShaderInfoLog ( int, int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
637 | Abstract method glGetShaderInfoLog ( int, int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
638 | Abstract method glGetShaderSource ( int, int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
639 | Abstract method glGetShaderSource ( int, int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
640 | Abstract method glGetShaderSourceARB ( int, int, IntBuffer, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
641 | Abstract method glGetShaderSourceARB ( int, int, int[ ], int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
642 | Abstract method glGetShaderiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
643 | Abstract method glGetShaderiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
644 | Abstract method glGetSharpenTexFuncSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
645 | Abstract method glGetSharpenTexFuncSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
646 | Abstract method glGetTexBumpParameterfvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
647 | Abstract method glGetTexBumpParameterfvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
648 | Abstract method glGetTexBumpParameterivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
649 | Abstract method glGetTexBumpParameterivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
650 | Abstract method glGetTexEnvfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
651 | Abstract method glGetTexEnvfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
652 | Abstract method glGetTexEnviv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
653 | Abstract method glGetTexEnviv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
654 | Abstract method glGetTexFilterFuncSGIS ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
655 | Abstract method glGetTexFilterFuncSGIS ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
656 | Abstract method glGetTexGendv ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
657 | Abstract method glGetTexGendv ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
658 | Abstract method glGetTexGenfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
659 | Abstract method glGetTexGenfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
660 | Abstract method glGetTexGeniv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
661 | Abstract method glGetTexGeniv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
662 | Abstract method glGetTexImage ( int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
663 | Abstract method glGetTexImage ( int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
664 | Abstract method glGetTexLevelParameterfv ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
665 | Abstract method glGetTexLevelParameterfv ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
666 | Abstract method glGetTexLevelParameteriv ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
667 | Abstract method glGetTexLevelParameteriv ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
668 | Abstract method glGetTexParameterIivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
669 | Abstract method glGetTexParameterIivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
670 | Abstract method glGetTexParameterIuivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
671 | Abstract method glGetTexParameterIuivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
672 | Abstract method glGetTrackMatrixivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
673 | Abstract method glGetTrackMatrixivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
674 | Abstract method glGetTransformFeedbackVaryingNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
675 | Abstract method glGetTransformFeedbackVaryingNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
676 | Abstract method glGetUniformBufferSizeEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
677 | Abstract method glGetUniformLocation ( int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
678 | Abstract method glGetUniformLocationARB ( int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
679 | Abstract method glGetUniformOffsetEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
680 | Abstract method glGetUniformfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
681 | Abstract method glGetUniformfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
682 | Abstract method glGetUniformfvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
683 | Abstract method glGetUniformfvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
684 | Abstract method glGetUniformiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
685 | Abstract method glGetUniformiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
686 | Abstract method glGetUniformivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
687 | Abstract method glGetUniformivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
688 | Abstract method glGetUniformuivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
689 | Abstract method glGetUniformuivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
690 | Abstract method glGetVariantArrayObjectfvATI ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
691 | Abstract method glGetVariantArrayObjectfvATI ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
692 | Abstract method glGetVariantArrayObjectivATI ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
693 | Abstract method glGetVariantArrayObjectivATI ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
694 | Abstract method glGetVariantBooleanvEXT ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
695 | Abstract method glGetVariantBooleanvEXT ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
696 | Abstract method glGetVariantFloatvEXT ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
697 | Abstract method glGetVariantFloatvEXT ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
698 | Abstract method glGetVariantIntegervEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
699 | Abstract method glGetVariantIntegervEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
700 | Abstract method glGetVaryingLocationNV ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
701 | Abstract method glGetVaryingLocationNV ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
702 | Abstract method glGetVertexAttribArrayObjectfvATI ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
703 | Abstract method glGetVertexAttribArrayObjectfvATI ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
704 | Abstract method glGetVertexAttribArrayObjectivATI ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
705 | Abstract method glGetVertexAttribArrayObjectivATI ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
706 | Abstract method glGetVertexAttribIivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
707 | Abstract method glGetVertexAttribIivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
708 | Abstract method glGetVertexAttribIuivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
709 | Abstract method glGetVertexAttribIuivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
710 | Abstract method glGetVertexAttribdv ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
711 | Abstract method glGetVertexAttribdv ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
712 | Abstract method glGetVertexAttribdvARB ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
713 | Abstract method glGetVertexAttribdvARB ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
714 | Abstract method glGetVertexAttribdvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
715 | Abstract method glGetVertexAttribdvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
716 | Abstract method glGetVertexAttribfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
717 | Abstract method glGetVertexAttribfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
718 | Abstract method glGetVertexAttribfvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
719 | Abstract method glGetVertexAttribfvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
720 | Abstract method glGetVertexAttribfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
721 | Abstract method glGetVertexAttribfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
722 | Abstract method glGetVertexAttribiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
723 | Abstract method glGetVertexAttribiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
724 | Abstract method glGetVertexAttribivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
725 | Abstract method glGetVertexAttribivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
726 | Abstract method glGetVertexAttribivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
727 | Abstract method glGetVertexAttribivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
728 | Abstract method glGlobalAlphaFactorbSUN ( byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
729 | Abstract method glGlobalAlphaFactordSUN ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
730 | Abstract method glGlobalAlphaFactorfSUN ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
731 | Abstract method glGlobalAlphaFactoriSUN ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
732 | Abstract method glGlobalAlphaFactorsSUN ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
733 | Abstract method glGlobalAlphaFactorubSUN ( byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
734 | Abstract method glGlobalAlphaFactoruiSUN ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
735 | Abstract method glGlobalAlphaFactorusSUN ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
736 | Abstract method glHintPGI ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
737 | Abstract method glHistogram ( int, int, int, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
738 | Abstract method glIglooInterfaceSGIX ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
739 | Abstract method glImageTransformParameterfHP ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
740 | Abstract method glImageTransformParameterfvHP ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
741 | Abstract method glImageTransformParameterfvHP ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
742 | Abstract method glImageTransformParameteriHP ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
743 | Abstract method glImageTransformParameterivHP ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
744 | Abstract method glImageTransformParameterivHP ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
745 | Abstract method glIndexFuncEXT ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
746 | Abstract method glIndexMask ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
747 | Abstract method glIndexMaterialEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
748 | Abstract method glIndexPointer ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
749 | Abstract method glIndexd ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
750 | Abstract method glIndexdv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
751 | Abstract method glIndexdv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
752 | Abstract method glIndexf ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
753 | Abstract method glIndexfv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
754 | Abstract method glIndexfv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
755 | Abstract method glIndexi ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
756 | Abstract method glIndexiv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
757 | Abstract method glIndexiv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
758 | Abstract method glIndexs ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
759 | Abstract method glIndexsv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
760 | Abstract method glIndexsv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
761 | Abstract method glIndexub ( byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
762 | Abstract method glIndexubv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
763 | Abstract method glIndexubv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
764 | Abstract method glInitNames ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
765 | Abstract method glInsertComponentEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
766 | Abstract method glInstrumentsBufferSGIX ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
767 | Abstract method glInstrumentsBufferSGIX ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
768 | Abstract method glInterleavedArrays ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
769 | Abstract method glInterleavedArrays ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
770 | Abstract method glIsAsyncMarkerSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
771 | Abstract method glIsBufferARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
772 | Abstract method glIsEnabledIndexedEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
773 | Abstract method glIsFenceAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
774 | Abstract method glIsFenceNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
775 | Abstract method glIsFramebufferEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
776 | Abstract method glIsList ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
777 | Abstract method glIsObjectBufferATI ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
778 | Abstract method glIsOcclusionQueryNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
779 | Abstract method glIsProgram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
780 | Abstract method glIsProgramARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
781 | Abstract method glIsProgramNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
782 | Abstract method glIsQuery ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
783 | Abstract method glIsQueryARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
784 | Abstract method glIsRenderbufferEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
785 | Abstract method glIsShader ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
786 | Abstract method glIsVariantEnabledEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
787 | Abstract method glIsVertexArrayAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
788 | Abstract method glIsVertexAttribEnabledAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
789 | Abstract method glLightEnviSGIX ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
790 | Abstract method glLightModelf ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
791 | Abstract method glLightModelfv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
792 | Abstract method glLightModelfv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
793 | Abstract method glLightModeli ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
794 | Abstract method glLightModeliv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
795 | Abstract method glLightModeliv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
796 | Abstract method glLightf ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
797 | Abstract method glLightfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
798 | Abstract method glLightfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
799 | Abstract method glLighti ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
800 | Abstract method glLightiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
801 | Abstract method glLightiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
802 | Abstract method glLineStipple ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
803 | Abstract method glLinkProgram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
804 | Abstract method glLinkProgramARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
805 | Abstract method glListBase ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
806 | Abstract method glListParameterfSGIX ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
807 | Abstract method glListParameterfvSGIX ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
808 | Abstract method glListParameterfvSGIX ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
809 | Abstract method glListParameteriSGIX ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
810 | Abstract method glListParameterivSGIX ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
811 | Abstract method glListParameterivSGIX ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
812 | Abstract method glLoadIdentity ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
813 | Abstract method glLoadIdentityDeformationMapSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
814 | Abstract method glLoadMatrixd ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
815 | Abstract method glLoadMatrixd ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
816 | Abstract method glLoadMatrixf ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
817 | Abstract method glLoadMatrixf ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
818 | Abstract method glLoadName ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
819 | Abstract method glLoadProgramNV ( int, int, int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
820 | Abstract method glLoadTransposeMatrixd ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
821 | Abstract method glLoadTransposeMatrixd ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
822 | Abstract method glLoadTransposeMatrixf ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
823 | Abstract method glLoadTransposeMatrixf ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
824 | Abstract method glLockArraysEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
825 | Abstract method glLogicOp ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
826 | Abstract method glMap1d ( int, double, double, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
827 | Abstract method glMap1d ( int, double, double, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
828 | Abstract method glMap1f ( int, float, float, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
829 | Abstract method glMap1f ( int, float, float, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
830 | Abstract method glMap2d ( int, double, double, int, int, double, double, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
831 | Abstract method glMap2d ( int, double, double, int, int, double, double, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
832 | Abstract method glMap2f ( int, float, float, int, int, float, float, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
833 | Abstract method glMap2f ( int, float, float, int, int, float, float, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
834 | Abstract method glMapBufferARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
835 | Abstract method glMapControlPointsNV ( int, int, int, int, int, int, int, boolean, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
836 | Abstract method glMapGrid1d ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
837 | Abstract method glMapGrid1f ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
838 | Abstract method glMapGrid2d ( int, double, double, int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
839 | Abstract method glMapGrid2f ( int, float, float, int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
840 | Abstract method glMapParameterfvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
841 | Abstract method glMapParameterfvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
842 | Abstract method glMapParameterivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
843 | Abstract method glMapParameterivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
844 | Abstract method glMapVertexAttrib1dAPPLE ( int, int, double, double, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
845 | Abstract method glMapVertexAttrib1dAPPLE ( int, int, double, double, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
846 | Abstract method glMapVertexAttrib1fAPPLE ( int, int, float, float, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
847 | Abstract method glMapVertexAttrib1fAPPLE ( int, int, float, float, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
848 | Abstract method glMapVertexAttrib2dAPPLE ( int, int, double, double, int, int, double, double, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
849 | Abstract method glMapVertexAttrib2dAPPLE ( int, int, double, double, int, int, double, double, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
850 | Abstract method glMapVertexAttrib2fAPPLE ( int, int, float, float, int, int, float, float, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
851 | Abstract method glMapVertexAttrib2fAPPLE ( int, int, float, float, int, int, float, float, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
852 | Abstract method glMaterialf ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
853 | Abstract method glMaterialfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
854 | Abstract method glMaterialfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
855 | Abstract method glMateriali ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
856 | Abstract method glMaterialiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
857 | Abstract method glMaterialiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
858 | Abstract method glMatrixIndexPointerARB ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
859 | Abstract method glMatrixIndexPointerARB ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
860 | Abstract method glMatrixIndexubvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
861 | Abstract method glMatrixIndexubvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
862 | Abstract method glMatrixIndexuivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
863 | Abstract method glMatrixIndexuivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
864 | Abstract method glMatrixIndexusvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
865 | Abstract method glMatrixIndexusvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
866 | Abstract method glMatrixMode ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
867 | Abstract method glMinmax ( int, int, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
868 | Abstract method glMultMatrixd ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
869 | Abstract method glMultMatrixd ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
870 | Abstract method glMultMatrixf ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
871 | Abstract method glMultMatrixf ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
872 | Abstract method glMultTransposeMatrixd ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
873 | Abstract method glMultTransposeMatrixd ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
874 | Abstract method glMultTransposeMatrixf ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
875 | Abstract method glMultTransposeMatrixf ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
876 | Abstract method glMultiDrawArrays ( int, IntBuffer, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
877 | Abstract method glMultiDrawArrays ( int, int[ ], int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
878 | Abstract method glMultiDrawArraysEXT ( int, IntBuffer, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
879 | Abstract method glMultiDrawArraysEXT ( int, int[ ], int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
880 | Abstract method glMultiDrawElementArrayAPPLE ( int, IntBuffer, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
881 | Abstract method glMultiDrawElementArrayAPPLE ( int, int[ ], int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
882 | Abstract method glMultiDrawElements ( int, IntBuffer, int, Buffer[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
883 | Abstract method glMultiDrawElements ( int, int[ ], int, int, Buffer[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
884 | Abstract method glMultiDrawElementsEXT ( int, IntBuffer, int, Buffer[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
885 | Abstract method glMultiDrawElementsEXT ( int, int[ ], int, int, Buffer[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
886 | Abstract method glMultiDrawRangeElementArrayAPPLE ( int, int, int, IntBuffer, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
887 | Abstract method glMultiDrawRangeElementArrayAPPLE ( int, int, int, int[ ], int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
888 | Abstract method glMultiModeDrawArraysIBM ( IntBuffer, IntBuffer, IntBuffer, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
889 | Abstract method glMultiModeDrawArraysIBM ( int[ ], int, int[ ], int, int[ ], int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
890 | Abstract method glMultiModeDrawElementsIBM ( IntBuffer, IntBuffer, int, Buffer[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
891 | Abstract method glMultiModeDrawElementsIBM ( int[ ], int, int[ ], int, int, Buffer[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
892 | Abstract method glMultiTexCoord1d ( int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
893 | Abstract method glMultiTexCoord1dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
894 | Abstract method glMultiTexCoord1dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
895 | Abstract method glMultiTexCoord1f ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
896 | Abstract method glMultiTexCoord1fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
897 | Abstract method glMultiTexCoord1fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
898 | Abstract method glMultiTexCoord1hNV ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
899 | Abstract method glMultiTexCoord1hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
900 | Abstract method glMultiTexCoord1hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
901 | Abstract method glMultiTexCoord1i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
902 | Abstract method glMultiTexCoord1iv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
903 | Abstract method glMultiTexCoord1iv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
904 | Abstract method glMultiTexCoord1s ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
905 | Abstract method glMultiTexCoord1sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
906 | Abstract method glMultiTexCoord1sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
907 | Abstract method glMultiTexCoord2d ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
908 | Abstract method glMultiTexCoord2dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
909 | Abstract method glMultiTexCoord2dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
910 | Abstract method glMultiTexCoord2f ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
911 | Abstract method glMultiTexCoord2fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
912 | Abstract method glMultiTexCoord2fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
913 | Abstract method glMultiTexCoord2hNV ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
914 | Abstract method glMultiTexCoord2hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
915 | Abstract method glMultiTexCoord2hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
916 | Abstract method glMultiTexCoord2i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
917 | Abstract method glMultiTexCoord2iv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
918 | Abstract method glMultiTexCoord2iv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
919 | Abstract method glMultiTexCoord2s ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
920 | Abstract method glMultiTexCoord2sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
921 | Abstract method glMultiTexCoord2sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
922 | Abstract method glMultiTexCoord3d ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
923 | Abstract method glMultiTexCoord3dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
924 | Abstract method glMultiTexCoord3dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
925 | Abstract method glMultiTexCoord3f ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
926 | Abstract method glMultiTexCoord3fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
927 | Abstract method glMultiTexCoord3fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
928 | Abstract method glMultiTexCoord3hNV ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
929 | Abstract method glMultiTexCoord3hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
930 | Abstract method glMultiTexCoord3hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
931 | Abstract method glMultiTexCoord3i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
932 | Abstract method glMultiTexCoord3iv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
933 | Abstract method glMultiTexCoord3iv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
934 | Abstract method glMultiTexCoord3s ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
935 | Abstract method glMultiTexCoord3sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
936 | Abstract method glMultiTexCoord3sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
937 | Abstract method glMultiTexCoord4d ( int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
938 | Abstract method glMultiTexCoord4dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
939 | Abstract method glMultiTexCoord4dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
940 | Abstract method glMultiTexCoord4f ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
941 | Abstract method glMultiTexCoord4fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
942 | Abstract method glMultiTexCoord4fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
943 | Abstract method glMultiTexCoord4hNV ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
944 | Abstract method glMultiTexCoord4hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
945 | Abstract method glMultiTexCoord4hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
946 | Abstract method glMultiTexCoord4i ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
947 | Abstract method glMultiTexCoord4iv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
948 | Abstract method glMultiTexCoord4iv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
949 | Abstract method glMultiTexCoord4s ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
950 | Abstract method glMultiTexCoord4sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
951 | Abstract method glMultiTexCoord4sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
952 | Abstract method glNewBufferRegion ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
953 | Abstract method glNewList ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
954 | Abstract method glNewObjectBufferATI ( int, Buffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
955 | Abstract method glNormal3b ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
956 | Abstract method glNormal3bv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
957 | Abstract method glNormal3bv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
958 | Abstract method glNormal3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
959 | Abstract method glNormal3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
960 | Abstract method glNormal3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
961 | Abstract method glNormal3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
962 | Abstract method glNormal3fVertex3fSUN ( float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
963 | Abstract method glNormal3fVertex3fvSUN ( FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
964 | Abstract method glNormal3fVertex3fvSUN ( float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
965 | Abstract method glNormal3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
966 | Abstract method glNormal3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
967 | Abstract method glNormal3hNV ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
968 | Abstract method glNormal3hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
969 | Abstract method glNormal3hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
970 | Abstract method glNormal3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
971 | Abstract method glNormal3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
972 | Abstract method glNormal3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
973 | Abstract method glNormal3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
974 | Abstract method glNormal3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
975 | Abstract method glNormal3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
976 | Abstract method glNormalPointer ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
977 | Abstract method glNormalPointer ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
978 | Abstract method glNormalStream3bATI ( int, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
979 | Abstract method glNormalStream3bvATI ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
980 | Abstract method glNormalStream3bvATI ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
981 | Abstract method glNormalStream3dATI ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
982 | Abstract method glNormalStream3dvATI ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
983 | Abstract method glNormalStream3dvATI ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
984 | Abstract method glNormalStream3fATI ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
985 | Abstract method glNormalStream3fvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
986 | Abstract method glNormalStream3fvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
987 | Abstract method glNormalStream3iATI ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
988 | Abstract method glNormalStream3ivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
989 | Abstract method glNormalStream3ivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
990 | Abstract method glNormalStream3sATI ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
991 | Abstract method glNormalStream3svATI ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
992 | Abstract method glNormalStream3svATI ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
993 | Abstract method glOrtho ( double, double, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
994 | Abstract method glPNTrianglesfATI ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
995 | Abstract method glPNTrianglesiATI ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
996 | Abstract method glPassTexCoordATI ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
997 | Abstract method glPassThrough ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
998 | Abstract method glPixelDataRangeNV ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
999 | Abstract method glPixelMapfv ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1000 | Abstract method glPixelMapfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1001 | Abstract method glPixelMapfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1002 | Abstract method glPixelMapuiv ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1003 | Abstract method glPixelMapuiv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1004 | Abstract method glPixelMapuiv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1005 | Abstract method glPixelMapusv ( int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1006 | Abstract method glPixelMapusv ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1007 | Abstract method glPixelMapusv ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1008 | Abstract method glPixelStoref ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1009 | Abstract method glPixelTexGenParameterfSGIS ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1010 | Abstract method glPixelTexGenParameterfvSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1011 | Abstract method glPixelTexGenParameterfvSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1012 | Abstract method glPixelTexGenParameteriSGIS ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1013 | Abstract method glPixelTexGenParameterivSGIS ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1014 | Abstract method glPixelTexGenParameterivSGIS ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1015 | Abstract method glPixelTexGenSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1016 | Abstract method glPixelTransferf ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1017 | Abstract method glPixelTransferi ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1018 | Abstract method glPixelTransformParameterfEXT ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1019 | Abstract method glPixelTransformParameterfvEXT ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1020 | Abstract method glPixelTransformParameterfvEXT ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1021 | Abstract method glPixelTransformParameteriEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1022 | Abstract method glPixelTransformParameterivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1023 | Abstract method glPixelTransformParameterivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1024 | Abstract method glPixelZoom ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1025 | Abstract method glPointParameterf ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1026 | Abstract method glPointParameterfARB ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1027 | Abstract method glPointParameterfEXT ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1028 | Abstract method glPointParameterfSGIS ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1029 | Abstract method glPointParameterfv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1030 | Abstract method glPointParameterfv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1031 | Abstract method glPointParameterfvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1032 | Abstract method glPointParameterfvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1033 | Abstract method glPointParameterfvEXT ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1034 | Abstract method glPointParameterfvEXT ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1035 | Abstract method glPointParameterfvSGIS ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1036 | Abstract method glPointParameterfvSGIS ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1037 | Abstract method glPointParameteri ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1038 | Abstract method glPointParameteriNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1039 | Abstract method glPointParameteriv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1040 | Abstract method glPointParameteriv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1041 | Abstract method glPointParameterivNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1042 | Abstract method glPointParameterivNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1043 | Abstract method glPointSize ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1044 | Abstract method glPollAsyncSGIX ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1045 | Abstract method glPollAsyncSGIX ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1046 | Abstract method glPollInstrumentsSGIX ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1047 | Abstract method glPollInstrumentsSGIX ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1048 | Abstract method glPolygonMode ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1049 | Abstract method glPolygonStipple ( long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1050 | Abstract method glPolygonStipple ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1051 | Abstract method glPolygonStipple ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1052 | Abstract method glPopAttrib ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1053 | Abstract method glPopClientAttrib ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1054 | Abstract method glPopMatrix ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1055 | Abstract method glPopName ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1056 | Abstract method glPrimitiveRestartIndexNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1057 | Abstract method glPrimitiveRestartNV ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1058 | Abstract method glPrioritizeTextures ( int, IntBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1059 | Abstract method glPrioritizeTextures ( int, int[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1060 | Abstract method glProgramBufferParametersIivNV ( int, int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1061 | Abstract method glProgramBufferParametersIivNV ( int, int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1062 | Abstract method glProgramBufferParametersIuivNV ( int, int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1063 | Abstract method glProgramBufferParametersIuivNV ( int, int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1064 | Abstract method glProgramBufferParametersfvNV ( int, int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1065 | Abstract method glProgramBufferParametersfvNV ( int, int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1066 | Abstract method glProgramEnvParameter4dARB ( int, int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1067 | Abstract method glProgramEnvParameter4dvARB ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1068 | Abstract method glProgramEnvParameter4dvARB ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1069 | Abstract method glProgramEnvParameter4fARB ( int, int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1070 | Abstract method glProgramEnvParameter4fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1071 | Abstract method glProgramEnvParameter4fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1072 | Abstract method glProgramEnvParameterI4iNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1073 | Abstract method glProgramEnvParameterI4ivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1074 | Abstract method glProgramEnvParameterI4ivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1075 | Abstract method glProgramEnvParameterI4uiNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1076 | Abstract method glProgramEnvParameterI4uivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1077 | Abstract method glProgramEnvParameterI4uivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1078 | Abstract method glProgramEnvParameters4fvEXT ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1079 | Abstract method glProgramEnvParameters4fvEXT ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1080 | Abstract method glProgramEnvParametersI4ivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1081 | Abstract method glProgramEnvParametersI4ivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1082 | Abstract method glProgramEnvParametersI4uivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1083 | Abstract method glProgramEnvParametersI4uivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1084 | Abstract method glProgramLocalParameter4dARB ( int, int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1085 | Abstract method glProgramLocalParameter4dvARB ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1086 | Abstract method glProgramLocalParameter4dvARB ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1087 | Abstract method glProgramLocalParameter4fARB ( int, int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1088 | Abstract method glProgramLocalParameter4fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1089 | Abstract method glProgramLocalParameter4fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1090 | Abstract method glProgramLocalParameterI4iNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1091 | Abstract method glProgramLocalParameterI4ivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1092 | Abstract method glProgramLocalParameterI4ivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1093 | Abstract method glProgramLocalParameterI4uiNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1094 | Abstract method glProgramLocalParameterI4uivNV ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1095 | Abstract method glProgramLocalParameterI4uivNV ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1096 | Abstract method glProgramLocalParameters4fvEXT ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1097 | Abstract method glProgramLocalParameters4fvEXT ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1098 | Abstract method glProgramLocalParametersI4ivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1099 | Abstract method glProgramLocalParametersI4ivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1100 | Abstract method glProgramLocalParametersI4uivNV ( int, int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1101 | Abstract method glProgramLocalParametersI4uivNV ( int, int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1102 | Abstract method glProgramNamedParameter4dNV ( int, int, String, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1103 | Abstract method glProgramNamedParameter4dvNV ( int, int, String, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1104 | Abstract method glProgramNamedParameter4dvNV ( int, int, String, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1105 | Abstract method glProgramNamedParameter4fNV ( int, int, String, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1106 | Abstract method glProgramNamedParameter4fvNV ( int, int, String, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1107 | Abstract method glProgramNamedParameter4fvNV ( int, int, String, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1108 | Abstract method glProgramParameter4dNV ( int, int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1109 | Abstract method glProgramParameter4dvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1110 | Abstract method glProgramParameter4dvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1111 | Abstract method glProgramParameter4fNV ( int, int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1112 | Abstract method glProgramParameter4fvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1113 | Abstract method glProgramParameter4fvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1114 | Abstract method glProgramParameteriEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1115 | Abstract method glProgramParameters4dvNV ( int, int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1116 | Abstract method glProgramParameters4dvNV ( int, int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1117 | Abstract method glProgramParameters4fvNV ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1118 | Abstract method glProgramParameters4fvNV ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1119 | Abstract method glProgramStringARB ( int, int, int, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1120 | Abstract method glProgramVertexLimitNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1121 | Abstract method glPushAttrib ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1122 | Abstract method glPushClientAttrib ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1123 | Abstract method glPushMatrix ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1124 | Abstract method glPushName ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1125 | Abstract method glRasterPos2d ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1126 | Abstract method glRasterPos2dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1127 | Abstract method glRasterPos2dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1128 | Abstract method glRasterPos2f ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1129 | Abstract method glRasterPos2fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1130 | Abstract method glRasterPos2fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1131 | Abstract method glRasterPos2i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1132 | Abstract method glRasterPos2iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1133 | Abstract method glRasterPos2iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1134 | Abstract method glRasterPos2s ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1135 | Abstract method glRasterPos2sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1136 | Abstract method glRasterPos2sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1137 | Abstract method glRasterPos3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1138 | Abstract method glRasterPos3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1139 | Abstract method glRasterPos3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1140 | Abstract method glRasterPos3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1141 | Abstract method glRasterPos3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1142 | Abstract method glRasterPos3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1143 | Abstract method glRasterPos3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1144 | Abstract method glRasterPos3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1145 | Abstract method glRasterPos3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1146 | Abstract method glRasterPos3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1147 | Abstract method glRasterPos3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1148 | Abstract method glRasterPos3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1149 | Abstract method glRasterPos4d ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1150 | Abstract method glRasterPos4dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1151 | Abstract method glRasterPos4dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1152 | Abstract method glRasterPos4f ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1153 | Abstract method glRasterPos4fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1154 | Abstract method glRasterPos4fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1155 | Abstract method glRasterPos4i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1156 | Abstract method glRasterPos4iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1157 | Abstract method glRasterPos4iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1158 | Abstract method glRasterPos4s ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1159 | Abstract method glRasterPos4sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1160 | Abstract method glRasterPos4sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1161 | Abstract method glReadBuffer ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1162 | Abstract method glReadBufferRegion ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1163 | Abstract method glReadInstrumentsSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1164 | Abstract method glRectd ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1165 | Abstract method glRectdv ( DoubleBuffer, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1166 | Abstract method glRectdv ( double[ ], int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1167 | Abstract method glRectf ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1168 | Abstract method glRectfv ( FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1169 | Abstract method glRectfv ( float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1170 | Abstract method glRecti ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1171 | Abstract method glRectiv ( IntBuffer, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1172 | Abstract method glRectiv ( int[ ], int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1173 | Abstract method glRects ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1174 | Abstract method glRectsv ( ShortBuffer, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1175 | Abstract method glRectsv ( short[ ], int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1176 | Abstract method glReferencePlaneSGIX ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1177 | Abstract method glReferencePlaneSGIX ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1178 | Abstract method glRenderMode ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1179 | Abstract method glRenderbufferStorageEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1180 | Abstract method glRenderbufferStorageMultisampleCoverageNV ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1181 | Abstract method glRenderbufferStorageMultisampleEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1182 | Abstract method glReplacementCodeuiColor3fVertex3fSUN ( int, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1183 | Abstract method glReplacementCodeuiColor3fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1184 | Abstract method glReplacementCodeuiColor3fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1185 | Abstract method glReplacementCodeuiColor4fNormal3fVertex3fSUN ( int, float, float, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1186 | Abstract method glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1187 | Abstract method glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1188 | Abstract method glReplacementCodeuiColor4ubVertex3fSUN ( int, byte, byte, byte, byte, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1189 | Abstract method glReplacementCodeuiColor4ubVertex3fvSUN ( IntBuffer, ByteBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1190 | Abstract method glReplacementCodeuiColor4ubVertex3fvSUN ( int[ ], int, byte[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1191 | Abstract method glReplacementCodeuiNormal3fVertex3fSUN ( int, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1192 | Abstract method glReplacementCodeuiNormal3fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1193 | Abstract method glReplacementCodeuiNormal3fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1194 | Abstract method glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( int, float, float, float, float, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1195 | Abstract method glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1196 | Abstract method glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1197 | Abstract method glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( int, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1198 | Abstract method glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1199 | Abstract method glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1200 | Abstract method glReplacementCodeuiTexCoord2fVertex3fSUN ( int, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1201 | Abstract method glReplacementCodeuiTexCoord2fVertex3fvSUN ( IntBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1202 | Abstract method glReplacementCodeuiTexCoord2fVertex3fvSUN ( int[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1203 | Abstract method glReplacementCodeuiVertex3fSUN ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1204 | Abstract method glReplacementCodeuiVertex3fvSUN ( IntBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1205 | Abstract method glReplacementCodeuiVertex3fvSUN ( int[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1206 | Abstract method glRequestResidentProgramsNV ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1207 | Abstract method glRequestResidentProgramsNV ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1208 | Abstract method glResetHistogram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1209 | Abstract method glResetMinmax ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1210 | Abstract method glResizeBuffersMESA ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1211 | Abstract method glRotated ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1212 | Abstract method glRotatef ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1213 | Abstract method glSampleMapATI ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1214 | Abstract method glSampleMaskEXT ( float, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1215 | Abstract method glSampleMaskSGIS ( float, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1216 | Abstract method glSamplePatternEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1217 | Abstract method glSamplePatternSGIS ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1218 | Abstract method glScaled ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1219 | Abstract method glScalef ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1220 | Abstract method glSecondaryColor3b ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1221 | Abstract method glSecondaryColor3bEXT ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1222 | Abstract method glSecondaryColor3bv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1223 | Abstract method glSecondaryColor3bv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1224 | Abstract method glSecondaryColor3bvEXT ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1225 | Abstract method glSecondaryColor3bvEXT ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1226 | Abstract method glSecondaryColor3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1227 | Abstract method glSecondaryColor3dEXT ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1228 | Abstract method glSecondaryColor3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1229 | Abstract method glSecondaryColor3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1230 | Abstract method glSecondaryColor3dvEXT ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1231 | Abstract method glSecondaryColor3dvEXT ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1232 | Abstract method glSecondaryColor3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1233 | Abstract method glSecondaryColor3fEXT ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1234 | Abstract method glSecondaryColor3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1235 | Abstract method glSecondaryColor3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1236 | Abstract method glSecondaryColor3fvEXT ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1237 | Abstract method glSecondaryColor3fvEXT ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1238 | Abstract method glSecondaryColor3hNV ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1239 | Abstract method glSecondaryColor3hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1240 | Abstract method glSecondaryColor3hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1241 | Abstract method glSecondaryColor3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1242 | Abstract method glSecondaryColor3iEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1243 | Abstract method glSecondaryColor3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1244 | Abstract method glSecondaryColor3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1245 | Abstract method glSecondaryColor3ivEXT ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1246 | Abstract method glSecondaryColor3ivEXT ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1247 | Abstract method glSecondaryColor3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1248 | Abstract method glSecondaryColor3sEXT ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1249 | Abstract method glSecondaryColor3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1250 | Abstract method glSecondaryColor3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1251 | Abstract method glSecondaryColor3svEXT ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1252 | Abstract method glSecondaryColor3svEXT ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1253 | Abstract method glSecondaryColor3ub ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1254 | Abstract method glSecondaryColor3ubEXT ( byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1255 | Abstract method glSecondaryColor3ubv ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1256 | Abstract method glSecondaryColor3ubv ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1257 | Abstract method glSecondaryColor3ubvEXT ( ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1258 | Abstract method glSecondaryColor3ubvEXT ( byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1259 | Abstract method glSecondaryColor3ui ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1260 | Abstract method glSecondaryColor3uiEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1261 | Abstract method glSecondaryColor3uiv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1262 | Abstract method glSecondaryColor3uiv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1263 | Abstract method glSecondaryColor3uivEXT ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1264 | Abstract method glSecondaryColor3uivEXT ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1265 | Abstract method glSecondaryColor3us ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1266 | Abstract method glSecondaryColor3usEXT ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1267 | Abstract method glSecondaryColor3usv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1268 | Abstract method glSecondaryColor3usv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1269 | Abstract method glSecondaryColor3usvEXT ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1270 | Abstract method glSecondaryColor3usvEXT ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1271 | Abstract method glSecondaryColorPointer ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1272 | Abstract method glSecondaryColorPointer ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1273 | Abstract method glSecondaryColorPointerEXT ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1274 | Abstract method glSecondaryColorPointerEXT ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1275 | Abstract method glSelectBuffer ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1276 | Abstract method glSeparableFilter2D ( int, int, int, int, int, int, long, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1277 | Abstract method glSeparableFilter2D ( int, int, int, int, int, int, Buffer, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1278 | Abstract method glSetFenceAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1279 | Abstract method glSetFenceNV ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1280 | Abstract method glSetFragmentShaderConstantATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1281 | Abstract method glSetFragmentShaderConstantATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1282 | Abstract method glSetInvariantEXT ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1283 | Abstract method glSetLocalConstantEXT ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1284 | Abstract method glShadeModel ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1285 | Abstract method glShaderOp1EXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1286 | Abstract method glShaderOp2EXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1287 | Abstract method glShaderOp3EXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1288 | Abstract method glShaderSource ( int, int, String[ ], IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1289 | Abstract method glShaderSource ( int, int, String[ ], int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1290 | Abstract method glShaderSourceARB ( int, int, String[ ], IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1291 | Abstract method glShaderSourceARB ( int, int, String[ ], int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1292 | Abstract method glSharpenTexFuncSGIS ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1293 | Abstract method glSharpenTexFuncSGIS ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1294 | Abstract method glSpriteParameterfSGIX ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1295 | Abstract method glSpriteParameterfvSGIX ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1296 | Abstract method glSpriteParameterfvSGIX ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1297 | Abstract method glSpriteParameteriSGIX ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1298 | Abstract method glSpriteParameterivSGIX ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1299 | Abstract method glSpriteParameterivSGIX ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1300 | Abstract method glStartInstrumentsSGIX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1301 | Abstract method glStencilClearTagEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1302 | Abstract method glStencilFuncSeparate ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1303 | Abstract method glStencilFuncSeparateATI ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1304 | Abstract method glStencilMaskSeparate ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1305 | Abstract method glStencilOpSeparate ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1306 | Abstract method glStencilOpSeparateATI ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1307 | Abstract method glStopInstrumentsSGIX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1308 | Abstract method glStringMarkerGREMEDY ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1309 | Abstract method glSwapAPPLE ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1310 | Abstract method glSwizzleEXT ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1311 | Abstract method glTagSampleBufferSGIX ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1312 | Abstract method glTbufferMask3DFX ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1313 | Abstract method glTestFenceAPPLE ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1314 | Abstract method glTestFenceNV ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1315 | Abstract method glTestObjectAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1316 | Abstract method glTexBufferEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1317 | Abstract method glTexBumpParameterfvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1318 | Abstract method glTexBumpParameterfvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1319 | Abstract method glTexBumpParameterivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1320 | Abstract method glTexBumpParameterivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1321 | Abstract method glTexCoord1d ( double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1322 | Abstract method glTexCoord1dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1323 | Abstract method glTexCoord1dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1324 | Abstract method glTexCoord1f ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1325 | Abstract method glTexCoord1fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1326 | Abstract method glTexCoord1fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1327 | Abstract method glTexCoord1hNV ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1328 | Abstract method glTexCoord1hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1329 | Abstract method glTexCoord1hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1330 | Abstract method glTexCoord1i ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1331 | Abstract method glTexCoord1iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1332 | Abstract method glTexCoord1iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1333 | Abstract method glTexCoord1s ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1334 | Abstract method glTexCoord1sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1335 | Abstract method glTexCoord1sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1336 | Abstract method glTexCoord2d ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1337 | Abstract method glTexCoord2dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1338 | Abstract method glTexCoord2dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1339 | Abstract method glTexCoord2f ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1340 | Abstract method glTexCoord2fColor3fVertex3fSUN ( float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1341 | Abstract method glTexCoord2fColor3fVertex3fvSUN ( FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1342 | Abstract method glTexCoord2fColor3fVertex3fvSUN ( float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1343 | Abstract method glTexCoord2fColor4fNormal3fVertex3fSUN ( float, float, float, float, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1344 | Abstract method glTexCoord2fColor4fNormal3fVertex3fvSUN ( FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1345 | Abstract method glTexCoord2fColor4fNormal3fVertex3fvSUN ( float[ ], int, float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1346 | Abstract method glTexCoord2fColor4ubVertex3fSUN ( float, float, byte, byte, byte, byte, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1347 | Abstract method glTexCoord2fColor4ubVertex3fvSUN ( FloatBuffer, ByteBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1348 | Abstract method glTexCoord2fColor4ubVertex3fvSUN ( float[ ], int, byte[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1349 | Abstract method glTexCoord2fNormal3fVertex3fSUN ( float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1350 | Abstract method glTexCoord2fNormal3fVertex3fvSUN ( FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1351 | Abstract method glTexCoord2fNormal3fVertex3fvSUN ( float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1352 | Abstract method glTexCoord2fVertex3fSUN ( float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1353 | Abstract method glTexCoord2fVertex3fvSUN ( FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1354 | Abstract method glTexCoord2fVertex3fvSUN ( float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1355 | Abstract method glTexCoord2fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1356 | Abstract method glTexCoord2fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1357 | Abstract method glTexCoord2hNV ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1358 | Abstract method glTexCoord2hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1359 | Abstract method glTexCoord2hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1360 | Abstract method glTexCoord2i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1361 | Abstract method glTexCoord2iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1362 | Abstract method glTexCoord2iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1363 | Abstract method glTexCoord2s ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1364 | Abstract method glTexCoord2sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1365 | Abstract method glTexCoord2sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1366 | Abstract method glTexCoord3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1367 | Abstract method glTexCoord3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1368 | Abstract method glTexCoord3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1369 | Abstract method glTexCoord3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1370 | Abstract method glTexCoord3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1371 | Abstract method glTexCoord3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1372 | Abstract method glTexCoord3hNV ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1373 | Abstract method glTexCoord3hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1374 | Abstract method glTexCoord3hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1375 | Abstract method glTexCoord3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1376 | Abstract method glTexCoord3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1377 | Abstract method glTexCoord3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1378 | Abstract method glTexCoord3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1379 | Abstract method glTexCoord3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1380 | Abstract method glTexCoord3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1381 | Abstract method glTexCoord4d ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1382 | Abstract method glTexCoord4dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1383 | Abstract method glTexCoord4dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1384 | Abstract method glTexCoord4f ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1385 | Abstract method glTexCoord4fColor4fNormal3fVertex4fSUN ( float, float, float, float, float, float, float, float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1386 | Abstract method glTexCoord4fColor4fNormal3fVertex4fvSUN ( FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1387 | Abstract method glTexCoord4fColor4fNormal3fVertex4fvSUN ( float[ ], int, float[ ], int, float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1388 | Abstract method glTexCoord4fVertex4fSUN ( float, float, float, float, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1389 | Abstract method glTexCoord4fVertex4fvSUN ( FloatBuffer, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1390 | Abstract method glTexCoord4fVertex4fvSUN ( float[ ], int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1391 | Abstract method glTexCoord4fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1392 | Abstract method glTexCoord4fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1393 | Abstract method glTexCoord4hNV ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1394 | Abstract method glTexCoord4hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1395 | Abstract method glTexCoord4hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1396 | Abstract method glTexCoord4i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1397 | Abstract method glTexCoord4iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1398 | Abstract method glTexCoord4iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1399 | Abstract method glTexCoord4s ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1400 | Abstract method glTexCoord4sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1401 | Abstract method glTexCoord4sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1402 | Abstract method glTexCoordPointer ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1403 | Abstract method glTexCoordPointer ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1404 | Abstract method glTexEnvf ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1405 | Abstract method glTexEnvfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1406 | Abstract method glTexEnvfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1407 | Abstract method glTexEnvi ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1408 | Abstract method glTexEnviv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1409 | Abstract method glTexEnviv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1410 | Abstract method glTexFilterFuncSGIS ( int, int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1411 | Abstract method glTexFilterFuncSGIS ( int, int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1412 | Abstract method glTexGend ( int, int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1413 | Abstract method glTexGendv ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1414 | Abstract method glTexGendv ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1415 | Abstract method glTexGenf ( int, int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1416 | Abstract method glTexGenfv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1417 | Abstract method glTexGenfv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1418 | Abstract method glTexGeni ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1419 | Abstract method glTexGeniv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1420 | Abstract method glTexGeniv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1421 | Abstract method glTexImage1D ( int, int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1422 | Abstract method glTexImage1D ( int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1423 | Abstract method glTexImage3D ( int, int, int, int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1424 | Abstract method glTexImage3D ( int, int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1425 | Abstract method glTexImage4DSGIS ( int, int, int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1426 | Abstract method glTexParameterIivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1427 | Abstract method glTexParameterIivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1428 | Abstract method glTexParameterIuivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1429 | Abstract method glTexParameterIuivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1430 | Abstract method glTexSubImage1D ( int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1431 | Abstract method glTexSubImage1D ( int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1432 | Abstract method glTexSubImage3D ( int, int, int, int, int, int, int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1433 | Abstract method glTexSubImage3D ( int, int, int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1434 | Abstract method glTexSubImage4DSGIS ( int, int, int, int, int, int, int, int, int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1435 | Abstract method glTextureColorMaskSGIS ( boolean, boolean, boolean, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1436 | Abstract method glTextureLightEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1437 | Abstract method glTextureMaterialEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1438 | Abstract method glTextureNormalEXT ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1439 | Abstract method glTextureRangeAPPLE ( int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1440 | Abstract method glTrackMatrixNV ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1441 | Abstract method glTransformFeedbackAttribsNV ( int, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1442 | Abstract method glTransformFeedbackAttribsNV ( int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1443 | Abstract method glTransformFeedbackVaryingsNV ( int, int, IntBuffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1444 | Abstract method glTransformFeedbackVaryingsNV ( int, int, int[ ], int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1445 | Abstract method glTranslated ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1446 | Abstract method glTranslatef ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1447 | Abstract method glUniform1f ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1448 | Abstract method glUniform1fARB ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1449 | Abstract method glUniform1fv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1450 | Abstract method glUniform1fv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1451 | Abstract method glUniform1fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1452 | Abstract method glUniform1fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1453 | Abstract method glUniform1i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1454 | Abstract method glUniform1iARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1455 | Abstract method glUniform1iv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1456 | Abstract method glUniform1iv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1457 | Abstract method glUniform1ivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1458 | Abstract method glUniform1ivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1459 | Abstract method glUniform1uiEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1460 | Abstract method glUniform1uivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1461 | Abstract method glUniform1uivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1462 | Abstract method glUniform2f ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1463 | Abstract method glUniform2fARB ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1464 | Abstract method glUniform2fv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1465 | Abstract method glUniform2fv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1466 | Abstract method glUniform2fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1467 | Abstract method glUniform2fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1468 | Abstract method glUniform2i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1469 | Abstract method glUniform2iARB ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1470 | Abstract method glUniform2iv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1471 | Abstract method glUniform2iv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1472 | Abstract method glUniform2ivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1473 | Abstract method glUniform2ivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1474 | Abstract method glUniform2uiEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1475 | Abstract method glUniform2uivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1476 | Abstract method glUniform2uivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1477 | Abstract method glUniform3f ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1478 | Abstract method glUniform3fARB ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1479 | Abstract method glUniform3fv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1480 | Abstract method glUniform3fv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1481 | Abstract method glUniform3fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1482 | Abstract method glUniform3fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1483 | Abstract method glUniform3i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1484 | Abstract method glUniform3iARB ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1485 | Abstract method glUniform3iv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1486 | Abstract method glUniform3iv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1487 | Abstract method glUniform3ivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1488 | Abstract method glUniform3ivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1489 | Abstract method glUniform3uiEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1490 | Abstract method glUniform3uivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1491 | Abstract method glUniform3uivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1492 | Abstract method glUniform4f ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1493 | Abstract method glUniform4fARB ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1494 | Abstract method glUniform4fv ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1495 | Abstract method glUniform4fv ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1496 | Abstract method glUniform4fvARB ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1497 | Abstract method glUniform4fvARB ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1498 | Abstract method glUniform4i ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1499 | Abstract method glUniform4iARB ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1500 | Abstract method glUniform4iv ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1501 | Abstract method glUniform4iv ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1502 | Abstract method glUniform4ivARB ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1503 | Abstract method glUniform4ivARB ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1504 | Abstract method glUniform4uiEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1505 | Abstract method glUniform4uivEXT ( int, int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1506 | Abstract method glUniform4uivEXT ( int, int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1507 | Abstract method glUniformBufferEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1508 | Abstract method glUniformMatrix2fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1509 | Abstract method glUniformMatrix2fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1510 | Abstract method glUniformMatrix2fvARB ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1511 | Abstract method glUniformMatrix2fvARB ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1512 | Abstract method glUniformMatrix2x3fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1513 | Abstract method glUniformMatrix2x3fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1514 | Abstract method glUniformMatrix2x4fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1515 | Abstract method glUniformMatrix2x4fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1516 | Abstract method glUniformMatrix3fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1517 | Abstract method glUniformMatrix3fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1518 | Abstract method glUniformMatrix3fvARB ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1519 | Abstract method glUniformMatrix3fvARB ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1520 | Abstract method glUniformMatrix3x2fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1521 | Abstract method glUniformMatrix3x2fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1522 | Abstract method glUniformMatrix3x4fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1523 | Abstract method glUniformMatrix3x4fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1524 | Abstract method glUniformMatrix4fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1525 | Abstract method glUniformMatrix4fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1526 | Abstract method glUniformMatrix4fvARB ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1527 | Abstract method glUniformMatrix4fvARB ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1528 | Abstract method glUniformMatrix4x2fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1529 | Abstract method glUniformMatrix4x2fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1530 | Abstract method glUniformMatrix4x3fv ( int, int, boolean, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1531 | Abstract method glUniformMatrix4x3fv ( int, int, boolean, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1532 | Abstract method glUnlockArraysEXT ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1533 | Abstract method glUnmapBufferARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1534 | Abstract method glUpdateObjectBufferATI ( int, int, int, Buffer, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1535 | Abstract method glUseProgram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1536 | Abstract method glUseProgramObjectARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1537 | Abstract method glValidateProgram ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1538 | Abstract method glValidateProgramARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1539 | Abstract method glVariantArrayObjectATI ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1540 | Abstract method glVariantPointerEXT ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1541 | Abstract method glVariantPointerEXT ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1542 | Abstract method glVariantbvEXT ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1543 | Abstract method glVariantbvEXT ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1544 | Abstract method glVariantdvEXT ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1545 | Abstract method glVariantdvEXT ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1546 | Abstract method glVariantfvEXT ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1547 | Abstract method glVariantfvEXT ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1548 | Abstract method glVariantivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1549 | Abstract method glVariantivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1550 | Abstract method glVariantsvEXT ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1551 | Abstract method glVariantsvEXT ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1552 | Abstract method glVariantubvEXT ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1553 | Abstract method glVariantubvEXT ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1554 | Abstract method glVariantuivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1555 | Abstract method glVariantuivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1556 | Abstract method glVariantusvEXT ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1557 | Abstract method glVariantusvEXT ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1558 | Abstract method glVertex2d ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1559 | Abstract method glVertex2dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1560 | Abstract method glVertex2dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1561 | Abstract method glVertex2f ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1562 | Abstract method glVertex2fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1563 | Abstract method glVertex2fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1564 | Abstract method glVertex2hNV ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1565 | Abstract method glVertex2hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1566 | Abstract method glVertex2hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1567 | Abstract method glVertex2i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1568 | Abstract method glVertex2iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1569 | Abstract method glVertex2iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1570 | Abstract method glVertex2s ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1571 | Abstract method glVertex2sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1572 | Abstract method glVertex2sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1573 | Abstract method glVertex3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1574 | Abstract method glVertex3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1575 | Abstract method glVertex3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1576 | Abstract method glVertex3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1577 | Abstract method glVertex3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1578 | Abstract method glVertex3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1579 | Abstract method glVertex3hNV ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1580 | Abstract method glVertex3hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1581 | Abstract method glVertex3hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1582 | Abstract method glVertex3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1583 | Abstract method glVertex3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1584 | Abstract method glVertex3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1585 | Abstract method glVertex3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1586 | Abstract method glVertex3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1587 | Abstract method glVertex3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1588 | Abstract method glVertex4d ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1589 | Abstract method glVertex4dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1590 | Abstract method glVertex4dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1591 | Abstract method glVertex4f ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1592 | Abstract method glVertex4fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1593 | Abstract method glVertex4fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1594 | Abstract method glVertex4hNV ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1595 | Abstract method glVertex4hvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1596 | Abstract method glVertex4hvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1597 | Abstract method glVertex4i ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1598 | Abstract method glVertex4iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1599 | Abstract method glVertex4iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1600 | Abstract method glVertex4s ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1601 | Abstract method glVertex4sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1602 | Abstract method glVertex4sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1603 | Abstract method glVertexArrayParameteriAPPLE ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1604 | Abstract method glVertexArrayRangeAPPLE ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1605 | Abstract method glVertexArrayRangeNV ( int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1606 | Abstract method glVertexAttrib1d ( int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1607 | Abstract method glVertexAttrib1dARB ( int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1608 | Abstract method glVertexAttrib1dNV ( int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1609 | Abstract method glVertexAttrib1dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1610 | Abstract method glVertexAttrib1dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1611 | Abstract method glVertexAttrib1dvARB ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1612 | Abstract method glVertexAttrib1dvARB ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1613 | Abstract method glVertexAttrib1dvNV ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1614 | Abstract method glVertexAttrib1dvNV ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1615 | Abstract method glVertexAttrib1f ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1616 | Abstract method glVertexAttrib1fARB ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1617 | Abstract method glVertexAttrib1fNV ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1618 | Abstract method glVertexAttrib1fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1619 | Abstract method glVertexAttrib1fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1620 | Abstract method glVertexAttrib1fvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1621 | Abstract method glVertexAttrib1fvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1622 | Abstract method glVertexAttrib1fvNV ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1623 | Abstract method glVertexAttrib1fvNV ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1624 | Abstract method glVertexAttrib1hNV ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1625 | Abstract method glVertexAttrib1hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1626 | Abstract method glVertexAttrib1hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1627 | Abstract method glVertexAttrib1s ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1628 | Abstract method glVertexAttrib1sARB ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1629 | Abstract method glVertexAttrib1sNV ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1630 | Abstract method glVertexAttrib1sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1631 | Abstract method glVertexAttrib1sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1632 | Abstract method glVertexAttrib1svARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1633 | Abstract method glVertexAttrib1svARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1634 | Abstract method glVertexAttrib1svNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1635 | Abstract method glVertexAttrib1svNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1636 | Abstract method glVertexAttrib2d ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1637 | Abstract method glVertexAttrib2dARB ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1638 | Abstract method glVertexAttrib2dNV ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1639 | Abstract method glVertexAttrib2dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1640 | Abstract method glVertexAttrib2dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1641 | Abstract method glVertexAttrib2dvARB ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1642 | Abstract method glVertexAttrib2dvARB ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1643 | Abstract method glVertexAttrib2dvNV ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1644 | Abstract method glVertexAttrib2dvNV ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1645 | Abstract method glVertexAttrib2f ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1646 | Abstract method glVertexAttrib2fARB ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1647 | Abstract method glVertexAttrib2fNV ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1648 | Abstract method glVertexAttrib2fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1649 | Abstract method glVertexAttrib2fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1650 | Abstract method glVertexAttrib2fvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1651 | Abstract method glVertexAttrib2fvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1652 | Abstract method glVertexAttrib2fvNV ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1653 | Abstract method glVertexAttrib2fvNV ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1654 | Abstract method glVertexAttrib2hNV ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1655 | Abstract method glVertexAttrib2hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1656 | Abstract method glVertexAttrib2hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1657 | Abstract method glVertexAttrib2s ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1658 | Abstract method glVertexAttrib2sARB ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1659 | Abstract method glVertexAttrib2sNV ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1660 | Abstract method glVertexAttrib2sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1661 | Abstract method glVertexAttrib2sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1662 | Abstract method glVertexAttrib2svARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1663 | Abstract method glVertexAttrib2svARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1664 | Abstract method glVertexAttrib2svNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1665 | Abstract method glVertexAttrib2svNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1666 | Abstract method glVertexAttrib3d ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1667 | Abstract method glVertexAttrib3dARB ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1668 | Abstract method glVertexAttrib3dNV ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1669 | Abstract method glVertexAttrib3dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1670 | Abstract method glVertexAttrib3dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1671 | Abstract method glVertexAttrib3dvARB ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1672 | Abstract method glVertexAttrib3dvARB ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1673 | Abstract method glVertexAttrib3dvNV ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1674 | Abstract method glVertexAttrib3dvNV ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1675 | Abstract method glVertexAttrib3f ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1676 | Abstract method glVertexAttrib3fARB ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1677 | Abstract method glVertexAttrib3fNV ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1678 | Abstract method glVertexAttrib3fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1679 | Abstract method glVertexAttrib3fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1680 | Abstract method glVertexAttrib3fvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1681 | Abstract method glVertexAttrib3fvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1682 | Abstract method glVertexAttrib3fvNV ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1683 | Abstract method glVertexAttrib3fvNV ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1684 | Abstract method glVertexAttrib3hNV ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1685 | Abstract method glVertexAttrib3hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1686 | Abstract method glVertexAttrib3hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1687 | Abstract method glVertexAttrib3s ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1688 | Abstract method glVertexAttrib3sARB ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1689 | Abstract method glVertexAttrib3sNV ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1690 | Abstract method glVertexAttrib3sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1691 | Abstract method glVertexAttrib3sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1692 | Abstract method glVertexAttrib3svARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1693 | Abstract method glVertexAttrib3svARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1694 | Abstract method glVertexAttrib3svNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1695 | Abstract method glVertexAttrib3svNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1696 | Abstract method glVertexAttrib4Nbv ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1697 | Abstract method glVertexAttrib4Nbv ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1698 | Abstract method glVertexAttrib4NbvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1699 | Abstract method glVertexAttrib4NbvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1700 | Abstract method glVertexAttrib4Niv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1701 | Abstract method glVertexAttrib4Niv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1702 | Abstract method glVertexAttrib4NivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1703 | Abstract method glVertexAttrib4NivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1704 | Abstract method glVertexAttrib4Nsv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1705 | Abstract method glVertexAttrib4Nsv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1706 | Abstract method glVertexAttrib4NsvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1707 | Abstract method glVertexAttrib4NsvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1708 | Abstract method glVertexAttrib4Nub ( int, byte, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1709 | Abstract method glVertexAttrib4NubARB ( int, byte, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1710 | Abstract method glVertexAttrib4Nubv ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1711 | Abstract method glVertexAttrib4Nubv ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1712 | Abstract method glVertexAttrib4NubvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1713 | Abstract method glVertexAttrib4NubvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1714 | Abstract method glVertexAttrib4Nuiv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1715 | Abstract method glVertexAttrib4Nuiv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1716 | Abstract method glVertexAttrib4NuivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1717 | Abstract method glVertexAttrib4NuivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1718 | Abstract method glVertexAttrib4Nusv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1719 | Abstract method glVertexAttrib4Nusv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1720 | Abstract method glVertexAttrib4NusvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1721 | Abstract method glVertexAttrib4NusvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1722 | Abstract method glVertexAttrib4bv ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1723 | Abstract method glVertexAttrib4bv ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1724 | Abstract method glVertexAttrib4bvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1725 | Abstract method glVertexAttrib4bvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1726 | Abstract method glVertexAttrib4d ( int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1727 | Abstract method glVertexAttrib4dARB ( int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1728 | Abstract method glVertexAttrib4dNV ( int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1729 | Abstract method glVertexAttrib4dv ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1730 | Abstract method glVertexAttrib4dv ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1731 | Abstract method glVertexAttrib4dvARB ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1732 | Abstract method glVertexAttrib4dvARB ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1733 | Abstract method glVertexAttrib4dvNV ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1734 | Abstract method glVertexAttrib4dvNV ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1735 | Abstract method glVertexAttrib4f ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1736 | Abstract method glVertexAttrib4fARB ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1737 | Abstract method glVertexAttrib4fNV ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1738 | Abstract method glVertexAttrib4fv ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1739 | Abstract method glVertexAttrib4fv ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1740 | Abstract method glVertexAttrib4fvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1741 | Abstract method glVertexAttrib4fvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1742 | Abstract method glVertexAttrib4fvNV ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1743 | Abstract method glVertexAttrib4fvNV ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1744 | Abstract method glVertexAttrib4hNV ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1745 | Abstract method glVertexAttrib4hvNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1746 | Abstract method glVertexAttrib4hvNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1747 | Abstract method glVertexAttrib4iv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1748 | Abstract method glVertexAttrib4iv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1749 | Abstract method glVertexAttrib4ivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1750 | Abstract method glVertexAttrib4ivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1751 | Abstract method glVertexAttrib4s ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1752 | Abstract method glVertexAttrib4sARB ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1753 | Abstract method glVertexAttrib4sNV ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1754 | Abstract method glVertexAttrib4sv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1755 | Abstract method glVertexAttrib4sv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1756 | Abstract method glVertexAttrib4svARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1757 | Abstract method glVertexAttrib4svARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1758 | Abstract method glVertexAttrib4svNV ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1759 | Abstract method glVertexAttrib4svNV ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1760 | Abstract method glVertexAttrib4ubNV ( int, byte, byte, byte, byte ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1761 | Abstract method glVertexAttrib4ubv ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1762 | Abstract method glVertexAttrib4ubv ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1763 | Abstract method glVertexAttrib4ubvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1764 | Abstract method glVertexAttrib4ubvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1765 | Abstract method glVertexAttrib4ubvNV ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1766 | Abstract method glVertexAttrib4ubvNV ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1767 | Abstract method glVertexAttrib4uiv ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1768 | Abstract method glVertexAttrib4uiv ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1769 | Abstract method glVertexAttrib4uivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1770 | Abstract method glVertexAttrib4uivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1771 | Abstract method glVertexAttrib4usv ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1772 | Abstract method glVertexAttrib4usv ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1773 | Abstract method glVertexAttrib4usvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1774 | Abstract method glVertexAttrib4usvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1775 | Abstract method glVertexAttribArrayObjectATI ( int, int, int, boolean, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1776 | Abstract method glVertexAttribI1iEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1777 | Abstract method glVertexAttribI1ivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1778 | Abstract method glVertexAttribI1ivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1779 | Abstract method glVertexAttribI1uiEXT ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1780 | Abstract method glVertexAttribI1uivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1781 | Abstract method glVertexAttribI1uivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1782 | Abstract method glVertexAttribI2iEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1783 | Abstract method glVertexAttribI2ivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1784 | Abstract method glVertexAttribI2ivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1785 | Abstract method glVertexAttribI2uiEXT ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1786 | Abstract method glVertexAttribI2uivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1787 | Abstract method glVertexAttribI2uivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1788 | Abstract method glVertexAttribI3iEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1789 | Abstract method glVertexAttribI3ivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1790 | Abstract method glVertexAttribI3ivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1791 | Abstract method glVertexAttribI3uiEXT ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1792 | Abstract method glVertexAttribI3uivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1793 | Abstract method glVertexAttribI3uivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1794 | Abstract method glVertexAttribI4bvEXT ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1795 | Abstract method glVertexAttribI4bvEXT ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1796 | Abstract method glVertexAttribI4iEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1797 | Abstract method glVertexAttribI4ivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1798 | Abstract method glVertexAttribI4ivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1799 | Abstract method glVertexAttribI4svEXT ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1800 | Abstract method glVertexAttribI4svEXT ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1801 | Abstract method glVertexAttribI4ubvEXT ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1802 | Abstract method glVertexAttribI4ubvEXT ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1803 | Abstract method glVertexAttribI4uiEXT ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1804 | Abstract method glVertexAttribI4uivEXT ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1805 | Abstract method glVertexAttribI4uivEXT ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1806 | Abstract method glVertexAttribI4usvEXT ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1807 | Abstract method glVertexAttribI4usvEXT ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1808 | Abstract method glVertexAttribIPointerEXT ( int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1809 | Abstract method glVertexAttribPointer ( int, int, int, boolean, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1810 | Abstract method glVertexAttribPointer ( int, int, int, boolean, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1811 | Abstract method glVertexAttribPointerARB ( int, int, int, boolean, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1812 | Abstract method glVertexAttribPointerARB ( int, int, int, boolean, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1813 | Abstract method glVertexAttribPointerNV ( int, int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1814 | Abstract method glVertexAttribPointerNV ( int, int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1815 | Abstract method glVertexAttribs1dvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1816 | Abstract method glVertexAttribs1dvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1817 | Abstract method glVertexAttribs1fvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1818 | Abstract method glVertexAttribs1fvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1819 | Abstract method glVertexAttribs1hvNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1820 | Abstract method glVertexAttribs1hvNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1821 | Abstract method glVertexAttribs1svNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1822 | Abstract method glVertexAttribs1svNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1823 | Abstract method glVertexAttribs2dvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1824 | Abstract method glVertexAttribs2dvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1825 | Abstract method glVertexAttribs2fvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1826 | Abstract method glVertexAttribs2fvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1827 | Abstract method glVertexAttribs2hvNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1828 | Abstract method glVertexAttribs2hvNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1829 | Abstract method glVertexAttribs2svNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1830 | Abstract method glVertexAttribs2svNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1831 | Abstract method glVertexAttribs3dvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1832 | Abstract method glVertexAttribs3dvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1833 | Abstract method glVertexAttribs3fvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1834 | Abstract method glVertexAttribs3fvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1835 | Abstract method glVertexAttribs3hvNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1836 | Abstract method glVertexAttribs3hvNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1837 | Abstract method glVertexAttribs3svNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1838 | Abstract method glVertexAttribs3svNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1839 | Abstract method glVertexAttribs4dvNV ( int, int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1840 | Abstract method glVertexAttribs4dvNV ( int, int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1841 | Abstract method glVertexAttribs4fvNV ( int, int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1842 | Abstract method glVertexAttribs4fvNV ( int, int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1843 | Abstract method glVertexAttribs4hvNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1844 | Abstract method glVertexAttribs4hvNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1845 | Abstract method glVertexAttribs4svNV ( int, int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1846 | Abstract method glVertexAttribs4svNV ( int, int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1847 | Abstract method glVertexAttribs4ubvNV ( int, int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1848 | Abstract method glVertexAttribs4ubvNV ( int, int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1849 | Abstract method glVertexBlendARB ( int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1850 | Abstract method glVertexBlendEnvfATI ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1851 | Abstract method glVertexBlendEnviATI ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1852 | Abstract method glVertexPointer ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1853 | Abstract method glVertexPointer ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1854 | Abstract method glVertexStream1dATI ( int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1855 | Abstract method glVertexStream1dvATI ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1856 | Abstract method glVertexStream1dvATI ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1857 | Abstract method glVertexStream1fATI ( int, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1858 | Abstract method glVertexStream1fvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1859 | Abstract method glVertexStream1fvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1860 | Abstract method glVertexStream1iATI ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1861 | Abstract method glVertexStream1ivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1862 | Abstract method glVertexStream1ivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1863 | Abstract method glVertexStream1sATI ( int, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1864 | Abstract method glVertexStream1svATI ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1865 | Abstract method glVertexStream1svATI ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1866 | Abstract method glVertexStream2dATI ( int, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1867 | Abstract method glVertexStream2dvATI ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1868 | Abstract method glVertexStream2dvATI ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1869 | Abstract method glVertexStream2fATI ( int, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1870 | Abstract method glVertexStream2fvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1871 | Abstract method glVertexStream2fvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1872 | Abstract method glVertexStream2iATI ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1873 | Abstract method glVertexStream2ivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1874 | Abstract method glVertexStream2ivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1875 | Abstract method glVertexStream2sATI ( int, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1876 | Abstract method glVertexStream2svATI ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1877 | Abstract method glVertexStream2svATI ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1878 | Abstract method glVertexStream3dATI ( int, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1879 | Abstract method glVertexStream3dvATI ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1880 | Abstract method glVertexStream3dvATI ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1881 | Abstract method glVertexStream3fATI ( int, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1882 | Abstract method glVertexStream3fvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1883 | Abstract method glVertexStream3fvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1884 | Abstract method glVertexStream3iATI ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1885 | Abstract method glVertexStream3ivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1886 | Abstract method glVertexStream3ivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1887 | Abstract method glVertexStream3sATI ( int, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1888 | Abstract method glVertexStream3svATI ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1889 | Abstract method glVertexStream3svATI ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1890 | Abstract method glVertexStream4dATI ( int, double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1891 | Abstract method glVertexStream4dvATI ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1892 | Abstract method glVertexStream4dvATI ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1893 | Abstract method glVertexStream4fATI ( int, float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1894 | Abstract method glVertexStream4fvATI ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1895 | Abstract method glVertexStream4fvATI ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1896 | Abstract method glVertexStream4iATI ( int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1897 | Abstract method glVertexStream4ivATI ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1898 | Abstract method glVertexStream4ivATI ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1899 | Abstract method glVertexStream4sATI ( int, short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1900 | Abstract method glVertexStream4svATI ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1901 | Abstract method glVertexStream4svATI ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1902 | Abstract method glVertexWeightPointerEXT ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1903 | Abstract method glVertexWeightPointerEXT ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1904 | Abstract method glVertexWeightfEXT ( float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1905 | Abstract method glVertexWeightfvEXT ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1906 | Abstract method glVertexWeightfvEXT ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1907 | Abstract method glVertexWeighthNV ( short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1908 | Abstract method glVertexWeighthvNV ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1909 | Abstract method glVertexWeighthvNV ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1910 | Abstract method glWeightPointerARB ( int, int, int, long ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1911 | Abstract method glWeightPointerARB ( int, int, int, Buffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1912 | Abstract method glWeightbvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1913 | Abstract method glWeightbvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1914 | Abstract method glWeightdvARB ( int, DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1915 | Abstract method glWeightdvARB ( int, double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1916 | Abstract method glWeightfvARB ( int, FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1917 | Abstract method glWeightfvARB ( int, float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1918 | Abstract method glWeightivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1919 | Abstract method glWeightivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1920 | Abstract method glWeightsvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1921 | Abstract method glWeightsvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1922 | Abstract method glWeightubvARB ( int, ByteBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1923 | Abstract method glWeightubvARB ( int, byte[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1924 | Abstract method glWeightuivARB ( int, IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1925 | Abstract method glWeightuivARB ( int, int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1926 | Abstract method glWeightusvARB ( int, ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1927 | Abstract method glWeightusvARB ( int, short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1928 | Abstract method glWindowPos2d ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1929 | Abstract method glWindowPos2dARB ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1930 | Abstract method glWindowPos2dMESA ( double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1931 | Abstract method glWindowPos2dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1932 | Abstract method glWindowPos2dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1933 | Abstract method glWindowPos2dvARB ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1934 | Abstract method glWindowPos2dvARB ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1935 | Abstract method glWindowPos2dvMESA ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1936 | Abstract method glWindowPos2dvMESA ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1937 | Abstract method glWindowPos2f ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1938 | Abstract method glWindowPos2fARB ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1939 | Abstract method glWindowPos2fMESA ( float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1940 | Abstract method glWindowPos2fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1941 | Abstract method glWindowPos2fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1942 | Abstract method glWindowPos2fvARB ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1943 | Abstract method glWindowPos2fvARB ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1944 | Abstract method glWindowPos2fvMESA ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1945 | Abstract method glWindowPos2fvMESA ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1946 | Abstract method glWindowPos2i ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1947 | Abstract method glWindowPos2iARB ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1948 | Abstract method glWindowPos2iMESA ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1949 | Abstract method glWindowPos2iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1950 | Abstract method glWindowPos2iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1951 | Abstract method glWindowPos2ivARB ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1952 | Abstract method glWindowPos2ivARB ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1953 | Abstract method glWindowPos2ivMESA ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1954 | Abstract method glWindowPos2ivMESA ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1955 | Abstract method glWindowPos2s ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1956 | Abstract method glWindowPos2sARB ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1957 | Abstract method glWindowPos2sMESA ( short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1958 | Abstract method glWindowPos2sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1959 | Abstract method glWindowPos2sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1960 | Abstract method glWindowPos2svARB ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1961 | Abstract method glWindowPos2svARB ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1962 | Abstract method glWindowPos2svMESA ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1963 | Abstract method glWindowPos2svMESA ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1964 | Abstract method glWindowPos3d ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1965 | Abstract method glWindowPos3dARB ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1966 | Abstract method glWindowPos3dMESA ( double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1967 | Abstract method glWindowPos3dv ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1968 | Abstract method glWindowPos3dv ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1969 | Abstract method glWindowPos3dvARB ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1970 | Abstract method glWindowPos3dvARB ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1971 | Abstract method glWindowPos3dvMESA ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1972 | Abstract method glWindowPos3dvMESA ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1973 | Abstract method glWindowPos3f ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1974 | Abstract method glWindowPos3fARB ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1975 | Abstract method glWindowPos3fMESA ( float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1976 | Abstract method glWindowPos3fv ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1977 | Abstract method glWindowPos3fv ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1978 | Abstract method glWindowPos3fvARB ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1979 | Abstract method glWindowPos3fvARB ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1980 | Abstract method glWindowPos3fvMESA ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1981 | Abstract method glWindowPos3fvMESA ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1982 | Abstract method glWindowPos3i ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1983 | Abstract method glWindowPos3iARB ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1984 | Abstract method glWindowPos3iMESA ( int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1985 | Abstract method glWindowPos3iv ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1986 | Abstract method glWindowPos3iv ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1987 | Abstract method glWindowPos3ivARB ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1988 | Abstract method glWindowPos3ivARB ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1989 | Abstract method glWindowPos3ivMESA ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1990 | Abstract method glWindowPos3ivMESA ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1991 | Abstract method glWindowPos3s ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1992 | Abstract method glWindowPos3sARB ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1993 | Abstract method glWindowPos3sMESA ( short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1994 | Abstract method glWindowPos3sv ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1995 | Abstract method glWindowPos3sv ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1996 | Abstract method glWindowPos3svARB ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1997 | Abstract method glWindowPos3svARB ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1998 | Abstract method glWindowPos3svMESA ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
1999 | Abstract method glWindowPos3svMESA ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2000 | Abstract method glWindowPos4dMESA ( double, double, double, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2001 | Abstract method glWindowPos4dvMESA ( DoubleBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2002 | Abstract method glWindowPos4dvMESA ( double[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2003 | Abstract method glWindowPos4fMESA ( float, float, float, float ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2004 | Abstract method glWindowPos4fvMESA ( FloatBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2005 | Abstract method glWindowPos4fvMESA ( float[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2006 | Abstract method glWindowPos4iMESA ( int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2007 | Abstract method glWindowPos4ivMESA ( IntBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2008 | Abstract method glWindowPos4ivMESA ( int[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2009 | Abstract method glWindowPos4sMESA ( short, short, short, short ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2010 | Abstract method glWindowPos4svMESA ( ShortBuffer ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2011 | Abstract method glWindowPos4svMESA ( short[ ], int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2012 | Abstract method glWriteMaskEXT ( int, int, int, int, int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2013 | Field GL_KTX_FRONT_REGION of type int has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (82)
glActiveTexture ( int )This abstract method is from 'GL' interface.
glBindBuffer ( int, int )This abstract method is from 'GL' interface.
glBindTexture ( int, int )This abstract method is from 'GL' interface.
glBlendEquation ( int )This abstract method is from 'GL' interface.
glBlendEquationSeparate ( int, int )This abstract method is from 'GL' interface.
glBlendFunc ( int, int )This abstract method is from 'GL' interface.
glBlendFuncSeparate ( int, int, int, int )This abstract method is from 'GL' interface.
glClear ( int )This abstract method is from 'GL' interface.
glClearColor ( float, float, float, float )This abstract method is from 'GL' interface.
glClearDepth ( double )This abstract method is from 'GL' interface.
glClearStencil ( int )This abstract method is from 'GL' interface.
glColorMask ( boolean, boolean, boolean, boolean )This abstract method is from 'GL' interface.
...
[+] GLAutoDrawable (3)
| Change | Effect |
---|
1 | Abstract method repaint ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method setGL ( GL ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Removed super-interface ComponentEvents. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (10)
addGLEventListener ( GLEventListener )This abstract method is from 'GLAutoDrawable' interface.
display ( )This abstract method is from 'GLAutoDrawable' interface.
getAutoSwapBufferMode ( )This abstract method is from 'GLAutoDrawable' interface.
getContext ( )This abstract method is from 'GLAutoDrawable' interface.
getGL ( )This abstract method is from 'GLAutoDrawable' interface.
removeGLEventListener ( GLEventListener )This abstract method is from 'GLAutoDrawable' interface.
setAutoSwapBufferMode ( boolean )This abstract method is from 'GLAutoDrawable' interface.
display ( GLAutoDrawable )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
init ( GLAutoDrawable )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
reshape ( GLAutoDrawable, int, int, int, int )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
[+] GLCanvas (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
GLCanvas ( )This constructor is from 'GLCanvas' class.
GLCanvas ( GLCapabilities )This constructor is from 'GLCanvas' class.
GLCanvas ( GLCapabilities, GLCapabilitiesChooser, GLContext, GraphicsDevice )This constructor is from 'GLCanvas' class.
addGLEventListener ( GLEventListener )This method is from 'GLCanvas' class.
addNotify ( )This method is from 'GLCanvas' class.
createContext ( GLContext )This method is from 'GLCanvas' class.
display ( )This method is from 'GLCanvas' class.
getAutoSwapBufferMode ( )This method is from 'GLCanvas' class.
getChosenGLCapabilities ( )This method is from 'GLCanvas' class.
getContext ( )This method is from 'GLCanvas' class.
getGL ( )This method is from 'GLCanvas' class.
getGraphicsConfiguration ( )This method is from 'GLCanvas' class.
...
[+] GLContext (1)
| Change | Effect |
---|
1 | Abstract method setGL ( GL ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (14)
getContext ( )Return value of this abstract method has type 'GLContext'.
GLContext ( )This constructor is from 'GLContext' abstract class.
copy ( GLContext, int )1st parameter 'p1' of this abstract method has type 'GLContext'.
destroy ( )This abstract method is from 'GLContext' abstract class.
getCurrent ( )This method is from 'GLContext' abstract class.
getGL ( )This abstract method is from 'GLContext' abstract class.
getGLDrawable ( )This abstract method is from 'GLContext' abstract class.
isSynchronized ( )This abstract method is from 'GLContext' abstract class.
makeCurrent ( )This abstract method is from 'GLContext' abstract class.
release ( )This abstract method is from 'GLContext' abstract class.
setCurrent ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
setSynchronized ( boolean )This abstract method is from 'GLContext' abstract class.
...
[+] GLDrawable (2)
| Change | Effect |
---|
1 | Abstract method getChosenGLCapabilities ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method setSize ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (7)
getGLDrawable ( )Return value of this abstract method has type 'GLDrawable'.
createContext ( GLContext )This abstract method is from 'GLDrawable' interface.
getHeight ( )This abstract method is from 'GLDrawable' interface.
getWidth ( )This abstract method is from 'GLDrawable' interface.
setRealized ( boolean )This abstract method is from 'GLDrawable' interface.
swapBuffers ( )This abstract method is from 'GLDrawable' interface.
createExternalGLDrawable ( )Return value of this abstract method has type 'GLDrawable'.
[+] GLDrawableFactory (5)
| Change | Effect |
---|
1 | Abstract method canCreateExternalGLDrawable ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method canCreateGLPbuffer ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method chooseGraphicsConfiguration ( GLCapabilities, GLCapabilitiesChooser, AbstractGraphicsDevice ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method createGLPbuffer ( GLCapabilities, GLCapabilitiesChooser, int, int, GLContext ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method getGLDrawable ( Object, GLCapabilities, GLCapabilitiesChooser ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
GLDrawableFactory ( )This constructor is from 'GLDrawableFactory' abstract class.
createExternalGLContext ( )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLDrawable ( )This abstract method is from 'GLDrawableFactory' abstract class.
[+] GLEventListener (1)
| Change | Effect |
---|
1 | Abstract method displayChanged ( GLAutoDrawable, boolean, boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
addGLEventListener ( GLEventListener )1st parameter 'p1' of this abstract method has type 'GLEventListener'.
removeGLEventListener ( GLEventListener )1st parameter 'p1' of this abstract method has type 'GLEventListener'.
display ( GLAutoDrawable )This abstract method is from 'GLEventListener' interface.
init ( GLAutoDrawable )This abstract method is from 'GLEventListener' interface.
reshape ( GLAutoDrawable, int, int, int, int )This abstract method is from 'GLEventListener' interface.
[+] GLJPanel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
GLJPanel ( )This constructor is from 'GLJPanel' class.
GLJPanel ( GLCapabilities )This constructor is from 'GLJPanel' class.
GLJPanel ( GLCapabilities, GLCapabilitiesChooser, GLContext )This constructor is from 'GLJPanel' class.
addGLEventListener ( GLEventListener )This method is from 'GLJPanel' class.
addNotify ( )This method is from 'GLJPanel' class.
createContext ( GLContext )This method is from 'GLJPanel' class.
display ( )This method is from 'GLJPanel' class.
getAutoSwapBufferMode ( )This method is from 'GLJPanel' class.
getChosenGLCapabilities ( )This method is from 'GLJPanel' class.
getContext ( )This method is from 'GLJPanel' class.
getGL ( )This method is from 'GLJPanel' class.
paintComponent ( Graphics )This method is from 'GLJPanel' class.
...
[+] TraceGL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2101)
TraceGL ( GL, PrintStream )This constructor is from 'TraceGL' class.
dumpArray ( Object )This method is from 'TraceGL' class.
getExtension ( String )This method is from 'TraceGL' class.
getPlatformGLExtensions ( )This method is from 'TraceGL' class.
glAccum ( int, float )This method is from 'TraceGL' class.
glActiveStencilFaceEXT ( int )This method is from 'TraceGL' class.
glActiveTexture ( int )This method is from 'TraceGL' class.
glActiveVaryingNV ( int, byte[ ], int )This method is from 'TraceGL' class.
glActiveVaryingNV ( int, ByteBuffer )This method is from 'TraceGL' class.
glAllocateMemoryNV ( int, float, float, float )This method is from 'TraceGL' class.
glAlphaFragmentOp1ATI ( int, int, int, int, int, int )This method is from 'TraceGL' class.
glAlphaFragmentOp2ATI ( int, int, int, int, int, int, int, int, int )This method is from 'TraceGL' class.
...
to the top
Problems with Methods, High Severity (17)
jogl.jar, GLAutoDrawable
package javax.media.opengl
[+] GLAutoDrawable.setGL ( GL p1 ) [abstract] : void (1)
[mangled: javax/media/opengl/GLAutoDrawable.setGL:(Ljavax/media/opengl/GL;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to javax.media.opengl.GL.
| This method has been removed because the return type is part of the method signature. |
jogl.jar, GLContext
package javax.media.opengl
[+] GLContext.GLContext ( ) (1)
[mangled: javax/media/opengl/GLContext."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
[+] GLContext.setGL ( GL p1 ) [abstract] : void (1)
[mangled: javax/media/opengl/GLContext.setGL:(Ljavax/media/opengl/GL;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to javax.media.opengl.GL.
| This method has been removed because the return type is part of the method signature. |
jogl.jar, GLU
package javax.media.opengl.glu
[+] GLU.gluBeginPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluBeginPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluDeleteTess ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluDeleteTess:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluEndPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluEndPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluGetTessProperty ( GLUtessellator p1, int p2, double[ ] p3, int p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluGetTessProperty:(Ljavax/media/opengl/glu/GLUtessellator;I[DI)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluNewTess ( ) : GLUtessellator (1)
[mangled: javax/media/opengl/glu/GLU.gluNewTess:()Ljavax/media/opengl/glu/GLUtessellator;]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluNextContour ( GLUtessellator p1, int p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluNextContour:(Ljavax/media/opengl/glu/GLUtessellator;I)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessBeginContour ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessBeginContour:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessBeginPolygon ( GLUtessellator p1, Object p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessBeginPolygon:(Ljavax/media/opengl/glu/GLUtessellator;Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessCallback ( GLUtessellator p1, int p2, GLUtessellatorCallback p3 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessCallback:(Ljavax/media/opengl/glu/GLUtessellator;ILjavax/media/opengl/glu/GLUtessellatorCallback;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessEndContour ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessEndContour:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessEndPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessEndPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessNormal ( GLUtessellator p1, double p2, double p3, double p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessNormal:(Ljavax/media/opengl/glu/GLUtessellator;DDD)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessProperty ( GLUtessellator p1, int p2, double p3 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessProperty:(Ljavax/media/opengl/glu/GLUtessellator;ID)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] GLU.gluTessVertex ( GLUtessellator p1, double[ ] p2, int p3, Object p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessVertex:(Ljavax/media/opengl/glu/GLUtessellator;[DILjava/lang/Object;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity (1)
jogl.jar
package javax.media.opengl
[+] GL (1)
| Change | Effect |
---|
1 | Added super-interface GLBase. | If abstract methods from an added super-interface must be implemented by client then it may be interrupted by AbstractMethodError exception. Abstract method isGL3 () from the added super-interface is called by the method updateImage ( TextureData, int ) in 2nd library version and may not be implemented by old clients. |
[+] affected methods (82)
glActiveTexture ( int )This abstract method is from 'GL' interface.
glBindBuffer ( int, int )This abstract method is from 'GL' interface.
glBindTexture ( int, int )This abstract method is from 'GL' interface.
glBlendEquation ( int )This abstract method is from 'GL' interface.
glBlendEquationSeparate ( int, int )This abstract method is from 'GL' interface.
glBlendFunc ( int, int )This abstract method is from 'GL' interface.
glBlendFuncSeparate ( int, int, int, int )This abstract method is from 'GL' interface.
glClear ( int )This abstract method is from 'GL' interface.
glClearColor ( float, float, float, float )This abstract method is from 'GL' interface.
glClearDepth ( double )This abstract method is from 'GL' interface.
glClearStencil ( int )This abstract method is from 'GL' interface.
glColorMask ( boolean, boolean, boolean, boolean )This abstract method is from 'GL' interface.
...
to the top
Problems with Methods, Medium Severity (27)
jogl.jar, GLU
package javax.media.opengl.glu
[+] GLU.gluBeginPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluBeginPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluCheckExtension ( String p1, String p2 ) : boolean (1)
[mangled: javax/media/opengl/glu/GLU.gluCheckExtension:(Ljava/lang/String;Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluCylinder ( GLUquadric p1, double p2, double p3, double p4, int p5, int p6 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluCylinder:(Ljavax/media/opengl/glu/GLUquadric;DDDII)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluDeleteQuadric ( GLUquadric p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluDeleteQuadric:(Ljavax/media/opengl/glu/GLUquadric;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluDeleteTess ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluDeleteTess:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluDisk ( GLUquadric p1, double p2, double p3, int p4, int p5 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluDisk:(Ljavax/media/opengl/glu/GLUquadric;DDII)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluEndPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluEndPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluErrorString ( int p1 ) : String (1)
[mangled: javax/media/opengl/glu/GLU.gluErrorString:(I)Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluGetString ( int p1 ) : String (1)
[mangled: javax/media/opengl/glu/GLU.gluGetString:(I)Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluGetTessProperty ( GLUtessellator p1, int p2, double[ ] p3, int p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluGetTessProperty:(Ljavax/media/opengl/glu/GLUtessellator;I[DI)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluNewQuadric ( ) : GLUquadric (1)
[mangled: javax/media/opengl/glu/GLU.gluNewQuadric:()Ljavax/media/opengl/glu/GLUquadric;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluNewTess ( ) : GLUtessellator (1)
[mangled: javax/media/opengl/glu/GLU.gluNewTess:()Ljavax/media/opengl/glu/GLUtessellator;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluNextContour ( GLUtessellator p1, int p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluNextContour:(Ljavax/media/opengl/glu/GLUtessellator;I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluPartialDisk ( GLUquadric p1, double p2, double p3, int p4, int p5, double p6, double p7 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluPartialDisk:(Ljavax/media/opengl/glu/GLUquadric;DDIIDD)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluQuadricDrawStyle ( GLUquadric p1, int p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluQuadricDrawStyle:(Ljavax/media/opengl/glu/GLUquadric;I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluQuadricNormals ( GLUquadric p1, int p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluQuadricNormals:(Ljavax/media/opengl/glu/GLUquadric;I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluQuadricOrientation ( GLUquadric p1, int p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluQuadricOrientation:(Ljavax/media/opengl/glu/GLUquadric;I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluQuadricTexture ( GLUquadric p1, boolean p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluQuadricTexture:(Ljavax/media/opengl/glu/GLUquadric;Z)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluSphere ( GLUquadric p1, double p2, int p3, int p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluSphere:(Ljavax/media/opengl/glu/GLUquadric;DII)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessBeginContour ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessBeginContour:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessBeginPolygon ( GLUtessellator p1, Object p2 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessBeginPolygon:(Ljavax/media/opengl/glu/GLUtessellator;Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessCallback ( GLUtessellator p1, int p2, GLUtessellatorCallback p3 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessCallback:(Ljavax/media/opengl/glu/GLUtessellator;ILjavax/media/opengl/glu/GLUtessellatorCallback;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessEndContour ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessEndContour:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessEndPolygon ( GLUtessellator p1 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessEndPolygon:(Ljavax/media/opengl/glu/GLUtessellator;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessNormal ( GLUtessellator p1, double p2, double p3, double p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessNormal:(Ljavax/media/opengl/glu/GLUtessellator;DDD)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessProperty ( GLUtessellator p1, int p2, double p3 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessProperty:(Ljavax/media/opengl/glu/GLUtessellator;ID)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] GLU.gluTessVertex ( GLUtessellator p1, double[ ] p2, int p3, Object p4 ) : void (1)
[mangled: javax/media/opengl/glu/GLU.gluTessVertex:(Ljavax/media/opengl/glu/GLUtessellator;[DILjava/lang/Object;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
to the top
Problems with Data Types, Low Severity (2400)
jogl.jar
package javax.media.opengl
[+] GL (2399)
| Change | Effect |
---|
1 | Field GL_1PASS_EXT (int) with the compile-time constant value 32929 has been removed from this interface. | A client program may change behavior. |
2 | Field GL_1PASS_SGIS (int) with the compile-time constant value 32929 has been removed from this interface. | A client program may change behavior. |
3 | Field GL_2D (int) with the compile-time constant value 1536 has been removed from this interface. | A client program may change behavior. |
4 | Field GL_2PASS_0_EXT (int) with the compile-time constant value 32930 has been removed from this interface. | A client program may change behavior. |
5 | Field GL_2PASS_0_SGIS (int) with the compile-time constant value 32930 has been removed from this interface. | A client program may change behavior. |
6 | Field GL_2PASS_1_EXT (int) with the compile-time constant value 32931 has been removed from this interface. | A client program may change behavior. |
7 | Field GL_2PASS_1_SGIS (int) with the compile-time constant value 32931 has been removed from this interface. | A client program may change behavior. |
8 | Field GL_2X_BIT_ATI (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
9 | Field GL_2_BYTES (int) with the compile-time constant value 5127 has been removed from this interface. | A client program may change behavior. |
10 | Field GL_3D (int) with the compile-time constant value 1537 has been removed from this interface. | A client program may change behavior. |
11 | Field GL_3D_COLOR (int) with the compile-time constant value 1538 has been removed from this interface. | A client program may change behavior. |
12 | Field GL_3D_COLOR_TEXTURE (int) with the compile-time constant value 1539 has been removed from this interface. | A client program may change behavior. |
13 | Field GL_3_BYTES (int) with the compile-time constant value 5128 has been removed from this interface. | A client program may change behavior. |
14 | Field GL_422_AVERAGE_EXT (int) with the compile-time constant value 32974 has been removed from this interface. | A client program may change behavior. |
15 | Field GL_422_EXT (int) with the compile-time constant value 32972 has been removed from this interface. | A client program may change behavior. |
16 | Field GL_422_REV_AVERAGE_EXT (int) with the compile-time constant value 32975 has been removed from this interface. | A client program may change behavior. |
17 | Field GL_422_REV_EXT (int) with the compile-time constant value 32973 has been removed from this interface. | A client program may change behavior. |
18 | Field GL_4D_COLOR_TEXTURE (int) with the compile-time constant value 1540 has been removed from this interface. | A client program may change behavior. |
19 | Field GL_4PASS_0_EXT (int) with the compile-time constant value 32932 has been removed from this interface. | A client program may change behavior. |
20 | Field GL_4PASS_0_SGIS (int) with the compile-time constant value 32932 has been removed from this interface. | A client program may change behavior. |
21 | Field GL_4PASS_1_EXT (int) with the compile-time constant value 32933 has been removed from this interface. | A client program may change behavior. |
22 | Field GL_4PASS_1_SGIS (int) with the compile-time constant value 32933 has been removed from this interface. | A client program may change behavior. |
23 | Field GL_4PASS_2_EXT (int) with the compile-time constant value 32934 has been removed from this interface. | A client program may change behavior. |
24 | Field GL_4PASS_2_SGIS (int) with the compile-time constant value 32934 has been removed from this interface. | A client program may change behavior. |
25 | Field GL_4PASS_3_EXT (int) with the compile-time constant value 32935 has been removed from this interface. | A client program may change behavior. |
26 | Field GL_4PASS_3_SGIS (int) with the compile-time constant value 32935 has been removed from this interface. | A client program may change behavior. |
27 | Field GL_4X_BIT_ATI (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
28 | Field GL_4_BYTES (int) with the compile-time constant value 5129 has been removed from this interface. | A client program may change behavior. |
29 | Field GL_8X_BIT_ATI (int) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
30 | Field GL_ABGR_EXT (int) with the compile-time constant value 32768 has been removed from this interface. | A client program may change behavior. |
31 | Field GL_ACCUM (int) with the compile-time constant value 256 has been removed from this interface. | A client program may change behavior. |
32 | Field GL_ACCUM_ALPHA_BITS (int) with the compile-time constant value 3419 has been removed from this interface. | A client program may change behavior. |
33 | Field GL_ACCUM_BLUE_BITS (int) with the compile-time constant value 3418 has been removed from this interface. | A client program may change behavior. |
34 | Field GL_ACCUM_BUFFER_BIT (int) with the compile-time constant value 512 has been removed from this interface. | A client program may change behavior. |
35 | Field GL_ACCUM_CLEAR_VALUE (int) with the compile-time constant value 2944 has been removed from this interface. | A client program may change behavior. |
36 | Field GL_ACCUM_GREEN_BITS (int) with the compile-time constant value 3417 has been removed from this interface. | A client program may change behavior. |
37 | Field GL_ACCUM_RED_BITS (int) with the compile-time constant value 3416 has been removed from this interface. | A client program may change behavior. |
38 | Field GL_ACTIVE_ATTRIBUTES (int) with the compile-time constant value 35721 has been removed from this interface. | A client program may change behavior. |
39 | Field GL_ACTIVE_ATTRIBUTE_MAX_LENGTH (int) with the compile-time constant value 35722 has been removed from this interface. | A client program may change behavior. |
40 | Field GL_ACTIVE_STENCIL_FACE_EXT (int) with the compile-time constant value 35089 has been removed from this interface. | A client program may change behavior. |
41 | Field GL_ACTIVE_UNIFORMS (int) with the compile-time constant value 35718 has been removed from this interface. | A client program may change behavior. |
42 | Field GL_ACTIVE_UNIFORM_MAX_LENGTH (int) with the compile-time constant value 35719 has been removed from this interface. | A client program may change behavior. |
43 | Field GL_ACTIVE_VARYINGS_NV (int) with the compile-time constant value 35969 has been removed from this interface. | A client program may change behavior. |
44 | Field GL_ACTIVE_VARYING_MAX_LENGTH_NV (int) with the compile-time constant value 35970 has been removed from this interface. | A client program may change behavior. |
45 | Field GL_ACTIVE_VERTEX_UNITS_ARB (int) with the compile-time constant value 34469 has been removed from this interface. | A client program may change behavior. |
46 | Field GL_ADD (int) with the compile-time constant value 260 has been removed from this interface. | A client program may change behavior. |
47 | Field GL_ADD_ATI (int) with the compile-time constant value 35171 has been removed from this interface. | A client program may change behavior. |
48 | Field GL_ADD_SIGNED (int) with the compile-time constant value 34164 has been removed from this interface. | A client program may change behavior. |
49 | Field GL_ALLOW_DRAW_FRG_HINT_PGI (int) with the compile-time constant value 107024 has been removed from this interface. | A client program may change behavior. |
50 | Field GL_ALLOW_DRAW_MEM_HINT_PGI (int) with the compile-time constant value 107025 has been removed from this interface. | A client program may change behavior. |
51 | Field GL_ALLOW_DRAW_OBJ_HINT_PGI (int) with the compile-time constant value 107022 has been removed from this interface. | A client program may change behavior. |
52 | Field GL_ALLOW_DRAW_WIN_HINT_PGI (int) with the compile-time constant value 107023 has been removed from this interface. | A client program may change behavior. |
53 | Field GL_ALL_ATTRIB_BITS (int) with the compile-time constant value 1048575 has been removed from this interface. | A client program may change behavior. |
54 | Field GL_ALL_CLIENT_ATTRIB_BITS (long) with the compile-time constant value -1l has been removed from this interface. | A client program may change behavior. |
55 | Field GL_ALL_COMPLETED_NV (int) with the compile-time constant value 34034 has been removed from this interface. | A client program may change behavior. |
56 | Field GL_ALPHA12 (int) with the compile-time constant value 32829 has been removed from this interface. | A client program may change behavior. |
57 | Field GL_ALPHA16 (int) with the compile-time constant value 32830 has been removed from this interface. | A client program may change behavior. |
58 | Field GL_ALPHA16F_ARB (int) with the compile-time constant value 34844 has been removed from this interface. | A client program may change behavior. |
59 | Field GL_ALPHA16I_EXT (int) with the compile-time constant value 36234 has been removed from this interface. | A client program may change behavior. |
60 | Field GL_ALPHA16UI_EXT (int) with the compile-time constant value 36216 has been removed from this interface. | A client program may change behavior. |
61 | Field GL_ALPHA32F_ARB (int) with the compile-time constant value 34838 has been removed from this interface. | A client program may change behavior. |
62 | Field GL_ALPHA32I_EXT (int) with the compile-time constant value 36228 has been removed from this interface. | A client program may change behavior. |
63 | Field GL_ALPHA32UI_EXT (int) with the compile-time constant value 36210 has been removed from this interface. | A client program may change behavior. |
64 | Field GL_ALPHA4 (int) with the compile-time constant value 32827 has been removed from this interface. | A client program may change behavior. |
65 | Field GL_ALPHA8 (int) with the compile-time constant value 32828 has been removed from this interface. | A client program may change behavior. |
66 | Field GL_ALPHA8I_EXT (int) with the compile-time constant value 36240 has been removed from this interface. | A client program may change behavior. |
67 | Field GL_ALPHA8UI_EXT (int) with the compile-time constant value 36222 has been removed from this interface. | A client program may change behavior. |
68 | Field GL_ALPHA_BIAS (int) with the compile-time constant value 3357 has been removed from this interface. | A client program may change behavior. |
69 | Field GL_ALPHA_FLOAT16_APPLE (int) with the compile-time constant value 34844 has been removed from this interface. | A client program may change behavior. |
70 | Field GL_ALPHA_FLOAT16_ATI (int) with the compile-time constant value 34844 has been removed from this interface. | A client program may change behavior. |
71 | Field GL_ALPHA_FLOAT32_APPLE (int) with the compile-time constant value 34838 has been removed from this interface. | A client program may change behavior. |
72 | Field GL_ALPHA_FLOAT32_ATI (int) with the compile-time constant value 34838 has been removed from this interface. | A client program may change behavior. |
73 | Field GL_ALPHA_INTEGER_EXT (int) with the compile-time constant value 36247 has been removed from this interface. | A client program may change behavior. |
74 | Field GL_ALPHA_MAX_CLAMP_INGR (int) with the compile-time constant value 34151 has been removed from this interface. | A client program may change behavior. |
75 | Field GL_ALPHA_MAX_SGIX (int) with the compile-time constant value 33569 has been removed from this interface. | A client program may change behavior. |
76 | Field GL_ALPHA_MIN_CLAMP_INGR (int) with the compile-time constant value 34147 has been removed from this interface. | A client program may change behavior. |
77 | Field GL_ALPHA_MIN_SGIX (int) with the compile-time constant value 33568 has been removed from this interface. | A client program may change behavior. |
78 | Field GL_ALPHA_SCALE (int) with the compile-time constant value 3356 has been removed from this interface. | A client program may change behavior. |
79 | Field GL_ALPHA_TEST (int) with the compile-time constant value 3008 has been removed from this interface. | A client program may change behavior. |
80 | Field GL_ALPHA_TEST_FUNC (int) with the compile-time constant value 3009 has been removed from this interface. | A client program may change behavior. |
81 | Field GL_ALPHA_TEST_REF (int) with the compile-time constant value 3010 has been removed from this interface. | A client program may change behavior. |
82 | Field GL_ALWAYS_FAST_HINT_PGI (int) with the compile-time constant value 107020 has been removed from this interface. | A client program may change behavior. |
83 | Field GL_ALWAYS_SOFT_HINT_PGI (int) with the compile-time constant value 107021 has been removed from this interface. | A client program may change behavior. |
84 | Field GL_AMBIENT (int) with the compile-time constant value 4608 has been removed from this interface. | A client program may change behavior. |
85 | Field GL_AMBIENT_AND_DIFFUSE (int) with the compile-time constant value 5634 has been removed from this interface. | A client program may change behavior. |
86 | Field GL_ARRAY_BUFFER_ARB (int) with the compile-time constant value 34962 has been removed from this interface. | A client program may change behavior. |
87 | Field GL_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34964 has been removed from this interface. | A client program may change behavior. |
88 | Field GL_ARRAY_ELEMENT_LOCK_COUNT_EXT (int) with the compile-time constant value 33193 has been removed from this interface. | A client program may change behavior. |
89 | Field GL_ARRAY_ELEMENT_LOCK_FIRST_EXT (int) with the compile-time constant value 33192 has been removed from this interface. | A client program may change behavior. |
90 | Field GL_ARRAY_OBJECT_BUFFER_ATI (int) with the compile-time constant value 34662 has been removed from this interface. | A client program may change behavior. |
91 | Field GL_ARRAY_OBJECT_OFFSET_ATI (int) with the compile-time constant value 34663 has been removed from this interface. | A client program may change behavior. |
92 | Field GL_ASYNC_DRAW_PIXELS_SGIX (int) with the compile-time constant value 33629 has been removed from this interface. | A client program may change behavior. |
93 | Field GL_ASYNC_HISTOGRAM_SGIX (int) with the compile-time constant value 33580 has been removed from this interface. | A client program may change behavior. |
94 | Field GL_ASYNC_MARKER_SGIX (int) with the compile-time constant value 33577 has been removed from this interface. | A client program may change behavior. |
95 | Field GL_ASYNC_READ_PIXELS_SGIX (int) with the compile-time constant value 33630 has been removed from this interface. | A client program may change behavior. |
96 | Field GL_ASYNC_TEX_IMAGE_SGIX (int) with the compile-time constant value 33628 has been removed from this interface. | A client program may change behavior. |
97 | Field GL_ATTACHED_SHADERS (int) with the compile-time constant value 35717 has been removed from this interface. | A client program may change behavior. |
98 | Field GL_ATTENUATION_EXT (int) with the compile-time constant value 33613 has been removed from this interface. | A client program may change behavior. |
99 | Field GL_ATTRIB_ARRAY_POINTER_NV (int) with the compile-time constant value 34373 has been removed from this interface. | A client program may change behavior. |
100 | Field GL_ATTRIB_ARRAY_SIZE_NV (int) with the compile-time constant value 34339 has been removed from this interface. | A client program may change behavior. |
101 | Field GL_ATTRIB_ARRAY_STRIDE_NV (int) with the compile-time constant value 34340 has been removed from this interface. | A client program may change behavior. |
102 | Field GL_ATTRIB_ARRAY_TYPE_NV (int) with the compile-time constant value 34341 has been removed from this interface. | A client program may change behavior. |
103 | Field GL_AUTO_NORMAL (int) with the compile-time constant value 3456 has been removed from this interface. | A client program may change behavior. |
104 | Field GL_AUX_BUFFERS (int) with the compile-time constant value 3072 has been removed from this interface. | A client program may change behavior. |
105 | Field GL_AVERAGE_EXT (int) with the compile-time constant value 33589 has been removed from this interface. | A client program may change behavior. |
106 | Field GL_AVERAGE_HP (int) with the compile-time constant value 33120 has been removed from this interface. | A client program may change behavior. |
107 | Field GL_BACK_NORMALS_HINT_PGI (int) with the compile-time constant value 107043 has been removed from this interface. | A client program may change behavior. |
108 | Field GL_BACK_PRIMARY_COLOR_NV (int) with the compile-time constant value 35959 has been removed from this interface. | A client program may change behavior. |
109 | Field GL_BACK_SECONDARY_COLOR_NV (int) with the compile-time constant value 35960 has been removed from this interface. | A client program may change behavior. |
110 | Field GL_BGR (int) with the compile-time constant value 32992 has been removed from this interface. | A client program may change behavior. |
111 | Field GL_BGRA (int) with the compile-time constant value 32993 has been removed from this interface. | A client program may change behavior. |
112 | Field GL_BGRA_INTEGER_EXT (int) with the compile-time constant value 36251 has been removed from this interface. | A client program may change behavior. |
113 | Field GL_BGR_INTEGER_EXT (int) with the compile-time constant value 36250 has been removed from this interface. | A client program may change behavior. |
114 | Field GL_BIAS_BIT_ATI (int) with the compile-time constant value 8 has been removed from this interface. | A client program may change behavior. |
115 | Field GL_BIAS_BY_NEGATIVE_ONE_HALF_NV (int) with the compile-time constant value 34113 has been removed from this interface. | A client program may change behavior. |
116 | Field GL_BITMAP_TOKEN (int) with the compile-time constant value 1796 has been removed from this interface. | A client program may change behavior. |
117 | Field GL_BLEND_COLOR (int) with the compile-time constant value 32773 has been removed from this interface. | A client program may change behavior. |
118 | Field GL_BLEND_DST_ALPHA_EXT (int) with the compile-time constant value 32970 has been removed from this interface. | A client program may change behavior. |
119 | Field GL_BLEND_DST_RGB_EXT (int) with the compile-time constant value 32968 has been removed from this interface. | A client program may change behavior. |
120 | Field GL_BLEND_EQUATION_ALPHA_EXT (int) with the compile-time constant value 34877 has been removed from this interface. | A client program may change behavior. |
121 | Field GL_BLEND_EQUATION_RGB_EXT (int) with the compile-time constant value 32777 has been removed from this interface. | A client program may change behavior. |
122 | Field GL_BLEND_SRC_ALPHA_EXT (int) with the compile-time constant value 32971 has been removed from this interface. | A client program may change behavior. |
123 | Field GL_BLEND_SRC_RGB_EXT (int) with the compile-time constant value 32969 has been removed from this interface. | A client program may change behavior. |
124 | Field GL_BLUE_BIAS (int) with the compile-time constant value 3355 has been removed from this interface. | A client program may change behavior. |
125 | Field GL_BLUE_BIT_ATI (int) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
126 | Field GL_BLUE_INTEGER_EXT (int) with the compile-time constant value 36246 has been removed from this interface. | A client program may change behavior. |
127 | Field GL_BLUE_MAX_CLAMP_INGR (int) with the compile-time constant value 34150 has been removed from this interface. | A client program may change behavior. |
128 | Field GL_BLUE_MIN_CLAMP_INGR (int) with the compile-time constant value 34146 has been removed from this interface. | A client program may change behavior. |
129 | Field GL_BLUE_SCALE (int) with the compile-time constant value 3354 has been removed from this interface. | A client program may change behavior. |
130 | Field GL_BOOL (int) with the compile-time constant value 35670 has been removed from this interface. | A client program may change behavior. |
131 | Field GL_BOOL_ARB (int) with the compile-time constant value 35670 has been removed from this interface. | A client program may change behavior. |
132 | Field GL_BOOL_VEC2 (int) with the compile-time constant value 35671 has been removed from this interface. | A client program may change behavior. |
133 | Field GL_BOOL_VEC2_ARB (int) with the compile-time constant value 35671 has been removed from this interface. | A client program may change behavior. |
134 | Field GL_BOOL_VEC3 (int) with the compile-time constant value 35672 has been removed from this interface. | A client program may change behavior. |
135 | Field GL_BOOL_VEC3_ARB (int) with the compile-time constant value 35672 has been removed from this interface. | A client program may change behavior. |
136 | Field GL_BOOL_VEC4 (int) with the compile-time constant value 35673 has been removed from this interface. | A client program may change behavior. |
137 | Field GL_BOOL_VEC4_ARB (int) with the compile-time constant value 35673 has been removed from this interface. | A client program may change behavior. |
138 | Field GL_BUFFER_ACCESS_ARB (int) with the compile-time constant value 35003 has been removed from this interface. | A client program may change behavior. |
139 | Field GL_BUFFER_FLUSHING_UNMAP_APPLE (int) with the compile-time constant value 35347 has been removed from this interface. | A client program may change behavior. |
140 | Field GL_BUFFER_MAPPED_ARB (int) with the compile-time constant value 35004 has been removed from this interface. | A client program may change behavior. |
141 | Field GL_BUFFER_MAP_POINTER_ARB (int) with the compile-time constant value 35005 has been removed from this interface. | A client program may change behavior. |
142 | Field GL_BUFFER_SERIALIZED_MODIFY_APPLE (int) with the compile-time constant value 35346 has been removed from this interface. | A client program may change behavior. |
143 | Field GL_BUFFER_SIZE_ARB (int) with the compile-time constant value 34660 has been removed from this interface. | A client program may change behavior. |
144 | Field GL_BUFFER_USAGE_ARB (int) with the compile-time constant value 34661 has been removed from this interface. | A client program may change behavior. |
145 | Field GL_BUMP_ENVMAP_ATI (int) with the compile-time constant value 34683 has been removed from this interface. | A client program may change behavior. |
146 | Field GL_BUMP_NUM_TEX_UNITS_ATI (int) with the compile-time constant value 34679 has been removed from this interface. | A client program may change behavior. |
147 | Field GL_BUMP_ROT_MATRIX_ATI (int) with the compile-time constant value 34677 has been removed from this interface. | A client program may change behavior. |
148 | Field GL_BUMP_ROT_MATRIX_SIZE_ATI (int) with the compile-time constant value 34678 has been removed from this interface. | A client program may change behavior. |
149 | Field GL_BUMP_TARGET_ATI (int) with the compile-time constant value 34684 has been removed from this interface. | A client program may change behavior. |
150 | Field GL_BUMP_TEX_UNITS_ATI (int) with the compile-time constant value 34680 has been removed from this interface. | A client program may change behavior. |
151 | Field GL_C3F_V3F (int) with the compile-time constant value 10788 has been removed from this interface. | A client program may change behavior. |
152 | Field GL_C4F_N3F_V3F (int) with the compile-time constant value 10790 has been removed from this interface. | A client program may change behavior. |
153 | Field GL_C4UB_V2F (int) with the compile-time constant value 10786 has been removed from this interface. | A client program may change behavior. |
154 | Field GL_C4UB_V3F (int) with the compile-time constant value 10787 has been removed from this interface. | A client program may change behavior. |
155 | Field GL_CALLIGRAPHIC_FRAGMENT_SGIX (int) with the compile-time constant value 33155 has been removed from this interface. | A client program may change behavior. |
156 | Field GL_CG_FRAGMENT_SHADER_EXT (int) with the compile-time constant value 35087 has been removed from this interface. | A client program may change behavior. |
157 | Field GL_CG_VERTEX_SHADER_EXT (int) with the compile-time constant value 35086 has been removed from this interface. | A client program may change behavior. |
158 | Field GL_CLAMP (int) with the compile-time constant value 10496 has been removed from this interface. | A client program may change behavior. |
159 | Field GL_CLAMP_FRAGMENT_COLOR_ARB (int) with the compile-time constant value 35099 has been removed from this interface. | A client program may change behavior. |
160 | Field GL_CLAMP_READ_COLOR_ARB (int) with the compile-time constant value 35100 has been removed from this interface. | A client program may change behavior. |
161 | Field GL_CLAMP_TO_BORDER (int) with the compile-time constant value 33069 has been removed from this interface. | A client program may change behavior. |
162 | Field GL_CLAMP_VERTEX_COLOR_ARB (int) with the compile-time constant value 35098 has been removed from this interface. | A client program may change behavior. |
163 | Field GL_CLIENT_ACTIVE_TEXTURE (int) with the compile-time constant value 34017 has been removed from this interface. | A client program may change behavior. |
164 | Field GL_CLIENT_ALL_ATTRIB_BITS (long) with the compile-time constant value -1l has been removed from this interface. | A client program may change behavior. |
165 | Field GL_CLIENT_PIXEL_STORE_BIT (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
166 | Field GL_CLIENT_VERTEX_ARRAY_BIT (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
167 | Field GL_CLIP_DISTANCE_NV (int) with the compile-time constant value 35962 has been removed from this interface. | A client program may change behavior. |
168 | Field GL_CLIP_FAR_HINT_PGI (int) with the compile-time constant value 107041 has been removed from this interface. | A client program may change behavior. |
169 | Field GL_CLIP_NEAR_HINT_PGI (int) with the compile-time constant value 107040 has been removed from this interface. | A client program may change behavior. |
170 | Field GL_CLIP_PLANE0 (int) with the compile-time constant value 12288 has been removed from this interface. | A client program may change behavior. |
171 | Field GL_CLIP_PLANE2 (int) with the compile-time constant value 12290 has been removed from this interface. | A client program may change behavior. |
172 | Field GL_CLIP_PLANE3 (int) with the compile-time constant value 12291 has been removed from this interface. | A client program may change behavior. |
173 | Field GL_CLIP_PLANE4 (int) with the compile-time constant value 12292 has been removed from this interface. | A client program may change behavior. |
174 | Field GL_CLIP_PLANE5 (int) with the compile-time constant value 12293 has been removed from this interface. | A client program may change behavior. |
175 | Field GL_CLIP_VOLUME_CLIPPING_HINT_EXT (int) with the compile-time constant value 33008 has been removed from this interface. | A client program may change behavior. |
176 | Field GL_CMYKA_EXT (int) with the compile-time constant value 32781 has been removed from this interface. | A client program may change behavior. |
177 | Field GL_CMYK_EXT (int) with the compile-time constant value 32780 has been removed from this interface. | A client program may change behavior. |
178 | Field GL_CND0_ATI (int) with the compile-time constant value 35179 has been removed from this interface. | A client program may change behavior. |
179 | Field GL_CND_ATI (int) with the compile-time constant value 35178 has been removed from this interface. | A client program may change behavior. |
180 | Field GL_COEFF (int) with the compile-time constant value 2560 has been removed from this interface. | A client program may change behavior. |
181 | Field GL_COLOR3_BIT_PGI (int) with the compile-time constant value 65536 has been removed from this interface. | A client program may change behavior. |
182 | Field GL_COLOR4_BIT_PGI (int) with the compile-time constant value 131072 has been removed from this interface. | A client program may change behavior. |
183 | Field GL_COLOR_ALPHA_PAIRING_ATI (int) with the compile-time constant value 35189 has been removed from this interface. | A client program may change behavior. |
184 | Field GL_COLOR_ARRAY (int) with the compile-time constant value 32886 has been removed from this interface. | A client program may change behavior. |
185 | Field GL_COLOR_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34968 has been removed from this interface. | A client program may change behavior. |
186 | Field GL_COLOR_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34968 has been removed from this interface. | A client program may change behavior. |
187 | Field GL_COLOR_ARRAY_POINTER (int) with the compile-time constant value 32912 has been removed from this interface. | A client program may change behavior. |
188 | Field GL_COLOR_ARRAY_SIZE (int) with the compile-time constant value 32897 has been removed from this interface. | A client program may change behavior. |
189 | Field GL_COLOR_ARRAY_STRIDE (int) with the compile-time constant value 32899 has been removed from this interface. | A client program may change behavior. |
190 | Field GL_COLOR_ARRAY_TYPE (int) with the compile-time constant value 32898 has been removed from this interface. | A client program may change behavior. |
191 | Field GL_COLOR_ATTACHMENT0_EXT (int) with the compile-time constant value 36064 has been removed from this interface. | A client program may change behavior. |
192 | Field GL_COLOR_ATTACHMENT10_EXT (int) with the compile-time constant value 36074 has been removed from this interface. | A client program may change behavior. |
193 | Field GL_COLOR_ATTACHMENT11_EXT (int) with the compile-time constant value 36075 has been removed from this interface. | A client program may change behavior. |
194 | Field GL_COLOR_ATTACHMENT12_EXT (int) with the compile-time constant value 36076 has been removed from this interface. | A client program may change behavior. |
195 | Field GL_COLOR_ATTACHMENT13_EXT (int) with the compile-time constant value 36077 has been removed from this interface. | A client program may change behavior. |
196 | Field GL_COLOR_ATTACHMENT14_EXT (int) with the compile-time constant value 36078 has been removed from this interface. | A client program may change behavior. |
197 | Field GL_COLOR_ATTACHMENT15_EXT (int) with the compile-time constant value 36079 has been removed from this interface. | A client program may change behavior. |
198 | Field GL_COLOR_ATTACHMENT1_EXT (int) with the compile-time constant value 36065 has been removed from this interface. | A client program may change behavior. |
199 | Field GL_COLOR_ATTACHMENT2_EXT (int) with the compile-time constant value 36066 has been removed from this interface. | A client program may change behavior. |
200 | Field GL_COLOR_ATTACHMENT3_EXT (int) with the compile-time constant value 36067 has been removed from this interface. | A client program may change behavior. |
201 | Field GL_COLOR_ATTACHMENT4_EXT (int) with the compile-time constant value 36068 has been removed from this interface. | A client program may change behavior. |
202 | Field GL_COLOR_ATTACHMENT5_EXT (int) with the compile-time constant value 36069 has been removed from this interface. | A client program may change behavior. |
203 | Field GL_COLOR_ATTACHMENT6_EXT (int) with the compile-time constant value 36070 has been removed from this interface. | A client program may change behavior. |
204 | Field GL_COLOR_ATTACHMENT7_EXT (int) with the compile-time constant value 36071 has been removed from this interface. | A client program may change behavior. |
205 | Field GL_COLOR_ATTACHMENT8_EXT (int) with the compile-time constant value 36072 has been removed from this interface. | A client program may change behavior. |
206 | Field GL_COLOR_ATTACHMENT9_EXT (int) with the compile-time constant value 36073 has been removed from this interface. | A client program may change behavior. |
207 | Field GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI (int) with the compile-time constant value 34869 has been removed from this interface. | A client program may change behavior. |
208 | Field GL_COLOR_FLOAT_APPLE (int) with the compile-time constant value 35343 has been removed from this interface. | A client program may change behavior. |
209 | Field GL_COLOR_INDEX (int) with the compile-time constant value 6400 has been removed from this interface. | A client program may change behavior. |
210 | Field GL_COLOR_INDEX12_EXT (int) with the compile-time constant value 32998 has been removed from this interface. | A client program may change behavior. |
211 | Field GL_COLOR_INDEX16_EXT (int) with the compile-time constant value 32999 has been removed from this interface. | A client program may change behavior. |
212 | Field GL_COLOR_INDEX1_EXT (int) with the compile-time constant value 32994 has been removed from this interface. | A client program may change behavior. |
213 | Field GL_COLOR_INDEX2_EXT (int) with the compile-time constant value 32995 has been removed from this interface. | A client program may change behavior. |
214 | Field GL_COLOR_INDEX4_EXT (int) with the compile-time constant value 32996 has been removed from this interface. | A client program may change behavior. |
215 | Field GL_COLOR_INDEX8_EXT (int) with the compile-time constant value 32997 has been removed from this interface. | A client program may change behavior. |
216 | Field GL_COLOR_INDEXES (int) with the compile-time constant value 5635 has been removed from this interface. | A client program may change behavior. |
217 | Field GL_COLOR_MATERIAL (int) with the compile-time constant value 2903 has been removed from this interface. | A client program may change behavior. |
218 | Field GL_COLOR_MATERIAL_FACE (int) with the compile-time constant value 2901 has been removed from this interface. | A client program may change behavior. |
219 | Field GL_COLOR_MATERIAL_PARAMETER (int) with the compile-time constant value 2902 has been removed from this interface. | A client program may change behavior. |
220 | Field GL_COLOR_MATRIX (int) with the compile-time constant value 32945 has been removed from this interface. | A client program may change behavior. |
221 | Field GL_COLOR_MATRIX_STACK_DEPTH (int) with the compile-time constant value 32946 has been removed from this interface. | A client program may change behavior. |
222 | Field GL_COLOR_SUM (int) with the compile-time constant value 33880 has been removed from this interface. | A client program may change behavior. |
223 | Field GL_COLOR_SUM_ARB (int) with the compile-time constant value 33880 has been removed from this interface. | A client program may change behavior. |
224 | Field GL_COLOR_SUM_CLAMP_NV (int) with the compile-time constant value 34127 has been removed from this interface. | A client program may change behavior. |
225 | Field GL_COLOR_SUM_EXT (int) with the compile-time constant value 33880 has been removed from this interface. | A client program may change behavior. |
226 | Field GL_COLOR_TABLE (int) with the compile-time constant value 32976 has been removed from this interface. | A client program may change behavior. |
227 | Field GL_COLOR_TABLE_ALPHA_SIZE (int) with the compile-time constant value 32989 has been removed from this interface. | A client program may change behavior. |
228 | Field GL_COLOR_TABLE_BIAS (int) with the compile-time constant value 32983 has been removed from this interface. | A client program may change behavior. |
229 | Field GL_COLOR_TABLE_BLUE_SIZE (int) with the compile-time constant value 32988 has been removed from this interface. | A client program may change behavior. |
230 | Field GL_COLOR_TABLE_FORMAT (int) with the compile-time constant value 32984 has been removed from this interface. | A client program may change behavior. |
231 | Field GL_COLOR_TABLE_GREEN_SIZE (int) with the compile-time constant value 32987 has been removed from this interface. | A client program may change behavior. |
232 | Field GL_COLOR_TABLE_INTENSITY_SIZE (int) with the compile-time constant value 32991 has been removed from this interface. | A client program may change behavior. |
233 | Field GL_COLOR_TABLE_LUMINANCE_SIZE (int) with the compile-time constant value 32990 has been removed from this interface. | A client program may change behavior. |
234 | Field GL_COLOR_TABLE_RED_SIZE (int) with the compile-time constant value 32986 has been removed from this interface. | A client program may change behavior. |
235 | Field GL_COLOR_TABLE_SCALE (int) with the compile-time constant value 32982 has been removed from this interface. | A client program may change behavior. |
236 | Field GL_COLOR_TABLE_WIDTH (int) with the compile-time constant value 32985 has been removed from this interface. | A client program may change behavior. |
237 | Field GL_COMBINE (int) with the compile-time constant value 34160 has been removed from this interface. | A client program may change behavior. |
238 | Field GL_COMBINE4_NV (int) with the compile-time constant value 34051 has been removed from this interface. | A client program may change behavior. |
239 | Field GL_COMBINER0_NV (int) with the compile-time constant value 34128 has been removed from this interface. | A client program may change behavior. |
240 | Field GL_COMBINER1_NV (int) with the compile-time constant value 34129 has been removed from this interface. | A client program may change behavior. |
241 | Field GL_COMBINER2_NV (int) with the compile-time constant value 34130 has been removed from this interface. | A client program may change behavior. |
242 | Field GL_COMBINER3_NV (int) with the compile-time constant value 34131 has been removed from this interface. | A client program may change behavior. |
243 | Field GL_COMBINER4_NV (int) with the compile-time constant value 34132 has been removed from this interface. | A client program may change behavior. |
244 | Field GL_COMBINER5_NV (int) with the compile-time constant value 34133 has been removed from this interface. | A client program may change behavior. |
245 | Field GL_COMBINER6_NV (int) with the compile-time constant value 34134 has been removed from this interface. | A client program may change behavior. |
246 | Field GL_COMBINER7_NV (int) with the compile-time constant value 34135 has been removed from this interface. | A client program may change behavior. |
247 | Field GL_COMBINER_AB_DOT_PRODUCT_NV (int) with the compile-time constant value 34117 has been removed from this interface. | A client program may change behavior. |
248 | Field GL_COMBINER_AB_OUTPUT_NV (int) with the compile-time constant value 34122 has been removed from this interface. | A client program may change behavior. |
249 | Field GL_COMBINER_BIAS_NV (int) with the compile-time constant value 34121 has been removed from this interface. | A client program may change behavior. |
250 | Field GL_COMBINER_CD_DOT_PRODUCT_NV (int) with the compile-time constant value 34118 has been removed from this interface. | A client program may change behavior. |
251 | Field GL_COMBINER_CD_OUTPUT_NV (int) with the compile-time constant value 34123 has been removed from this interface. | A client program may change behavior. |
252 | Field GL_COMBINER_COMPONENT_USAGE_NV (int) with the compile-time constant value 34116 has been removed from this interface. | A client program may change behavior. |
253 | Field GL_COMBINER_INPUT_NV (int) with the compile-time constant value 34114 has been removed from this interface. | A client program may change behavior. |
254 | Field GL_COMBINER_MAPPING_NV (int) with the compile-time constant value 34115 has been removed from this interface. | A client program may change behavior. |
255 | Field GL_COMBINER_MUX_SUM_NV (int) with the compile-time constant value 34119 has been removed from this interface. | A client program may change behavior. |
256 | Field GL_COMBINER_SCALE_NV (int) with the compile-time constant value 34120 has been removed from this interface. | A client program may change behavior. |
257 | Field GL_COMBINER_SUM_OUTPUT_NV (int) with the compile-time constant value 34124 has been removed from this interface. | A client program may change behavior. |
258 | Field GL_COMBINE_ALPHA (int) with the compile-time constant value 34162 has been removed from this interface. | A client program may change behavior. |
259 | Field GL_COMBINE_RGB (int) with the compile-time constant value 34161 has been removed from this interface. | A client program may change behavior. |
260 | Field GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT (int) with the compile-time constant value 34894 has been removed from this interface. | A client program may change behavior. |
261 | Field GL_COMPARE_R_TO_TEXTURE (int) with the compile-time constant value 34894 has been removed from this interface. | A client program may change behavior. |
262 | Field GL_COMPARE_R_TO_TEXTURE_ARB (int) with the compile-time constant value 34894 has been removed from this interface. | A client program may change behavior. |
263 | Field GL_COMPILE (int) with the compile-time constant value 4864 has been removed from this interface. | A client program may change behavior. |
264 | Field GL_COMPILE_AND_EXECUTE (int) with the compile-time constant value 4865 has been removed from this interface. | A client program may change behavior. |
265 | Field GL_COMPILE_STATUS (int) with the compile-time constant value 35713 has been removed from this interface. | A client program may change behavior. |
266 | Field GL_COMPRESSED_ALPHA (int) with the compile-time constant value 34025 has been removed from this interface. | A client program may change behavior. |
267 | Field GL_COMPRESSED_INTENSITY (int) with the compile-time constant value 34028 has been removed from this interface. | A client program may change behavior. |
268 | Field GL_COMPRESSED_LUMINANCE (int) with the compile-time constant value 34026 has been removed from this interface. | A client program may change behavior. |
269 | Field GL_COMPRESSED_LUMINANCE_ALPHA (int) with the compile-time constant value 34027 has been removed from this interface. | A client program may change behavior. |
270 | Field GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT (int) with the compile-time constant value 35954 has been removed from this interface. | A client program may change behavior. |
271 | Field GL_COMPRESSED_LUMINANCE_LATC1_EXT (int) with the compile-time constant value 35952 has been removed from this interface. | A client program may change behavior. |
272 | Field GL_COMPRESSED_RED_GREEN_RGTC2_EXT (int) with the compile-time constant value 36285 has been removed from this interface. | A client program may change behavior. |
273 | Field GL_COMPRESSED_RED_RGTC1_EXT (int) with the compile-time constant value 36283 has been removed from this interface. | A client program may change behavior. |
274 | Field GL_COMPRESSED_RGB (int) with the compile-time constant value 34029 has been removed from this interface. | A client program may change behavior. |
275 | Field GL_COMPRESSED_RGBA (int) with the compile-time constant value 34030 has been removed from this interface. | A client program may change behavior. |
276 | Field GL_COMPRESSED_RGBA_FXT1_3DFX (int) with the compile-time constant value 34481 has been removed from this interface. | A client program may change behavior. |
277 | Field GL_COMPRESSED_RGB_FXT1_3DFX (int) with the compile-time constant value 34480 has been removed from this interface. | A client program may change behavior. |
278 | Field GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT (int) with the compile-time constant value 35955 has been removed from this interface. | A client program may change behavior. |
279 | Field GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT (int) with the compile-time constant value 35953 has been removed from this interface. | A client program may change behavior. |
280 | Field GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT (int) with the compile-time constant value 36286 has been removed from this interface. | A client program may change behavior. |
281 | Field GL_COMPRESSED_SIGNED_RED_RGTC1_EXT (int) with the compile-time constant value 36284 has been removed from this interface. | A client program may change behavior. |
282 | Field GL_COMPRESSED_SLUMINANCE (int) with the compile-time constant value 35914 has been removed from this interface. | A client program may change behavior. |
283 | Field GL_COMPRESSED_SLUMINANCE_ALPHA (int) with the compile-time constant value 35915 has been removed from this interface. | A client program may change behavior. |
284 | Field GL_COMPRESSED_SLUMINANCE_ALPHA_EXT (int) with the compile-time constant value 35915 has been removed from this interface. | A client program may change behavior. |
285 | Field GL_COMPRESSED_SLUMINANCE_EXT (int) with the compile-time constant value 35914 has been removed from this interface. | A client program may change behavior. |
286 | Field GL_COMPRESSED_SRGB (int) with the compile-time constant value 35912 has been removed from this interface. | A client program may change behavior. |
287 | Field GL_COMPRESSED_SRGB_ALPHA (int) with the compile-time constant value 35913 has been removed from this interface. | A client program may change behavior. |
288 | Field GL_COMPRESSED_SRGB_ALPHA_EXT (int) with the compile-time constant value 35913 has been removed from this interface. | A client program may change behavior. |
289 | Field GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT (int) with the compile-time constant value 35917 has been removed from this interface. | A client program may change behavior. |
290 | Field GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT (int) with the compile-time constant value 35918 has been removed from this interface. | A client program may change behavior. |
291 | Field GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT (int) with the compile-time constant value 35919 has been removed from this interface. | A client program may change behavior. |
292 | Field GL_COMPRESSED_SRGB_EXT (int) with the compile-time constant value 35912 has been removed from this interface. | A client program may change behavior. |
293 | Field GL_COMPRESSED_SRGB_S3TC_DXT1_EXT (int) with the compile-time constant value 35916 has been removed from this interface. | A client program may change behavior. |
294 | Field GL_COMP_BIT_ATI (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
295 | Field GL_CONSERVE_MEMORY_HINT_PGI (int) with the compile-time constant value 107005 has been removed from this interface. | A client program may change behavior. |
296 | Field GL_CONSTANT (int) with the compile-time constant value 34166 has been removed from this interface. | A client program may change behavior. |
297 | Field GL_CONSTANT_ALPHA (int) with the compile-time constant value 32771 has been removed from this interface. | A client program may change behavior. |
298 | Field GL_CONSTANT_ATTENUATION (int) with the compile-time constant value 4615 has been removed from this interface. | A client program may change behavior. |
299 | Field GL_CONSTANT_BORDER (int) with the compile-time constant value 33105 has been removed from this interface. | A client program may change behavior. |
300 | Field GL_CONSTANT_COLOR (int) with the compile-time constant value 32769 has been removed from this interface. | A client program may change behavior. |
301 | Field GL_CONSTANT_COLOR0_NV (int) with the compile-time constant value 34090 has been removed from this interface. | A client program may change behavior. |
302 | Field GL_CONSTANT_COLOR1_NV (int) with the compile-time constant value 34091 has been removed from this interface. | A client program may change behavior. |
303 | Field GL_CONST_EYE_NV (int) with the compile-time constant value 34533 has been removed from this interface. | A client program may change behavior. |
304 | Field GL_CONVOLUTION_1D (int) with the compile-time constant value 32784 has been removed from this interface. | A client program may change behavior. |
305 | Field GL_CONVOLUTION_2D (int) with the compile-time constant value 32785 has been removed from this interface. | A client program may change behavior. |
306 | Field GL_CONVOLUTION_BORDER_COLOR (int) with the compile-time constant value 33108 has been removed from this interface. | A client program may change behavior. |
307 | Field GL_CONVOLUTION_BORDER_MODE (int) with the compile-time constant value 32787 has been removed from this interface. | A client program may change behavior. |
308 | Field GL_CONVOLUTION_FILTER_BIAS (int) with the compile-time constant value 32789 has been removed from this interface. | A client program may change behavior. |
309 | Field GL_CONVOLUTION_FILTER_SCALE (int) with the compile-time constant value 32788 has been removed from this interface. | A client program may change behavior. |
310 | Field GL_CONVOLUTION_FORMAT (int) with the compile-time constant value 32791 has been removed from this interface. | A client program may change behavior. |
311 | Field GL_CONVOLUTION_HEIGHT (int) with the compile-time constant value 32793 has been removed from this interface. | A client program may change behavior. |
312 | Field GL_CONVOLUTION_HINT_SGIX (int) with the compile-time constant value 33558 has been removed from this interface. | A client program may change behavior. |
313 | Field GL_CONVOLUTION_WIDTH (int) with the compile-time constant value 32792 has been removed from this interface. | A client program may change behavior. |
314 | Field GL_CON_0_ATI (int) with the compile-time constant value 35137 has been removed from this interface. | A client program may change behavior. |
315 | Field GL_CON_10_ATI (int) with the compile-time constant value 35147 has been removed from this interface. | A client program may change behavior. |
316 | Field GL_CON_11_ATI (int) with the compile-time constant value 35148 has been removed from this interface. | A client program may change behavior. |
317 | Field GL_CON_12_ATI (int) with the compile-time constant value 35149 has been removed from this interface. | A client program may change behavior. |
318 | Field GL_CON_13_ATI (int) with the compile-time constant value 35150 has been removed from this interface. | A client program may change behavior. |
319 | Field GL_CON_14_ATI (int) with the compile-time constant value 35151 has been removed from this interface. | A client program may change behavior. |
320 | Field GL_CON_15_ATI (int) with the compile-time constant value 35152 has been removed from this interface. | A client program may change behavior. |
321 | Field GL_CON_16_ATI (int) with the compile-time constant value 35153 has been removed from this interface. | A client program may change behavior. |
322 | Field GL_CON_17_ATI (int) with the compile-time constant value 35154 has been removed from this interface. | A client program may change behavior. |
323 | Field GL_CON_18_ATI (int) with the compile-time constant value 35155 has been removed from this interface. | A client program may change behavior. |
324 | Field GL_CON_19_ATI (int) with the compile-time constant value 35156 has been removed from this interface. | A client program may change behavior. |
325 | Field GL_CON_1_ATI (int) with the compile-time constant value 35138 has been removed from this interface. | A client program may change behavior. |
326 | Field GL_CON_20_ATI (int) with the compile-time constant value 35157 has been removed from this interface. | A client program may change behavior. |
327 | Field GL_CON_21_ATI (int) with the compile-time constant value 35158 has been removed from this interface. | A client program may change behavior. |
328 | Field GL_CON_22_ATI (int) with the compile-time constant value 35159 has been removed from this interface. | A client program may change behavior. |
329 | Field GL_CON_23_ATI (int) with the compile-time constant value 35160 has been removed from this interface. | A client program may change behavior. |
330 | Field GL_CON_24_ATI (int) with the compile-time constant value 35161 has been removed from this interface. | A client program may change behavior. |
331 | Field GL_CON_25_ATI (int) with the compile-time constant value 35162 has been removed from this interface. | A client program may change behavior. |
332 | Field GL_CON_26_ATI (int) with the compile-time constant value 35163 has been removed from this interface. | A client program may change behavior. |
333 | Field GL_CON_27_ATI (int) with the compile-time constant value 35164 has been removed from this interface. | A client program may change behavior. |
334 | Field GL_CON_28_ATI (int) with the compile-time constant value 35165 has been removed from this interface. | A client program may change behavior. |
335 | Field GL_CON_29_ATI (int) with the compile-time constant value 35166 has been removed from this interface. | A client program may change behavior. |
336 | Field GL_CON_2_ATI (int) with the compile-time constant value 35139 has been removed from this interface. | A client program may change behavior. |
337 | Field GL_CON_30_ATI (int) with the compile-time constant value 35167 has been removed from this interface. | A client program may change behavior. |
338 | Field GL_CON_31_ATI (int) with the compile-time constant value 35168 has been removed from this interface. | A client program may change behavior. |
339 | Field GL_CON_3_ATI (int) with the compile-time constant value 35140 has been removed from this interface. | A client program may change behavior. |
340 | Field GL_CON_4_ATI (int) with the compile-time constant value 35141 has been removed from this interface. | A client program may change behavior. |
341 | Field GL_CON_5_ATI (int) with the compile-time constant value 35142 has been removed from this interface. | A client program may change behavior. |
342 | Field GL_CON_6_ATI (int) with the compile-time constant value 35143 has been removed from this interface. | A client program may change behavior. |
343 | Field GL_CON_7_ATI (int) with the compile-time constant value 35144 has been removed from this interface. | A client program may change behavior. |
344 | Field GL_CON_8_ATI (int) with the compile-time constant value 35145 has been removed from this interface. | A client program may change behavior. |
345 | Field GL_CON_9_ATI (int) with the compile-time constant value 35146 has been removed from this interface. | A client program may change behavior. |
346 | Field GL_COORD_REPLACE (int) with the compile-time constant value 34914 has been removed from this interface. | A client program may change behavior. |
347 | Field GL_COORD_REPLACE_ARB (int) with the compile-time constant value 34914 has been removed from this interface. | A client program may change behavior. |
348 | Field GL_COORD_REPLACE_NV (int) with the compile-time constant value 34914 has been removed from this interface. | A client program may change behavior. |
349 | Field GL_COPY_PIXEL_TOKEN (int) with the compile-time constant value 1798 has been removed from this interface. | A client program may change behavior. |
350 | Field GL_CUBIC_EXT (int) with the compile-time constant value 33588 has been removed from this interface. | A client program may change behavior. |
351 | Field GL_CUBIC_HP (int) with the compile-time constant value 33119 has been removed from this interface. | A client program may change behavior. |
352 | Field GL_CULL_FRAGMENT_NV (int) with the compile-time constant value 34535 has been removed from this interface. | A client program may change behavior. |
353 | Field GL_CULL_MODES_NV (int) with the compile-time constant value 34528 has been removed from this interface. | A client program may change behavior. |
354 | Field GL_CULL_VERTEX_EXT (int) with the compile-time constant value 33194 has been removed from this interface. | A client program may change behavior. |
355 | Field GL_CULL_VERTEX_EYE_POSITION_EXT (int) with the compile-time constant value 33195 has been removed from this interface. | A client program may change behavior. |
356 | Field GL_CULL_VERTEX_IBM (int) with the compile-time constant value 103050 has been removed from this interface. | A client program may change behavior. |
357 | Field GL_CULL_VERTEX_OBJECT_POSITION_EXT (int) with the compile-time constant value 33196 has been removed from this interface. | A client program may change behavior. |
358 | Field GL_CURRENT_ATTRIB_NV (int) with the compile-time constant value 34342 has been removed from this interface. | A client program may change behavior. |
359 | Field GL_CURRENT_BIT (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
360 | Field GL_CURRENT_COLOR (int) with the compile-time constant value 2816 has been removed from this interface. | A client program may change behavior. |
361 | Field GL_CURRENT_FOG_COORD (int) with the compile-time constant value 33875 has been removed from this interface. | A client program may change behavior. |
362 | Field GL_CURRENT_FOG_COORDINATE (int) with the compile-time constant value 33875 has been removed from this interface. | A client program may change behavior. |
363 | Field GL_CURRENT_FOG_COORDINATE_EXT (int) with the compile-time constant value 33875 has been removed from this interface. | A client program may change behavior. |
364 | Field GL_CURRENT_INDEX (int) with the compile-time constant value 2817 has been removed from this interface. | A client program may change behavior. |
365 | Field GL_CURRENT_MATRIX_ARB (int) with the compile-time constant value 34369 has been removed from this interface. | A client program may change behavior. |
366 | Field GL_CURRENT_MATRIX_INDEX_ARB (int) with the compile-time constant value 34885 has been removed from this interface. | A client program may change behavior. |
367 | Field GL_CURRENT_MATRIX_NV (int) with the compile-time constant value 34369 has been removed from this interface. | A client program may change behavior. |
368 | Field GL_CURRENT_MATRIX_STACK_DEPTH_ARB (int) with the compile-time constant value 34368 has been removed from this interface. | A client program may change behavior. |
369 | Field GL_CURRENT_MATRIX_STACK_DEPTH_NV (int) with the compile-time constant value 34368 has been removed from this interface. | A client program may change behavior. |
370 | Field GL_CURRENT_NORMAL (int) with the compile-time constant value 2818 has been removed from this interface. | A client program may change behavior. |
371 | Field GL_CURRENT_OCCLUSION_QUERY_ID_NV (int) with the compile-time constant value 34917 has been removed from this interface. | A client program may change behavior. |
372 | Field GL_CURRENT_PALETTE_MATRIX_ARB (int) with the compile-time constant value 34883 has been removed from this interface. | A client program may change behavior. |
373 | Field GL_CURRENT_PROGRAM (int) with the compile-time constant value 35725 has been removed from this interface. | A client program may change behavior. |
374 | Field GL_CURRENT_QUERY (int) with the compile-time constant value 34917 has been removed from this interface. | A client program may change behavior. |
375 | Field GL_CURRENT_QUERY_ARB (int) with the compile-time constant value 34917 has been removed from this interface. | A client program may change behavior. |
376 | Field GL_CURRENT_RASTER_COLOR (int) with the compile-time constant value 2820 has been removed from this interface. | A client program may change behavior. |
377 | Field GL_CURRENT_RASTER_DISTANCE (int) with the compile-time constant value 2825 has been removed from this interface. | A client program may change behavior. |
378 | Field GL_CURRENT_RASTER_INDEX (int) with the compile-time constant value 2821 has been removed from this interface. | A client program may change behavior. |
379 | Field GL_CURRENT_RASTER_NORMAL_SGIX (int) with the compile-time constant value 33798 has been removed from this interface. | A client program may change behavior. |
380 | Field GL_CURRENT_RASTER_POSITION (int) with the compile-time constant value 2823 has been removed from this interface. | A client program may change behavior. |
381 | Field GL_CURRENT_RASTER_POSITION_VALID (int) with the compile-time constant value 2824 has been removed from this interface. | A client program may change behavior. |
382 | Field GL_CURRENT_RASTER_SECONDARY_COLOR (int) with the compile-time constant value 33887 has been removed from this interface. | A client program may change behavior. |
383 | Field GL_CURRENT_RASTER_TEXTURE_COORDS (int) with the compile-time constant value 2822 has been removed from this interface. | A client program may change behavior. |
384 | Field GL_CURRENT_SECONDARY_COLOR (int) with the compile-time constant value 33881 has been removed from this interface. | A client program may change behavior. |
385 | Field GL_CURRENT_SECONDARY_COLOR_EXT (int) with the compile-time constant value 33881 has been removed from this interface. | A client program may change behavior. |
386 | Field GL_CURRENT_TEXTURE_COORDS (int) with the compile-time constant value 2819 has been removed from this interface. | A client program may change behavior. |
387 | Field GL_CURRENT_VERTEX_ATTRIB (int) with the compile-time constant value 34342 has been removed from this interface. | A client program may change behavior. |
388 | Field GL_CURRENT_VERTEX_ATTRIB_ARB (int) with the compile-time constant value 34342 has been removed from this interface. | A client program may change behavior. |
389 | Field GL_CURRENT_VERTEX_EXT (int) with the compile-time constant value 34786 has been removed from this interface. | A client program may change behavior. |
390 | Field GL_CURRENT_VERTEX_WEIGHT_EXT (int) with the compile-time constant value 34059 has been removed from this interface. | A client program may change behavior. |
391 | Field GL_CURRENT_WEIGHT_ARB (int) with the compile-time constant value 34472 has been removed from this interface. | A client program may change behavior. |
392 | Field GL_DECAL (int) with the compile-time constant value 8449 has been removed from this interface. | A client program may change behavior. |
393 | Field GL_DECR_WRAP_EXT (int) with the compile-time constant value 34056 has been removed from this interface. | A client program may change behavior. |
394 | Field GL_DEFORMATIONS_MASK_SGIX (int) with the compile-time constant value 33174 has been removed from this interface. | A client program may change behavior. |
395 | Field GL_DELETE_STATUS (int) with the compile-time constant value 35712 has been removed from this interface. | A client program may change behavior. |
396 | Field GL_DEPENDENT_AR_TEXTURE_2D_NV (int) with the compile-time constant value 34537 has been removed from this interface. | A client program may change behavior. |
397 | Field GL_DEPENDENT_GB_TEXTURE_2D_NV (int) with the compile-time constant value 34538 has been removed from this interface. | A client program may change behavior. |
398 | Field GL_DEPENDENT_HILO_TEXTURE_2D_NV (int) with the compile-time constant value 34904 has been removed from this interface. | A client program may change behavior. |
399 | Field GL_DEPENDENT_RGB_TEXTURE_3D_NV (int) with the compile-time constant value 34905 has been removed from this interface. | A client program may change behavior. |
400 | Field GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV (int) with the compile-time constant value 34906 has been removed from this interface. | A client program may change behavior. |
401 | Field GL_DEPTH (int) with the compile-time constant value 6145 has been removed from this interface. | A client program may change behavior. |
402 | Field GL_DEPTH24_STENCIL8_EXT (int) with the compile-time constant value 35056 has been removed from this interface. | A client program may change behavior. |
403 | Field GL_DEPTH32F_STENCIL8_NV (int) with the compile-time constant value 36268 has been removed from this interface. | A client program may change behavior. |
404 | Field GL_DEPTH_ATTACHMENT_EXT (int) with the compile-time constant value 36096 has been removed from this interface. | A client program may change behavior. |
405 | Field GL_DEPTH_BIAS (int) with the compile-time constant value 3359 has been removed from this interface. | A client program may change behavior. |
406 | Field GL_DEPTH_BOUNDS_EXT (int) with the compile-time constant value 34961 has been removed from this interface. | A client program may change behavior. |
407 | Field GL_DEPTH_BOUNDS_TEST_EXT (int) with the compile-time constant value 34960 has been removed from this interface. | A client program may change behavior. |
408 | Field GL_DEPTH_BUFFER_FLOAT_MODE_NV (int) with the compile-time constant value 36271 has been removed from this interface. | A client program may change behavior. |
409 | Field GL_DEPTH_CLAMP_NV (int) with the compile-time constant value 34383 has been removed from this interface. | A client program may change behavior. |
410 | Field GL_DEPTH_COMPONENT (int) with the compile-time constant value 6402 has been removed from this interface. | A client program may change behavior. |
411 | Field GL_DEPTH_COMPONENT16_ARB (int) with the compile-time constant value 33189 has been removed from this interface. | A client program may change behavior. |
412 | Field GL_DEPTH_COMPONENT16_SGIX (int) with the compile-time constant value 33189 has been removed from this interface. | A client program may change behavior. |
413 | Field GL_DEPTH_COMPONENT24_ARB (int) with the compile-time constant value 33190 has been removed from this interface. | A client program may change behavior. |
414 | Field GL_DEPTH_COMPONENT24_SGIX (int) with the compile-time constant value 33190 has been removed from this interface. | A client program may change behavior. |
415 | Field GL_DEPTH_COMPONENT32F_NV (int) with the compile-time constant value 36267 has been removed from this interface. | A client program may change behavior. |
416 | Field GL_DEPTH_COMPONENT32_ARB (int) with the compile-time constant value 33191 has been removed from this interface. | A client program may change behavior. |
417 | Field GL_DEPTH_COMPONENT32_SGIX (int) with the compile-time constant value 33191 has been removed from this interface. | A client program may change behavior. |
418 | Field GL_DEPTH_PASS_INSTRUMENT_COUNTERS_SGIX (int) with the compile-time constant value 33553 has been removed from this interface. | A client program may change behavior. |
419 | Field GL_DEPTH_PASS_INSTRUMENT_MAX_SGIX (int) with the compile-time constant value 33554 has been removed from this interface. | A client program may change behavior. |
420 | Field GL_DEPTH_PASS_INSTRUMENT_SGIX (int) with the compile-time constant value 33552 has been removed from this interface. | A client program may change behavior. |
421 | Field GL_DEPTH_SCALE (int) with the compile-time constant value 3358 has been removed from this interface. | A client program may change behavior. |
422 | Field GL_DEPTH_STENCIL_EXT (int) with the compile-time constant value 34041 has been removed from this interface. | A client program may change behavior. |
423 | Field GL_DEPTH_STENCIL_NV (int) with the compile-time constant value 34041 has been removed from this interface. | A client program may change behavior. |
424 | Field GL_DEPTH_STENCIL_TO_BGRA_NV (int) with the compile-time constant value 34927 has been removed from this interface. | A client program may change behavior. |
425 | Field GL_DEPTH_STENCIL_TO_RGBA_NV (int) with the compile-time constant value 34926 has been removed from this interface. | A client program may change behavior. |
426 | Field GL_DEPTH_TEXTURE_MODE (int) with the compile-time constant value 34891 has been removed from this interface. | A client program may change behavior. |
427 | Field GL_DEPTH_TEXTURE_MODE_ARB (int) with the compile-time constant value 34891 has been removed from this interface. | A client program may change behavior. |
428 | Field GL_DETAIL_TEXTURE_2D_BINDING_SGIS (int) with the compile-time constant value 32918 has been removed from this interface. | A client program may change behavior. |
429 | Field GL_DETAIL_TEXTURE_2D_SGIS (int) with the compile-time constant value 32917 has been removed from this interface. | A client program may change behavior. |
430 | Field GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS (int) with the compile-time constant value 32924 has been removed from this interface. | A client program may change behavior. |
431 | Field GL_DETAIL_TEXTURE_LEVEL_SGIS (int) with the compile-time constant value 32922 has been removed from this interface. | A client program may change behavior. |
432 | Field GL_DETAIL_TEXTURE_MODE_SGIS (int) with the compile-time constant value 32923 has been removed from this interface. | A client program may change behavior. |
433 | Field GL_DIFFUSE (int) with the compile-time constant value 4609 has been removed from this interface. | A client program may change behavior. |
434 | Field GL_DISCARD_ATI (int) with the compile-time constant value 34659 has been removed from this interface. | A client program may change behavior. |
435 | Field GL_DISCARD_NV (int) with the compile-time constant value 34096 has been removed from this interface. | A client program may change behavior. |
436 | Field GL_DISTANCE_ATTENUATION_EXT (int) with the compile-time constant value 33065 has been removed from this interface. | A client program may change behavior. |
437 | Field GL_DISTANCE_ATTENUATION_SGIS (int) with the compile-time constant value 33065 has been removed from this interface. | A client program may change behavior. |
438 | Field GL_DOMAIN (int) with the compile-time constant value 2562 has been removed from this interface. | A client program may change behavior. |
439 | Field GL_DOT2_ADD_ATI (int) with the compile-time constant value 35180 has been removed from this interface. | A client program may change behavior. |
440 | Field GL_DOT3_ATI (int) with the compile-time constant value 35174 has been removed from this interface. | A client program may change behavior. |
441 | Field GL_DOT3_RGB (int) with the compile-time constant value 34478 has been removed from this interface. | A client program may change behavior. |
442 | Field GL_DOT3_RGBA (int) with the compile-time constant value 34479 has been removed from this interface. | A client program may change behavior. |
443 | Field GL_DOT4_ATI (int) with the compile-time constant value 35175 has been removed from this interface. | A client program may change behavior. |
444 | Field GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV (int) with the compile-time constant value 34909 has been removed from this interface. | A client program may change behavior. |
445 | Field GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV (int) with the compile-time constant value 34547 has been removed from this interface. | A client program may change behavior. |
446 | Field GL_DOT_PRODUCT_DEPTH_REPLACE_NV (int) with the compile-time constant value 34541 has been removed from this interface. | A client program may change behavior. |
447 | Field GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV (int) with the compile-time constant value 34545 has been removed from this interface. | A client program may change behavior. |
448 | Field GL_DOT_PRODUCT_NV (int) with the compile-time constant value 34540 has been removed from this interface. | A client program may change behavior. |
449 | Field GL_DOT_PRODUCT_PASS_THROUGH_NV (int) with the compile-time constant value 34907 has been removed from this interface. | A client program may change behavior. |
450 | Field GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV (int) with the compile-time constant value 34546 has been removed from this interface. | A client program may change behavior. |
451 | Field GL_DOT_PRODUCT_TEXTURE_1D_NV (int) with the compile-time constant value 34908 has been removed from this interface. | A client program may change behavior. |
452 | Field GL_DOT_PRODUCT_TEXTURE_2D_NV (int) with the compile-time constant value 34542 has been removed from this interface. | A client program may change behavior. |
453 | Field GL_DOT_PRODUCT_TEXTURE_3D_NV (int) with the compile-time constant value 34543 has been removed from this interface. | A client program may change behavior. |
454 | Field GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV (int) with the compile-time constant value 34544 has been removed from this interface. | A client program may change behavior. |
455 | Field GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34382 has been removed from this interface. | A client program may change behavior. |
456 | Field GL_DOUBLE (int) with the compile-time constant value 5130 has been removed from this interface. | A client program may change behavior. |
457 | Field GL_DOUBLEBUFFER (int) with the compile-time constant value 3122 has been removed from this interface. | A client program may change behavior. |
458 | Field GL_DRAW_BUFFER (int) with the compile-time constant value 3073 has been removed from this interface. | A client program may change behavior. |
459 | Field GL_DRAW_BUFFER0 (int) with the compile-time constant value 34853 has been removed from this interface. | A client program may change behavior. |
460 | Field GL_DRAW_BUFFER0_ARB (int) with the compile-time constant value 34853 has been removed from this interface. | A client program may change behavior. |
461 | Field GL_DRAW_BUFFER0_ATI (int) with the compile-time constant value 34853 has been removed from this interface. | A client program may change behavior. |
462 | Field GL_DRAW_BUFFER1 (int) with the compile-time constant value 34854 has been removed from this interface. | A client program may change behavior. |
463 | Field GL_DRAW_BUFFER10 (int) with the compile-time constant value 34863 has been removed from this interface. | A client program may change behavior. |
464 | Field GL_DRAW_BUFFER10_ARB (int) with the compile-time constant value 34863 has been removed from this interface. | A client program may change behavior. |
465 | Field GL_DRAW_BUFFER10_ATI (int) with the compile-time constant value 34863 has been removed from this interface. | A client program may change behavior. |
466 | Field GL_DRAW_BUFFER11 (int) with the compile-time constant value 34864 has been removed from this interface. | A client program may change behavior. |
467 | Field GL_DRAW_BUFFER11_ARB (int) with the compile-time constant value 34864 has been removed from this interface. | A client program may change behavior. |
468 | Field GL_DRAW_BUFFER11_ATI (int) with the compile-time constant value 34864 has been removed from this interface. | A client program may change behavior. |
469 | Field GL_DRAW_BUFFER12 (int) with the compile-time constant value 34865 has been removed from this interface. | A client program may change behavior. |
470 | Field GL_DRAW_BUFFER12_ARB (int) with the compile-time constant value 34865 has been removed from this interface. | A client program may change behavior. |
471 | Field GL_DRAW_BUFFER12_ATI (int) with the compile-time constant value 34865 has been removed from this interface. | A client program may change behavior. |
472 | Field GL_DRAW_BUFFER13 (int) with the compile-time constant value 34866 has been removed from this interface. | A client program may change behavior. |
473 | Field GL_DRAW_BUFFER13_ARB (int) with the compile-time constant value 34866 has been removed from this interface. | A client program may change behavior. |
474 | Field GL_DRAW_BUFFER13_ATI (int) with the compile-time constant value 34866 has been removed from this interface. | A client program may change behavior. |
475 | Field GL_DRAW_BUFFER14 (int) with the compile-time constant value 34867 has been removed from this interface. | A client program may change behavior. |
476 | Field GL_DRAW_BUFFER14_ARB (int) with the compile-time constant value 34867 has been removed from this interface. | A client program may change behavior. |
477 | Field GL_DRAW_BUFFER14_ATI (int) with the compile-time constant value 34867 has been removed from this interface. | A client program may change behavior. |
478 | Field GL_DRAW_BUFFER15 (int) with the compile-time constant value 34868 has been removed from this interface. | A client program may change behavior. |
479 | Field GL_DRAW_BUFFER15_ARB (int) with the compile-time constant value 34868 has been removed from this interface. | A client program may change behavior. |
480 | Field GL_DRAW_BUFFER15_ATI (int) with the compile-time constant value 34868 has been removed from this interface. | A client program may change behavior. |
481 | Field GL_DRAW_BUFFER1_ARB (int) with the compile-time constant value 34854 has been removed from this interface. | A client program may change behavior. |
482 | Field GL_DRAW_BUFFER1_ATI (int) with the compile-time constant value 34854 has been removed from this interface. | A client program may change behavior. |
483 | Field GL_DRAW_BUFFER2 (int) with the compile-time constant value 34855 has been removed from this interface. | A client program may change behavior. |
484 | Field GL_DRAW_BUFFER2_ARB (int) with the compile-time constant value 34855 has been removed from this interface. | A client program may change behavior. |
485 | Field GL_DRAW_BUFFER2_ATI (int) with the compile-time constant value 34855 has been removed from this interface. | A client program may change behavior. |
486 | Field GL_DRAW_BUFFER3 (int) with the compile-time constant value 34856 has been removed from this interface. | A client program may change behavior. |
487 | Field GL_DRAW_BUFFER3_ARB (int) with the compile-time constant value 34856 has been removed from this interface. | A client program may change behavior. |
488 | Field GL_DRAW_BUFFER3_ATI (int) with the compile-time constant value 34856 has been removed from this interface. | A client program may change behavior. |
489 | Field GL_DRAW_BUFFER4 (int) with the compile-time constant value 34857 has been removed from this interface. | A client program may change behavior. |
490 | Field GL_DRAW_BUFFER4_ARB (int) with the compile-time constant value 34857 has been removed from this interface. | A client program may change behavior. |
491 | Field GL_DRAW_BUFFER4_ATI (int) with the compile-time constant value 34857 has been removed from this interface. | A client program may change behavior. |
492 | Field GL_DRAW_BUFFER5 (int) with the compile-time constant value 34858 has been removed from this interface. | A client program may change behavior. |
493 | Field GL_DRAW_BUFFER5_ARB (int) with the compile-time constant value 34858 has been removed from this interface. | A client program may change behavior. |
494 | Field GL_DRAW_BUFFER5_ATI (int) with the compile-time constant value 34858 has been removed from this interface. | A client program may change behavior. |
495 | Field GL_DRAW_BUFFER6 (int) with the compile-time constant value 34859 has been removed from this interface. | A client program may change behavior. |
496 | Field GL_DRAW_BUFFER6_ARB (int) with the compile-time constant value 34859 has been removed from this interface. | A client program may change behavior. |
497 | Field GL_DRAW_BUFFER6_ATI (int) with the compile-time constant value 34859 has been removed from this interface. | A client program may change behavior. |
498 | Field GL_DRAW_BUFFER7 (int) with the compile-time constant value 34860 has been removed from this interface. | A client program may change behavior. |
499 | Field GL_DRAW_BUFFER7_ARB (int) with the compile-time constant value 34860 has been removed from this interface. | A client program may change behavior. |
500 | Field GL_DRAW_BUFFER7_ATI (int) with the compile-time constant value 34860 has been removed from this interface. | A client program may change behavior. |
501 | Field GL_DRAW_BUFFER8 (int) with the compile-time constant value 34861 has been removed from this interface. | A client program may change behavior. |
502 | Field GL_DRAW_BUFFER8_ARB (int) with the compile-time constant value 34861 has been removed from this interface. | A client program may change behavior. |
503 | Field GL_DRAW_BUFFER8_ATI (int) with the compile-time constant value 34861 has been removed from this interface. | A client program may change behavior. |
504 | Field GL_DRAW_BUFFER9 (int) with the compile-time constant value 34862 has been removed from this interface. | A client program may change behavior. |
505 | Field GL_DRAW_BUFFER9_ARB (int) with the compile-time constant value 34862 has been removed from this interface. | A client program may change behavior. |
506 | Field GL_DRAW_BUFFER9_ATI (int) with the compile-time constant value 34862 has been removed from this interface. | A client program may change behavior. |
507 | Field GL_DRAW_FRAMEBUFFER_BINDING_EXT (int) with the compile-time constant value 36010 has been removed from this interface. | A client program may change behavior. |
508 | Field GL_DRAW_FRAMEBUFFER_EXT (int) with the compile-time constant value 36009 has been removed from this interface. | A client program may change behavior. |
509 | Field GL_DRAW_PIXELS_APPLE (int) with the compile-time constant value 35338 has been removed from this interface. | A client program may change behavior. |
510 | Field GL_DRAW_PIXEL_TOKEN (int) with the compile-time constant value 1797 has been removed from this interface. | A client program may change behavior. |
511 | Field GL_DSDT8_MAG8_INTENSITY8_NV (int) with the compile-time constant value 34571 has been removed from this interface. | A client program may change behavior. |
512 | Field GL_DSDT8_MAG8_NV (int) with the compile-time constant value 34570 has been removed from this interface. | A client program may change behavior. |
513 | Field GL_DSDT8_NV (int) with the compile-time constant value 34569 has been removed from this interface. | A client program may change behavior. |
514 | Field GL_DSDT_MAG_INTENSITY_NV (int) with the compile-time constant value 34524 has been removed from this interface. | A client program may change behavior. |
515 | Field GL_DSDT_MAG_NV (int) with the compile-time constant value 34550 has been removed from this interface. | A client program may change behavior. |
516 | Field GL_DSDT_MAG_VIB_NV (int) with the compile-time constant value 34551 has been removed from this interface. | A client program may change behavior. |
517 | Field GL_DSDT_NV (int) with the compile-time constant value 34549 has been removed from this interface. | A client program may change behavior. |
518 | Field GL_DS_BIAS_NV (int) with the compile-time constant value 34582 has been removed from this interface. | A client program may change behavior. |
519 | Field GL_DS_SCALE_NV (int) with the compile-time constant value 34576 has been removed from this interface. | A client program may change behavior. |
520 | Field GL_DT_BIAS_NV (int) with the compile-time constant value 34583 has been removed from this interface. | A client program may change behavior. |
521 | Field GL_DT_SCALE_NV (int) with the compile-time constant value 34577 has been removed from this interface. | A client program may change behavior. |
522 | Field GL_DU8DV8_ATI (int) with the compile-time constant value 34682 has been removed from this interface. | A client program may change behavior. |
523 | Field GL_DUAL_ALPHA12_SGIS (int) with the compile-time constant value 33042 has been removed from this interface. | A client program may change behavior. |
524 | Field GL_DUAL_ALPHA16_SGIS (int) with the compile-time constant value 33043 has been removed from this interface. | A client program may change behavior. |
525 | Field GL_DUAL_ALPHA4_SGIS (int) with the compile-time constant value 33040 has been removed from this interface. | A client program may change behavior. |
526 | Field GL_DUAL_ALPHA8_SGIS (int) with the compile-time constant value 33041 has been removed from this interface. | A client program may change behavior. |
527 | Field GL_DUAL_INTENSITY12_SGIS (int) with the compile-time constant value 33050 has been removed from this interface. | A client program may change behavior. |
528 | Field GL_DUAL_INTENSITY16_SGIS (int) with the compile-time constant value 33051 has been removed from this interface. | A client program may change behavior. |
529 | Field GL_DUAL_INTENSITY4_SGIS (int) with the compile-time constant value 33048 has been removed from this interface. | A client program may change behavior. |
530 | Field GL_DUAL_INTENSITY8_SGIS (int) with the compile-time constant value 33049 has been removed from this interface. | A client program may change behavior. |
531 | Field GL_DUAL_LUMINANCE12_SGIS (int) with the compile-time constant value 33046 has been removed from this interface. | A client program may change behavior. |
532 | Field GL_DUAL_LUMINANCE16_SGIS (int) with the compile-time constant value 33047 has been removed from this interface. | A client program may change behavior. |
533 | Field GL_DUAL_LUMINANCE4_SGIS (int) with the compile-time constant value 33044 has been removed from this interface. | A client program may change behavior. |
534 | Field GL_DUAL_LUMINANCE8_SGIS (int) with the compile-time constant value 33045 has been removed from this interface. | A client program may change behavior. |
535 | Field GL_DUAL_LUMINANCE_ALPHA4_SGIS (int) with the compile-time constant value 33052 has been removed from this interface. | A client program may change behavior. |
536 | Field GL_DUAL_LUMINANCE_ALPHA8_SGIS (int) with the compile-time constant value 33053 has been removed from this interface. | A client program may change behavior. |
537 | Field GL_DUAL_TEXTURE_SELECT_SGIS (int) with the compile-time constant value 33060 has been removed from this interface. | A client program may change behavior. |
538 | Field GL_DUDV_ATI (int) with the compile-time constant value 34681 has been removed from this interface. | A client program may change behavior. |
539 | Field GL_DYNAMIC_ATI (int) with the compile-time constant value 34657 has been removed from this interface. | A client program may change behavior. |
540 | Field GL_DYNAMIC_COPY (int) with the compile-time constant value 35050 has been removed from this interface. | A client program may change behavior. |
541 | Field GL_DYNAMIC_COPY_ARB (int) with the compile-time constant value 35050 has been removed from this interface. | A client program may change behavior. |
542 | Field GL_DYNAMIC_DRAW_ARB (int) with the compile-time constant value 35048 has been removed from this interface. | A client program may change behavior. |
543 | Field GL_DYNAMIC_READ (int) with the compile-time constant value 35049 has been removed from this interface. | A client program may change behavior. |
544 | Field GL_DYNAMIC_READ_ARB (int) with the compile-time constant value 35049 has been removed from this interface. | A client program may change behavior. |
545 | Field GL_EDGEFLAG_BIT_PGI (int) with the compile-time constant value 262144 has been removed from this interface. | A client program may change behavior. |
546 | Field GL_EDGE_FLAG (int) with the compile-time constant value 2883 has been removed from this interface. | A client program may change behavior. |
547 | Field GL_EDGE_FLAG_ARRAY (int) with the compile-time constant value 32889 has been removed from this interface. | A client program may change behavior. |
548 | Field GL_EDGE_FLAG_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34971 has been removed from this interface. | A client program may change behavior. |
549 | Field GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34971 has been removed from this interface. | A client program may change behavior. |
550 | Field GL_EDGE_FLAG_ARRAY_POINTER (int) with the compile-time constant value 32915 has been removed from this interface. | A client program may change behavior. |
551 | Field GL_EDGE_FLAG_ARRAY_STRIDE (int) with the compile-time constant value 32908 has been removed from this interface. | A client program may change behavior. |
552 | Field GL_EIGHTH_BIT_ATI (int) with the compile-time constant value 32 has been removed from this interface. | A client program may change behavior. |
553 | Field GL_ELEMENT_ARRAY_APPLE (int) with the compile-time constant value 34664 has been removed from this interface. | A client program may change behavior. |
554 | Field GL_ELEMENT_ARRAY_ATI (int) with the compile-time constant value 34664 has been removed from this interface. | A client program may change behavior. |
555 | Field GL_ELEMENT_ARRAY_BUFFER_ARB (int) with the compile-time constant value 34963 has been removed from this interface. | A client program may change behavior. |
556 | Field GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34965 has been removed from this interface. | A client program may change behavior. |
557 | Field GL_ELEMENT_ARRAY_POINTER_APPLE (int) with the compile-time constant value 34666 has been removed from this interface. | A client program may change behavior. |
558 | Field GL_ELEMENT_ARRAY_POINTER_ATI (int) with the compile-time constant value 34666 has been removed from this interface. | A client program may change behavior. |
559 | Field GL_ELEMENT_ARRAY_TYPE_APPLE (int) with the compile-time constant value 34665 has been removed from this interface. | A client program may change behavior. |
560 | Field GL_ELEMENT_ARRAY_TYPE_ATI (int) with the compile-time constant value 34665 has been removed from this interface. | A client program may change behavior. |
561 | Field GL_EMBOSS_CONSTANT_NV (int) with the compile-time constant value 34142 has been removed from this interface. | A client program may change behavior. |
562 | Field GL_EMBOSS_LIGHT_NV (int) with the compile-time constant value 34141 has been removed from this interface. | A client program may change behavior. |
563 | Field GL_EMBOSS_MAP_NV (int) with the compile-time constant value 34143 has been removed from this interface. | A client program may change behavior. |
564 | Field GL_EMISSION (int) with the compile-time constant value 5632 has been removed from this interface. | A client program may change behavior. |
565 | Field GL_ENABLE_BIT (int) with the compile-time constant value 8192 has been removed from this interface. | A client program may change behavior. |
566 | Field GL_EVAL_2D_NV (int) with the compile-time constant value 34496 has been removed from this interface. | A client program may change behavior. |
567 | Field GL_EVAL_BIT (int) with the compile-time constant value 65536 has been removed from this interface. | A client program may change behavior. |
568 | Field GL_EVAL_FRACTIONAL_TESSELLATION_NV (int) with the compile-time constant value 34501 has been removed from this interface. | A client program may change behavior. |
569 | Field GL_EVAL_TRIANGULAR_2D_NV (int) with the compile-time constant value 34497 has been removed from this interface. | A client program may change behavior. |
570 | Field GL_EVAL_VERTEX_ATTRIB0_NV (int) with the compile-time constant value 34502 has been removed from this interface. | A client program may change behavior. |
571 | Field GL_EVAL_VERTEX_ATTRIB10_NV (int) with the compile-time constant value 34512 has been removed from this interface. | A client program may change behavior. |
572 | Field GL_EVAL_VERTEX_ATTRIB11_NV (int) with the compile-time constant value 34513 has been removed from this interface. | A client program may change behavior. |
573 | Field GL_EVAL_VERTEX_ATTRIB12_NV (int) with the compile-time constant value 34514 has been removed from this interface. | A client program may change behavior. |
574 | Field GL_EVAL_VERTEX_ATTRIB13_NV (int) with the compile-time constant value 34515 has been removed from this interface. | A client program may change behavior. |
575 | Field GL_EVAL_VERTEX_ATTRIB14_NV (int) with the compile-time constant value 34516 has been removed from this interface. | A client program may change behavior. |
576 | Field GL_EVAL_VERTEX_ATTRIB15_NV (int) with the compile-time constant value 34517 has been removed from this interface. | A client program may change behavior. |
577 | Field GL_EVAL_VERTEX_ATTRIB1_NV (int) with the compile-time constant value 34503 has been removed from this interface. | A client program may change behavior. |
578 | Field GL_EVAL_VERTEX_ATTRIB2_NV (int) with the compile-time constant value 34504 has been removed from this interface. | A client program may change behavior. |
579 | Field GL_EVAL_VERTEX_ATTRIB3_NV (int) with the compile-time constant value 34505 has been removed from this interface. | A client program may change behavior. |
580 | Field GL_EVAL_VERTEX_ATTRIB4_NV (int) with the compile-time constant value 34506 has been removed from this interface. | A client program may change behavior. |
581 | Field GL_EVAL_VERTEX_ATTRIB5_NV (int) with the compile-time constant value 34507 has been removed from this interface. | A client program may change behavior. |
582 | Field GL_EVAL_VERTEX_ATTRIB6_NV (int) with the compile-time constant value 34508 has been removed from this interface. | A client program may change behavior. |
583 | Field GL_EVAL_VERTEX_ATTRIB7_NV (int) with the compile-time constant value 34509 has been removed from this interface. | A client program may change behavior. |
584 | Field GL_EVAL_VERTEX_ATTRIB8_NV (int) with the compile-time constant value 34510 has been removed from this interface. | A client program may change behavior. |
585 | Field GL_EVAL_VERTEX_ATTRIB9_NV (int) with the compile-time constant value 34511 has been removed from this interface. | A client program may change behavior. |
586 | Field GL_EXP (int) with the compile-time constant value 2048 has been removed from this interface. | A client program may change behavior. |
587 | Field GL_EXP2 (int) with the compile-time constant value 2049 has been removed from this interface. | A client program may change behavior. |
588 | Field GL_EXPAND_NEGATE_NV (int) with the compile-time constant value 34105 has been removed from this interface. | A client program may change behavior. |
589 | Field GL_EXPAND_NORMAL_NV (int) with the compile-time constant value 34104 has been removed from this interface. | A client program may change behavior. |
590 | Field GL_EYE_DISTANCE_TO_LINE_SGIS (int) with the compile-time constant value 33266 has been removed from this interface. | A client program may change behavior. |
591 | Field GL_EYE_DISTANCE_TO_POINT_SGIS (int) with the compile-time constant value 33264 has been removed from this interface. | A client program may change behavior. |
592 | Field GL_EYE_LINEAR (int) with the compile-time constant value 9216 has been removed from this interface. | A client program may change behavior. |
593 | Field GL_EYE_LINE_SGIS (int) with the compile-time constant value 33270 has been removed from this interface. | A client program may change behavior. |
594 | Field GL_EYE_PLANE (int) with the compile-time constant value 9474 has been removed from this interface. | A client program may change behavior. |
595 | Field GL_EYE_PLANE_ABSOLUTE_NV (int) with the compile-time constant value 34140 has been removed from this interface. | A client program may change behavior. |
596 | Field GL_EYE_POINT_SGIS (int) with the compile-time constant value 33268 has been removed from this interface. | A client program may change behavior. |
597 | Field GL_EYE_RADIAL_NV (int) with the compile-time constant value 34139 has been removed from this interface. | A client program may change behavior. |
598 | Field GL_E_TIMES_F_NV (int) with the compile-time constant value 34097 has been removed from this interface. | A client program may change behavior. |
599 | Field GL_FEEDBACK (int) with the compile-time constant value 7169 has been removed from this interface. | A client program may change behavior. |
600 | Field GL_FEEDBACK_BUFFER_POINTER (int) with the compile-time constant value 3568 has been removed from this interface. | A client program may change behavior. |
601 | Field GL_FEEDBACK_BUFFER_SIZE (int) with the compile-time constant value 3569 has been removed from this interface. | A client program may change behavior. |
602 | Field GL_FEEDBACK_BUFFER_TYPE (int) with the compile-time constant value 3570 has been removed from this interface. | A client program may change behavior. |
603 | Field GL_FENCE_APPLE (int) with the compile-time constant value 35339 has been removed from this interface. | A client program may change behavior. |
604 | Field GL_FENCE_CONDITION_NV (int) with the compile-time constant value 34036 has been removed from this interface. | A client program may change behavior. |
605 | Field GL_FENCE_STATUS_NV (int) with the compile-time constant value 34035 has been removed from this interface. | A client program may change behavior. |
606 | Field GL_FILL (int) with the compile-time constant value 6914 has been removed from this interface. | A client program may change behavior. |
607 | Field GL_FILTER4_SGIS (int) with the compile-time constant value 33094 has been removed from this interface. | A client program may change behavior. |
608 | Field GL_FIXED_ONLY_ARB (int) with the compile-time constant value 35101 has been removed from this interface. | A client program may change behavior. |
609 | Field GL_FLAT (int) with the compile-time constant value 7424 has been removed from this interface. | A client program may change behavior. |
610 | Field GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV (int) with the compile-time constant value 36269 has been removed from this interface. | A client program may change behavior. |
611 | Field GL_FLOAT_CLEAR_COLOR_VALUE_NV (int) with the compile-time constant value 34957 has been removed from this interface. | A client program may change behavior. |
612 | Field GL_FLOAT_MAT2 (int) with the compile-time constant value 35674 has been removed from this interface. | A client program may change behavior. |
613 | Field GL_FLOAT_MAT2_ARB (int) with the compile-time constant value 35674 has been removed from this interface. | A client program may change behavior. |
614 | Field GL_FLOAT_MAT2x3 (int) with the compile-time constant value 35685 has been removed from this interface. | A client program may change behavior. |
615 | Field GL_FLOAT_MAT2x4 (int) with the compile-time constant value 35686 has been removed from this interface. | A client program may change behavior. |
616 | Field GL_FLOAT_MAT3 (int) with the compile-time constant value 35675 has been removed from this interface. | A client program may change behavior. |
617 | Field GL_FLOAT_MAT3_ARB (int) with the compile-time constant value 35675 has been removed from this interface. | A client program may change behavior. |
618 | Field GL_FLOAT_MAT3x2 (int) with the compile-time constant value 35687 has been removed from this interface. | A client program may change behavior. |
619 | Field GL_FLOAT_MAT3x4 (int) with the compile-time constant value 35688 has been removed from this interface. | A client program may change behavior. |
620 | Field GL_FLOAT_MAT4 (int) with the compile-time constant value 35676 has been removed from this interface. | A client program may change behavior. |
621 | Field GL_FLOAT_MAT4_ARB (int) with the compile-time constant value 35676 has been removed from this interface. | A client program may change behavior. |
622 | Field GL_FLOAT_MAT4x2 (int) with the compile-time constant value 35689 has been removed from this interface. | A client program may change behavior. |
623 | Field GL_FLOAT_MAT4x3 (int) with the compile-time constant value 35690 has been removed from this interface. | A client program may change behavior. |
624 | Field GL_FLOAT_R16_NV (int) with the compile-time constant value 34948 has been removed from this interface. | A client program may change behavior. |
625 | Field GL_FLOAT_R32_NV (int) with the compile-time constant value 34949 has been removed from this interface. | A client program may change behavior. |
626 | Field GL_FLOAT_RG16_NV (int) with the compile-time constant value 34950 has been removed from this interface. | A client program may change behavior. |
627 | Field GL_FLOAT_RG32_NV (int) with the compile-time constant value 34951 has been removed from this interface. | A client program may change behavior. |
628 | Field GL_FLOAT_RGB16_NV (int) with the compile-time constant value 34952 has been removed from this interface. | A client program may change behavior. |
629 | Field GL_FLOAT_RGB32_NV (int) with the compile-time constant value 34953 has been removed from this interface. | A client program may change behavior. |
630 | Field GL_FLOAT_RGBA16_NV (int) with the compile-time constant value 34954 has been removed from this interface. | A client program may change behavior. |
631 | Field GL_FLOAT_RGBA32_NV (int) with the compile-time constant value 34955 has been removed from this interface. | A client program may change behavior. |
632 | Field GL_FLOAT_RGBA_MODE_NV (int) with the compile-time constant value 34958 has been removed from this interface. | A client program may change behavior. |
633 | Field GL_FLOAT_RGBA_NV (int) with the compile-time constant value 34947 has been removed from this interface. | A client program may change behavior. |
634 | Field GL_FLOAT_RGB_NV (int) with the compile-time constant value 34946 has been removed from this interface. | A client program may change behavior. |
635 | Field GL_FLOAT_RG_NV (int) with the compile-time constant value 34945 has been removed from this interface. | A client program may change behavior. |
636 | Field GL_FLOAT_R_NV (int) with the compile-time constant value 34944 has been removed from this interface. | A client program may change behavior. |
637 | Field GL_FLOAT_VEC2 (int) with the compile-time constant value 35664 has been removed from this interface. | A client program may change behavior. |
638 | Field GL_FLOAT_VEC2_ARB (int) with the compile-time constant value 35664 has been removed from this interface. | A client program may change behavior. |
639 | Field GL_FLOAT_VEC3 (int) with the compile-time constant value 35665 has been removed from this interface. | A client program may change behavior. |
640 | Field GL_FLOAT_VEC3_ARB (int) with the compile-time constant value 35665 has been removed from this interface. | A client program may change behavior. |
641 | Field GL_FLOAT_VEC4 (int) with the compile-time constant value 35666 has been removed from this interface. | A client program may change behavior. |
642 | Field GL_FLOAT_VEC4_ARB (int) with the compile-time constant value 35666 has been removed from this interface. | A client program may change behavior. |
643 | Field GL_FOG (int) with the compile-time constant value 2912 has been removed from this interface. | A client program may change behavior. |
644 | Field GL_FOG_BIT (int) with the compile-time constant value 128 has been removed from this interface. | A client program may change behavior. |
645 | Field GL_FOG_COLOR (int) with the compile-time constant value 2918 has been removed from this interface. | A client program may change behavior. |
646 | Field GL_FOG_COORD (int) with the compile-time constant value 33873 has been removed from this interface. | A client program may change behavior. |
647 | Field GL_FOG_COORDINATE (int) with the compile-time constant value 33873 has been removed from this interface. | A client program may change behavior. |
648 | Field GL_FOG_COORDINATE_ARRAY (int) with the compile-time constant value 33879 has been removed from this interface. | A client program may change behavior. |
649 | Field GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34973 has been removed from this interface. | A client program may change behavior. |
650 | Field GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34973 has been removed from this interface. | A client program may change behavior. |
651 | Field GL_FOG_COORDINATE_ARRAY_EXT (int) with the compile-time constant value 33879 has been removed from this interface. | A client program may change behavior. |
652 | Field GL_FOG_COORDINATE_ARRAY_POINTER (int) with the compile-time constant value 33878 has been removed from this interface. | A client program may change behavior. |
653 | Field GL_FOG_COORDINATE_ARRAY_POINTER_EXT (int) with the compile-time constant value 33878 has been removed from this interface. | A client program may change behavior. |
654 | Field GL_FOG_COORDINATE_ARRAY_STRIDE (int) with the compile-time constant value 33877 has been removed from this interface. | A client program may change behavior. |
655 | Field GL_FOG_COORDINATE_ARRAY_STRIDE_EXT (int) with the compile-time constant value 33877 has been removed from this interface. | A client program may change behavior. |
656 | Field GL_FOG_COORDINATE_ARRAY_TYPE (int) with the compile-time constant value 33876 has been removed from this interface. | A client program may change behavior. |
657 | Field GL_FOG_COORDINATE_ARRAY_TYPE_EXT (int) with the compile-time constant value 33876 has been removed from this interface. | A client program may change behavior. |
658 | Field GL_FOG_COORDINATE_EXT (int) with the compile-time constant value 33873 has been removed from this interface. | A client program may change behavior. |
659 | Field GL_FOG_COORDINATE_SOURCE (int) with the compile-time constant value 33872 has been removed from this interface. | A client program may change behavior. |
660 | Field GL_FOG_COORDINATE_SOURCE_EXT (int) with the compile-time constant value 33872 has been removed from this interface. | A client program may change behavior. |
661 | Field GL_FOG_COORD_ARRAY (int) with the compile-time constant value 33879 has been removed from this interface. | A client program may change behavior. |
662 | Field GL_FOG_COORD_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34973 has been removed from this interface. | A client program may change behavior. |
663 | Field GL_FOG_COORD_ARRAY_POINTER (int) with the compile-time constant value 33878 has been removed from this interface. | A client program may change behavior. |
664 | Field GL_FOG_COORD_ARRAY_STRIDE (int) with the compile-time constant value 33877 has been removed from this interface. | A client program may change behavior. |
665 | Field GL_FOG_COORD_ARRAY_TYPE (int) with the compile-time constant value 33876 has been removed from this interface. | A client program may change behavior. |
666 | Field GL_FOG_COORD_SRC (int) with the compile-time constant value 33872 has been removed from this interface. | A client program may change behavior. |
667 | Field GL_FOG_DENSITY (int) with the compile-time constant value 2914 has been removed from this interface. | A client program may change behavior. |
668 | Field GL_FOG_DISTANCE_MODE_NV (int) with the compile-time constant value 34138 has been removed from this interface. | A client program may change behavior. |
669 | Field GL_FOG_END (int) with the compile-time constant value 2916 has been removed from this interface. | A client program may change behavior. |
670 | Field GL_FOG_FUNC_POINTS_SGIS (int) with the compile-time constant value 33067 has been removed from this interface. | A client program may change behavior. |
671 | Field GL_FOG_FUNC_SGIS (int) with the compile-time constant value 33066 has been removed from this interface. | A client program may change behavior. |
672 | Field GL_FOG_HINT (int) with the compile-time constant value 3156 has been removed from this interface. | A client program may change behavior. |
673 | Field GL_FOG_INDEX (int) with the compile-time constant value 2913 has been removed from this interface. | A client program may change behavior. |
674 | Field GL_FOG_MODE (int) with the compile-time constant value 2917 has been removed from this interface. | A client program may change behavior. |
675 | Field GL_FOG_OFFSET_SGIX (int) with the compile-time constant value 33176 has been removed from this interface. | A client program may change behavior. |
676 | Field GL_FOG_OFFSET_VALUE_SGIX (int) with the compile-time constant value 33177 has been removed from this interface. | A client program may change behavior. |
677 | Field GL_FOG_SCALE_SGIX (int) with the compile-time constant value 33276 has been removed from this interface. | A client program may change behavior. |
678 | Field GL_FOG_SCALE_VALUE_SGIX (int) with the compile-time constant value 33277 has been removed from this interface. | A client program may change behavior. |
679 | Field GL_FOG_SPECULAR_TEXTURE_WIN (int) with the compile-time constant value 33004 has been removed from this interface. | A client program may change behavior. |
680 | Field GL_FOG_START (int) with the compile-time constant value 2915 has been removed from this interface. | A client program may change behavior. |
681 | Field GL_FORCE_BLUE_TO_ONE_NV (int) with the compile-time constant value 34912 has been removed from this interface. | A client program may change behavior. |
682 | Field GL_FORMAT_SUBSAMPLE_244_244_OML (int) with the compile-time constant value 35203 has been removed from this interface. | A client program may change behavior. |
683 | Field GL_FORMAT_SUBSAMPLE_24_24_OML (int) with the compile-time constant value 35202 has been removed from this interface. | A client program may change behavior. |
684 | Field GL_FRAGMENT_COLOR_EXT (int) with the compile-time constant value 33612 has been removed from this interface. | A client program may change behavior. |
685 | Field GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX (int) with the compile-time constant value 33794 has been removed from this interface. | A client program may change behavior. |
686 | Field GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX (int) with the compile-time constant value 33795 has been removed from this interface. | A client program may change behavior. |
687 | Field GL_FRAGMENT_COLOR_MATERIAL_SGIX (int) with the compile-time constant value 33793 has been removed from this interface. | A client program may change behavior. |
688 | Field GL_FRAGMENT_DEPTH (int) with the compile-time constant value 33874 has been removed from this interface. | A client program may change behavior. |
689 | Field GL_FRAGMENT_DEPTH_EXT (int) with the compile-time constant value 33874 has been removed from this interface. | A client program may change behavior. |
690 | Field GL_FRAGMENT_LIGHT0_SGIX (int) with the compile-time constant value 33804 has been removed from this interface. | A client program may change behavior. |
691 | Field GL_FRAGMENT_LIGHT1_SGIX (int) with the compile-time constant value 33805 has been removed from this interface. | A client program may change behavior. |
692 | Field GL_FRAGMENT_LIGHT2_SGIX (int) with the compile-time constant value 33806 has been removed from this interface. | A client program may change behavior. |
693 | Field GL_FRAGMENT_LIGHT3_SGIX (int) with the compile-time constant value 33807 has been removed from this interface. | A client program may change behavior. |
694 | Field GL_FRAGMENT_LIGHT4_SGIX (int) with the compile-time constant value 33808 has been removed from this interface. | A client program may change behavior. |
695 | Field GL_FRAGMENT_LIGHT5_SGIX (int) with the compile-time constant value 33809 has been removed from this interface. | A client program may change behavior. |
696 | Field GL_FRAGMENT_LIGHT6_SGIX (int) with the compile-time constant value 33810 has been removed from this interface. | A client program may change behavior. |
697 | Field GL_FRAGMENT_LIGHT7_SGIX (int) with the compile-time constant value 33811 has been removed from this interface. | A client program may change behavior. |
698 | Field GL_FRAGMENT_LIGHTING_SGIX (int) with the compile-time constant value 33792 has been removed from this interface. | A client program may change behavior. |
699 | Field GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX (int) with the compile-time constant value 33802 has been removed from this interface. | A client program may change behavior. |
700 | Field GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX (int) with the compile-time constant value 33800 has been removed from this interface. | A client program may change behavior. |
701 | Field GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX (int) with the compile-time constant value 33803 has been removed from this interface. | A client program may change behavior. |
702 | Field GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX (int) with the compile-time constant value 33801 has been removed from this interface. | A client program may change behavior. |
703 | Field GL_FRAGMENT_MATERIAL_EXT (int) with the compile-time constant value 33609 has been removed from this interface. | A client program may change behavior. |
704 | Field GL_FRAGMENT_NORMAL_EXT (int) with the compile-time constant value 33610 has been removed from this interface. | A client program may change behavior. |
705 | Field GL_FRAGMENT_PROGRAM_ARB (int) with the compile-time constant value 34820 has been removed from this interface. | A client program may change behavior. |
706 | Field GL_FRAGMENT_PROGRAM_BINDING_NV (int) with the compile-time constant value 34931 has been removed from this interface. | A client program may change behavior. |
707 | Field GL_FRAGMENT_PROGRAM_NV (int) with the compile-time constant value 34928 has been removed from this interface. | A client program may change behavior. |
708 | Field GL_FRAGMENT_SHADER (int) with the compile-time constant value 35632 has been removed from this interface. | A client program may change behavior. |
709 | Field GL_FRAGMENT_SHADER_ARB (int) with the compile-time constant value 35632 has been removed from this interface. | A client program may change behavior. |
710 | Field GL_FRAGMENT_SHADER_ATI (int) with the compile-time constant value 35104 has been removed from this interface. | A client program may change behavior. |
711 | Field GL_FRAGMENT_SHADER_DERIVATIVE_HINT (int) with the compile-time constant value 35723 has been removed from this interface. | A client program may change behavior. |
712 | Field GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB (int) with the compile-time constant value 35723 has been removed from this interface. | A client program may change behavior. |
713 | Field GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT (int) with the compile-time constant value 36263 has been removed from this interface. | A client program may change behavior. |
714 | Field GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT (int) with the compile-time constant value 36049 has been removed from this interface. | A client program may change behavior. |
715 | Field GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT (int) with the compile-time constant value 36048 has been removed from this interface. | A client program may change behavior. |
716 | Field GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT (int) with the compile-time constant value 36052 has been removed from this interface. | A client program may change behavior. |
717 | Field GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT (int) with the compile-time constant value 36051 has been removed from this interface. | A client program may change behavior. |
718 | Field GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT (int) with the compile-time constant value 36052 has been removed from this interface. | A client program may change behavior. |
719 | Field GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT (int) with the compile-time constant value 36050 has been removed from this interface. | A client program may change behavior. |
720 | Field GL_FRAMEBUFFER_BINDING_EXT (int) with the compile-time constant value 36006 has been removed from this interface. | A client program may change behavior. |
721 | Field GL_FRAMEBUFFER_COMPLETE_EXT (int) with the compile-time constant value 36053 has been removed from this interface. | A client program may change behavior. |
722 | Field GL_FRAMEBUFFER_EXT (int) with the compile-time constant value 36160 has been removed from this interface. | A client program may change behavior. |
723 | Field GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT (int) with the compile-time constant value 36054 has been removed from this interface. | A client program may change behavior. |
724 | Field GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT (int) with the compile-time constant value 36057 has been removed from this interface. | A client program may change behavior. |
725 | Field GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT (int) with the compile-time constant value 36059 has been removed from this interface. | A client program may change behavior. |
726 | Field GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT (int) with the compile-time constant value 36056 has been removed from this interface. | A client program may change behavior. |
727 | Field GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT (int) with the compile-time constant value 36058 has been removed from this interface. | A client program may change behavior. |
728 | Field GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT (int) with the compile-time constant value 36265 has been removed from this interface. | A client program may change behavior. |
729 | Field GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT (int) with the compile-time constant value 36264 has been removed from this interface. | A client program may change behavior. |
730 | Field GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT (int) with the compile-time constant value 36055 has been removed from this interface. | A client program may change behavior. |
731 | Field GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT (int) with the compile-time constant value 36182 has been removed from this interface. | A client program may change behavior. |
732 | Field GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT (int) with the compile-time constant value 36060 has been removed from this interface. | A client program may change behavior. |
733 | Field GL_FRAMEBUFFER_SRGB_CAPABLE_EXT (int) with the compile-time constant value 36282 has been removed from this interface. | A client program may change behavior. |
734 | Field GL_FRAMEBUFFER_SRGB_EXT (int) with the compile-time constant value 36281 has been removed from this interface. | A client program may change behavior. |
735 | Field GL_FRAMEBUFFER_UNSUPPORTED_EXT (int) with the compile-time constant value 36061 has been removed from this interface. | A client program may change behavior. |
736 | Field GL_FRAMEZOOM_FACTOR_SGIX (int) with the compile-time constant value 33164 has been removed from this interface. | A client program may change behavior. |
737 | Field GL_FRAMEZOOM_SGIX (int) with the compile-time constant value 33163 has been removed from this interface. | A client program may change behavior. |
738 | Field GL_FULL_RANGE_EXT (int) with the compile-time constant value 34785 has been removed from this interface. | A client program may change behavior. |
739 | Field GL_FULL_STIPPLE_HINT_PGI (int) with the compile-time constant value 107033 has been removed from this interface. | A client program may change behavior. |
740 | Field GL_GENERATE_MIPMAP (int) with the compile-time constant value 33169 has been removed from this interface. | A client program may change behavior. |
741 | Field GL_GENERATE_MIPMAP_HINT_SGIS (int) with the compile-time constant value 33170 has been removed from this interface. | A client program may change behavior. |
742 | Field GL_GENERATE_MIPMAP_SGIS (int) with the compile-time constant value 33169 has been removed from this interface. | A client program may change behavior. |
743 | Field GL_GENERIC_ATTRIB_NV (int) with the compile-time constant value 35965 has been removed from this interface. | A client program may change behavior. |
744 | Field GL_GEOMETRY_DEFORMATION_BIT_SGIX (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
745 | Field GL_GEOMETRY_DEFORMATION_SGIX (int) with the compile-time constant value 33172 has been removed from this interface. | A client program may change behavior. |
746 | Field GL_GEOMETRY_INPUT_TYPE_EXT (int) with the compile-time constant value 36315 has been removed from this interface. | A client program may change behavior. |
747 | Field GL_GEOMETRY_OUTPUT_TYPE_EXT (int) with the compile-time constant value 36316 has been removed from this interface. | A client program may change behavior. |
748 | Field GL_GEOMETRY_PROGRAM_NV (int) with the compile-time constant value 35878 has been removed from this interface. | A client program may change behavior. |
749 | Field GL_GEOMETRY_SHADER_EXT (int) with the compile-time constant value 36313 has been removed from this interface. | A client program may change behavior. |
750 | Field GL_GEOMETRY_VERTICES_OUT_EXT (int) with the compile-time constant value 36314 has been removed from this interface. | A client program may change behavior. |
751 | Field GL_GLEXT_VERSION (int) with the compile-time constant value 36 has been removed from this interface. | A client program may change behavior. |
752 | Field GL_GLOBAL_ALPHA_FACTOR_SUN (int) with the compile-time constant value 33242 has been removed from this interface. | A client program may change behavior. |
753 | Field GL_GLOBAL_ALPHA_SUN (int) with the compile-time constant value 33241 has been removed from this interface. | A client program may change behavior. |
754 | Field GL_GREEN_BIAS (int) with the compile-time constant value 3353 has been removed from this interface. | A client program may change behavior. |
755 | Field GL_GREEN_BIT_ATI (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
756 | Field GL_GREEN_INTEGER_EXT (int) with the compile-time constant value 36245 has been removed from this interface. | A client program may change behavior. |
757 | Field GL_GREEN_MAX_CLAMP_INGR (int) with the compile-time constant value 34149 has been removed from this interface. | A client program may change behavior. |
758 | Field GL_GREEN_MIN_CLAMP_INGR (int) with the compile-time constant value 34145 has been removed from this interface. | A client program may change behavior. |
759 | Field GL_GREEN_SCALE (int) with the compile-time constant value 3352 has been removed from this interface. | A client program may change behavior. |
760 | Field GL_GREMEDY_string_marker (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
761 | Field GL_HALF_APPLE (int) with the compile-time constant value 5131 has been removed from this interface. | A client program may change behavior. |
762 | Field GL_HALF_BIAS_NEGATE_NV (int) with the compile-time constant value 34107 has been removed from this interface. | A client program may change behavior. |
763 | Field GL_HALF_BIAS_NORMAL_NV (int) with the compile-time constant value 34106 has been removed from this interface. | A client program may change behavior. |
764 | Field GL_HALF_BIT_ATI (int) with the compile-time constant value 8 has been removed from this interface. | A client program may change behavior. |
765 | Field GL_HALF_FLOAT_ARB (int) with the compile-time constant value 5131 has been removed from this interface. | A client program may change behavior. |
766 | Field GL_HALF_FLOAT_NV (int) with the compile-time constant value 5131 has been removed from this interface. | A client program may change behavior. |
767 | Field GL_HILO16_NV (int) with the compile-time constant value 34552 has been removed from this interface. | A client program may change behavior. |
768 | Field GL_HILO8_NV (int) with the compile-time constant value 34910 has been removed from this interface. | A client program may change behavior. |
769 | Field GL_HILO_NV (int) with the compile-time constant value 34548 has been removed from this interface. | A client program may change behavior. |
770 | Field GL_HINT_BIT (int) with the compile-time constant value 32768 has been removed from this interface. | A client program may change behavior. |
771 | Field GL_HISTOGRAM (int) with the compile-time constant value 32804 has been removed from this interface. | A client program may change behavior. |
772 | Field GL_HISTOGRAM_ALPHA_SIZE (int) with the compile-time constant value 32811 has been removed from this interface. | A client program may change behavior. |
773 | Field GL_HISTOGRAM_BLUE_SIZE (int) with the compile-time constant value 32810 has been removed from this interface. | A client program may change behavior. |
774 | Field GL_HISTOGRAM_FORMAT (int) with the compile-time constant value 32807 has been removed from this interface. | A client program may change behavior. |
775 | Field GL_HISTOGRAM_GREEN_SIZE (int) with the compile-time constant value 32809 has been removed from this interface. | A client program may change behavior. |
776 | Field GL_HISTOGRAM_LUMINANCE_SIZE (int) with the compile-time constant value 32812 has been removed from this interface. | A client program may change behavior. |
777 | Field GL_HISTOGRAM_RED_SIZE (int) with the compile-time constant value 32808 has been removed from this interface. | A client program may change behavior. |
778 | Field GL_HISTOGRAM_SINK (int) with the compile-time constant value 32813 has been removed from this interface. | A client program may change behavior. |
779 | Field GL_HISTOGRAM_WIDTH (int) with the compile-time constant value 32806 has been removed from this interface. | A client program may change behavior. |
780 | Field GL_HI_BIAS_NV (int) with the compile-time constant value 34580 has been removed from this interface. | A client program may change behavior. |
781 | Field GL_HI_SCALE_NV (int) with the compile-time constant value 34574 has been removed from this interface. | A client program may change behavior. |
782 | Field GL_IDENTITY_NV (int) with the compile-time constant value 34346 has been removed from this interface. | A client program may change behavior. |
783 | Field GL_IMAGE_CUBIC_WEIGHT_HP (int) with the compile-time constant value 33118 has been removed from this interface. | A client program may change behavior. |
784 | Field GL_IMAGE_MAG_FILTER_HP (int) with the compile-time constant value 33116 has been removed from this interface. | A client program may change behavior. |
785 | Field GL_IMAGE_MIN_FILTER_HP (int) with the compile-time constant value 33117 has been removed from this interface. | A client program may change behavior. |
786 | Field GL_IMAGE_ROTATE_ANGLE_HP (int) with the compile-time constant value 33113 has been removed from this interface. | A client program may change behavior. |
787 | Field GL_IMAGE_ROTATE_ORIGIN_X_HP (int) with the compile-time constant value 33114 has been removed from this interface. | A client program may change behavior. |
788 | Field GL_IMAGE_ROTATE_ORIGIN_Y_HP (int) with the compile-time constant value 33115 has been removed from this interface. | A client program may change behavior. |
789 | Field GL_IMAGE_SCALE_X_HP (int) with the compile-time constant value 33109 has been removed from this interface. | A client program may change behavior. |
790 | Field GL_IMAGE_SCALE_Y_HP (int) with the compile-time constant value 33110 has been removed from this interface. | A client program may change behavior. |
791 | Field GL_IMAGE_TRANSFORM_2D_HP (int) with the compile-time constant value 33121 has been removed from this interface. | A client program may change behavior. |
792 | Field GL_IMAGE_TRANSLATE_X_HP (int) with the compile-time constant value 33111 has been removed from this interface. | A client program may change behavior. |
793 | Field GL_IMAGE_TRANSLATE_Y_HP (int) with the compile-time constant value 33112 has been removed from this interface. | A client program may change behavior. |
794 | Field GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES (int) with the compile-time constant value 35739 has been removed from this interface. | A client program may change behavior. |
795 | Field GL_IMPLEMENTATION_COLOR_READ_TYPE_OES (int) with the compile-time constant value 35738 has been removed from this interface. | A client program may change behavior. |
796 | Field GL_INCR_WRAP_EXT (int) with the compile-time constant value 34055 has been removed from this interface. | A client program may change behavior. |
797 | Field GL_INDEX_ARRAY (int) with the compile-time constant value 32887 has been removed from this interface. | A client program may change behavior. |
798 | Field GL_INDEX_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34969 has been removed from this interface. | A client program may change behavior. |
799 | Field GL_INDEX_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34969 has been removed from this interface. | A client program may change behavior. |
800 | Field GL_INDEX_ARRAY_POINTER (int) with the compile-time constant value 32913 has been removed from this interface. | A client program may change behavior. |
801 | Field GL_INDEX_ARRAY_STRIDE (int) with the compile-time constant value 32902 has been removed from this interface. | A client program may change behavior. |
802 | Field GL_INDEX_ARRAY_TYPE (int) with the compile-time constant value 32901 has been removed from this interface. | A client program may change behavior. |
803 | Field GL_INDEX_BITS (int) with the compile-time constant value 3409 has been removed from this interface. | A client program may change behavior. |
804 | Field GL_INDEX_BIT_PGI (int) with the compile-time constant value 524288 has been removed from this interface. | A client program may change behavior. |
805 | Field GL_INDEX_CLEAR_VALUE (int) with the compile-time constant value 3104 has been removed from this interface. | A client program may change behavior. |
806 | Field GL_INDEX_LOGIC_OP (int) with the compile-time constant value 3057 has been removed from this interface. | A client program may change behavior. |
807 | Field GL_INDEX_MATERIAL_EXT (int) with the compile-time constant value 33208 has been removed from this interface. | A client program may change behavior. |
808 | Field GL_INDEX_MATERIAL_FACE_EXT (int) with the compile-time constant value 33210 has been removed from this interface. | A client program may change behavior. |
809 | Field GL_INDEX_MATERIAL_PARAMETER_EXT (int) with the compile-time constant value 33209 has been removed from this interface. | A client program may change behavior. |
810 | Field GL_INDEX_MODE (int) with the compile-time constant value 3120 has been removed from this interface. | A client program may change behavior. |
811 | Field GL_INDEX_OFFSET (int) with the compile-time constant value 3347 has been removed from this interface. | A client program may change behavior. |
812 | Field GL_INDEX_SHIFT (int) with the compile-time constant value 3346 has been removed from this interface. | A client program may change behavior. |
813 | Field GL_INDEX_TEST_EXT (int) with the compile-time constant value 33205 has been removed from this interface. | A client program may change behavior. |
814 | Field GL_INDEX_TEST_FUNC_EXT (int) with the compile-time constant value 33206 has been removed from this interface. | A client program may change behavior. |
815 | Field GL_INDEX_TEST_REF_EXT (int) with the compile-time constant value 33207 has been removed from this interface. | A client program may change behavior. |
816 | Field GL_INDEX_WRITEMASK (int) with the compile-time constant value 3105 has been removed from this interface. | A client program may change behavior. |
817 | Field GL_INFO_LOG_LENGTH (int) with the compile-time constant value 35716 has been removed from this interface. | A client program may change behavior. |
818 | Field GL_INSTRUMENT_BUFFER_POINTER_SGIX (int) with the compile-time constant value 33152 has been removed from this interface. | A client program may change behavior. |
819 | Field GL_INSTRUMENT_MEASUREMENTS_SGIX (int) with the compile-time constant value 33153 has been removed from this interface. | A client program may change behavior. |
820 | Field GL_INT (int) with the compile-time constant value 5124 has been removed from this interface. | A client program may change behavior. |
821 | Field GL_INTENSITY (int) with the compile-time constant value 32841 has been removed from this interface. | A client program may change behavior. |
822 | Field GL_INTENSITY12 (int) with the compile-time constant value 32844 has been removed from this interface. | A client program may change behavior. |
823 | Field GL_INTENSITY16 (int) with the compile-time constant value 32845 has been removed from this interface. | A client program may change behavior. |
824 | Field GL_INTENSITY16F_ARB (int) with the compile-time constant value 34845 has been removed from this interface. | A client program may change behavior. |
825 | Field GL_INTENSITY16I_EXT (int) with the compile-time constant value 36235 has been removed from this interface. | A client program may change behavior. |
826 | Field GL_INTENSITY16UI_EXT (int) with the compile-time constant value 36217 has been removed from this interface. | A client program may change behavior. |
827 | Field GL_INTENSITY32F_ARB (int) with the compile-time constant value 34839 has been removed from this interface. | A client program may change behavior. |
828 | Field GL_INTENSITY32I_EXT (int) with the compile-time constant value 36229 has been removed from this interface. | A client program may change behavior. |
829 | Field GL_INTENSITY32UI_EXT (int) with the compile-time constant value 36211 has been removed from this interface. | A client program may change behavior. |
830 | Field GL_INTENSITY4 (int) with the compile-time constant value 32842 has been removed from this interface. | A client program may change behavior. |
831 | Field GL_INTENSITY8 (int) with the compile-time constant value 32843 has been removed from this interface. | A client program may change behavior. |
832 | Field GL_INTENSITY8I_EXT (int) with the compile-time constant value 36241 has been removed from this interface. | A client program may change behavior. |
833 | Field GL_INTENSITY8UI_EXT (int) with the compile-time constant value 36223 has been removed from this interface. | A client program may change behavior. |
834 | Field GL_INTENSITY_FLOAT16_APPLE (int) with the compile-time constant value 34845 has been removed from this interface. | A client program may change behavior. |
835 | Field GL_INTENSITY_FLOAT16_ATI (int) with the compile-time constant value 34845 has been removed from this interface. | A client program may change behavior. |
836 | Field GL_INTENSITY_FLOAT32_APPLE (int) with the compile-time constant value 34839 has been removed from this interface. | A client program may change behavior. |
837 | Field GL_INTENSITY_FLOAT32_ATI (int) with the compile-time constant value 34839 has been removed from this interface. | A client program may change behavior. |
838 | Field GL_INTERLACE_OML (int) with the compile-time constant value 35200 has been removed from this interface. | A client program may change behavior. |
839 | Field GL_INTERLACE_READ_INGR (int) with the compile-time constant value 34152 has been removed from this interface. | A client program may change behavior. |
840 | Field GL_INTERLACE_READ_OML (int) with the compile-time constant value 35201 has been removed from this interface. | A client program may change behavior. |
841 | Field GL_INTERLACE_SGIX (int) with the compile-time constant value 32916 has been removed from this interface. | A client program may change behavior. |
842 | Field GL_INTERLEAVED_ATTRIBS_NV (int) with the compile-time constant value 35980 has been removed from this interface. | A client program may change behavior. |
843 | Field GL_INTERPOLATE (int) with the compile-time constant value 34165 has been removed from this interface. | A client program may change behavior. |
844 | Field GL_INT_SAMPLER_1D_ARRAY_EXT (int) with the compile-time constant value 36302 has been removed from this interface. | A client program may change behavior. |
845 | Field GL_INT_SAMPLER_1D_EXT (int) with the compile-time constant value 36297 has been removed from this interface. | A client program may change behavior. |
846 | Field GL_INT_SAMPLER_2D_ARRAY_EXT (int) with the compile-time constant value 36303 has been removed from this interface. | A client program may change behavior. |
847 | Field GL_INT_SAMPLER_2D_EXT (int) with the compile-time constant value 36298 has been removed from this interface. | A client program may change behavior. |
848 | Field GL_INT_SAMPLER_2D_RECT_EXT (int) with the compile-time constant value 36301 has been removed from this interface. | A client program may change behavior. |
849 | Field GL_INT_SAMPLER_3D_EXT (int) with the compile-time constant value 36299 has been removed from this interface. | A client program may change behavior. |
850 | Field GL_INT_SAMPLER_BUFFER_EXT (int) with the compile-time constant value 36304 has been removed from this interface. | A client program may change behavior. |
851 | Field GL_INT_SAMPLER_CUBE_EXT (int) with the compile-time constant value 36300 has been removed from this interface. | A client program may change behavior. |
852 | Field GL_INT_VEC2 (int) with the compile-time constant value 35667 has been removed from this interface. | A client program may change behavior. |
853 | Field GL_INT_VEC2_ARB (int) with the compile-time constant value 35667 has been removed from this interface. | A client program may change behavior. |
854 | Field GL_INT_VEC3 (int) with the compile-time constant value 35668 has been removed from this interface. | A client program may change behavior. |
855 | Field GL_INT_VEC3_ARB (int) with the compile-time constant value 35668 has been removed from this interface. | A client program may change behavior. |
856 | Field GL_INT_VEC4 (int) with the compile-time constant value 35669 has been removed from this interface. | A client program may change behavior. |
857 | Field GL_INT_VEC4_ARB (int) with the compile-time constant value 35669 has been removed from this interface. | A client program may change behavior. |
858 | Field GL_INVALID_FRAMEBUFFER_OPERATION_EXT (int) with the compile-time constant value 1286 has been removed from this interface. | A client program may change behavior. |
859 | Field GL_INVARIANT_DATATYPE_EXT (int) with the compile-time constant value 34795 has been removed from this interface. | A client program may change behavior. |
860 | Field GL_INVARIANT_EXT (int) with the compile-time constant value 34754 has been removed from this interface. | A client program may change behavior. |
861 | Field GL_INVARIANT_VALUE_EXT (int) with the compile-time constant value 34794 has been removed from this interface. | A client program may change behavior. |
862 | Field GL_INVERSE_NV (int) with the compile-time constant value 34347 has been removed from this interface. | A client program may change behavior. |
863 | Field GL_INVERSE_TRANSPOSE_NV (int) with the compile-time constant value 34349 has been removed from this interface. | A client program may change behavior. |
864 | Field GL_INVERTED_SCREEN_W_REND (int) with the compile-time constant value 33937 has been removed from this interface. | A client program may change behavior. |
865 | Field GL_IR_INSTRUMENT1_SGIX (int) with the compile-time constant value 33151 has been removed from this interface. | A client program may change behavior. |
866 | Field GL_IUI_N3F_V2F_EXT (int) with the compile-time constant value 33199 has been removed from this interface. | A client program may change behavior. |
867 | Field GL_IUI_N3F_V3F_EXT (int) with the compile-time constant value 33200 has been removed from this interface. | A client program may change behavior. |
868 | Field GL_IUI_V2F_EXT (int) with the compile-time constant value 33197 has been removed from this interface. | A client program may change behavior. |
869 | Field GL_IUI_V3F_EXT (int) with the compile-time constant value 33198 has been removed from this interface. | A client program may change behavior. |
870 | Field GL_KTX_BACK_REGION (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
871 | Field GL_KTX_STENCIL_REGION (int) with the compile-time constant value 3 has been removed from this interface. | A client program may change behavior. |
872 | Field GL_KTX_Z_REGION (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
873 | Field GL_LERP_ATI (int) with the compile-time constant value 35177 has been removed from this interface. | A client program may change behavior. |
874 | Field GL_LIGHT0 (int) with the compile-time constant value 16384 has been removed from this interface. | A client program may change behavior. |
875 | Field GL_LIGHT1 (int) with the compile-time constant value 16385 has been removed from this interface. | A client program may change behavior. |
876 | Field GL_LIGHT2 (int) with the compile-time constant value 16386 has been removed from this interface. | A client program may change behavior. |
877 | Field GL_LIGHT3 (int) with the compile-time constant value 16387 has been removed from this interface. | A client program may change behavior. |
878 | Field GL_LIGHT4 (int) with the compile-time constant value 16388 has been removed from this interface. | A client program may change behavior. |
879 | Field GL_LIGHT5 (int) with the compile-time constant value 16389 has been removed from this interface. | A client program may change behavior. |
880 | Field GL_LIGHT6 (int) with the compile-time constant value 16390 has been removed from this interface. | A client program may change behavior. |
881 | Field GL_LIGHT7 (int) with the compile-time constant value 16391 has been removed from this interface. | A client program may change behavior. |
882 | Field GL_LIGHTING (int) with the compile-time constant value 2896 has been removed from this interface. | A client program may change behavior. |
883 | Field GL_LIGHTING_BIT (int) with the compile-time constant value 64 has been removed from this interface. | A client program may change behavior. |
884 | Field GL_LIGHT_ENV_MODE_SGIX (int) with the compile-time constant value 33799 has been removed from this interface. | A client program may change behavior. |
885 | Field GL_LIGHT_MODEL_AMBIENT (int) with the compile-time constant value 2899 has been removed from this interface. | A client program may change behavior. |
886 | Field GL_LIGHT_MODEL_COLOR_CONTROL (int) with the compile-time constant value 33272 has been removed from this interface. | A client program may change behavior. |
887 | Field GL_LIGHT_MODEL_LOCAL_VIEWER (int) with the compile-time constant value 2897 has been removed from this interface. | A client program may change behavior. |
888 | Field GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE (int) with the compile-time constant value 34224 has been removed from this interface. | A client program may change behavior. |
889 | Field GL_LIGHT_MODEL_TWO_SIDE (int) with the compile-time constant value 2898 has been removed from this interface. | A client program may change behavior. |
890 | Field GL_LINE (int) with the compile-time constant value 6913 has been removed from this interface. | A client program may change behavior. |
891 | Field GL_LINEAR_ATTENUATION (int) with the compile-time constant value 4616 has been removed from this interface. | A client program may change behavior. |
892 | Field GL_LINEAR_CLIPMAP_LINEAR_SGIX (int) with the compile-time constant value 33136 has been removed from this interface. | A client program may change behavior. |
893 | Field GL_LINEAR_CLIPMAP_NEAREST_SGIX (int) with the compile-time constant value 33871 has been removed from this interface. | A client program may change behavior. |
894 | Field GL_LINEAR_DETAIL_ALPHA_SGIS (int) with the compile-time constant value 32920 has been removed from this interface. | A client program may change behavior. |
895 | Field GL_LINEAR_DETAIL_COLOR_SGIS (int) with the compile-time constant value 32921 has been removed from this interface. | A client program may change behavior. |
896 | Field GL_LINEAR_DETAIL_SGIS (int) with the compile-time constant value 32919 has been removed from this interface. | A client program may change behavior. |
897 | Field GL_LINEAR_SHARPEN_ALPHA_SGIS (int) with the compile-time constant value 32942 has been removed from this interface. | A client program may change behavior. |
898 | Field GL_LINEAR_SHARPEN_COLOR_SGIS (int) with the compile-time constant value 32943 has been removed from this interface. | A client program may change behavior. |
899 | Field GL_LINEAR_SHARPEN_SGIS (int) with the compile-time constant value 32941 has been removed from this interface. | A client program may change behavior. |
900 | Field GL_LINES_ADJACENCY_EXT (int) with the compile-time constant value 10 has been removed from this interface. | A client program may change behavior. |
901 | Field GL_LINE_BIT (int) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
902 | Field GL_LINE_RESET_TOKEN (int) with the compile-time constant value 1799 has been removed from this interface. | A client program may change behavior. |
903 | Field GL_LINE_STIPPLE (int) with the compile-time constant value 2852 has been removed from this interface. | A client program may change behavior. |
904 | Field GL_LINE_STIPPLE_PATTERN (int) with the compile-time constant value 2853 has been removed from this interface. | A client program may change behavior. |
905 | Field GL_LINE_STIPPLE_REPEAT (int) with the compile-time constant value 2854 has been removed from this interface. | A client program may change behavior. |
906 | Field GL_LINE_STRIP_ADJACENCY_EXT (int) with the compile-time constant value 11 has been removed from this interface. | A client program may change behavior. |
907 | Field GL_LINE_TOKEN (int) with the compile-time constant value 1794 has been removed from this interface. | A client program may change behavior. |
908 | Field GL_LINE_WIDTH_GRANULARITY (int) with the compile-time constant value 2851 has been removed from this interface. | A client program may change behavior. |
909 | Field GL_LINE_WIDTH_RANGE (int) with the compile-time constant value 2850 has been removed from this interface. | A client program may change behavior. |
910 | Field GL_LINK_STATUS (int) with the compile-time constant value 35714 has been removed from this interface. | A client program may change behavior. |
911 | Field GL_LIST_BASE (int) with the compile-time constant value 2866 has been removed from this interface. | A client program may change behavior. |
912 | Field GL_LIST_BIT (int) with the compile-time constant value 131072 has been removed from this interface. | A client program may change behavior. |
913 | Field GL_LIST_INDEX (int) with the compile-time constant value 2867 has been removed from this interface. | A client program may change behavior. |
914 | Field GL_LIST_MODE (int) with the compile-time constant value 2864 has been removed from this interface. | A client program may change behavior. |
915 | Field GL_LIST_PRIORITY_SGIX (int) with the compile-time constant value 33154 has been removed from this interface. | A client program may change behavior. |
916 | Field GL_LOAD (int) with the compile-time constant value 257 has been removed from this interface. | A client program may change behavior. |
917 | Field GL_LOCAL_CONSTANT_DATATYPE_EXT (int) with the compile-time constant value 34797 has been removed from this interface. | A client program may change behavior. |
918 | Field GL_LOCAL_CONSTANT_EXT (int) with the compile-time constant value 34755 has been removed from this interface. | A client program may change behavior. |
919 | Field GL_LOCAL_CONSTANT_VALUE_EXT (int) with the compile-time constant value 34796 has been removed from this interface. | A client program may change behavior. |
920 | Field GL_LOCAL_EXT (int) with the compile-time constant value 34756 has been removed from this interface. | A client program may change behavior. |
921 | Field GL_LOGIC_OP (int) with the compile-time constant value 3057 has been removed from this interface. | A client program may change behavior. |
922 | Field GL_LOWER_LEFT (int) with the compile-time constant value 36001 has been removed from this interface. | A client program may change behavior. |
923 | Field GL_LO_BIAS_NV (int) with the compile-time constant value 34581 has been removed from this interface. | A client program may change behavior. |
924 | Field GL_LO_SCALE_NV (int) with the compile-time constant value 34575 has been removed from this interface. | A client program may change behavior. |
925 | Field GL_LUMINANCE12 (int) with the compile-time constant value 32833 has been removed from this interface. | A client program may change behavior. |
926 | Field GL_LUMINANCE12_ALPHA12 (int) with the compile-time constant value 32839 has been removed from this interface. | A client program may change behavior. |
927 | Field GL_LUMINANCE12_ALPHA4 (int) with the compile-time constant value 32838 has been removed from this interface. | A client program may change behavior. |
928 | Field GL_LUMINANCE16 (int) with the compile-time constant value 32834 has been removed from this interface. | A client program may change behavior. |
929 | Field GL_LUMINANCE16F_ARB (int) with the compile-time constant value 34846 has been removed from this interface. | A client program may change behavior. |
930 | Field GL_LUMINANCE16I_EXT (int) with the compile-time constant value 36236 has been removed from this interface. | A client program may change behavior. |
931 | Field GL_LUMINANCE16UI_EXT (int) with the compile-time constant value 36218 has been removed from this interface. | A client program may change behavior. |
932 | Field GL_LUMINANCE16_ALPHA16 (int) with the compile-time constant value 32840 has been removed from this interface. | A client program may change behavior. |
933 | Field GL_LUMINANCE32F_ARB (int) with the compile-time constant value 34840 has been removed from this interface. | A client program may change behavior. |
934 | Field GL_LUMINANCE32I_EXT (int) with the compile-time constant value 36230 has been removed from this interface. | A client program may change behavior. |
935 | Field GL_LUMINANCE32UI_EXT (int) with the compile-time constant value 36212 has been removed from this interface. | A client program may change behavior. |
936 | Field GL_LUMINANCE4 (int) with the compile-time constant value 32831 has been removed from this interface. | A client program may change behavior. |
937 | Field GL_LUMINANCE4_ALPHA4 (int) with the compile-time constant value 32835 has been removed from this interface. | A client program may change behavior. |
938 | Field GL_LUMINANCE6_ALPHA2 (int) with the compile-time constant value 32836 has been removed from this interface. | A client program may change behavior. |
939 | Field GL_LUMINANCE8 (int) with the compile-time constant value 32832 has been removed from this interface. | A client program may change behavior. |
940 | Field GL_LUMINANCE8I_EXT (int) with the compile-time constant value 36242 has been removed from this interface. | A client program may change behavior. |
941 | Field GL_LUMINANCE8UI_EXT (int) with the compile-time constant value 36224 has been removed from this interface. | A client program may change behavior. |
942 | Field GL_LUMINANCE8_ALPHA8 (int) with the compile-time constant value 32837 has been removed from this interface. | A client program may change behavior. |
943 | Field GL_LUMINANCE_ALPHA16F_ARB (int) with the compile-time constant value 34847 has been removed from this interface. | A client program may change behavior. |
944 | Field GL_LUMINANCE_ALPHA16I_EXT (int) with the compile-time constant value 36237 has been removed from this interface. | A client program may change behavior. |
945 | Field GL_LUMINANCE_ALPHA16UI_EXT (int) with the compile-time constant value 36219 has been removed from this interface. | A client program may change behavior. |
946 | Field GL_LUMINANCE_ALPHA32F_ARB (int) with the compile-time constant value 34841 has been removed from this interface. | A client program may change behavior. |
947 | Field GL_LUMINANCE_ALPHA32I_EXT (int) with the compile-time constant value 36231 has been removed from this interface. | A client program may change behavior. |
948 | Field GL_LUMINANCE_ALPHA32UI_EXT (int) with the compile-time constant value 36213 has been removed from this interface. | A client program may change behavior. |
949 | Field GL_LUMINANCE_ALPHA8I_EXT (int) with the compile-time constant value 36243 has been removed from this interface. | A client program may change behavior. |
950 | Field GL_LUMINANCE_ALPHA8UI_EXT (int) with the compile-time constant value 36225 has been removed from this interface. | A client program may change behavior. |
951 | Field GL_LUMINANCE_ALPHA_FLOAT16_APPLE (int) with the compile-time constant value 34847 has been removed from this interface. | A client program may change behavior. |
952 | Field GL_LUMINANCE_ALPHA_FLOAT16_ATI (int) with the compile-time constant value 34847 has been removed from this interface. | A client program may change behavior. |
953 | Field GL_LUMINANCE_ALPHA_FLOAT32_APPLE (int) with the compile-time constant value 34841 has been removed from this interface. | A client program may change behavior. |
954 | Field GL_LUMINANCE_ALPHA_FLOAT32_ATI (int) with the compile-time constant value 34841 has been removed from this interface. | A client program may change behavior. |
955 | Field GL_LUMINANCE_ALPHA_INTEGER_EXT (int) with the compile-time constant value 36253 has been removed from this interface. | A client program may change behavior. |
956 | Field GL_LUMINANCE_FLOAT16_APPLE (int) with the compile-time constant value 34846 has been removed from this interface. | A client program may change behavior. |
957 | Field GL_LUMINANCE_FLOAT16_ATI (int) with the compile-time constant value 34846 has been removed from this interface. | A client program may change behavior. |
958 | Field GL_LUMINANCE_FLOAT32_APPLE (int) with the compile-time constant value 34840 has been removed from this interface. | A client program may change behavior. |
959 | Field GL_LUMINANCE_FLOAT32_ATI (int) with the compile-time constant value 34840 has been removed from this interface. | A client program may change behavior. |
960 | Field GL_LUMINANCE_INTEGER_EXT (int) with the compile-time constant value 36252 has been removed from this interface. | A client program may change behavior. |
961 | Field GL_MAD_ATI (int) with the compile-time constant value 35176 has been removed from this interface. | A client program may change behavior. |
962 | Field GL_MAGNITUDE_BIAS_NV (int) with the compile-time constant value 34584 has been removed from this interface. | A client program may change behavior. |
963 | Field GL_MAGNITUDE_SCALE_NV (int) with the compile-time constant value 34578 has been removed from this interface. | A client program may change behavior. |
964 | Field GL_MAP1_COLOR_4 (int) with the compile-time constant value 3472 has been removed from this interface. | A client program may change behavior. |
965 | Field GL_MAP1_GRID_DOMAIN (int) with the compile-time constant value 3536 has been removed from this interface. | A client program may change behavior. |
966 | Field GL_MAP1_GRID_SEGMENTS (int) with the compile-time constant value 3537 has been removed from this interface. | A client program may change behavior. |
967 | Field GL_MAP1_INDEX (int) with the compile-time constant value 3473 has been removed from this interface. | A client program may change behavior. |
968 | Field GL_MAP1_NORMAL (int) with the compile-time constant value 3474 has been removed from this interface. | A client program may change behavior. |
969 | Field GL_MAP1_TEXTURE_COORD_1 (int) with the compile-time constant value 3475 has been removed from this interface. | A client program may change behavior. |
970 | Field GL_MAP1_TEXTURE_COORD_2 (int) with the compile-time constant value 3476 has been removed from this interface. | A client program may change behavior. |
971 | Field GL_MAP1_TEXTURE_COORD_3 (int) with the compile-time constant value 3477 has been removed from this interface. | A client program may change behavior. |
972 | Field GL_MAP1_TEXTURE_COORD_4 (int) with the compile-time constant value 3478 has been removed from this interface. | A client program may change behavior. |
973 | Field GL_MAP1_VERTEX_3 (int) with the compile-time constant value 3479 has been removed from this interface. | A client program may change behavior. |
974 | Field GL_MAP1_VERTEX_4 (int) with the compile-time constant value 3480 has been removed from this interface. | A client program may change behavior. |
975 | Field GL_MAP1_VERTEX_ATTRIB0_4_NV (int) with the compile-time constant value 34400 has been removed from this interface. | A client program may change behavior. |
976 | Field GL_MAP1_VERTEX_ATTRIB10_4_NV (int) with the compile-time constant value 34410 has been removed from this interface. | A client program may change behavior. |
977 | Field GL_MAP1_VERTEX_ATTRIB11_4_NV (int) with the compile-time constant value 34411 has been removed from this interface. | A client program may change behavior. |
978 | Field GL_MAP1_VERTEX_ATTRIB12_4_NV (int) with the compile-time constant value 34412 has been removed from this interface. | A client program may change behavior. |
979 | Field GL_MAP1_VERTEX_ATTRIB13_4_NV (int) with the compile-time constant value 34413 has been removed from this interface. | A client program may change behavior. |
980 | Field GL_MAP1_VERTEX_ATTRIB14_4_NV (int) with the compile-time constant value 34414 has been removed from this interface. | A client program may change behavior. |
981 | Field GL_MAP1_VERTEX_ATTRIB15_4_NV (int) with the compile-time constant value 34415 has been removed from this interface. | A client program may change behavior. |
982 | Field GL_MAP1_VERTEX_ATTRIB1_4_NV (int) with the compile-time constant value 34401 has been removed from this interface. | A client program may change behavior. |
983 | Field GL_MAP1_VERTEX_ATTRIB2_4_NV (int) with the compile-time constant value 34402 has been removed from this interface. | A client program may change behavior. |
984 | Field GL_MAP1_VERTEX_ATTRIB3_4_NV (int) with the compile-time constant value 34403 has been removed from this interface. | A client program may change behavior. |
985 | Field GL_MAP1_VERTEX_ATTRIB4_4_NV (int) with the compile-time constant value 34404 has been removed from this interface. | A client program may change behavior. |
986 | Field GL_MAP1_VERTEX_ATTRIB5_4_NV (int) with the compile-time constant value 34405 has been removed from this interface. | A client program may change behavior. |
987 | Field GL_MAP1_VERTEX_ATTRIB6_4_NV (int) with the compile-time constant value 34406 has been removed from this interface. | A client program may change behavior. |
988 | Field GL_MAP1_VERTEX_ATTRIB7_4_NV (int) with the compile-time constant value 34407 has been removed from this interface. | A client program may change behavior. |
989 | Field GL_MAP1_VERTEX_ATTRIB8_4_NV (int) with the compile-time constant value 34408 has been removed from this interface. | A client program may change behavior. |
990 | Field GL_MAP1_VERTEX_ATTRIB9_4_NV (int) with the compile-time constant value 34409 has been removed from this interface. | A client program may change behavior. |
991 | Field GL_MAP2_COLOR_4 (int) with the compile-time constant value 3504 has been removed from this interface. | A client program may change behavior. |
992 | Field GL_MAP2_GRID_DOMAIN (int) with the compile-time constant value 3538 has been removed from this interface. | A client program may change behavior. |
993 | Field GL_MAP2_GRID_SEGMENTS (int) with the compile-time constant value 3539 has been removed from this interface. | A client program may change behavior. |
994 | Field GL_MAP2_INDEX (int) with the compile-time constant value 3505 has been removed from this interface. | A client program may change behavior. |
995 | Field GL_MAP2_NORMAL (int) with the compile-time constant value 3506 has been removed from this interface. | A client program may change behavior. |
996 | Field GL_MAP2_TEXTURE_COORD_1 (int) with the compile-time constant value 3507 has been removed from this interface. | A client program may change behavior. |
997 | Field GL_MAP2_TEXTURE_COORD_2 (int) with the compile-time constant value 3508 has been removed from this interface. | A client program may change behavior. |
998 | Field GL_MAP2_TEXTURE_COORD_3 (int) with the compile-time constant value 3509 has been removed from this interface. | A client program may change behavior. |
999 | Field GL_MAP2_TEXTURE_COORD_4 (int) with the compile-time constant value 3510 has been removed from this interface. | A client program may change behavior. |
1000 | Field GL_MAP2_VERTEX_3 (int) with the compile-time constant value 3511 has been removed from this interface. | A client program may change behavior. |
1001 | Field GL_MAP2_VERTEX_4 (int) with the compile-time constant value 3512 has been removed from this interface. | A client program may change behavior. |
1002 | Field GL_MAP2_VERTEX_ATTRIB0_4_NV (int) with the compile-time constant value 34416 has been removed from this interface. | A client program may change behavior. |
1003 | Field GL_MAP2_VERTEX_ATTRIB10_4_NV (int) with the compile-time constant value 34426 has been removed from this interface. | A client program may change behavior. |
1004 | Field GL_MAP2_VERTEX_ATTRIB11_4_NV (int) with the compile-time constant value 34427 has been removed from this interface. | A client program may change behavior. |
1005 | Field GL_MAP2_VERTEX_ATTRIB12_4_NV (int) with the compile-time constant value 34428 has been removed from this interface. | A client program may change behavior. |
1006 | Field GL_MAP2_VERTEX_ATTRIB13_4_NV (int) with the compile-time constant value 34429 has been removed from this interface. | A client program may change behavior. |
1007 | Field GL_MAP2_VERTEX_ATTRIB14_4_NV (int) with the compile-time constant value 34430 has been removed from this interface. | A client program may change behavior. |
1008 | Field GL_MAP2_VERTEX_ATTRIB15_4_NV (int) with the compile-time constant value 34431 has been removed from this interface. | A client program may change behavior. |
1009 | Field GL_MAP2_VERTEX_ATTRIB1_4_NV (int) with the compile-time constant value 34417 has been removed from this interface. | A client program may change behavior. |
1010 | Field GL_MAP2_VERTEX_ATTRIB2_4_NV (int) with the compile-time constant value 34418 has been removed from this interface. | A client program may change behavior. |
1011 | Field GL_MAP2_VERTEX_ATTRIB3_4_NV (int) with the compile-time constant value 34419 has been removed from this interface. | A client program may change behavior. |
1012 | Field GL_MAP2_VERTEX_ATTRIB4_4_NV (int) with the compile-time constant value 34420 has been removed from this interface. | A client program may change behavior. |
1013 | Field GL_MAP2_VERTEX_ATTRIB5_4_NV (int) with the compile-time constant value 34421 has been removed from this interface. | A client program may change behavior. |
1014 | Field GL_MAP2_VERTEX_ATTRIB6_4_NV (int) with the compile-time constant value 34422 has been removed from this interface. | A client program may change behavior. |
1015 | Field GL_MAP2_VERTEX_ATTRIB7_4_NV (int) with the compile-time constant value 34423 has been removed from this interface. | A client program may change behavior. |
1016 | Field GL_MAP2_VERTEX_ATTRIB8_4_NV (int) with the compile-time constant value 34424 has been removed from this interface. | A client program may change behavior. |
1017 | Field GL_MAP2_VERTEX_ATTRIB9_4_NV (int) with the compile-time constant value 34425 has been removed from this interface. | A client program may change behavior. |
1018 | Field GL_MAP_ATTRIB_U_ORDER_NV (int) with the compile-time constant value 34499 has been removed from this interface. | A client program may change behavior. |
1019 | Field GL_MAP_ATTRIB_V_ORDER_NV (int) with the compile-time constant value 34500 has been removed from this interface. | A client program may change behavior. |
1020 | Field GL_MAP_COLOR (int) with the compile-time constant value 3344 has been removed from this interface. | A client program may change behavior. |
1021 | Field GL_MAP_STENCIL (int) with the compile-time constant value 3345 has been removed from this interface. | A client program may change behavior. |
1022 | Field GL_MAP_TESSELLATION_NV (int) with the compile-time constant value 34498 has been removed from this interface. | A client program may change behavior. |
1023 | Field GL_MATERIAL_SIDE_HINT_PGI (int) with the compile-time constant value 107052 has been removed from this interface. | A client program may change behavior. |
1024 | Field GL_MATRIX0_ARB (int) with the compile-time constant value 35008 has been removed from this interface. | A client program may change behavior. |
1025 | Field GL_MATRIX0_NV (int) with the compile-time constant value 34352 has been removed from this interface. | A client program may change behavior. |
1026 | Field GL_MATRIX10_ARB (int) with the compile-time constant value 35018 has been removed from this interface. | A client program may change behavior. |
1027 | Field GL_MATRIX11_ARB (int) with the compile-time constant value 35019 has been removed from this interface. | A client program may change behavior. |
1028 | Field GL_MATRIX12_ARB (int) with the compile-time constant value 35020 has been removed from this interface. | A client program may change behavior. |
1029 | Field GL_MATRIX13_ARB (int) with the compile-time constant value 35021 has been removed from this interface. | A client program may change behavior. |
1030 | Field GL_MATRIX14_ARB (int) with the compile-time constant value 35022 has been removed from this interface. | A client program may change behavior. |
1031 | Field GL_MATRIX15_ARB (int) with the compile-time constant value 35023 has been removed from this interface. | A client program may change behavior. |
1032 | Field GL_MATRIX16_ARB (int) with the compile-time constant value 35024 has been removed from this interface. | A client program may change behavior. |
1033 | Field GL_MATRIX17_ARB (int) with the compile-time constant value 35025 has been removed from this interface. | A client program may change behavior. |
1034 | Field GL_MATRIX18_ARB (int) with the compile-time constant value 35026 has been removed from this interface. | A client program may change behavior. |
1035 | Field GL_MATRIX19_ARB (int) with the compile-time constant value 35027 has been removed from this interface. | A client program may change behavior. |
1036 | Field GL_MATRIX1_ARB (int) with the compile-time constant value 35009 has been removed from this interface. | A client program may change behavior. |
1037 | Field GL_MATRIX1_NV (int) with the compile-time constant value 34353 has been removed from this interface. | A client program may change behavior. |
1038 | Field GL_MATRIX20_ARB (int) with the compile-time constant value 35028 has been removed from this interface. | A client program may change behavior. |
1039 | Field GL_MATRIX21_ARB (int) with the compile-time constant value 35029 has been removed from this interface. | A client program may change behavior. |
1040 | Field GL_MATRIX22_ARB (int) with the compile-time constant value 35030 has been removed from this interface. | A client program may change behavior. |
1041 | Field GL_MATRIX23_ARB (int) with the compile-time constant value 35031 has been removed from this interface. | A client program may change behavior. |
1042 | Field GL_MATRIX24_ARB (int) with the compile-time constant value 35032 has been removed from this interface. | A client program may change behavior. |
1043 | Field GL_MATRIX25_ARB (int) with the compile-time constant value 35033 has been removed from this interface. | A client program may change behavior. |
1044 | Field GL_MATRIX26_ARB (int) with the compile-time constant value 35034 has been removed from this interface. | A client program may change behavior. |
1045 | Field GL_MATRIX27_ARB (int) with the compile-time constant value 35035 has been removed from this interface. | A client program may change behavior. |
1046 | Field GL_MATRIX28_ARB (int) with the compile-time constant value 35036 has been removed from this interface. | A client program may change behavior. |
1047 | Field GL_MATRIX29_ARB (int) with the compile-time constant value 35037 has been removed from this interface. | A client program may change behavior. |
1048 | Field GL_MATRIX2_ARB (int) with the compile-time constant value 35010 has been removed from this interface. | A client program may change behavior. |
1049 | Field GL_MATRIX2_NV (int) with the compile-time constant value 34354 has been removed from this interface. | A client program may change behavior. |
1050 | Field GL_MATRIX30_ARB (int) with the compile-time constant value 35038 has been removed from this interface. | A client program may change behavior. |
1051 | Field GL_MATRIX31_ARB (int) with the compile-time constant value 35039 has been removed from this interface. | A client program may change behavior. |
1052 | Field GL_MATRIX3_ARB (int) with the compile-time constant value 35011 has been removed from this interface. | A client program may change behavior. |
1053 | Field GL_MATRIX3_NV (int) with the compile-time constant value 34355 has been removed from this interface. | A client program may change behavior. |
1054 | Field GL_MATRIX4_ARB (int) with the compile-time constant value 35012 has been removed from this interface. | A client program may change behavior. |
1055 | Field GL_MATRIX4_NV (int) with the compile-time constant value 34356 has been removed from this interface. | A client program may change behavior. |
1056 | Field GL_MATRIX5_ARB (int) with the compile-time constant value 35013 has been removed from this interface. | A client program may change behavior. |
1057 | Field GL_MATRIX5_NV (int) with the compile-time constant value 34357 has been removed from this interface. | A client program may change behavior. |
1058 | Field GL_MATRIX6_ARB (int) with the compile-time constant value 35014 has been removed from this interface. | A client program may change behavior. |
1059 | Field GL_MATRIX6_NV (int) with the compile-time constant value 34358 has been removed from this interface. | A client program may change behavior. |
1060 | Field GL_MATRIX7_ARB (int) with the compile-time constant value 35015 has been removed from this interface. | A client program may change behavior. |
1061 | Field GL_MATRIX7_NV (int) with the compile-time constant value 34359 has been removed from this interface. | A client program may change behavior. |
1062 | Field GL_MATRIX8_ARB (int) with the compile-time constant value 35016 has been removed from this interface. | A client program may change behavior. |
1063 | Field GL_MATRIX9_ARB (int) with the compile-time constant value 35017 has been removed from this interface. | A client program may change behavior. |
1064 | Field GL_MATRIX_EXT (int) with the compile-time constant value 34752 has been removed from this interface. | A client program may change behavior. |
1065 | Field GL_MATRIX_INDEX_ARRAY_ARB (int) with the compile-time constant value 34884 has been removed from this interface. | A client program may change behavior. |
1066 | Field GL_MATRIX_INDEX_ARRAY_POINTER_ARB (int) with the compile-time constant value 34889 has been removed from this interface. | A client program may change behavior. |
1067 | Field GL_MATRIX_INDEX_ARRAY_SIZE_ARB (int) with the compile-time constant value 34886 has been removed from this interface. | A client program may change behavior. |
1068 | Field GL_MATRIX_INDEX_ARRAY_STRIDE_ARB (int) with the compile-time constant value 34888 has been removed from this interface. | A client program may change behavior. |
1069 | Field GL_MATRIX_INDEX_ARRAY_TYPE_ARB (int) with the compile-time constant value 34887 has been removed from this interface. | A client program may change behavior. |
1070 | Field GL_MATRIX_MODE (int) with the compile-time constant value 2976 has been removed from this interface. | A client program may change behavior. |
1071 | Field GL_MATRIX_PALETTE_ARB (int) with the compile-time constant value 34880 has been removed from this interface. | A client program may change behavior. |
1072 | Field GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI (int) with the compile-time constant value 2097152 has been removed from this interface. | A client program may change behavior. |
1073 | Field GL_MAT_AMBIENT_BIT_PGI (int) with the compile-time constant value 1048576 has been removed from this interface. | A client program may change behavior. |
1074 | Field GL_MAT_COLOR_INDEXES_BIT_PGI (int) with the compile-time constant value 16777216 has been removed from this interface. | A client program may change behavior. |
1075 | Field GL_MAT_DIFFUSE_BIT_PGI (int) with the compile-time constant value 4194304 has been removed from this interface. | A client program may change behavior. |
1076 | Field GL_MAT_EMISSION_BIT_PGI (int) with the compile-time constant value 8388608 has been removed from this interface. | A client program may change behavior. |
1077 | Field GL_MAT_SHININESS_BIT_PGI (int) with the compile-time constant value 33554432 has been removed from this interface. | A client program may change behavior. |
1078 | Field GL_MAT_SPECULAR_BIT_PGI (int) with the compile-time constant value 67108864 has been removed from this interface. | A client program may change behavior. |
1079 | Field GL_MAX (int) with the compile-time constant value 32776 has been removed from this interface. | A client program may change behavior. |
1080 | Field GL_MAX_3D_TEXTURE_SIZE (int) with the compile-time constant value 32883 has been removed from this interface. | A client program may change behavior. |
1081 | Field GL_MAX_4D_TEXTURE_SIZE_SGIS (int) with the compile-time constant value 33080 has been removed from this interface. | A client program may change behavior. |
1082 | Field GL_MAX_ACTIVE_LIGHTS_SGIX (int) with the compile-time constant value 33797 has been removed from this interface. | A client program may change behavior. |
1083 | Field GL_MAX_ARRAY_TEXTURE_LAYERS_EXT (int) with the compile-time constant value 35071 has been removed from this interface. | A client program may change behavior. |
1084 | Field GL_MAX_ASYNC_DRAW_PIXELS_SGIX (int) with the compile-time constant value 33632 has been removed from this interface. | A client program may change behavior. |
1085 | Field GL_MAX_ASYNC_HISTOGRAM_SGIX (int) with the compile-time constant value 33581 has been removed from this interface. | A client program may change behavior. |
1086 | Field GL_MAX_ASYNC_READ_PIXELS_SGIX (int) with the compile-time constant value 33633 has been removed from this interface. | A client program may change behavior. |
1087 | Field GL_MAX_ASYNC_TEX_IMAGE_SGIX (int) with the compile-time constant value 33631 has been removed from this interface. | A client program may change behavior. |
1088 | Field GL_MAX_BINDABLE_UNIFORM_SIZE_EXT (int) with the compile-time constant value 36333 has been removed from this interface. | A client program may change behavior. |
1089 | Field GL_MAX_CLIPMAP_DEPTH_SGIX (int) with the compile-time constant value 33143 has been removed from this interface. | A client program may change behavior. |
1090 | Field GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX (int) with the compile-time constant value 33144 has been removed from this interface. | A client program may change behavior. |
1091 | Field GL_MAX_COLOR_ATTACHMENTS_EXT (int) with the compile-time constant value 36063 has been removed from this interface. | A client program may change behavior. |
1092 | Field GL_MAX_COLOR_MATRIX_STACK_DEPTH (int) with the compile-time constant value 32947 has been removed from this interface. | A client program may change behavior. |
1093 | Field GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS (int) with the compile-time constant value 35661 has been removed from this interface. | A client program may change behavior. |
1094 | Field GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB (int) with the compile-time constant value 35661 has been removed from this interface. | A client program may change behavior. |
1095 | Field GL_MAX_CONVOLUTION_HEIGHT (int) with the compile-time constant value 32795 has been removed from this interface. | A client program may change behavior. |
1096 | Field GL_MAX_CONVOLUTION_WIDTH (int) with the compile-time constant value 32794 has been removed from this interface. | A client program may change behavior. |
1097 | Field GL_MAX_DEFORMATION_ORDER_SGIX (int) with the compile-time constant value 33175 has been removed from this interface. | A client program may change behavior. |
1098 | Field GL_MAX_DRAW_BUFFERS (int) with the compile-time constant value 34852 has been removed from this interface. | A client program may change behavior. |
1099 | Field GL_MAX_DRAW_BUFFERS_ARB (int) with the compile-time constant value 34852 has been removed from this interface. | A client program may change behavior. |
1100 | Field GL_MAX_DRAW_BUFFERS_ATI (int) with the compile-time constant value 34852 has been removed from this interface. | A client program may change behavior. |
1101 | Field GL_MAX_ELEMENTS_INDICES (int) with the compile-time constant value 33001 has been removed from this interface. | A client program may change behavior. |
1102 | Field GL_MAX_ELEMENTS_VERTICES (int) with the compile-time constant value 33000 has been removed from this interface. | A client program may change behavior. |
1103 | Field GL_MAX_EVAL_ORDER (int) with the compile-time constant value 3376 has been removed from this interface. | A client program may change behavior. |
1104 | Field GL_MAX_FOG_FUNC_POINTS_SGIS (int) with the compile-time constant value 33068 has been removed from this interface. | A client program may change behavior. |
1105 | Field GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT (int) with the compile-time constant value 36323 has been removed from this interface. | A client program may change behavior. |
1106 | Field GL_MAX_FRAGMENT_LIGHTS_SGIX (int) with the compile-time constant value 33796 has been removed from this interface. | A client program may change behavior. |
1107 | Field GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV (int) with the compile-time constant value 34920 has been removed from this interface. | A client program may change behavior. |
1108 | Field GL_MAX_FRAGMENT_UNIFORM_COMPONENTS (int) with the compile-time constant value 35657 has been removed from this interface. | A client program may change behavior. |
1109 | Field GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB (int) with the compile-time constant value 35657 has been removed from this interface. | A client program may change behavior. |
1110 | Field GL_MAX_FRAMEZOOM_FACTOR_SGIX (int) with the compile-time constant value 33165 has been removed from this interface. | A client program may change behavior. |
1111 | Field GL_MAX_GENERAL_COMBINERS_NV (int) with the compile-time constant value 34125 has been removed from this interface. | A client program may change behavior. |
1112 | Field GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT (int) with the compile-time constant value 36324 has been removed from this interface. | A client program may change behavior. |
1113 | Field GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT (int) with the compile-time constant value 36320 has been removed from this interface. | A client program may change behavior. |
1114 | Field GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT (int) with the compile-time constant value 35881 has been removed from this interface. | A client program may change behavior. |
1115 | Field GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT (int) with the compile-time constant value 36321 has been removed from this interface. | A client program may change behavior. |
1116 | Field GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT (int) with the compile-time constant value 36319 has been removed from this interface. | A client program may change behavior. |
1117 | Field GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT (int) with the compile-time constant value 36317 has been removed from this interface. | A client program may change behavior. |
1118 | Field GL_MAX_MAP_TESSELLATION_NV (int) with the compile-time constant value 34518 has been removed from this interface. | A client program may change behavior. |
1119 | Field GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB (int) with the compile-time constant value 34881 has been removed from this interface. | A client program may change behavior. |
1120 | Field GL_MAX_MODELVIEW_STACK_DEPTH (int) with the compile-time constant value 3382 has been removed from this interface. | A client program may change behavior. |
1121 | Field GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV (int) with the compile-time constant value 36370 has been removed from this interface. | A client program may change behavior. |
1122 | Field GL_MAX_NAME_STACK_DEPTH (int) with the compile-time constant value 3383 has been removed from this interface. | A client program may change behavior. |
1123 | Field GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT (int) with the compile-time constant value 34762 has been removed from this interface. | A client program may change behavior. |
1124 | Field GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT (int) with the compile-time constant value 34765 has been removed from this interface. | A client program may change behavior. |
1125 | Field GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT (int) with the compile-time constant value 34766 has been removed from this interface. | A client program may change behavior. |
1126 | Field GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT (int) with the compile-time constant value 34764 has been removed from this interface. | A client program may change behavior. |
1127 | Field GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT (int) with the compile-time constant value 34763 has been removed from this interface. | A client program may change behavior. |
1128 | Field GL_MAX_PALETTE_MATRICES_ARB (int) with the compile-time constant value 34882 has been removed from this interface. | A client program may change behavior. |
1129 | Field GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT (int) with the compile-time constant value 33591 has been removed from this interface. | A client program may change behavior. |
1130 | Field GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI (int) with the compile-time constant value 34801 has been removed from this interface. | A client program may change behavior. |
1131 | Field GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB (int) with the compile-time constant value 34993 has been removed from this interface. | A client program may change behavior. |
1132 | Field GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB (int) with the compile-time constant value 34827 has been removed from this interface. | A client program may change behavior. |
1133 | Field GL_MAX_PROGRAM_ATTRIBS_ARB (int) with the compile-time constant value 34989 has been removed from this interface. | A client program may change behavior. |
1134 | Field GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV (int) with the compile-time constant value 35080 has been removed from this interface. | A client program may change behavior. |
1135 | Field GL_MAX_PROGRAM_CALL_DEPTH_NV (int) with the compile-time constant value 35061 has been removed from this interface. | A client program may change behavior. |
1136 | Field GL_MAX_PROGRAM_ENV_PARAMETERS_ARB (int) with the compile-time constant value 34997 has been removed from this interface. | A client program may change behavior. |
1137 | Field GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV (int) with the compile-time constant value 35060 has been removed from this interface. | A client program may change behavior. |
1138 | Field GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV (int) with the compile-time constant value 36261 has been removed from this interface. | A client program may change behavior. |
1139 | Field GL_MAX_PROGRAM_GENERIC_RESULTS_NV (int) with the compile-time constant value 36262 has been removed from this interface. | A client program may change behavior. |
1140 | Field GL_MAX_PROGRAM_IF_DEPTH_NV (int) with the compile-time constant value 35062 has been removed from this interface. | A client program may change behavior. |
1141 | Field GL_MAX_PROGRAM_INSTRUCTIONS_ARB (int) with the compile-time constant value 34977 has been removed from this interface. | A client program may change behavior. |
1142 | Field GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB (int) with the compile-time constant value 34996 has been removed from this interface. | A client program may change behavior. |
1143 | Field GL_MAX_PROGRAM_LOOP_COUNT_NV (int) with the compile-time constant value 35064 has been removed from this interface. | A client program may change behavior. |
1144 | Field GL_MAX_PROGRAM_LOOP_DEPTH_NV (int) with the compile-time constant value 35063 has been removed from this interface. | A client program may change behavior. |
1145 | Field GL_MAX_PROGRAM_MATRICES_ARB (int) with the compile-time constant value 34351 has been removed from this interface. | A client program may change behavior. |
1146 | Field GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB (int) with the compile-time constant value 34350 has been removed from this interface. | A client program may change behavior. |
1147 | Field GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB (int) with the compile-time constant value 34995 has been removed from this interface. | A client program may change behavior. |
1148 | Field GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB (int) with the compile-time constant value 34830 has been removed from this interface. | A client program may change behavior. |
1149 | Field GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB (int) with the compile-time constant value 34991 has been removed from this interface. | A client program may change behavior. |
1150 | Field GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB (int) with the compile-time constant value 34979 has been removed from this interface. | A client program may change behavior. |
1151 | Field GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB (int) with the compile-time constant value 34987 has been removed from this interface. | A client program may change behavior. |
1152 | Field GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB (int) with the compile-time constant value 34983 has been removed from this interface. | A client program may change behavior. |
1153 | Field GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB (int) with the compile-time constant value 34832 has been removed from this interface. | A client program may change behavior. |
1154 | Field GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB (int) with the compile-time constant value 34831 has been removed from this interface. | A client program may change behavior. |
1155 | Field GL_MAX_PROGRAM_OUTPUT_VERTICES_NV (int) with the compile-time constant value 35879 has been removed from this interface. | A client program may change behavior. |
1156 | Field GL_MAX_PROGRAM_PARAMETERS_ARB (int) with the compile-time constant value 34985 has been removed from this interface. | A client program may change behavior. |
1157 | Field GL_MAX_PROGRAM_RESULT_COMPONENTS_NV (int) with the compile-time constant value 35081 has been removed from this interface. | A client program may change behavior. |
1158 | Field GL_MAX_PROGRAM_TEMPORARIES_ARB (int) with the compile-time constant value 34981 has been removed from this interface. | A client program may change behavior. |
1159 | Field GL_MAX_PROGRAM_TEXEL_OFFSET_NV (int) with the compile-time constant value 35077 has been removed from this interface. | A client program may change behavior. |
1160 | Field GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB (int) with the compile-time constant value 34829 has been removed from this interface. | A client program may change behavior. |
1161 | Field GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB (int) with the compile-time constant value 34828 has been removed from this interface. | A client program may change behavior. |
1162 | Field GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV (int) with the compile-time constant value 35880 has been removed from this interface. | A client program may change behavior. |
1163 | Field GL_MAX_RATIONAL_EVAL_ORDER_NV (int) with the compile-time constant value 34519 has been removed from this interface. | A client program may change behavior. |
1164 | Field GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB (int) with the compile-time constant value 34040 has been removed from this interface. | A client program may change behavior. |
1165 | Field GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT (int) with the compile-time constant value 34040 has been removed from this interface. | A client program may change behavior. |
1166 | Field GL_MAX_RECTANGLE_TEXTURE_SIZE_NV (int) with the compile-time constant value 34040 has been removed from this interface. | A client program may change behavior. |
1167 | Field GL_MAX_RENDERBUFFER_COLOR_SAMPLES_NV (int) with the compile-time constant value 36369 has been removed from this interface. | A client program may change behavior. |
1168 | Field GL_MAX_RENDERBUFFER_COVERAGE_SAMPLES_NV (int) with the compile-time constant value 36183 has been removed from this interface. | A client program may change behavior. |
1169 | Field GL_MAX_RENDERBUFFER_SIZE_EXT (int) with the compile-time constant value 34024 has been removed from this interface. | A client program may change behavior. |
1170 | Field GL_MAX_SAMPLES_EXT (int) with the compile-time constant value 36183 has been removed from this interface. | A client program may change behavior. |
1171 | Field GL_MAX_SHININESS_NV (int) with the compile-time constant value 34052 has been removed from this interface. | A client program may change behavior. |
1172 | Field GL_MAX_SPOT_EXPONENT_NV (int) with the compile-time constant value 34053 has been removed from this interface. | A client program may change behavior. |
1173 | Field GL_MAX_TEXTURE_BUFFER_SIZE_EXT (int) with the compile-time constant value 35883 has been removed from this interface. | A client program may change behavior. |
1174 | Field GL_MAX_TEXTURE_COORDS (int) with the compile-time constant value 34929 has been removed from this interface. | A client program may change behavior. |
1175 | Field GL_MAX_TEXTURE_COORDS_ARB (int) with the compile-time constant value 34929 has been removed from this interface. | A client program may change behavior. |
1176 | Field GL_MAX_TEXTURE_COORDS_NV (int) with the compile-time constant value 34929 has been removed from this interface. | A client program may change behavior. |
1177 | Field GL_MAX_TEXTURE_IMAGE_UNITS (int) with the compile-time constant value 34930 has been removed from this interface. | A client program may change behavior. |
1178 | Field GL_MAX_TEXTURE_IMAGE_UNITS_ARB (int) with the compile-time constant value 34930 has been removed from this interface. | A client program may change behavior. |
1179 | Field GL_MAX_TEXTURE_IMAGE_UNITS_NV (int) with the compile-time constant value 34930 has been removed from this interface. | A client program may change behavior. |
1180 | Field GL_MAX_TEXTURE_LOD_BIAS (int) with the compile-time constant value 34045 has been removed from this interface. | A client program may change behavior. |
1181 | Field GL_MAX_TEXTURE_LOD_BIAS_EXT (int) with the compile-time constant value 34045 has been removed from this interface. | A client program may change behavior. |
1182 | Field GL_MAX_TEXTURE_STACK_DEPTH (int) with the compile-time constant value 3385 has been removed from this interface. | A client program may change behavior. |
1183 | Field GL_MAX_TEXTURE_UNITS (int) with the compile-time constant value 34018 has been removed from this interface. | A client program may change behavior. |
1184 | Field GL_MAX_TRACK_MATRICES_NV (int) with the compile-time constant value 34351 has been removed from this interface. | A client program may change behavior. |
1185 | Field GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV (int) with the compile-time constant value 34350 has been removed from this interface. | A client program may change behavior. |
1186 | Field GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_ATTRIBS_NV (int) with the compile-time constant value 35978 has been removed from this interface. | A client program may change behavior. |
1187 | Field GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV (int) with the compile-time constant value 35979 has been removed from this interface. | A client program may change behavior. |
1188 | Field GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV (int) with the compile-time constant value 35968 has been removed from this interface. | A client program may change behavior. |
1189 | Field GL_MAX_VARYING_COMPONENTS_EXT (int) with the compile-time constant value 35659 has been removed from this interface. | A client program may change behavior. |
1190 | Field GL_MAX_VARYING_FLOATS (int) with the compile-time constant value 35659 has been removed from this interface. | A client program may change behavior. |
1191 | Field GL_MAX_VARYING_FLOATS_ARB (int) with the compile-time constant value 35659 has been removed from this interface. | A client program may change behavior. |
1192 | Field GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE (int) with the compile-time constant value 34080 has been removed from this interface. | A client program may change behavior. |
1193 | Field GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV (int) with the compile-time constant value 34080 has been removed from this interface. | A client program may change behavior. |
1194 | Field GL_MAX_VERTEX_ATTRIBS (int) with the compile-time constant value 34921 has been removed from this interface. | A client program may change behavior. |
1195 | Field GL_MAX_VERTEX_ATTRIBS_ARB (int) with the compile-time constant value 34921 has been removed from this interface. | A client program may change behavior. |
1196 | Field GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT (int) with the compile-time constant value 36322 has been removed from this interface. | A client program may change behavior. |
1197 | Field GL_MAX_VERTEX_HINT_PGI (int) with the compile-time constant value 107053 has been removed from this interface. | A client program may change behavior. |
1198 | Field GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT (int) with the compile-time constant value 34757 has been removed from this interface. | A client program may change behavior. |
1199 | Field GL_MAX_VERTEX_SHADER_INVARIANTS_EXT (int) with the compile-time constant value 34759 has been removed from this interface. | A client program may change behavior. |
1200 | Field GL_MAX_VERTEX_SHADER_LOCALS_EXT (int) with the compile-time constant value 34761 has been removed from this interface. | A client program may change behavior. |
1201 | Field GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT (int) with the compile-time constant value 34760 has been removed from this interface. | A client program may change behavior. |
1202 | Field GL_MAX_VERTEX_SHADER_VARIANTS_EXT (int) with the compile-time constant value 34758 has been removed from this interface. | A client program may change behavior. |
1203 | Field GL_MAX_VERTEX_STREAMS_ATI (int) with the compile-time constant value 34667 has been removed from this interface. | A client program may change behavior. |
1204 | Field GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS (int) with the compile-time constant value 35660 has been removed from this interface. | A client program may change behavior. |
1205 | Field GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB (int) with the compile-time constant value 35660 has been removed from this interface. | A client program may change behavior. |
1206 | Field GL_MAX_VERTEX_UNIFORM_COMPONENTS (int) with the compile-time constant value 35658 has been removed from this interface. | A client program may change behavior. |
1207 | Field GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB (int) with the compile-time constant value 35658 has been removed from this interface. | A client program may change behavior. |
1208 | Field GL_MAX_VERTEX_UNITS_ARB (int) with the compile-time constant value 34468 has been removed from this interface. | A client program may change behavior. |
1209 | Field GL_MAX_VERTEX_VARYING_COMPONENTS_EXT (int) with the compile-time constant value 36318 has been removed from this interface. | A client program may change behavior. |
1210 | Field GL_MESAX_texture_stack (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
1211 | Field GL_MIN (int) with the compile-time constant value 32775 has been removed from this interface. | A client program may change behavior. |
1212 | Field GL_MINMAX (int) with the compile-time constant value 32814 has been removed from this interface. | A client program may change behavior. |
1213 | Field GL_MINMAX_FORMAT (int) with the compile-time constant value 32815 has been removed from this interface. | A client program may change behavior. |
1214 | Field GL_MINMAX_SINK (int) with the compile-time constant value 32816 has been removed from this interface. | A client program may change behavior. |
1215 | Field GL_MIN_PBUFFER_VIEWPORT_DIMS_APPLE (int) with the compile-time constant value 35344 has been removed from this interface. | A client program may change behavior. |
1216 | Field GL_MIN_PROGRAM_TEXEL_OFFSET_NV (int) with the compile-time constant value 35076 has been removed from this interface. | A client program may change behavior. |
1217 | Field GL_MIRRORED_REPEAT_ARB (int) with the compile-time constant value 33648 has been removed from this interface. | A client program may change behavior. |
1218 | Field GL_MIRRORED_REPEAT_IBM (int) with the compile-time constant value 33648 has been removed from this interface. | A client program may change behavior. |
1219 | Field GL_MIRROR_CLAMP_ATI (int) with the compile-time constant value 34626 has been removed from this interface. | A client program may change behavior. |
1220 | Field GL_MIRROR_CLAMP_EXT (int) with the compile-time constant value 34626 has been removed from this interface. | A client program may change behavior. |
1221 | Field GL_MIRROR_CLAMP_TO_BORDER_EXT (int) with the compile-time constant value 35090 has been removed from this interface. | A client program may change behavior. |
1222 | Field GL_MIRROR_CLAMP_TO_EDGE_ATI (int) with the compile-time constant value 34627 has been removed from this interface. | A client program may change behavior. |
1223 | Field GL_MIRROR_CLAMP_TO_EDGE_EXT (int) with the compile-time constant value 34627 has been removed from this interface. | A client program may change behavior. |
1224 | Field GL_MODELVIEW (int) with the compile-time constant value 5888 has been removed from this interface. | A client program may change behavior. |
1225 | Field GL_MODELVIEW0_ARB (int) with the compile-time constant value 5888 has been removed from this interface. | A client program may change behavior. |
1226 | Field GL_MODELVIEW0_EXT (int) with the compile-time constant value 5888 has been removed from this interface. | A client program may change behavior. |
1227 | Field GL_MODELVIEW0_MATRIX_EXT (int) with the compile-time constant value 2982 has been removed from this interface. | A client program may change behavior. |
1228 | Field GL_MODELVIEW0_STACK_DEPTH_EXT (int) with the compile-time constant value 2979 has been removed from this interface. | A client program may change behavior. |
1229 | Field GL_MODELVIEW10_ARB (int) with the compile-time constant value 34602 has been removed from this interface. | A client program may change behavior. |
1230 | Field GL_MODELVIEW11_ARB (int) with the compile-time constant value 34603 has been removed from this interface. | A client program may change behavior. |
1231 | Field GL_MODELVIEW12_ARB (int) with the compile-time constant value 34604 has been removed from this interface. | A client program may change behavior. |
1232 | Field GL_MODELVIEW13_ARB (int) with the compile-time constant value 34605 has been removed from this interface. | A client program may change behavior. |
1233 | Field GL_MODELVIEW14_ARB (int) with the compile-time constant value 34606 has been removed from this interface. | A client program may change behavior. |
1234 | Field GL_MODELVIEW15_ARB (int) with the compile-time constant value 34607 has been removed from this interface. | A client program may change behavior. |
1235 | Field GL_MODELVIEW16_ARB (int) with the compile-time constant value 34608 has been removed from this interface. | A client program may change behavior. |
1236 | Field GL_MODELVIEW17_ARB (int) with the compile-time constant value 34609 has been removed from this interface. | A client program may change behavior. |
1237 | Field GL_MODELVIEW18_ARB (int) with the compile-time constant value 34610 has been removed from this interface. | A client program may change behavior. |
1238 | Field GL_MODELVIEW19_ARB (int) with the compile-time constant value 34611 has been removed from this interface. | A client program may change behavior. |
1239 | Field GL_MODELVIEW1_ARB (int) with the compile-time constant value 34058 has been removed from this interface. | A client program may change behavior. |
1240 | Field GL_MODELVIEW1_EXT (int) with the compile-time constant value 34058 has been removed from this interface. | A client program may change behavior. |
1241 | Field GL_MODELVIEW1_MATRIX_EXT (int) with the compile-time constant value 34054 has been removed from this interface. | A client program may change behavior. |
1242 | Field GL_MODELVIEW1_STACK_DEPTH_EXT (int) with the compile-time constant value 34050 has been removed from this interface. | A client program may change behavior. |
1243 | Field GL_MODELVIEW20_ARB (int) with the compile-time constant value 34612 has been removed from this interface. | A client program may change behavior. |
1244 | Field GL_MODELVIEW21_ARB (int) with the compile-time constant value 34613 has been removed from this interface. | A client program may change behavior. |
1245 | Field GL_MODELVIEW22_ARB (int) with the compile-time constant value 34614 has been removed from this interface. | A client program may change behavior. |
1246 | Field GL_MODELVIEW23_ARB (int) with the compile-time constant value 34615 has been removed from this interface. | A client program may change behavior. |
1247 | Field GL_MODELVIEW24_ARB (int) with the compile-time constant value 34616 has been removed from this interface. | A client program may change behavior. |
1248 | Field GL_MODELVIEW25_ARB (int) with the compile-time constant value 34617 has been removed from this interface. | A client program may change behavior. |
1249 | Field GL_MODELVIEW26_ARB (int) with the compile-time constant value 34618 has been removed from this interface. | A client program may change behavior. |
1250 | Field GL_MODELVIEW27_ARB (int) with the compile-time constant value 34619 has been removed from this interface. | A client program may change behavior. |
1251 | Field GL_MODELVIEW28_ARB (int) with the compile-time constant value 34620 has been removed from this interface. | A client program may change behavior. |
1252 | Field GL_MODELVIEW29_ARB (int) with the compile-time constant value 34621 has been removed from this interface. | A client program may change behavior. |
1253 | Field GL_MODELVIEW2_ARB (int) with the compile-time constant value 34594 has been removed from this interface. | A client program may change behavior. |
1254 | Field GL_MODELVIEW30_ARB (int) with the compile-time constant value 34622 has been removed from this interface. | A client program may change behavior. |
1255 | Field GL_MODELVIEW31_ARB (int) with the compile-time constant value 34623 has been removed from this interface. | A client program may change behavior. |
1256 | Field GL_MODELVIEW3_ARB (int) with the compile-time constant value 34595 has been removed from this interface. | A client program may change behavior. |
1257 | Field GL_MODELVIEW4_ARB (int) with the compile-time constant value 34596 has been removed from this interface. | A client program may change behavior. |
1258 | Field GL_MODELVIEW5_ARB (int) with the compile-time constant value 34597 has been removed from this interface. | A client program may change behavior. |
1259 | Field GL_MODELVIEW6_ARB (int) with the compile-time constant value 34598 has been removed from this interface. | A client program may change behavior. |
1260 | Field GL_MODELVIEW7_ARB (int) with the compile-time constant value 34599 has been removed from this interface. | A client program may change behavior. |
1261 | Field GL_MODELVIEW8_ARB (int) with the compile-time constant value 34600 has been removed from this interface. | A client program may change behavior. |
1262 | Field GL_MODELVIEW9_ARB (int) with the compile-time constant value 34601 has been removed from this interface. | A client program may change behavior. |
1263 | Field GL_MODELVIEW_MATRIX (int) with the compile-time constant value 2982 has been removed from this interface. | A client program may change behavior. |
1264 | Field GL_MODELVIEW_PROJECTION_NV (int) with the compile-time constant value 34345 has been removed from this interface. | A client program may change behavior. |
1265 | Field GL_MODELVIEW_STACK_DEPTH (int) with the compile-time constant value 2979 has been removed from this interface. | A client program may change behavior. |
1266 | Field GL_MODULATE (int) with the compile-time constant value 8448 has been removed from this interface. | A client program may change behavior. |
1267 | Field GL_MODULATE_ADD_ATI (int) with the compile-time constant value 34628 has been removed from this interface. | A client program may change behavior. |
1268 | Field GL_MODULATE_SIGNED_ADD_ATI (int) with the compile-time constant value 34629 has been removed from this interface. | A client program may change behavior. |
1269 | Field GL_MODULATE_SUBTRACT_ATI (int) with the compile-time constant value 34630 has been removed from this interface. | A client program may change behavior. |
1270 | Field GL_MOV_ATI (int) with the compile-time constant value 35169 has been removed from this interface. | A client program may change behavior. |
1271 | Field GL_MULT (int) with the compile-time constant value 259 has been removed from this interface. | A client program may change behavior. |
1272 | Field GL_MULTISAMPLE_3DFX (int) with the compile-time constant value 34482 has been removed from this interface. | A client program may change behavior. |
1273 | Field GL_MULTISAMPLE_BIT (int) with the compile-time constant value 536870912 has been removed from this interface. | A client program may change behavior. |
1274 | Field GL_MULTISAMPLE_BIT_3DFX (int) with the compile-time constant value 536870912 has been removed from this interface. | A client program may change behavior. |
1275 | Field GL_MULTISAMPLE_BIT_EXT (int) with the compile-time constant value 536870912 has been removed from this interface. | A client program may change behavior. |
1276 | Field GL_MULTISAMPLE_COVERAGE_MODES_NV (int) with the compile-time constant value 36371 has been removed from this interface. | A client program may change behavior. |
1277 | Field GL_MULTISAMPLE_EXT (int) with the compile-time constant value 32925 has been removed from this interface. | A client program may change behavior. |
1278 | Field GL_MULTISAMPLE_FILTER_HINT_NV (int) with the compile-time constant value 34100 has been removed from this interface. | A client program may change behavior. |
1279 | Field GL_MULTISAMPLE_SGIS (int) with the compile-time constant value 32925 has been removed from this interface. | A client program may change behavior. |
1280 | Field GL_MUL_ATI (int) with the compile-time constant value 35172 has been removed from this interface. | A client program may change behavior. |
1281 | Field GL_MVP_MATRIX_EXT (int) with the compile-time constant value 34787 has been removed from this interface. | A client program may change behavior. |
1282 | Field GL_N3F_V3F (int) with the compile-time constant value 10789 has been removed from this interface. | A client program may change behavior. |
1283 | Field GL_NAME_STACK_DEPTH (int) with the compile-time constant value 3440 has been removed from this interface. | A client program may change behavior. |
1284 | Field GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI (int) with the compile-time constant value 107011 has been removed from this interface. | A client program may change behavior. |
1285 | Field GL_NATIVE_GRAPHICS_END_HINT_PGI (int) with the compile-time constant value 107012 has been removed from this interface. | A client program may change behavior. |
1286 | Field GL_NATIVE_GRAPHICS_HANDLE_PGI (int) with the compile-time constant value 107010 has been removed from this interface. | A client program may change behavior. |
1287 | Field GL_NEAREST_CLIPMAP_LINEAR_SGIX (int) with the compile-time constant value 33870 has been removed from this interface. | A client program may change behavior. |
1288 | Field GL_NEAREST_CLIPMAP_NEAREST_SGIX (int) with the compile-time constant value 33869 has been removed from this interface. | A client program may change behavior. |
1289 | Field GL_NEGATE_BIT_ATI (int) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
1290 | Field GL_NEGATIVE_ONE_EXT (int) with the compile-time constant value 34783 has been removed from this interface. | A client program may change behavior. |
1291 | Field GL_NEGATIVE_W_EXT (int) with the compile-time constant value 34780 has been removed from this interface. | A client program may change behavior. |
1292 | Field GL_NEGATIVE_X_EXT (int) with the compile-time constant value 34777 has been removed from this interface. | A client program may change behavior. |
1293 | Field GL_NEGATIVE_Y_EXT (int) with the compile-time constant value 34778 has been removed from this interface. | A client program may change behavior. |
1294 | Field GL_NEGATIVE_Z_EXT (int) with the compile-time constant value 34779 has been removed from this interface. | A client program may change behavior. |
1295 | Field GL_NORMALIZE (int) with the compile-time constant value 2977 has been removed from this interface. | A client program may change behavior. |
1296 | Field GL_NORMALIZED_RANGE_EXT (int) with the compile-time constant value 34784 has been removed from this interface. | A client program may change behavior. |
1297 | Field GL_NORMAL_ARRAY (int) with the compile-time constant value 32885 has been removed from this interface. | A client program may change behavior. |
1298 | Field GL_NORMAL_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34967 has been removed from this interface. | A client program may change behavior. |
1299 | Field GL_NORMAL_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34967 has been removed from this interface. | A client program may change behavior. |
1300 | Field GL_NORMAL_ARRAY_POINTER (int) with the compile-time constant value 32911 has been removed from this interface. | A client program may change behavior. |
1301 | Field GL_NORMAL_ARRAY_STRIDE (int) with the compile-time constant value 32895 has been removed from this interface. | A client program may change behavior. |
1302 | Field GL_NORMAL_ARRAY_TYPE (int) with the compile-time constant value 32894 has been removed from this interface. | A client program may change behavior. |
1303 | Field GL_NORMAL_BIT_PGI (int) with the compile-time constant value 134217728 has been removed from this interface. | A client program may change behavior. |
1304 | Field GL_NORMAL_MAP (int) with the compile-time constant value 34065 has been removed from this interface. | A client program may change behavior. |
1305 | Field GL_NORMAL_MAP_NV (int) with the compile-time constant value 34065 has been removed from this interface. | A client program may change behavior. |
1306 | Field GL_NUM_FRAGMENT_CONSTANTS_ATI (int) with the compile-time constant value 35183 has been removed from this interface. | A client program may change behavior. |
1307 | Field GL_NUM_FRAGMENT_REGISTERS_ATI (int) with the compile-time constant value 35182 has been removed from this interface. | A client program may change behavior. |
1308 | Field GL_NUM_GENERAL_COMBINERS_NV (int) with the compile-time constant value 34126 has been removed from this interface. | A client program may change behavior. |
1309 | Field GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI (int) with the compile-time constant value 35187 has been removed from this interface. | A client program may change behavior. |
1310 | Field GL_NUM_INSTRUCTIONS_PER_PASS_ATI (int) with the compile-time constant value 35185 has been removed from this interface. | A client program may change behavior. |
1311 | Field GL_NUM_INSTRUCTIONS_TOTAL_ATI (int) with the compile-time constant value 35186 has been removed from this interface. | A client program may change behavior. |
1312 | Field GL_NUM_LOOPBACK_COMPONENTS_ATI (int) with the compile-time constant value 35188 has been removed from this interface. | A client program may change behavior. |
1313 | Field GL_NUM_PASSES_ATI (int) with the compile-time constant value 35184 has been removed from this interface. | A client program may change behavior. |
1314 | Field GL_OBJECT_ACTIVE_ATTRIBUTES_ARB (int) with the compile-time constant value 35721 has been removed from this interface. | A client program may change behavior. |
1315 | Field GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB (int) with the compile-time constant value 35722 has been removed from this interface. | A client program may change behavior. |
1316 | Field GL_OBJECT_ACTIVE_UNIFORMS_ARB (int) with the compile-time constant value 35718 has been removed from this interface. | A client program may change behavior. |
1317 | Field GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB (int) with the compile-time constant value 35719 has been removed from this interface. | A client program may change behavior. |
1318 | Field GL_OBJECT_ATTACHED_OBJECTS_ARB (int) with the compile-time constant value 35717 has been removed from this interface. | A client program may change behavior. |
1319 | Field GL_OBJECT_BUFFER_SIZE_ATI (int) with the compile-time constant value 34660 has been removed from this interface. | A client program may change behavior. |
1320 | Field GL_OBJECT_BUFFER_USAGE_ATI (int) with the compile-time constant value 34661 has been removed from this interface. | A client program may change behavior. |
1321 | Field GL_OBJECT_COMPILE_STATUS_ARB (int) with the compile-time constant value 35713 has been removed from this interface. | A client program may change behavior. |
1322 | Field GL_OBJECT_DELETE_STATUS_ARB (int) with the compile-time constant value 35712 has been removed from this interface. | A client program may change behavior. |
1323 | Field GL_OBJECT_DISTANCE_TO_LINE_SGIS (int) with the compile-time constant value 33267 has been removed from this interface. | A client program may change behavior. |
1324 | Field GL_OBJECT_DISTANCE_TO_POINT_SGIS (int) with the compile-time constant value 33265 has been removed from this interface. | A client program may change behavior. |
1325 | Field GL_OBJECT_INFO_LOG_LENGTH_ARB (int) with the compile-time constant value 35716 has been removed from this interface. | A client program may change behavior. |
1326 | Field GL_OBJECT_LINEAR (int) with the compile-time constant value 9217 has been removed from this interface. | A client program may change behavior. |
1327 | Field GL_OBJECT_LINE_SGIS (int) with the compile-time constant value 33271 has been removed from this interface. | A client program may change behavior. |
1328 | Field GL_OBJECT_LINK_STATUS_ARB (int) with the compile-time constant value 35714 has been removed from this interface. | A client program may change behavior. |
1329 | Field GL_OBJECT_PLANE (int) with the compile-time constant value 9473 has been removed from this interface. | A client program may change behavior. |
1330 | Field GL_OBJECT_POINT_SGIS (int) with the compile-time constant value 33269 has been removed from this interface. | A client program may change behavior. |
1331 | Field GL_OBJECT_SHADER_SOURCE_LENGTH_ARB (int) with the compile-time constant value 35720 has been removed from this interface. | A client program may change behavior. |
1332 | Field GL_OBJECT_SUBTYPE_ARB (int) with the compile-time constant value 35663 has been removed from this interface. | A client program may change behavior. |
1333 | Field GL_OBJECT_TYPE_ARB (int) with the compile-time constant value 35662 has been removed from this interface. | A client program may change behavior. |
1334 | Field GL_OBJECT_VALIDATE_STATUS_ARB (int) with the compile-time constant value 35715 has been removed from this interface. | A client program may change behavior. |
1335 | Field GL_OCCLUSION_TEST_HP (int) with the compile-time constant value 33125 has been removed from this interface. | A client program may change behavior. |
1336 | Field GL_OCCLUSION_TEST_RESULT_HP (int) with the compile-time constant value 33126 has been removed from this interface. | A client program may change behavior. |
1337 | Field GL_OES_read_format (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
1338 | Field GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV (int) with the compile-time constant value 34902 has been removed from this interface. | A client program may change behavior. |
1339 | Field GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34903 has been removed from this interface. | A client program may change behavior. |
1340 | Field GL_OFFSET_HILO_TEXTURE_2D_NV (int) with the compile-time constant value 34900 has been removed from this interface. | A client program may change behavior. |
1341 | Field GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34901 has been removed from this interface. | A client program may change behavior. |
1342 | Field GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV (int) with the compile-time constant value 34896 has been removed from this interface. | A client program may change behavior. |
1343 | Field GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV (int) with the compile-time constant value 34897 has been removed from this interface. | A client program may change behavior. |
1344 | Field GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34898 has been removed from this interface. | A client program may change behavior. |
1345 | Field GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV (int) with the compile-time constant value 34899 has been removed from this interface. | A client program may change behavior. |
1346 | Field GL_OFFSET_TEXTURE_2D_BIAS_NV (int) with the compile-time constant value 34531 has been removed from this interface. | A client program may change behavior. |
1347 | Field GL_OFFSET_TEXTURE_2D_MATRIX_NV (int) with the compile-time constant value 34529 has been removed from this interface. | A client program may change behavior. |
1348 | Field GL_OFFSET_TEXTURE_2D_NV (int) with the compile-time constant value 34536 has been removed from this interface. | A client program may change behavior. |
1349 | Field GL_OFFSET_TEXTURE_2D_SCALE_NV (int) with the compile-time constant value 34530 has been removed from this interface. | A client program may change behavior. |
1350 | Field GL_OFFSET_TEXTURE_BIAS_NV (int) with the compile-time constant value 34531 has been removed from this interface. | A client program may change behavior. |
1351 | Field GL_OFFSET_TEXTURE_MATRIX_NV (int) with the compile-time constant value 34529 has been removed from this interface. | A client program may change behavior. |
1352 | Field GL_OFFSET_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34380 has been removed from this interface. | A client program may change behavior. |
1353 | Field GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV (int) with the compile-time constant value 34381 has been removed from this interface. | A client program may change behavior. |
1354 | Field GL_OFFSET_TEXTURE_SCALE_NV (int) with the compile-time constant value 34530 has been removed from this interface. | A client program may change behavior. |
1355 | Field GL_ONE_EXT (int) with the compile-time constant value 34782 has been removed from this interface. | A client program may change behavior. |
1356 | Field GL_ONE_MINUS_CONSTANT_ALPHA (int) with the compile-time constant value 32772 has been removed from this interface. | A client program may change behavior. |
1357 | Field GL_ONE_MINUS_CONSTANT_COLOR (int) with the compile-time constant value 32770 has been removed from this interface. | A client program may change behavior. |
1358 | Field GL_OPERAND0_ALPHA (int) with the compile-time constant value 34200 has been removed from this interface. | A client program may change behavior. |
1359 | Field GL_OPERAND0_RGB (int) with the compile-time constant value 34192 has been removed from this interface. | A client program may change behavior. |
1360 | Field GL_OPERAND1_ALPHA (int) with the compile-time constant value 34201 has been removed from this interface. | A client program may change behavior. |
1361 | Field GL_OPERAND1_RGB (int) with the compile-time constant value 34193 has been removed from this interface. | A client program may change behavior. |
1362 | Field GL_OPERAND2_ALPHA (int) with the compile-time constant value 34202 has been removed from this interface. | A client program may change behavior. |
1363 | Field GL_OPERAND2_RGB (int) with the compile-time constant value 34194 has been removed from this interface. | A client program may change behavior. |
1364 | Field GL_OPERAND3_ALPHA_NV (int) with the compile-time constant value 34203 has been removed from this interface. | A client program may change behavior. |
1365 | Field GL_OPERAND3_RGB_NV (int) with the compile-time constant value 34195 has been removed from this interface. | A client program may change behavior. |
1366 | Field GL_OP_ADD_EXT (int) with the compile-time constant value 34695 has been removed from this interface. | A client program may change behavior. |
1367 | Field GL_OP_CLAMP_EXT (int) with the compile-time constant value 34702 has been removed from this interface. | A client program may change behavior. |
1368 | Field GL_OP_CROSS_PRODUCT_EXT (int) with the compile-time constant value 34711 has been removed from this interface. | A client program may change behavior. |
1369 | Field GL_OP_DOT3_EXT (int) with the compile-time constant value 34692 has been removed from this interface. | A client program may change behavior. |
1370 | Field GL_OP_DOT4_EXT (int) with the compile-time constant value 34693 has been removed from this interface. | A client program may change behavior. |
1371 | Field GL_OP_EXP_BASE_2_EXT (int) with the compile-time constant value 34705 has been removed from this interface. | A client program may change behavior. |
1372 | Field GL_OP_FLOOR_EXT (int) with the compile-time constant value 34703 has been removed from this interface. | A client program may change behavior. |
1373 | Field GL_OP_FRAC_EXT (int) with the compile-time constant value 34697 has been removed from this interface. | A client program may change behavior. |
1374 | Field GL_OP_INDEX_EXT (int) with the compile-time constant value 34690 has been removed from this interface. | A client program may change behavior. |
1375 | Field GL_OP_LOG_BASE_2_EXT (int) with the compile-time constant value 34706 has been removed from this interface. | A client program may change behavior. |
1376 | Field GL_OP_MADD_EXT (int) with the compile-time constant value 34696 has been removed from this interface. | A client program may change behavior. |
1377 | Field GL_OP_MAX_EXT (int) with the compile-time constant value 34698 has been removed from this interface. | A client program may change behavior. |
1378 | Field GL_OP_MIN_EXT (int) with the compile-time constant value 34699 has been removed from this interface. | A client program may change behavior. |
1379 | Field GL_OP_MOV_EXT (int) with the compile-time constant value 34713 has been removed from this interface. | A client program may change behavior. |
1380 | Field GL_OP_MULTIPLY_MATRIX_EXT (int) with the compile-time constant value 34712 has been removed from this interface. | A client program may change behavior. |
1381 | Field GL_OP_MUL_EXT (int) with the compile-time constant value 34694 has been removed from this interface. | A client program may change behavior. |
1382 | Field GL_OP_NEGATE_EXT (int) with the compile-time constant value 34691 has been removed from this interface. | A client program may change behavior. |
1383 | Field GL_OP_POWER_EXT (int) with the compile-time constant value 34707 has been removed from this interface. | A client program may change behavior. |
1384 | Field GL_OP_RECIP_EXT (int) with the compile-time constant value 34708 has been removed from this interface. | A client program may change behavior. |
1385 | Field GL_OP_RECIP_SQRT_EXT (int) with the compile-time constant value 34709 has been removed from this interface. | A client program may change behavior. |
1386 | Field GL_OP_ROUND_EXT (int) with the compile-time constant value 34704 has been removed from this interface. | A client program may change behavior. |
1387 | Field GL_OP_SET_GE_EXT (int) with the compile-time constant value 34700 has been removed from this interface. | A client program may change behavior. |
1388 | Field GL_OP_SET_LT_EXT (int) with the compile-time constant value 34701 has been removed from this interface. | A client program may change behavior. |
1389 | Field GL_OP_SUB_EXT (int) with the compile-time constant value 34710 has been removed from this interface. | A client program may change behavior. |
1390 | Field GL_ORDER (int) with the compile-time constant value 2561 has been removed from this interface. | A client program may change behavior. |
1391 | Field GL_OUTPUT_COLOR0_EXT (int) with the compile-time constant value 34715 has been removed from this interface. | A client program may change behavior. |
1392 | Field GL_OUTPUT_COLOR1_EXT (int) with the compile-time constant value 34716 has been removed from this interface. | A client program may change behavior. |
1393 | Field GL_OUTPUT_FOG_EXT (int) with the compile-time constant value 34749 has been removed from this interface. | A client program may change behavior. |
1394 | Field GL_OUTPUT_TEXTURE_COORD0_EXT (int) with the compile-time constant value 34717 has been removed from this interface. | A client program may change behavior. |
1395 | Field GL_OUTPUT_TEXTURE_COORD10_EXT (int) with the compile-time constant value 34727 has been removed from this interface. | A client program may change behavior. |
1396 | Field GL_OUTPUT_TEXTURE_COORD11_EXT (int) with the compile-time constant value 34728 has been removed from this interface. | A client program may change behavior. |
1397 | Field GL_OUTPUT_TEXTURE_COORD12_EXT (int) with the compile-time constant value 34729 has been removed from this interface. | A client program may change behavior. |
1398 | Field GL_OUTPUT_TEXTURE_COORD13_EXT (int) with the compile-time constant value 34730 has been removed from this interface. | A client program may change behavior. |
1399 | Field GL_OUTPUT_TEXTURE_COORD14_EXT (int) with the compile-time constant value 34731 has been removed from this interface. | A client program may change behavior. |
1400 | Field GL_OUTPUT_TEXTURE_COORD15_EXT (int) with the compile-time constant value 34732 has been removed from this interface. | A client program may change behavior. |
1401 | Field GL_OUTPUT_TEXTURE_COORD16_EXT (int) with the compile-time constant value 34733 has been removed from this interface. | A client program may change behavior. |
1402 | Field GL_OUTPUT_TEXTURE_COORD17_EXT (int) with the compile-time constant value 34734 has been removed from this interface. | A client program may change behavior. |
1403 | Field GL_OUTPUT_TEXTURE_COORD18_EXT (int) with the compile-time constant value 34735 has been removed from this interface. | A client program may change behavior. |
1404 | Field GL_OUTPUT_TEXTURE_COORD19_EXT (int) with the compile-time constant value 34736 has been removed from this interface. | A client program may change behavior. |
1405 | Field GL_OUTPUT_TEXTURE_COORD1_EXT (int) with the compile-time constant value 34718 has been removed from this interface. | A client program may change behavior. |
1406 | Field GL_OUTPUT_TEXTURE_COORD20_EXT (int) with the compile-time constant value 34737 has been removed from this interface. | A client program may change behavior. |
1407 | Field GL_OUTPUT_TEXTURE_COORD21_EXT (int) with the compile-time constant value 34738 has been removed from this interface. | A client program may change behavior. |
1408 | Field GL_OUTPUT_TEXTURE_COORD22_EXT (int) with the compile-time constant value 34739 has been removed from this interface. | A client program may change behavior. |
1409 | Field GL_OUTPUT_TEXTURE_COORD23_EXT (int) with the compile-time constant value 34740 has been removed from this interface. | A client program may change behavior. |
1410 | Field GL_OUTPUT_TEXTURE_COORD24_EXT (int) with the compile-time constant value 34741 has been removed from this interface. | A client program may change behavior. |
1411 | Field GL_OUTPUT_TEXTURE_COORD25_EXT (int) with the compile-time constant value 34742 has been removed from this interface. | A client program may change behavior. |
1412 | Field GL_OUTPUT_TEXTURE_COORD26_EXT (int) with the compile-time constant value 34743 has been removed from this interface. | A client program may change behavior. |
1413 | Field GL_OUTPUT_TEXTURE_COORD27_EXT (int) with the compile-time constant value 34744 has been removed from this interface. | A client program may change behavior. |
1414 | Field GL_OUTPUT_TEXTURE_COORD28_EXT (int) with the compile-time constant value 34745 has been removed from this interface. | A client program may change behavior. |
1415 | Field GL_OUTPUT_TEXTURE_COORD29_EXT (int) with the compile-time constant value 34746 has been removed from this interface. | A client program may change behavior. |
1416 | Field GL_OUTPUT_TEXTURE_COORD2_EXT (int) with the compile-time constant value 34719 has been removed from this interface. | A client program may change behavior. |
1417 | Field GL_OUTPUT_TEXTURE_COORD30_EXT (int) with the compile-time constant value 34747 has been removed from this interface. | A client program may change behavior. |
1418 | Field GL_OUTPUT_TEXTURE_COORD31_EXT (int) with the compile-time constant value 34748 has been removed from this interface. | A client program may change behavior. |
1419 | Field GL_OUTPUT_TEXTURE_COORD3_EXT (int) with the compile-time constant value 34720 has been removed from this interface. | A client program may change behavior. |
1420 | Field GL_OUTPUT_TEXTURE_COORD4_EXT (int) with the compile-time constant value 34721 has been removed from this interface. | A client program may change behavior. |
1421 | Field GL_OUTPUT_TEXTURE_COORD5_EXT (int) with the compile-time constant value 34722 has been removed from this interface. | A client program may change behavior. |
1422 | Field GL_OUTPUT_TEXTURE_COORD6_EXT (int) with the compile-time constant value 34723 has been removed from this interface. | A client program may change behavior. |
1423 | Field GL_OUTPUT_TEXTURE_COORD7_EXT (int) with the compile-time constant value 34724 has been removed from this interface. | A client program may change behavior. |
1424 | Field GL_OUTPUT_TEXTURE_COORD8_EXT (int) with the compile-time constant value 34725 has been removed from this interface. | A client program may change behavior. |
1425 | Field GL_OUTPUT_TEXTURE_COORD9_EXT (int) with the compile-time constant value 34726 has been removed from this interface. | A client program may change behavior. |
1426 | Field GL_OUTPUT_VERTEX_EXT (int) with the compile-time constant value 34714 has been removed from this interface. | A client program may change behavior. |
1427 | Field GL_PACK_CMYK_HINT_EXT (int) with the compile-time constant value 32782 has been removed from this interface. | A client program may change behavior. |
1428 | Field GL_PACK_IMAGE_DEPTH_SGIS (int) with the compile-time constant value 33073 has been removed from this interface. | A client program may change behavior. |
1429 | Field GL_PACK_IMAGE_HEIGHT (int) with the compile-time constant value 32876 has been removed from this interface. | A client program may change behavior. |
1430 | Field GL_PACK_INVERT_MESA (int) with the compile-time constant value 34648 has been removed from this interface. | A client program may change behavior. |
1431 | Field GL_PACK_LSB_FIRST (int) with the compile-time constant value 3329 has been removed from this interface. | A client program may change behavior. |
1432 | Field GL_PACK_RESAMPLE_OML (int) with the compile-time constant value 35204 has been removed from this interface. | A client program may change behavior. |
1433 | Field GL_PACK_RESAMPLE_SGIX (int) with the compile-time constant value 33836 has been removed from this interface. | A client program may change behavior. |
1434 | Field GL_PACK_ROW_LENGTH (int) with the compile-time constant value 3330 has been removed from this interface. | A client program may change behavior. |
1435 | Field GL_PACK_SKIP_IMAGES (int) with the compile-time constant value 32875 has been removed from this interface. | A client program may change behavior. |
1436 | Field GL_PACK_SKIP_PIXELS (int) with the compile-time constant value 3332 has been removed from this interface. | A client program may change behavior. |
1437 | Field GL_PACK_SKIP_ROWS (int) with the compile-time constant value 3331 has been removed from this interface. | A client program may change behavior. |
1438 | Field GL_PACK_SKIP_VOLUMES_SGIS (int) with the compile-time constant value 33072 has been removed from this interface. | A client program may change behavior. |
1439 | Field GL_PACK_SUBSAMPLE_RATE_SGIX (int) with the compile-time constant value 34208 has been removed from this interface. | A client program may change behavior. |
1440 | Field GL_PACK_SWAP_BYTES (int) with the compile-time constant value 3328 has been removed from this interface. | A client program may change behavior. |
1441 | Field GL_PASS_THROUGH_NV (int) with the compile-time constant value 34534 has been removed from this interface. | A client program may change behavior. |
1442 | Field GL_PASS_THROUGH_TOKEN (int) with the compile-time constant value 1792 has been removed from this interface. | A client program may change behavior. |
1443 | Field GL_PERSPECTIVE_CORRECTION_HINT (int) with the compile-time constant value 3152 has been removed from this interface. | A client program may change behavior. |
1444 | Field GL_PERTURB_EXT (int) with the compile-time constant value 34222 has been removed from this interface. | A client program may change behavior. |
1445 | Field GL_PER_STAGE_CONSTANTS_NV (int) with the compile-time constant value 34101 has been removed from this interface. | A client program may change behavior. |
1446 | Field GL_PHONG_HINT_WIN (int) with the compile-time constant value 33003 has been removed from this interface. | A client program may change behavior. |
1447 | Field GL_PHONG_WIN (int) with the compile-time constant value 33002 has been removed from this interface. | A client program may change behavior. |
1448 | Field GL_PIXEL_COUNTER_BITS_NV (int) with the compile-time constant value 34916 has been removed from this interface. | A client program may change behavior. |
1449 | Field GL_PIXEL_COUNT_AVAILABLE_NV (int) with the compile-time constant value 34919 has been removed from this interface. | A client program may change behavior. |
1450 | Field GL_PIXEL_COUNT_NV (int) with the compile-time constant value 34918 has been removed from this interface. | A client program may change behavior. |
1451 | Field GL_PIXEL_CUBIC_WEIGHT_EXT (int) with the compile-time constant value 33587 has been removed from this interface. | A client program may change behavior. |
1452 | Field GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS (int) with the compile-time constant value 33621 has been removed from this interface. | A client program may change behavior. |
1453 | Field GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS (int) with the compile-time constant value 33620 has been removed from this interface. | A client program may change behavior. |
1454 | Field GL_PIXEL_GROUP_COLOR_SGIS (int) with the compile-time constant value 33622 has been removed from this interface. | A client program may change behavior. |
1455 | Field GL_PIXEL_MAG_FILTER_EXT (int) with the compile-time constant value 33585 has been removed from this interface. | A client program may change behavior. |
1456 | Field GL_PIXEL_MAP_A_TO_A (int) with the compile-time constant value 3193 has been removed from this interface. | A client program may change behavior. |
1457 | Field GL_PIXEL_MAP_A_TO_A_SIZE (int) with the compile-time constant value 3257 has been removed from this interface. | A client program may change behavior. |
1458 | Field GL_PIXEL_MAP_B_TO_B (int) with the compile-time constant value 3192 has been removed from this interface. | A client program may change behavior. |
1459 | Field GL_PIXEL_MAP_B_TO_B_SIZE (int) with the compile-time constant value 3256 has been removed from this interface. | A client program may change behavior. |
1460 | Field GL_PIXEL_MAP_G_TO_G (int) with the compile-time constant value 3191 has been removed from this interface. | A client program may change behavior. |
1461 | Field GL_PIXEL_MAP_G_TO_G_SIZE (int) with the compile-time constant value 3255 has been removed from this interface. | A client program may change behavior. |
1462 | Field GL_PIXEL_MAP_I_TO_A (int) with the compile-time constant value 3189 has been removed from this interface. | A client program may change behavior. |
1463 | Field GL_PIXEL_MAP_I_TO_A_SIZE (int) with the compile-time constant value 3253 has been removed from this interface. | A client program may change behavior. |
1464 | Field GL_PIXEL_MAP_I_TO_B (int) with the compile-time constant value 3188 has been removed from this interface. | A client program may change behavior. |
1465 | Field GL_PIXEL_MAP_I_TO_B_SIZE (int) with the compile-time constant value 3252 has been removed from this interface. | A client program may change behavior. |
1466 | Field GL_PIXEL_MAP_I_TO_G (int) with the compile-time constant value 3187 has been removed from this interface. | A client program may change behavior. |
1467 | Field GL_PIXEL_MAP_I_TO_G_SIZE (int) with the compile-time constant value 3251 has been removed from this interface. | A client program may change behavior. |
1468 | Field GL_PIXEL_MAP_I_TO_I (int) with the compile-time constant value 3184 has been removed from this interface. | A client program may change behavior. |
1469 | Field GL_PIXEL_MAP_I_TO_I_SIZE (int) with the compile-time constant value 3248 has been removed from this interface. | A client program may change behavior. |
1470 | Field GL_PIXEL_MAP_I_TO_R (int) with the compile-time constant value 3186 has been removed from this interface. | A client program may change behavior. |
1471 | Field GL_PIXEL_MAP_I_TO_R_SIZE (int) with the compile-time constant value 3250 has been removed from this interface. | A client program may change behavior. |
1472 | Field GL_PIXEL_MAP_R_TO_R (int) with the compile-time constant value 3190 has been removed from this interface. | A client program may change behavior. |
1473 | Field GL_PIXEL_MAP_R_TO_R_SIZE (int) with the compile-time constant value 3254 has been removed from this interface. | A client program may change behavior. |
1474 | Field GL_PIXEL_MAP_S_TO_S (int) with the compile-time constant value 3185 has been removed from this interface. | A client program may change behavior. |
1475 | Field GL_PIXEL_MAP_S_TO_S_SIZE (int) with the compile-time constant value 3249 has been removed from this interface. | A client program may change behavior. |
1476 | Field GL_PIXEL_MIN_FILTER_EXT (int) with the compile-time constant value 33586 has been removed from this interface. | A client program may change behavior. |
1477 | Field GL_PIXEL_MODE_BIT (int) with the compile-time constant value 32 has been removed from this interface. | A client program may change behavior. |
1478 | Field GL_PIXEL_PACK_BUFFER (int) with the compile-time constant value 35051 has been removed from this interface. | A client program may change behavior. |
1479 | Field GL_PIXEL_PACK_BUFFER_ARB (int) with the compile-time constant value 35051 has been removed from this interface. | A client program may change behavior. |
1480 | Field GL_PIXEL_PACK_BUFFER_BINDING (int) with the compile-time constant value 35053 has been removed from this interface. | A client program may change behavior. |
1481 | Field GL_PIXEL_PACK_BUFFER_BINDING_ARB (int) with the compile-time constant value 35053 has been removed from this interface. | A client program may change behavior. |
1482 | Field GL_PIXEL_PACK_BUFFER_BINDING_EXT (int) with the compile-time constant value 35053 has been removed from this interface. | A client program may change behavior. |
1483 | Field GL_PIXEL_PACK_BUFFER_EXT (int) with the compile-time constant value 35051 has been removed from this interface. | A client program may change behavior. |
1484 | Field GL_PIXEL_SUBSAMPLE_2424_SGIX (int) with the compile-time constant value 34211 has been removed from this interface. | A client program may change behavior. |
1485 | Field GL_PIXEL_SUBSAMPLE_4242_SGIX (int) with the compile-time constant value 34212 has been removed from this interface. | A client program may change behavior. |
1486 | Field GL_PIXEL_SUBSAMPLE_4444_SGIX (int) with the compile-time constant value 34210 has been removed from this interface. | A client program may change behavior. |
1487 | Field GL_PIXEL_TEXTURE_SGIS (int) with the compile-time constant value 33619 has been removed from this interface. | A client program may change behavior. |
1488 | Field GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX (int) with the compile-time constant value 33161 has been removed from this interface. | A client program may change behavior. |
1489 | Field GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX (int) with the compile-time constant value 33162 has been removed from this interface. | A client program may change behavior. |
1490 | Field GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX (int) with the compile-time constant value 33160 has been removed from this interface. | A client program may change behavior. |
1491 | Field GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX (int) with the compile-time constant value 33159 has been removed from this interface. | A client program may change behavior. |
1492 | Field GL_PIXEL_TEX_GEN_MODE_SGIX (int) with the compile-time constant value 33579 has been removed from this interface. | A client program may change behavior. |
1493 | Field GL_PIXEL_TEX_GEN_Q_CEILING_SGIX (int) with the compile-time constant value 33156 has been removed from this interface. | A client program may change behavior. |
1494 | Field GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX (int) with the compile-time constant value 33158 has been removed from this interface. | A client program may change behavior. |
1495 | Field GL_PIXEL_TEX_GEN_Q_ROUND_SGIX (int) with the compile-time constant value 33157 has been removed from this interface. | A client program may change behavior. |
1496 | Field GL_PIXEL_TEX_GEN_SGIX (int) with the compile-time constant value 33081 has been removed from this interface. | A client program may change behavior. |
1497 | Field GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX (int) with the compile-time constant value 33086 has been removed from this interface. | A client program may change behavior. |
1498 | Field GL_PIXEL_TILE_CACHE_INCREMENT_SGIX (int) with the compile-time constant value 33087 has been removed from this interface. | A client program may change behavior. |
1499 | Field GL_PIXEL_TILE_CACHE_SIZE_SGIX (int) with the compile-time constant value 33093 has been removed from this interface. | A client program may change behavior. |
1500 | Field GL_PIXEL_TILE_GRID_DEPTH_SGIX (int) with the compile-time constant value 33092 has been removed from this interface. | A client program may change behavior. |
1501 | Field GL_PIXEL_TILE_GRID_HEIGHT_SGIX (int) with the compile-time constant value 33091 has been removed from this interface. | A client program may change behavior. |
1502 | Field GL_PIXEL_TILE_GRID_WIDTH_SGIX (int) with the compile-time constant value 33090 has been removed from this interface. | A client program may change behavior. |
1503 | Field GL_PIXEL_TILE_HEIGHT_SGIX (int) with the compile-time constant value 33089 has been removed from this interface. | A client program may change behavior. |
1504 | Field GL_PIXEL_TILE_WIDTH_SGIX (int) with the compile-time constant value 33088 has been removed from this interface. | A client program may change behavior. |
1505 | Field GL_PIXEL_TRANSFORM_2D_EXT (int) with the compile-time constant value 33584 has been removed from this interface. | A client program may change behavior. |
1506 | Field GL_PIXEL_TRANSFORM_2D_MATRIX_EXT (int) with the compile-time constant value 33592 has been removed from this interface. | A client program may change behavior. |
1507 | Field GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT (int) with the compile-time constant value 33590 has been removed from this interface. | A client program may change behavior. |
1508 | Field GL_PIXEL_UNPACK_BUFFER (int) with the compile-time constant value 35052 has been removed from this interface. | A client program may change behavior. |
1509 | Field GL_PIXEL_UNPACK_BUFFER_ARB (int) with the compile-time constant value 35052 has been removed from this interface. | A client program may change behavior. |
1510 | Field GL_PIXEL_UNPACK_BUFFER_BINDING (int) with the compile-time constant value 35055 has been removed from this interface. | A client program may change behavior. |
1511 | Field GL_PIXEL_UNPACK_BUFFER_BINDING_ARB (int) with the compile-time constant value 35055 has been removed from this interface. | A client program may change behavior. |
1512 | Field GL_PIXEL_UNPACK_BUFFER_BINDING_EXT (int) with the compile-time constant value 35055 has been removed from this interface. | A client program may change behavior. |
1513 | Field GL_PIXEL_UNPACK_BUFFER_EXT (int) with the compile-time constant value 35052 has been removed from this interface. | A client program may change behavior. |
1514 | Field GL_PN_TRIANGLES_ATI (int) with the compile-time constant value 34800 has been removed from this interface. | A client program may change behavior. |
1515 | Field GL_PN_TRIANGLES_NORMAL_MODE_ATI (int) with the compile-time constant value 34803 has been removed from this interface. | A client program may change behavior. |
1516 | Field GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI (int) with the compile-time constant value 34807 has been removed from this interface. | A client program may change behavior. |
1517 | Field GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI (int) with the compile-time constant value 34808 has been removed from this interface. | A client program may change behavior. |
1518 | Field GL_PN_TRIANGLES_POINT_MODE_ATI (int) with the compile-time constant value 34802 has been removed from this interface. | A client program may change behavior. |
1519 | Field GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI (int) with the compile-time constant value 34806 has been removed from this interface. | A client program may change behavior. |
1520 | Field GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI (int) with the compile-time constant value 34805 has been removed from this interface. | A client program may change behavior. |
1521 | Field GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI (int) with the compile-time constant value 34804 has been removed from this interface. | A client program may change behavior. |
1522 | Field GL_POINT (int) with the compile-time constant value 6912 has been removed from this interface. | A client program may change behavior. |
1523 | Field GL_POINT_BIT (int) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
1524 | Field GL_POINT_DISTANCE_ATTENUATION (int) with the compile-time constant value 33065 has been removed from this interface. | A client program may change behavior. |
1525 | Field GL_POINT_DISTANCE_ATTENUATION_ARB (int) with the compile-time constant value 33065 has been removed from this interface. | A client program may change behavior. |
1526 | Field GL_POINT_FADE_THRESHOLD_SIZE_ARB (int) with the compile-time constant value 33064 has been removed from this interface. | A client program may change behavior. |
1527 | Field GL_POINT_FADE_THRESHOLD_SIZE_EXT (int) with the compile-time constant value 33064 has been removed from this interface. | A client program may change behavior. |
1528 | Field GL_POINT_FADE_THRESHOLD_SIZE_SGIS (int) with the compile-time constant value 33064 has been removed from this interface. | A client program may change behavior. |
1529 | Field GL_POINT_SIZE_GRANULARITY (int) with the compile-time constant value 2835 has been removed from this interface. | A client program may change behavior. |
1530 | Field GL_POINT_SIZE_MAX (int) with the compile-time constant value 33063 has been removed from this interface. | A client program may change behavior. |
1531 | Field GL_POINT_SIZE_MAX_ARB (int) with the compile-time constant value 33063 has been removed from this interface. | A client program may change behavior. |
1532 | Field GL_POINT_SIZE_MAX_EXT (int) with the compile-time constant value 33063 has been removed from this interface. | A client program may change behavior. |
1533 | Field GL_POINT_SIZE_MAX_SGIS (int) with the compile-time constant value 33063 has been removed from this interface. | A client program may change behavior. |
1534 | Field GL_POINT_SIZE_MIN (int) with the compile-time constant value 33062 has been removed from this interface. | A client program may change behavior. |
1535 | Field GL_POINT_SIZE_MIN_ARB (int) with the compile-time constant value 33062 has been removed from this interface. | A client program may change behavior. |
1536 | Field GL_POINT_SIZE_MIN_EXT (int) with the compile-time constant value 33062 has been removed from this interface. | A client program may change behavior. |
1537 | Field GL_POINT_SIZE_MIN_SGIS (int) with the compile-time constant value 33062 has been removed from this interface. | A client program may change behavior. |
1538 | Field GL_POINT_SIZE_RANGE (int) with the compile-time constant value 2834 has been removed from this interface. | A client program may change behavior. |
1539 | Field GL_POINT_SMOOTH (int) with the compile-time constant value 2832 has been removed from this interface. | A client program may change behavior. |
1540 | Field GL_POINT_SMOOTH_HINT (int) with the compile-time constant value 3153 has been removed from this interface. | A client program may change behavior. |
1541 | Field GL_POINT_SPRITE (int) with the compile-time constant value 34913 has been removed from this interface. | A client program may change behavior. |
1542 | Field GL_POINT_SPRITE_ARB (int) with the compile-time constant value 34913 has been removed from this interface. | A client program may change behavior. |
1543 | Field GL_POINT_SPRITE_COORD_ORIGIN (int) with the compile-time constant value 36000 has been removed from this interface. | A client program may change behavior. |
1544 | Field GL_POINT_SPRITE_NV (int) with the compile-time constant value 34913 has been removed from this interface. | A client program may change behavior. |
1545 | Field GL_POINT_SPRITE_R_MODE_NV (int) with the compile-time constant value 34915 has been removed from this interface. | A client program may change behavior. |
1546 | Field GL_POINT_TOKEN (int) with the compile-time constant value 1793 has been removed from this interface. | A client program may change behavior. |
1547 | Field GL_POLYGON (int) with the compile-time constant value 9 has been removed from this interface. | A client program may change behavior. |
1548 | Field GL_POLYGON_BIT (int) with the compile-time constant value 8 has been removed from this interface. | A client program may change behavior. |
1549 | Field GL_POLYGON_MODE (int) with the compile-time constant value 2880 has been removed from this interface. | A client program may change behavior. |
1550 | Field GL_POLYGON_OFFSET_LINE (int) with the compile-time constant value 10754 has been removed from this interface. | A client program may change behavior. |
1551 | Field GL_POLYGON_OFFSET_POINT (int) with the compile-time constant value 10753 has been removed from this interface. | A client program may change behavior. |
1552 | Field GL_POLYGON_SMOOTH (int) with the compile-time constant value 2881 has been removed from this interface. | A client program may change behavior. |
1553 | Field GL_POLYGON_SMOOTH_HINT (int) with the compile-time constant value 3155 has been removed from this interface. | A client program may change behavior. |
1554 | Field GL_POLYGON_STIPPLE (int) with the compile-time constant value 2882 has been removed from this interface. | A client program may change behavior. |
1555 | Field GL_POLYGON_STIPPLE_BIT (int) with the compile-time constant value 16 has been removed from this interface. | A client program may change behavior. |
1556 | Field GL_POLYGON_TOKEN (int) with the compile-time constant value 1795 has been removed from this interface. | A client program may change behavior. |
1557 | Field GL_POSITION (int) with the compile-time constant value 4611 has been removed from this interface. | A client program may change behavior. |
1558 | Field GL_POST_COLOR_MATRIX_ALPHA_BIAS (int) with the compile-time constant value 32955 has been removed from this interface. | A client program may change behavior. |
1559 | Field GL_POST_COLOR_MATRIX_ALPHA_SCALE (int) with the compile-time constant value 32951 has been removed from this interface. | A client program may change behavior. |
1560 | Field GL_POST_COLOR_MATRIX_BLUE_BIAS (int) with the compile-time constant value 32954 has been removed from this interface. | A client program may change behavior. |
1561 | Field GL_POST_COLOR_MATRIX_BLUE_SCALE (int) with the compile-time constant value 32950 has been removed from this interface. | A client program may change behavior. |
1562 | Field GL_POST_COLOR_MATRIX_COLOR_TABLE (int) with the compile-time constant value 32978 has been removed from this interface. | A client program may change behavior. |
1563 | Field GL_POST_COLOR_MATRIX_GREEN_BIAS (int) with the compile-time constant value 32953 has been removed from this interface. | A client program may change behavior. |
1564 | Field GL_POST_COLOR_MATRIX_GREEN_SCALE (int) with the compile-time constant value 32949 has been removed from this interface. | A client program may change behavior. |
1565 | Field GL_POST_COLOR_MATRIX_RED_BIAS (int) with the compile-time constant value 32952 has been removed from this interface. | A client program may change behavior. |
1566 | Field GL_POST_COLOR_MATRIX_RED_SCALE (int) with the compile-time constant value 32948 has been removed from this interface. | A client program may change behavior. |
1567 | Field GL_POST_CONVOLUTION_ALPHA_BIAS (int) with the compile-time constant value 32803 has been removed from this interface. | A client program may change behavior. |
1568 | Field GL_POST_CONVOLUTION_ALPHA_SCALE (int) with the compile-time constant value 32799 has been removed from this interface. | A client program may change behavior. |
1569 | Field GL_POST_CONVOLUTION_BLUE_BIAS (int) with the compile-time constant value 32802 has been removed from this interface. | A client program may change behavior. |
1570 | Field GL_POST_CONVOLUTION_BLUE_SCALE (int) with the compile-time constant value 32798 has been removed from this interface. | A client program may change behavior. |
1571 | Field GL_POST_CONVOLUTION_COLOR_TABLE (int) with the compile-time constant value 32977 has been removed from this interface. | A client program may change behavior. |
1572 | Field GL_POST_CONVOLUTION_GREEN_BIAS (int) with the compile-time constant value 32801 has been removed from this interface. | A client program may change behavior. |
1573 | Field GL_POST_CONVOLUTION_GREEN_SCALE (int) with the compile-time constant value 32797 has been removed from this interface. | A client program may change behavior. |
1574 | Field GL_POST_CONVOLUTION_RED_BIAS (int) with the compile-time constant value 32800 has been removed from this interface. | A client program may change behavior. |
1575 | Field GL_POST_CONVOLUTION_RED_SCALE (int) with the compile-time constant value 32796 has been removed from this interface. | A client program may change behavior. |
1576 | Field GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP (int) with the compile-time constant value 33122 has been removed from this interface. | A client program may change behavior. |
1577 | Field GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX (int) with the compile-time constant value 33147 has been removed from this interface. | A client program may change behavior. |
1578 | Field GL_POST_TEXTURE_FILTER_BIAS_SGIX (int) with the compile-time constant value 33145 has been removed from this interface. | A client program may change behavior. |
1579 | Field GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX (int) with the compile-time constant value 33148 has been removed from this interface. | A client program may change behavior. |
1580 | Field GL_POST_TEXTURE_FILTER_SCALE_SGIX (int) with the compile-time constant value 33146 has been removed from this interface. | A client program may change behavior. |
1581 | Field GL_PREFER_DOUBLEBUFFER_HINT_PGI (int) with the compile-time constant value 107000 has been removed from this interface. | A client program may change behavior. |
1582 | Field GL_PRESERVE_ATI (int) with the compile-time constant value 34658 has been removed from this interface. | A client program may change behavior. |
1583 | Field GL_PREVIOUS (int) with the compile-time constant value 34168 has been removed from this interface. | A client program may change behavior. |
1584 | Field GL_PREVIOUS_TEXTURE_INPUT_NV (int) with the compile-time constant value 34532 has been removed from this interface. | A client program may change behavior. |
1585 | Field GL_PRIMARY_COLOR (int) with the compile-time constant value 34167 has been removed from this interface. | A client program may change behavior. |
1586 | Field GL_PRIMARY_COLOR_NV (int) with the compile-time constant value 34092 has been removed from this interface. | A client program may change behavior. |
1587 | Field GL_PRIMITIVES_GENERATED_NV (int) with the compile-time constant value 35975 has been removed from this interface. | A client program may change behavior. |
1588 | Field GL_PRIMITIVE_ID_NV (int) with the compile-time constant value 35964 has been removed from this interface. | A client program may change behavior. |
1589 | Field GL_PRIMITIVE_RESTART_INDEX_NV (int) with the compile-time constant value 34137 has been removed from this interface. | A client program may change behavior. |
1590 | Field GL_PRIMITIVE_RESTART_NV (int) with the compile-time constant value 34136 has been removed from this interface. | A client program may change behavior. |
1591 | Field GL_PROGRAM_ADDRESS_REGISTERS_ARB (int) with the compile-time constant value 34992 has been removed from this interface. | A client program may change behavior. |
1592 | Field GL_PROGRAM_ALU_INSTRUCTIONS_ARB (int) with the compile-time constant value 34821 has been removed from this interface. | A client program may change behavior. |
1593 | Field GL_PROGRAM_ATTRIBS_ARB (int) with the compile-time constant value 34988 has been removed from this interface. | A client program may change behavior. |
1594 | Field GL_PROGRAM_ATTRIB_COMPONENTS_NV (int) with the compile-time constant value 35078 has been removed from this interface. | A client program may change behavior. |
1595 | Field GL_PROGRAM_BINDING_ARB (int) with the compile-time constant value 34423 has been removed from this interface. | A client program may change behavior. |
1596 | Field GL_PROGRAM_ERROR_POSITION_ARB (int) with the compile-time constant value 34379 has been removed from this interface. | A client program may change behavior. |
1597 | Field GL_PROGRAM_ERROR_POSITION_NV (int) with the compile-time constant value 34379 has been removed from this interface. | A client program may change behavior. |
1598 | Field GL_PROGRAM_ERROR_STRING_ARB (int) with the compile-time constant value 34932 has been removed from this interface. | A client program may change behavior. |
1599 | Field GL_PROGRAM_ERROR_STRING_NV (int) with the compile-time constant value 34932 has been removed from this interface. | A client program may change behavior. |
1600 | Field GL_PROGRAM_FORMAT_ARB (int) with the compile-time constant value 34934 has been removed from this interface. | A client program may change behavior. |
1601 | Field GL_PROGRAM_FORMAT_ASCII_ARB (int) with the compile-time constant value 34933 has been removed from this interface. | A client program may change behavior. |
1602 | Field GL_PROGRAM_INSTRUCTIONS_ARB (int) with the compile-time constant value 34976 has been removed from this interface. | A client program may change behavior. |
1603 | Field GL_PROGRAM_LENGTH_ARB (int) with the compile-time constant value 34343 has been removed from this interface. | A client program may change behavior. |
1604 | Field GL_PROGRAM_LENGTH_NV (int) with the compile-time constant value 34343 has been removed from this interface. | A client program may change behavior. |
1605 | Field GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB (int) with the compile-time constant value 34994 has been removed from this interface. | A client program may change behavior. |
1606 | Field GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB (int) with the compile-time constant value 34824 has been removed from this interface. | A client program may change behavior. |
1607 | Field GL_PROGRAM_NATIVE_ATTRIBS_ARB (int) with the compile-time constant value 34990 has been removed from this interface. | A client program may change behavior. |
1608 | Field GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB (int) with the compile-time constant value 34978 has been removed from this interface. | A client program may change behavior. |
1609 | Field GL_PROGRAM_NATIVE_PARAMETERS_ARB (int) with the compile-time constant value 34986 has been removed from this interface. | A client program may change behavior. |
1610 | Field GL_PROGRAM_NATIVE_TEMPORARIES_ARB (int) with the compile-time constant value 34982 has been removed from this interface. | A client program may change behavior. |
1611 | Field GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB (int) with the compile-time constant value 34826 has been removed from this interface. | A client program may change behavior. |
1612 | Field GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB (int) with the compile-time constant value 34825 has been removed from this interface. | A client program may change behavior. |
1613 | Field GL_PROGRAM_OBJECT_ARB (int) with the compile-time constant value 35648 has been removed from this interface. | A client program may change behavior. |
1614 | Field GL_PROGRAM_PARAMETERS_ARB (int) with the compile-time constant value 34984 has been removed from this interface. | A client program may change behavior. |
1615 | Field GL_PROGRAM_PARAMETER_NV (int) with the compile-time constant value 34372 has been removed from this interface. | A client program may change behavior. |
1616 | Field GL_PROGRAM_POINT_SIZE_EXT (int) with the compile-time constant value 34370 has been removed from this interface. | A client program may change behavior. |
1617 | Field GL_PROGRAM_RESIDENT_NV (int) with the compile-time constant value 34375 has been removed from this interface. | A client program may change behavior. |
1618 | Field GL_PROGRAM_RESULT_COMPONENTS_NV (int) with the compile-time constant value 35079 has been removed from this interface. | A client program may change behavior. |
1619 | Field GL_PROGRAM_STRING_ARB (int) with the compile-time constant value 34344 has been removed from this interface. | A client program may change behavior. |
1620 | Field GL_PROGRAM_STRING_NV (int) with the compile-time constant value 34344 has been removed from this interface. | A client program may change behavior. |
1621 | Field GL_PROGRAM_TARGET_NV (int) with the compile-time constant value 34374 has been removed from this interface. | A client program may change behavior. |
1622 | Field GL_PROGRAM_TEMPORARIES_ARB (int) with the compile-time constant value 34980 has been removed from this interface. | A client program may change behavior. |
1623 | Field GL_PROGRAM_TEX_INDIRECTIONS_ARB (int) with the compile-time constant value 34823 has been removed from this interface. | A client program may change behavior. |
1624 | Field GL_PROGRAM_TEX_INSTRUCTIONS_ARB (int) with the compile-time constant value 34822 has been removed from this interface. | A client program may change behavior. |
1625 | Field GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB (int) with the compile-time constant value 34998 has been removed from this interface. | A client program may change behavior. |
1626 | Field GL_PROJECTION (int) with the compile-time constant value 5889 has been removed from this interface. | A client program may change behavior. |
1627 | Field GL_PROJECTION_MATRIX (int) with the compile-time constant value 2983 has been removed from this interface. | A client program may change behavior. |
1628 | Field GL_PROJECTION_STACK_DEPTH (int) with the compile-time constant value 2980 has been removed from this interface. | A client program may change behavior. |
1629 | Field GL_PROXY_COLOR_TABLE (int) with the compile-time constant value 32979 has been removed from this interface. | A client program may change behavior. |
1630 | Field GL_PROXY_HISTOGRAM (int) with the compile-time constant value 32805 has been removed from this interface. | A client program may change behavior. |
1631 | Field GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE (int) with the compile-time constant value 32981 has been removed from this interface. | A client program may change behavior. |
1632 | Field GL_PROXY_POST_CONVOLUTION_COLOR_TABLE (int) with the compile-time constant value 32980 has been removed from this interface. | A client program may change behavior. |
1633 | Field GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP (int) with the compile-time constant value 33123 has been removed from this interface. | A client program may change behavior. |
1634 | Field GL_PROXY_TEXTURE_1D (int) with the compile-time constant value 32867 has been removed from this interface. | A client program may change behavior. |
1635 | Field GL_PROXY_TEXTURE_1D_ARRAY_EXT (int) with the compile-time constant value 35865 has been removed from this interface. | A client program may change behavior. |
1636 | Field GL_PROXY_TEXTURE_1D_STACK_MESAX (int) with the compile-time constant value 34651 has been removed from this interface. | A client program may change behavior. |
1637 | Field GL_PROXY_TEXTURE_2D (int) with the compile-time constant value 32868 has been removed from this interface. | A client program may change behavior. |
1638 | Field GL_PROXY_TEXTURE_2D_ARRAY_EXT (int) with the compile-time constant value 35867 has been removed from this interface. | A client program may change behavior. |
1639 | Field GL_PROXY_TEXTURE_2D_STACK_MESAX (int) with the compile-time constant value 34652 has been removed from this interface. | A client program may change behavior. |
1640 | Field GL_PROXY_TEXTURE_3D (int) with the compile-time constant value 32880 has been removed from this interface. | A client program may change behavior. |
1641 | Field GL_PROXY_TEXTURE_4D_SGIS (int) with the compile-time constant value 33077 has been removed from this interface. | A client program may change behavior. |
1642 | Field GL_PROXY_TEXTURE_COLOR_TABLE_SGI (int) with the compile-time constant value 32957 has been removed from this interface. | A client program may change behavior. |
1643 | Field GL_PROXY_TEXTURE_CUBE_MAP (int) with the compile-time constant value 34075 has been removed from this interface. | A client program may change behavior. |
1644 | Field GL_PROXY_TEXTURE_RECTANGLE_ARB (int) with the compile-time constant value 34039 has been removed from this interface. | A client program may change behavior. |
1645 | Field GL_PROXY_TEXTURE_RECTANGLE_EXT (int) with the compile-time constant value 34039 has been removed from this interface. | A client program may change behavior. |
1646 | Field GL_PROXY_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34039 has been removed from this interface. | A client program may change behavior. |
1647 | Field GL_Q (int) with the compile-time constant value 8195 has been removed from this interface. | A client program may change behavior. |
1648 | Field GL_QUADRATIC_ATTENUATION (int) with the compile-time constant value 4617 has been removed from this interface. | A client program may change behavior. |
1649 | Field GL_QUADS (int) with the compile-time constant value 7 has been removed from this interface. | A client program may change behavior. |
1650 | Field GL_QUAD_ALPHA4_SGIS (int) with the compile-time constant value 33054 has been removed from this interface. | A client program may change behavior. |
1651 | Field GL_QUAD_ALPHA8_SGIS (int) with the compile-time constant value 33055 has been removed from this interface. | A client program may change behavior. |
1652 | Field GL_QUAD_INTENSITY4_SGIS (int) with the compile-time constant value 33058 has been removed from this interface. | A client program may change behavior. |
1653 | Field GL_QUAD_INTENSITY8_SGIS (int) with the compile-time constant value 33059 has been removed from this interface. | A client program may change behavior. |
1654 | Field GL_QUAD_LUMINANCE4_SGIS (int) with the compile-time constant value 33056 has been removed from this interface. | A client program may change behavior. |
1655 | Field GL_QUAD_LUMINANCE8_SGIS (int) with the compile-time constant value 33057 has been removed from this interface. | A client program may change behavior. |
1656 | Field GL_QUAD_MESH_SUN (int) with the compile-time constant value 34324 has been removed from this interface. | A client program may change behavior. |
1657 | Field GL_QUAD_STRIP (int) with the compile-time constant value 8 has been removed from this interface. | A client program may change behavior. |
1658 | Field GL_QUAD_TEXTURE_SELECT_SGIS (int) with the compile-time constant value 33061 has been removed from this interface. | A client program may change behavior. |
1659 | Field GL_QUARTER_BIT_ATI (int) with the compile-time constant value 16 has been removed from this interface. | A client program may change behavior. |
1660 | Field GL_QUERY_COUNTER_BITS (int) with the compile-time constant value 34916 has been removed from this interface. | A client program may change behavior. |
1661 | Field GL_QUERY_COUNTER_BITS_ARB (int) with the compile-time constant value 34916 has been removed from this interface. | A client program may change behavior. |
1662 | Field GL_QUERY_RESULT (int) with the compile-time constant value 34918 has been removed from this interface. | A client program may change behavior. |
1663 | Field GL_QUERY_RESULT_ARB (int) with the compile-time constant value 34918 has been removed from this interface. | A client program may change behavior. |
1664 | Field GL_QUERY_RESULT_AVAILABLE (int) with the compile-time constant value 34919 has been removed from this interface. | A client program may change behavior. |
1665 | Field GL_QUERY_RESULT_AVAILABLE_ARB (int) with the compile-time constant value 34919 has been removed from this interface. | A client program may change behavior. |
1666 | Field GL_R (int) with the compile-time constant value 8194 has been removed from this interface. | A client program may change behavior. |
1667 | Field GL_R11F_G11F_B10F_EXT (int) with the compile-time constant value 35898 has been removed from this interface. | A client program may change behavior. |
1668 | Field GL_R3_G3_B2 (int) with the compile-time constant value 10768 has been removed from this interface. | A client program may change behavior. |
1669 | Field GL_RASTERIZER_DISCARD_NV (int) with the compile-time constant value 35977 has been removed from this interface. | A client program may change behavior. |
1670 | Field GL_RASTER_POSITION_UNCLIPPED_IBM (int) with the compile-time constant value 103010 has been removed from this interface. | A client program may change behavior. |
1671 | Field GL_READ_BUFFER (int) with the compile-time constant value 3074 has been removed from this interface. | A client program may change behavior. |
1672 | Field GL_READ_FRAMEBUFFER_BINDING_EXT (int) with the compile-time constant value 36006 has been removed from this interface. | A client program may change behavior. |
1673 | Field GL_READ_FRAMEBUFFER_EXT (int) with the compile-time constant value 36008 has been removed from this interface. | A client program may change behavior. |
1674 | Field GL_READ_ONLY (int) with the compile-time constant value 35000 has been removed from this interface. | A client program may change behavior. |
1675 | Field GL_READ_ONLY_ARB (int) with the compile-time constant value 35000 has been removed from this interface. | A client program may change behavior. |
1676 | Field GL_READ_PIXEL_DATA_RANGE_LENGTH_NV (int) with the compile-time constant value 34939 has been removed from this interface. | A client program may change behavior. |
1677 | Field GL_READ_PIXEL_DATA_RANGE_NV (int) with the compile-time constant value 34937 has been removed from this interface. | A client program may change behavior. |
1678 | Field GL_READ_PIXEL_DATA_RANGE_POINTER_NV (int) with the compile-time constant value 34941 has been removed from this interface. | A client program may change behavior. |
1679 | Field GL_READ_WRITE (int) with the compile-time constant value 35002 has been removed from this interface. | A client program may change behavior. |
1680 | Field GL_READ_WRITE_ARB (int) with the compile-time constant value 35002 has been removed from this interface. | A client program may change behavior. |
1681 | Field GL_RECLAIM_MEMORY_HINT_PGI (int) with the compile-time constant value 107006 has been removed from this interface. | A client program may change behavior. |
1682 | Field GL_REDUCE (int) with the compile-time constant value 32790 has been removed from this interface. | A client program may change behavior. |
1683 | Field GL_RED_BIAS (int) with the compile-time constant value 3349 has been removed from this interface. | A client program may change behavior. |
1684 | Field GL_RED_BIT_ATI (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
1685 | Field GL_RED_INTEGER_EXT (int) with the compile-time constant value 36244 has been removed from this interface. | A client program may change behavior. |
1686 | Field GL_RED_MAX_CLAMP_INGR (int) with the compile-time constant value 34148 has been removed from this interface. | A client program may change behavior. |
1687 | Field GL_RED_MIN_CLAMP_INGR (int) with the compile-time constant value 34144 has been removed from this interface. | A client program may change behavior. |
1688 | Field GL_RED_SCALE (int) with the compile-time constant value 3348 has been removed from this interface. | A client program may change behavior. |
1689 | Field GL_REFERENCE_PLANE_EQUATION_SGIX (int) with the compile-time constant value 33150 has been removed from this interface. | A client program may change behavior. |
1690 | Field GL_REFERENCE_PLANE_SGIX (int) with the compile-time constant value 33149 has been removed from this interface. | A client program may change behavior. |
1691 | Field GL_REFLECTION_MAP (int) with the compile-time constant value 34066 has been removed from this interface. | A client program may change behavior. |
1692 | Field GL_REFLECTION_MAP_NV (int) with the compile-time constant value 34066 has been removed from this interface. | A client program may change behavior. |
1693 | Field GL_REGISTER_COMBINERS_NV (int) with the compile-time constant value 34082 has been removed from this interface. | A client program may change behavior. |
1694 | Field GL_REG_0_ATI (int) with the compile-time constant value 35105 has been removed from this interface. | A client program may change behavior. |
1695 | Field GL_REG_10_ATI (int) with the compile-time constant value 35115 has been removed from this interface. | A client program may change behavior. |
1696 | Field GL_REG_11_ATI (int) with the compile-time constant value 35116 has been removed from this interface. | A client program may change behavior. |
1697 | Field GL_REG_12_ATI (int) with the compile-time constant value 35117 has been removed from this interface. | A client program may change behavior. |
1698 | Field GL_REG_13_ATI (int) with the compile-time constant value 35118 has been removed from this interface. | A client program may change behavior. |
1699 | Field GL_REG_14_ATI (int) with the compile-time constant value 35119 has been removed from this interface. | A client program may change behavior. |
1700 | Field GL_REG_15_ATI (int) with the compile-time constant value 35120 has been removed from this interface. | A client program may change behavior. |
1701 | Field GL_REG_16_ATI (int) with the compile-time constant value 35121 has been removed from this interface. | A client program may change behavior. |
1702 | Field GL_REG_17_ATI (int) with the compile-time constant value 35122 has been removed from this interface. | A client program may change behavior. |
1703 | Field GL_REG_18_ATI (int) with the compile-time constant value 35123 has been removed from this interface. | A client program may change behavior. |
1704 | Field GL_REG_19_ATI (int) with the compile-time constant value 35124 has been removed from this interface. | A client program may change behavior. |
1705 | Field GL_REG_1_ATI (int) with the compile-time constant value 35106 has been removed from this interface. | A client program may change behavior. |
1706 | Field GL_REG_20_ATI (int) with the compile-time constant value 35125 has been removed from this interface. | A client program may change behavior. |
1707 | Field GL_REG_21_ATI (int) with the compile-time constant value 35126 has been removed from this interface. | A client program may change behavior. |
1708 | Field GL_REG_22_ATI (int) with the compile-time constant value 35127 has been removed from this interface. | A client program may change behavior. |
1709 | Field GL_REG_23_ATI (int) with the compile-time constant value 35128 has been removed from this interface. | A client program may change behavior. |
1710 | Field GL_REG_24_ATI (int) with the compile-time constant value 35129 has been removed from this interface. | A client program may change behavior. |
1711 | Field GL_REG_25_ATI (int) with the compile-time constant value 35130 has been removed from this interface. | A client program may change behavior. |
1712 | Field GL_REG_26_ATI (int) with the compile-time constant value 35131 has been removed from this interface. | A client program may change behavior. |
1713 | Field GL_REG_27_ATI (int) with the compile-time constant value 35132 has been removed from this interface. | A client program may change behavior. |
1714 | Field GL_REG_28_ATI (int) with the compile-time constant value 35133 has been removed from this interface. | A client program may change behavior. |
1715 | Field GL_REG_29_ATI (int) with the compile-time constant value 35134 has been removed from this interface. | A client program may change behavior. |
1716 | Field GL_REG_2_ATI (int) with the compile-time constant value 35107 has been removed from this interface. | A client program may change behavior. |
1717 | Field GL_REG_30_ATI (int) with the compile-time constant value 35135 has been removed from this interface. | A client program may change behavior. |
1718 | Field GL_REG_31_ATI (int) with the compile-time constant value 35136 has been removed from this interface. | A client program may change behavior. |
1719 | Field GL_REG_3_ATI (int) with the compile-time constant value 35108 has been removed from this interface. | A client program may change behavior. |
1720 | Field GL_REG_4_ATI (int) with the compile-time constant value 35109 has been removed from this interface. | A client program may change behavior. |
1721 | Field GL_REG_5_ATI (int) with the compile-time constant value 35110 has been removed from this interface. | A client program may change behavior. |
1722 | Field GL_REG_6_ATI (int) with the compile-time constant value 35111 has been removed from this interface. | A client program may change behavior. |
1723 | Field GL_REG_7_ATI (int) with the compile-time constant value 35112 has been removed from this interface. | A client program may change behavior. |
1724 | Field GL_REG_8_ATI (int) with the compile-time constant value 35113 has been removed from this interface. | A client program may change behavior. |
1725 | Field GL_REG_9_ATI (int) with the compile-time constant value 35114 has been removed from this interface. | A client program may change behavior. |
1726 | Field GL_RENDER (int) with the compile-time constant value 7168 has been removed from this interface. | A client program may change behavior. |
1727 | Field GL_RENDERBUFFER_ALPHA_SIZE_EXT (int) with the compile-time constant value 36179 has been removed from this interface. | A client program may change behavior. |
1728 | Field GL_RENDERBUFFER_BINDING_EXT (int) with the compile-time constant value 36007 has been removed from this interface. | A client program may change behavior. |
1729 | Field GL_RENDERBUFFER_BLUE_SIZE_EXT (int) with the compile-time constant value 36178 has been removed from this interface. | A client program may change behavior. |
1730 | Field GL_RENDERBUFFER_COLOR_SAMPLES_NV (int) with the compile-time constant value 36368 has been removed from this interface. | A client program may change behavior. |
1731 | Field GL_RENDERBUFFER_COVERAGE_SAMPLES_NV (int) with the compile-time constant value 36011 has been removed from this interface. | A client program may change behavior. |
1732 | Field GL_RENDERBUFFER_DEPTH_SIZE_EXT (int) with the compile-time constant value 36180 has been removed from this interface. | A client program may change behavior. |
1733 | Field GL_RENDERBUFFER_EXT (int) with the compile-time constant value 36161 has been removed from this interface. | A client program may change behavior. |
1734 | Field GL_RENDERBUFFER_GREEN_SIZE_EXT (int) with the compile-time constant value 36177 has been removed from this interface. | A client program may change behavior. |
1735 | Field GL_RENDERBUFFER_HEIGHT_EXT (int) with the compile-time constant value 36163 has been removed from this interface. | A client program may change behavior. |
1736 | Field GL_RENDERBUFFER_INTERNAL_FORMAT_EXT (int) with the compile-time constant value 36164 has been removed from this interface. | A client program may change behavior. |
1737 | Field GL_RENDERBUFFER_RED_SIZE_EXT (int) with the compile-time constant value 36176 has been removed from this interface. | A client program may change behavior. |
1738 | Field GL_RENDERBUFFER_SAMPLES_EXT (int) with the compile-time constant value 36011 has been removed from this interface. | A client program may change behavior. |
1739 | Field GL_RENDERBUFFER_STENCIL_SIZE_EXT (int) with the compile-time constant value 36181 has been removed from this interface. | A client program may change behavior. |
1740 | Field GL_RENDERBUFFER_WIDTH_EXT (int) with the compile-time constant value 36162 has been removed from this interface. | A client program may change behavior. |
1741 | Field GL_RENDER_MODE (int) with the compile-time constant value 3136 has been removed from this interface. | A client program may change behavior. |
1742 | Field GL_REPLICATE_BORDER (int) with the compile-time constant value 33107 has been removed from this interface. | A client program may change behavior. |
1743 | Field GL_RESAMPLE_AVERAGE_OML (int) with the compile-time constant value 35208 has been removed from this interface. | A client program may change behavior. |
1744 | Field GL_RESAMPLE_DECIMATE_OML (int) with the compile-time constant value 35209 has been removed from this interface. | A client program may change behavior. |
1745 | Field GL_RESAMPLE_DECIMATE_SGIX (int) with the compile-time constant value 33840 has been removed from this interface. | A client program may change behavior. |
1746 | Field GL_RESAMPLE_REPLICATE_OML (int) with the compile-time constant value 35206 has been removed from this interface. | A client program may change behavior. |
1747 | Field GL_RESAMPLE_REPLICATE_SGIX (int) with the compile-time constant value 33838 has been removed from this interface. | A client program may change behavior. |
1748 | Field GL_RESAMPLE_ZERO_FILL_OML (int) with the compile-time constant value 35207 has been removed from this interface. | A client program may change behavior. |
1749 | Field GL_RESAMPLE_ZERO_FILL_SGIX (int) with the compile-time constant value 33839 has been removed from this interface. | A client program may change behavior. |
1750 | Field GL_RESCALE_NORMAL (int) with the compile-time constant value 32826 has been removed from this interface. | A client program may change behavior. |
1751 | Field GL_RETURN (int) with the compile-time constant value 258 has been removed from this interface. | A client program may change behavior. |
1752 | Field GL_RGB10 (int) with the compile-time constant value 32850 has been removed from this interface. | A client program may change behavior. |
1753 | Field GL_RGB10_A2 (int) with the compile-time constant value 32857 has been removed from this interface. | A client program may change behavior. |
1754 | Field GL_RGB12 (int) with the compile-time constant value 32851 has been removed from this interface. | A client program may change behavior. |
1755 | Field GL_RGB16 (int) with the compile-time constant value 32852 has been removed from this interface. | A client program may change behavior. |
1756 | Field GL_RGB16F_ARB (int) with the compile-time constant value 34843 has been removed from this interface. | A client program may change behavior. |
1757 | Field GL_RGB16I_EXT (int) with the compile-time constant value 36233 has been removed from this interface. | A client program may change behavior. |
1758 | Field GL_RGB16UI_EXT (int) with the compile-time constant value 36215 has been removed from this interface. | A client program may change behavior. |
1759 | Field GL_RGB32F_ARB (int) with the compile-time constant value 34837 has been removed from this interface. | A client program may change behavior. |
1760 | Field GL_RGB32I_EXT (int) with the compile-time constant value 36227 has been removed from this interface. | A client program may change behavior. |
1761 | Field GL_RGB32UI_EXT (int) with the compile-time constant value 36209 has been removed from this interface. | A client program may change behavior. |
1762 | Field GL_RGB4 (int) with the compile-time constant value 32847 has been removed from this interface. | A client program may change behavior. |
1763 | Field GL_RGB4_S3TC (int) with the compile-time constant value 33697 has been removed from this interface. | A client program may change behavior. |
1764 | Field GL_RGB5 (int) with the compile-time constant value 32848 has been removed from this interface. | A client program may change behavior. |
1765 | Field GL_RGB8I_EXT (int) with the compile-time constant value 36239 has been removed from this interface. | A client program may change behavior. |
1766 | Field GL_RGB8UI_EXT (int) with the compile-time constant value 36221 has been removed from this interface. | A client program may change behavior. |
1767 | Field GL_RGB9_E5_EXT (int) with the compile-time constant value 35901 has been removed from this interface. | A client program may change behavior. |
1768 | Field GL_RGBA12 (int) with the compile-time constant value 32858 has been removed from this interface. | A client program may change behavior. |
1769 | Field GL_RGBA16 (int) with the compile-time constant value 32859 has been removed from this interface. | A client program may change behavior. |
1770 | Field GL_RGBA16F_ARB (int) with the compile-time constant value 34842 has been removed from this interface. | A client program may change behavior. |
1771 | Field GL_RGBA16I_EXT (int) with the compile-time constant value 36232 has been removed from this interface. | A client program may change behavior. |
1772 | Field GL_RGBA16UI_EXT (int) with the compile-time constant value 36214 has been removed from this interface. | A client program may change behavior. |
1773 | Field GL_RGBA2 (int) with the compile-time constant value 32853 has been removed from this interface. | A client program may change behavior. |
1774 | Field GL_RGBA32F_ARB (int) with the compile-time constant value 34836 has been removed from this interface. | A client program may change behavior. |
1775 | Field GL_RGBA32I_EXT (int) with the compile-time constant value 36226 has been removed from this interface. | A client program may change behavior. |
1776 | Field GL_RGBA32UI_EXT (int) with the compile-time constant value 36208 has been removed from this interface. | A client program may change behavior. |
1777 | Field GL_RGBA4_S3TC (int) with the compile-time constant value 33699 has been removed from this interface. | A client program may change behavior. |
1778 | Field GL_RGBA8I_EXT (int) with the compile-time constant value 36238 has been removed from this interface. | A client program may change behavior. |
1779 | Field GL_RGBA8UI_EXT (int) with the compile-time constant value 36220 has been removed from this interface. | A client program may change behavior. |
1780 | Field GL_RGBA_FLOAT16_APPLE (int) with the compile-time constant value 34842 has been removed from this interface. | A client program may change behavior. |
1781 | Field GL_RGBA_FLOAT16_ATI (int) with the compile-time constant value 34842 has been removed from this interface. | A client program may change behavior. |
1782 | Field GL_RGBA_FLOAT32_APPLE (int) with the compile-time constant value 34836 has been removed from this interface. | A client program may change behavior. |
1783 | Field GL_RGBA_FLOAT32_ATI (int) with the compile-time constant value 34836 has been removed from this interface. | A client program may change behavior. |
1784 | Field GL_RGBA_FLOAT_MODE_ARB (int) with the compile-time constant value 34848 has been removed from this interface. | A client program may change behavior. |
1785 | Field GL_RGBA_INTEGER_EXT (int) with the compile-time constant value 36249 has been removed from this interface. | A client program may change behavior. |
1786 | Field GL_RGBA_INTEGER_MODE_EXT (int) with the compile-time constant value 36254 has been removed from this interface. | A client program may change behavior. |
1787 | Field GL_RGBA_MODE (int) with the compile-time constant value 3121 has been removed from this interface. | A client program may change behavior. |
1788 | Field GL_RGBA_S3TC (int) with the compile-time constant value 33698 has been removed from this interface. | A client program may change behavior. |
1789 | Field GL_RGBA_SIGNED_COMPONENTS_EXT (int) with the compile-time constant value 35900 has been removed from this interface. | A client program may change behavior. |
1790 | Field GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV (int) with the compile-time constant value 34521 has been removed from this interface. | A client program may change behavior. |
1791 | Field GL_RGB_FLOAT16_APPLE (int) with the compile-time constant value 34843 has been removed from this interface. | A client program may change behavior. |
1792 | Field GL_RGB_FLOAT16_ATI (int) with the compile-time constant value 34843 has been removed from this interface. | A client program may change behavior. |
1793 | Field GL_RGB_FLOAT32_APPLE (int) with the compile-time constant value 34837 has been removed from this interface. | A client program may change behavior. |
1794 | Field GL_RGB_FLOAT32_ATI (int) with the compile-time constant value 34837 has been removed from this interface. | A client program may change behavior. |
1795 | Field GL_RGB_INTEGER_EXT (int) with the compile-time constant value 36248 has been removed from this interface. | A client program may change behavior. |
1796 | Field GL_RGB_S3TC (int) with the compile-time constant value 33696 has been removed from this interface. | A client program may change behavior. |
1797 | Field GL_RGB_SCALE (int) with the compile-time constant value 34163 has been removed from this interface. | A client program may change behavior. |
1798 | Field GL_S (int) with the compile-time constant value 8192 has been removed from this interface. | A client program may change behavior. |
1799 | Field GL_SAMPLER_1D (int) with the compile-time constant value 35677 has been removed from this interface. | A client program may change behavior. |
1800 | Field GL_SAMPLER_1D_ARB (int) with the compile-time constant value 35677 has been removed from this interface. | A client program may change behavior. |
1801 | Field GL_SAMPLER_1D_ARRAY_EXT (int) with the compile-time constant value 36288 has been removed from this interface. | A client program may change behavior. |
1802 | Field GL_SAMPLER_1D_ARRAY_SHADOW_EXT (int) with the compile-time constant value 36291 has been removed from this interface. | A client program may change behavior. |
1803 | Field GL_SAMPLER_1D_SHADOW (int) with the compile-time constant value 35681 has been removed from this interface. | A client program may change behavior. |
1804 | Field GL_SAMPLER_1D_SHADOW_ARB (int) with the compile-time constant value 35681 has been removed from this interface. | A client program may change behavior. |
1805 | Field GL_SAMPLER_2D (int) with the compile-time constant value 35678 has been removed from this interface. | A client program may change behavior. |
1806 | Field GL_SAMPLER_2D_ARB (int) with the compile-time constant value 35678 has been removed from this interface. | A client program may change behavior. |
1807 | Field GL_SAMPLER_2D_ARRAY_EXT (int) with the compile-time constant value 36289 has been removed from this interface. | A client program may change behavior. |
1808 | Field GL_SAMPLER_2D_ARRAY_SHADOW_EXT (int) with the compile-time constant value 36292 has been removed from this interface. | A client program may change behavior. |
1809 | Field GL_SAMPLER_2D_RECT_ARB (int) with the compile-time constant value 35683 has been removed from this interface. | A client program may change behavior. |
1810 | Field GL_SAMPLER_2D_RECT_SHADOW_ARB (int) with the compile-time constant value 35684 has been removed from this interface. | A client program may change behavior. |
1811 | Field GL_SAMPLER_2D_SHADOW (int) with the compile-time constant value 35682 has been removed from this interface. | A client program may change behavior. |
1812 | Field GL_SAMPLER_2D_SHADOW_ARB (int) with the compile-time constant value 35682 has been removed from this interface. | A client program may change behavior. |
1813 | Field GL_SAMPLER_3D (int) with the compile-time constant value 35679 has been removed from this interface. | A client program may change behavior. |
1814 | Field GL_SAMPLER_3D_ARB (int) with the compile-time constant value 35679 has been removed from this interface. | A client program may change behavior. |
1815 | Field GL_SAMPLER_BUFFER_EXT (int) with the compile-time constant value 36290 has been removed from this interface. | A client program may change behavior. |
1816 | Field GL_SAMPLER_CUBE (int) with the compile-time constant value 35680 has been removed from this interface. | A client program may change behavior. |
1817 | Field GL_SAMPLER_CUBE_ARB (int) with the compile-time constant value 35680 has been removed from this interface. | A client program may change behavior. |
1818 | Field GL_SAMPLER_CUBE_SHADOW_EXT (int) with the compile-time constant value 36293 has been removed from this interface. | A client program may change behavior. |
1819 | Field GL_SAMPLES_3DFX (int) with the compile-time constant value 34484 has been removed from this interface. | A client program may change behavior. |
1820 | Field GL_SAMPLES_EXT (int) with the compile-time constant value 32937 has been removed from this interface. | A client program may change behavior. |
1821 | Field GL_SAMPLES_PASSED (int) with the compile-time constant value 35092 has been removed from this interface. | A client program may change behavior. |
1822 | Field GL_SAMPLES_PASSED_ARB (int) with the compile-time constant value 35092 has been removed from this interface. | A client program may change behavior. |
1823 | Field GL_SAMPLES_SGIS (int) with the compile-time constant value 32937 has been removed from this interface. | A client program may change behavior. |
1824 | Field GL_SAMPLE_ALPHA_TO_MASK_EXT (int) with the compile-time constant value 32926 has been removed from this interface. | A client program may change behavior. |
1825 | Field GL_SAMPLE_ALPHA_TO_MASK_SGIS (int) with the compile-time constant value 32926 has been removed from this interface. | A client program may change behavior. |
1826 | Field GL_SAMPLE_ALPHA_TO_ONE_EXT (int) with the compile-time constant value 32927 has been removed from this interface. | A client program may change behavior. |
1827 | Field GL_SAMPLE_ALPHA_TO_ONE_SGIS (int) with the compile-time constant value 32927 has been removed from this interface. | A client program may change behavior. |
1828 | Field GL_SAMPLE_BUFFERS_3DFX (int) with the compile-time constant value 34483 has been removed from this interface. | A client program may change behavior. |
1829 | Field GL_SAMPLE_BUFFERS_EXT (int) with the compile-time constant value 32936 has been removed from this interface. | A client program may change behavior. |
1830 | Field GL_SAMPLE_BUFFERS_SGIS (int) with the compile-time constant value 32936 has been removed from this interface. | A client program may change behavior. |
1831 | Field GL_SAMPLE_MASK_EXT (int) with the compile-time constant value 32928 has been removed from this interface. | A client program may change behavior. |
1832 | Field GL_SAMPLE_MASK_INVERT_EXT (int) with the compile-time constant value 32939 has been removed from this interface. | A client program may change behavior. |
1833 | Field GL_SAMPLE_MASK_INVERT_SGIS (int) with the compile-time constant value 32939 has been removed from this interface. | A client program may change behavior. |
1834 | Field GL_SAMPLE_MASK_SGIS (int) with the compile-time constant value 32928 has been removed from this interface. | A client program may change behavior. |
1835 | Field GL_SAMPLE_MASK_VALUE_EXT (int) with the compile-time constant value 32938 has been removed from this interface. | A client program may change behavior. |
1836 | Field GL_SAMPLE_MASK_VALUE_SGIS (int) with the compile-time constant value 32938 has been removed from this interface. | A client program may change behavior. |
1837 | Field GL_SAMPLE_PATTERN_EXT (int) with the compile-time constant value 32940 has been removed from this interface. | A client program may change behavior. |
1838 | Field GL_SAMPLE_PATTERN_SGIS (int) with the compile-time constant value 32940 has been removed from this interface. | A client program may change behavior. |
1839 | Field GL_SATURATE_BIT_ATI (int) with the compile-time constant value 64 has been removed from this interface. | A client program may change behavior. |
1840 | Field GL_SCALAR_EXT (int) with the compile-time constant value 34750 has been removed from this interface. | A client program may change behavior. |
1841 | Field GL_SCALEBIAS_HINT_SGIX (int) with the compile-time constant value 33570 has been removed from this interface. | A client program may change behavior. |
1842 | Field GL_SCALE_BY_FOUR_NV (int) with the compile-time constant value 34111 has been removed from this interface. | A client program may change behavior. |
1843 | Field GL_SCALE_BY_ONE_HALF_NV (int) with the compile-time constant value 34112 has been removed from this interface. | A client program may change behavior. |
1844 | Field GL_SCALE_BY_TWO_NV (int) with the compile-time constant value 34110 has been removed from this interface. | A client program may change behavior. |
1845 | Field GL_SCISSOR_BIT (int) with the compile-time constant value 524288 has been removed from this interface. | A client program may change behavior. |
1846 | Field GL_SCREEN_COORDINATES_REND (int) with the compile-time constant value 33936 has been removed from this interface. | A client program may change behavior. |
1847 | Field GL_SECONDARY_COLOR_ARRAY (int) with the compile-time constant value 33886 has been removed from this interface. | A client program may change behavior. |
1848 | Field GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34972 has been removed from this interface. | A client program may change behavior. |
1849 | Field GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34972 has been removed from this interface. | A client program may change behavior. |
1850 | Field GL_SECONDARY_COLOR_ARRAY_EXT (int) with the compile-time constant value 33886 has been removed from this interface. | A client program may change behavior. |
1851 | Field GL_SECONDARY_COLOR_ARRAY_POINTER (int) with the compile-time constant value 33885 has been removed from this interface. | A client program may change behavior. |
1852 | Field GL_SECONDARY_COLOR_ARRAY_POINTER_EXT (int) with the compile-time constant value 33885 has been removed from this interface. | A client program may change behavior. |
1853 | Field GL_SECONDARY_COLOR_ARRAY_SIZE (int) with the compile-time constant value 33882 has been removed from this interface. | A client program may change behavior. |
1854 | Field GL_SECONDARY_COLOR_ARRAY_SIZE_EXT (int) with the compile-time constant value 33882 has been removed from this interface. | A client program may change behavior. |
1855 | Field GL_SECONDARY_COLOR_ARRAY_STRIDE (int) with the compile-time constant value 33884 has been removed from this interface. | A client program may change behavior. |
1856 | Field GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT (int) with the compile-time constant value 33884 has been removed from this interface. | A client program may change behavior. |
1857 | Field GL_SECONDARY_COLOR_ARRAY_TYPE (int) with the compile-time constant value 33883 has been removed from this interface. | A client program may change behavior. |
1858 | Field GL_SECONDARY_COLOR_ARRAY_TYPE_EXT (int) with the compile-time constant value 33883 has been removed from this interface. | A client program may change behavior. |
1859 | Field GL_SECONDARY_COLOR_NV (int) with the compile-time constant value 34093 has been removed from this interface. | A client program may change behavior. |
1860 | Field GL_SECONDARY_INTERPOLATOR_ATI (int) with the compile-time constant value 35181 has been removed from this interface. | A client program may change behavior. |
1861 | Field GL_SELECT (int) with the compile-time constant value 7170 has been removed from this interface. | A client program may change behavior. |
1862 | Field GL_SELECTION_BUFFER_POINTER (int) with the compile-time constant value 3571 has been removed from this interface. | A client program may change behavior. |
1863 | Field GL_SELECTION_BUFFER_SIZE (int) with the compile-time constant value 3572 has been removed from this interface. | A client program may change behavior. |
1864 | Field GL_SEPARABLE_2D (int) with the compile-time constant value 32786 has been removed from this interface. | A client program may change behavior. |
1865 | Field GL_SEPARATE_ATTRIBS_NV (int) with the compile-time constant value 35981 has been removed from this interface. | A client program may change behavior. |
1866 | Field GL_SEPARATE_SPECULAR_COLOR (int) with the compile-time constant value 33274 has been removed from this interface. | A client program may change behavior. |
1867 | Field GL_SHADER_CONSISTENT_NV (int) with the compile-time constant value 34525 has been removed from this interface. | A client program may change behavior. |
1868 | Field GL_SHADER_OBJECT_ARB (int) with the compile-time constant value 35656 has been removed from this interface. | A client program may change behavior. |
1869 | Field GL_SHADER_OPERATION_NV (int) with the compile-time constant value 34527 has been removed from this interface. | A client program may change behavior. |
1870 | Field GL_SHADER_SOURCE_LENGTH (int) with the compile-time constant value 35720 has been removed from this interface. | A client program may change behavior. |
1871 | Field GL_SHADER_TYPE (int) with the compile-time constant value 35663 has been removed from this interface. | A client program may change behavior. |
1872 | Field GL_SHADE_MODEL (int) with the compile-time constant value 2900 has been removed from this interface. | A client program may change behavior. |
1873 | Field GL_SHADING_LANGUAGE_VERSION (int) with the compile-time constant value 35724 has been removed from this interface. | A client program may change behavior. |
1874 | Field GL_SHADING_LANGUAGE_VERSION_ARB (int) with the compile-time constant value 35724 has been removed from this interface. | A client program may change behavior. |
1875 | Field GL_SHADOW_AMBIENT_SGIX (int) with the compile-time constant value 32959 has been removed from this interface. | A client program may change behavior. |
1876 | Field GL_SHADOW_ATTENUATION_EXT (int) with the compile-time constant value 33614 has been removed from this interface. | A client program may change behavior. |
1877 | Field GL_SHARED_TEXTURE_PALETTE_EXT (int) with the compile-time constant value 33275 has been removed from this interface. | A client program may change behavior. |
1878 | Field GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS (int) with the compile-time constant value 32944 has been removed from this interface. | A client program may change behavior. |
1879 | Field GL_SHININESS (int) with the compile-time constant value 5633 has been removed from this interface. | A client program may change behavior. |
1880 | Field GL_SIGNED_ALPHA8_NV (int) with the compile-time constant value 34566 has been removed from this interface. | A client program may change behavior. |
1881 | Field GL_SIGNED_ALPHA_NV (int) with the compile-time constant value 34565 has been removed from this interface. | A client program may change behavior. |
1882 | Field GL_SIGNED_HILO16_NV (int) with the compile-time constant value 34554 has been removed from this interface. | A client program may change behavior. |
1883 | Field GL_SIGNED_HILO8_NV (int) with the compile-time constant value 34911 has been removed from this interface. | A client program may change behavior. |
1884 | Field GL_SIGNED_HILO_NV (int) with the compile-time constant value 34553 has been removed from this interface. | A client program may change behavior. |
1885 | Field GL_SIGNED_IDENTITY_NV (int) with the compile-time constant value 34108 has been removed from this interface. | A client program may change behavior. |
1886 | Field GL_SIGNED_INTENSITY8_NV (int) with the compile-time constant value 34568 has been removed from this interface. | A client program may change behavior. |
1887 | Field GL_SIGNED_INTENSITY_NV (int) with the compile-time constant value 34567 has been removed from this interface. | A client program may change behavior. |
1888 | Field GL_SIGNED_LUMINANCE8_ALPHA8_NV (int) with the compile-time constant value 34564 has been removed from this interface. | A client program may change behavior. |
1889 | Field GL_SIGNED_LUMINANCE8_NV (int) with the compile-time constant value 34562 has been removed from this interface. | A client program may change behavior. |
1890 | Field GL_SIGNED_LUMINANCE_ALPHA_NV (int) with the compile-time constant value 34563 has been removed from this interface. | A client program may change behavior. |
1891 | Field GL_SIGNED_LUMINANCE_NV (int) with the compile-time constant value 34561 has been removed from this interface. | A client program may change behavior. |
1892 | Field GL_SIGNED_NEGATE_NV (int) with the compile-time constant value 34109 has been removed from this interface. | A client program may change behavior. |
1893 | Field GL_SIGNED_RGB8_NV (int) with the compile-time constant value 34559 has been removed from this interface. | A client program may change behavior. |
1894 | Field GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV (int) with the compile-time constant value 34573 has been removed from this interface. | A client program may change behavior. |
1895 | Field GL_SIGNED_RGBA8_NV (int) with the compile-time constant value 34556 has been removed from this interface. | A client program may change behavior. |
1896 | Field GL_SIGNED_RGBA_NV (int) with the compile-time constant value 34555 has been removed from this interface. | A client program may change behavior. |
1897 | Field GL_SIGNED_RGB_NV (int) with the compile-time constant value 34558 has been removed from this interface. | A client program may change behavior. |
1898 | Field GL_SIGNED_RGB_UNSIGNED_ALPHA_NV (int) with the compile-time constant value 34572 has been removed from this interface. | A client program may change behavior. |
1899 | Field GL_SINGLE_COLOR (int) with the compile-time constant value 33273 has been removed from this interface. | A client program may change behavior. |
1900 | Field GL_SLICE_ACCUM_SUN (int) with the compile-time constant value 34252 has been removed from this interface. | A client program may change behavior. |
1901 | Field GL_SLUMINANCE (int) with the compile-time constant value 35910 has been removed from this interface. | A client program may change behavior. |
1902 | Field GL_SLUMINANCE8 (int) with the compile-time constant value 35911 has been removed from this interface. | A client program may change behavior. |
1903 | Field GL_SLUMINANCE8_ALPHA8 (int) with the compile-time constant value 35909 has been removed from this interface. | A client program may change behavior. |
1904 | Field GL_SLUMINANCE8_ALPHA8_EXT (int) with the compile-time constant value 35909 has been removed from this interface. | A client program may change behavior. |
1905 | Field GL_SLUMINANCE8_EXT (int) with the compile-time constant value 35911 has been removed from this interface. | A client program may change behavior. |
1906 | Field GL_SLUMINANCE_ALPHA (int) with the compile-time constant value 35908 has been removed from this interface. | A client program may change behavior. |
1907 | Field GL_SLUMINANCE_ALPHA_EXT (int) with the compile-time constant value 35908 has been removed from this interface. | A client program may change behavior. |
1908 | Field GL_SLUMINANCE_EXT (int) with the compile-time constant value 35910 has been removed from this interface. | A client program may change behavior. |
1909 | Field GL_SMOOTH (int) with the compile-time constant value 7425 has been removed from this interface. | A client program may change behavior. |
1910 | Field GL_SMOOTH_LINE_WIDTH_GRANULARITY (int) with the compile-time constant value 2851 has been removed from this interface. | A client program may change behavior. |
1911 | Field GL_SMOOTH_POINT_SIZE_GRANULARITY (int) with the compile-time constant value 2835 has been removed from this interface. | A client program may change behavior. |
1912 | Field GL_SOURCE0_ALPHA (int) with the compile-time constant value 34184 has been removed from this interface. | A client program may change behavior. |
1913 | Field GL_SOURCE0_RGB (int) with the compile-time constant value 34176 has been removed from this interface. | A client program may change behavior. |
1914 | Field GL_SOURCE1_ALPHA (int) with the compile-time constant value 34185 has been removed from this interface. | A client program may change behavior. |
1915 | Field GL_SOURCE1_RGB (int) with the compile-time constant value 34177 has been removed from this interface. | A client program may change behavior. |
1916 | Field GL_SOURCE2_ALPHA (int) with the compile-time constant value 34186 has been removed from this interface. | A client program may change behavior. |
1917 | Field GL_SOURCE2_RGB (int) with the compile-time constant value 34178 has been removed from this interface. | A client program may change behavior. |
1918 | Field GL_SOURCE3_ALPHA_NV (int) with the compile-time constant value 34187 has been removed from this interface. | A client program may change behavior. |
1919 | Field GL_SOURCE3_RGB_NV (int) with the compile-time constant value 34179 has been removed from this interface. | A client program may change behavior. |
1920 | Field GL_SPARE0_NV (int) with the compile-time constant value 34094 has been removed from this interface. | A client program may change behavior. |
1921 | Field GL_SPARE0_PLUS_SECONDARY_COLOR_NV (int) with the compile-time constant value 34098 has been removed from this interface. | A client program may change behavior. |
1922 | Field GL_SPARE1_NV (int) with the compile-time constant value 34095 has been removed from this interface. | A client program may change behavior. |
1923 | Field GL_SPECULAR (int) with the compile-time constant value 4610 has been removed from this interface. | A client program may change behavior. |
1924 | Field GL_SPHERE_MAP (int) with the compile-time constant value 9218 has been removed from this interface. | A client program may change behavior. |
1925 | Field GL_SPOT_CUTOFF (int) with the compile-time constant value 4614 has been removed from this interface. | A client program may change behavior. |
1926 | Field GL_SPOT_DIRECTION (int) with the compile-time constant value 4612 has been removed from this interface. | A client program may change behavior. |
1927 | Field GL_SPOT_EXPONENT (int) with the compile-time constant value 4613 has been removed from this interface. | A client program may change behavior. |
1928 | Field GL_SPRITE_AXIAL_SGIX (int) with the compile-time constant value 33100 has been removed from this interface. | A client program may change behavior. |
1929 | Field GL_SPRITE_AXIS_SGIX (int) with the compile-time constant value 33098 has been removed from this interface. | A client program may change behavior. |
1930 | Field GL_SPRITE_EYE_ALIGNED_SGIX (int) with the compile-time constant value 33102 has been removed from this interface. | A client program may change behavior. |
1931 | Field GL_SPRITE_MODE_SGIX (int) with the compile-time constant value 33097 has been removed from this interface. | A client program may change behavior. |
1932 | Field GL_SPRITE_OBJECT_ALIGNED_SGIX (int) with the compile-time constant value 33101 has been removed from this interface. | A client program may change behavior. |
1933 | Field GL_SPRITE_SGIX (int) with the compile-time constant value 33096 has been removed from this interface. | A client program may change behavior. |
1934 | Field GL_SPRITE_TRANSLATION_SGIX (int) with the compile-time constant value 33099 has been removed from this interface. | A client program may change behavior. |
1935 | Field GL_SRC0_ALPHA (int) with the compile-time constant value 34184 has been removed from this interface. | A client program may change behavior. |
1936 | Field GL_SRC0_RGB (int) with the compile-time constant value 34176 has been removed from this interface. | A client program may change behavior. |
1937 | Field GL_SRC1_ALPHA (int) with the compile-time constant value 34185 has been removed from this interface. | A client program may change behavior. |
1938 | Field GL_SRC1_RGB (int) with the compile-time constant value 34177 has been removed from this interface. | A client program may change behavior. |
1939 | Field GL_SRC2_ALPHA (int) with the compile-time constant value 34186 has been removed from this interface. | A client program may change behavior. |
1940 | Field GL_SRC2_RGB (int) with the compile-time constant value 34178 has been removed from this interface. | A client program may change behavior. |
1941 | Field GL_SRGB (int) with the compile-time constant value 35904 has been removed from this interface. | A client program may change behavior. |
1942 | Field GL_SRGB8 (int) with the compile-time constant value 35905 has been removed from this interface. | A client program may change behavior. |
1943 | Field GL_SRGB8_ALPHA8 (int) with the compile-time constant value 35907 has been removed from this interface. | A client program may change behavior. |
1944 | Field GL_SRGB8_ALPHA8_EXT (int) with the compile-time constant value 35907 has been removed from this interface. | A client program may change behavior. |
1945 | Field GL_SRGB8_EXT (int) with the compile-time constant value 35905 has been removed from this interface. | A client program may change behavior. |
1946 | Field GL_SRGB_ALPHA (int) with the compile-time constant value 35906 has been removed from this interface. | A client program may change behavior. |
1947 | Field GL_SRGB_ALPHA_EXT (int) with the compile-time constant value 35906 has been removed from this interface. | A client program may change behavior. |
1948 | Field GL_SRGB_EXT (int) with the compile-time constant value 35904 has been removed from this interface. | A client program may change behavior. |
1949 | Field GL_STACK_OVERFLOW (int) with the compile-time constant value 1283 has been removed from this interface. | A client program may change behavior. |
1950 | Field GL_STACK_UNDERFLOW (int) with the compile-time constant value 1284 has been removed from this interface. | A client program may change behavior. |
1951 | Field GL_STATIC_ATI (int) with the compile-time constant value 34656 has been removed from this interface. | A client program may change behavior. |
1952 | Field GL_STATIC_COPY (int) with the compile-time constant value 35046 has been removed from this interface. | A client program may change behavior. |
1953 | Field GL_STATIC_COPY_ARB (int) with the compile-time constant value 35046 has been removed from this interface. | A client program may change behavior. |
1954 | Field GL_STATIC_DRAW_ARB (int) with the compile-time constant value 35044 has been removed from this interface. | A client program may change behavior. |
1955 | Field GL_STATIC_READ (int) with the compile-time constant value 35045 has been removed from this interface. | A client program may change behavior. |
1956 | Field GL_STATIC_READ_ARB (int) with the compile-time constant value 35045 has been removed from this interface. | A client program may change behavior. |
1957 | Field GL_STENCIL (int) with the compile-time constant value 6146 has been removed from this interface. | A client program may change behavior. |
1958 | Field GL_STENCIL_ATTACHMENT_EXT (int) with the compile-time constant value 36128 has been removed from this interface. | A client program may change behavior. |
1959 | Field GL_STENCIL_BACK_FAIL (int) with the compile-time constant value 34817 has been removed from this interface. | A client program may change behavior. |
1960 | Field GL_STENCIL_BACK_FAIL_ATI (int) with the compile-time constant value 34817 has been removed from this interface. | A client program may change behavior. |
1961 | Field GL_STENCIL_BACK_FUNC (int) with the compile-time constant value 34816 has been removed from this interface. | A client program may change behavior. |
1962 | Field GL_STENCIL_BACK_FUNC_ATI (int) with the compile-time constant value 34816 has been removed from this interface. | A client program may change behavior. |
1963 | Field GL_STENCIL_BACK_PASS_DEPTH_FAIL (int) with the compile-time constant value 34818 has been removed from this interface. | A client program may change behavior. |
1964 | Field GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI (int) with the compile-time constant value 34818 has been removed from this interface. | A client program may change behavior. |
1965 | Field GL_STENCIL_BACK_PASS_DEPTH_PASS (int) with the compile-time constant value 34819 has been removed from this interface. | A client program may change behavior. |
1966 | Field GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI (int) with the compile-time constant value 34819 has been removed from this interface. | A client program may change behavior. |
1967 | Field GL_STENCIL_BACK_REF (int) with the compile-time constant value 36003 has been removed from this interface. | A client program may change behavior. |
1968 | Field GL_STENCIL_BACK_VALUE_MASK (int) with the compile-time constant value 36004 has been removed from this interface. | A client program may change behavior. |
1969 | Field GL_STENCIL_BACK_WRITEMASK (int) with the compile-time constant value 36005 has been removed from this interface. | A client program may change behavior. |
1970 | Field GL_STENCIL_CLEAR_TAG_VALUE_EXT (int) with the compile-time constant value 35059 has been removed from this interface. | A client program may change behavior. |
1971 | Field GL_STENCIL_INDEX16_EXT (int) with the compile-time constant value 36169 has been removed from this interface. | A client program may change behavior. |
1972 | Field GL_STENCIL_INDEX1_EXT (int) with the compile-time constant value 36166 has been removed from this interface. | A client program may change behavior. |
1973 | Field GL_STENCIL_INDEX4_EXT (int) with the compile-time constant value 36167 has been removed from this interface. | A client program may change behavior. |
1974 | Field GL_STENCIL_INDEX8_EXT (int) with the compile-time constant value 36168 has been removed from this interface. | A client program may change behavior. |
1975 | Field GL_STENCIL_TAG_BITS_EXT (int) with the compile-time constant value 35058 has been removed from this interface. | A client program may change behavior. |
1976 | Field GL_STENCIL_TEST_TWO_SIDE_EXT (int) with the compile-time constant value 35088 has been removed from this interface. | A client program may change behavior. |
1977 | Field GL_STORAGE_CACHED_APPLE (int) with the compile-time constant value 34238 has been removed from this interface. | A client program may change behavior. |
1978 | Field GL_STORAGE_PRIVATE_APPLE (int) with the compile-time constant value 34237 has been removed from this interface. | A client program may change behavior. |
1979 | Field GL_STORAGE_SHARED_APPLE (int) with the compile-time constant value 34239 has been removed from this interface. | A client program may change behavior. |
1980 | Field GL_STREAM_COPY (int) with the compile-time constant value 35042 has been removed from this interface. | A client program may change behavior. |
1981 | Field GL_STREAM_COPY_ARB (int) with the compile-time constant value 35042 has been removed from this interface. | A client program may change behavior. |
1982 | Field GL_STREAM_DRAW (int) with the compile-time constant value 35040 has been removed from this interface. | A client program may change behavior. |
1983 | Field GL_STREAM_DRAW_ARB (int) with the compile-time constant value 35040 has been removed from this interface. | A client program may change behavior. |
1984 | Field GL_STREAM_READ (int) with the compile-time constant value 35041 has been removed from this interface. | A client program may change behavior. |
1985 | Field GL_STREAM_READ_ARB (int) with the compile-time constant value 35041 has been removed from this interface. | A client program may change behavior. |
1986 | Field GL_STRICT_DEPTHFUNC_HINT_PGI (int) with the compile-time constant value 107030 has been removed from this interface. | A client program may change behavior. |
1987 | Field GL_STRICT_LIGHTING_HINT_PGI (int) with the compile-time constant value 107031 has been removed from this interface. | A client program may change behavior. |
1988 | Field GL_STRICT_SCISSOR_HINT_PGI (int) with the compile-time constant value 107032 has been removed from this interface. | A client program may change behavior. |
1989 | Field GL_SUBTRACT (int) with the compile-time constant value 34023 has been removed from this interface. | A client program may change behavior. |
1990 | Field GL_SUB_ATI (int) with the compile-time constant value 35173 has been removed from this interface. | A client program may change behavior. |
1991 | Field GL_SWIZZLE_STQ_ATI (int) with the compile-time constant value 35191 has been removed from this interface. | A client program may change behavior. |
1992 | Field GL_SWIZZLE_STQ_DQ_ATI (int) with the compile-time constant value 35193 has been removed from this interface. | A client program may change behavior. |
1993 | Field GL_SWIZZLE_STRQ_ATI (int) with the compile-time constant value 35194 has been removed from this interface. | A client program may change behavior. |
1994 | Field GL_SWIZZLE_STRQ_DQ_ATI (int) with the compile-time constant value 35195 has been removed from this interface. | A client program may change behavior. |
1995 | Field GL_SWIZZLE_STR_ATI (int) with the compile-time constant value 35190 has been removed from this interface. | A client program may change behavior. |
1996 | Field GL_SWIZZLE_STR_DR_ATI (int) with the compile-time constant value 35192 has been removed from this interface. | A client program may change behavior. |
1997 | Field GL_T (int) with the compile-time constant value 8193 has been removed from this interface. | A client program may change behavior. |
1998 | Field GL_T2F_C3F_V3F (int) with the compile-time constant value 10794 has been removed from this interface. | A client program may change behavior. |
1999 | Field GL_T2F_C4F_N3F_V3F (int) with the compile-time constant value 10796 has been removed from this interface. | A client program may change behavior. |
2000 | Field GL_T2F_C4UB_V3F (int) with the compile-time constant value 10793 has been removed from this interface. | A client program may change behavior. |
2001 | Field GL_T2F_IUI_N3F_V2F_EXT (int) with the compile-time constant value 33203 has been removed from this interface. | A client program may change behavior. |
2002 | Field GL_T2F_IUI_N3F_V3F_EXT (int) with the compile-time constant value 33204 has been removed from this interface. | A client program may change behavior. |
2003 | Field GL_T2F_IUI_V2F_EXT (int) with the compile-time constant value 33201 has been removed from this interface. | A client program may change behavior. |
2004 | Field GL_T2F_IUI_V3F_EXT (int) with the compile-time constant value 33202 has been removed from this interface. | A client program may change behavior. |
2005 | Field GL_T2F_N3F_V3F (int) with the compile-time constant value 10795 has been removed from this interface. | A client program may change behavior. |
2006 | Field GL_T2F_V3F (int) with the compile-time constant value 10791 has been removed from this interface. | A client program may change behavior. |
2007 | Field GL_T4F_C4F_N3F_V4F (int) with the compile-time constant value 10797 has been removed from this interface. | A client program may change behavior. |
2008 | Field GL_T4F_V4F (int) with the compile-time constant value 10792 has been removed from this interface. | A client program may change behavior. |
2009 | Field GL_TABLE_TOO_LARGE (int) with the compile-time constant value 32817 has been removed from this interface. | A client program may change behavior. |
2010 | Field GL_TEXCOORD1_BIT_PGI (int) with the compile-time constant value 268435456 has been removed from this interface. | A client program may change behavior. |
2011 | Field GL_TEXCOORD2_BIT_PGI (int) with the compile-time constant value 536870912 has been removed from this interface. | A client program may change behavior. |
2012 | Field GL_TEXCOORD3_BIT_PGI (int) with the compile-time constant value 1073741824 has been removed from this interface. | A client program may change behavior. |
2013 | Field GL_TEXCOORD4_BIT_PGI (long) with the compile-time constant value -2147483648l has been removed from this interface. | A client program may change behavior. |
2014 | Field GL_TEXTURE_1D (int) with the compile-time constant value 3552 has been removed from this interface. | A client program may change behavior. |
2015 | Field GL_TEXTURE_1D_ARRAY_EXT (int) with the compile-time constant value 35864 has been removed from this interface. | A client program may change behavior. |
2016 | Field GL_TEXTURE_1D_STACK_BINDING_MESAX (int) with the compile-time constant value 34653 has been removed from this interface. | A client program may change behavior. |
2017 | Field GL_TEXTURE_1D_STACK_MESAX (int) with the compile-time constant value 34649 has been removed from this interface. | A client program may change behavior. |
2018 | Field GL_TEXTURE_2D_ARRAY_EXT (int) with the compile-time constant value 35866 has been removed from this interface. | A client program may change behavior. |
2019 | Field GL_TEXTURE_2D_STACK_BINDING_MESAX (int) with the compile-time constant value 34654 has been removed from this interface. | A client program may change behavior. |
2020 | Field GL_TEXTURE_2D_STACK_MESAX (int) with the compile-time constant value 34650 has been removed from this interface. | A client program may change behavior. |
2021 | Field GL_TEXTURE_3D (int) with the compile-time constant value 32879 has been removed from this interface. | A client program may change behavior. |
2022 | Field GL_TEXTURE_4DSIZE_SGIS (int) with the compile-time constant value 33078 has been removed from this interface. | A client program may change behavior. |
2023 | Field GL_TEXTURE_4D_BINDING_SGIS (int) with the compile-time constant value 33103 has been removed from this interface. | A client program may change behavior. |
2024 | Field GL_TEXTURE_4D_SGIS (int) with the compile-time constant value 33076 has been removed from this interface. | A client program may change behavior. |
2025 | Field GL_TEXTURE_ALPHA_SIZE (int) with the compile-time constant value 32863 has been removed from this interface. | A client program may change behavior. |
2026 | Field GL_TEXTURE_ALPHA_TYPE_ARB (int) with the compile-time constant value 35859 has been removed from this interface. | A client program may change behavior. |
2027 | Field GL_TEXTURE_APPLICATION_MODE_EXT (int) with the compile-time constant value 33615 has been removed from this interface. | A client program may change behavior. |
2028 | Field GL_TEXTURE_BASE_LEVEL (int) with the compile-time constant value 33084 has been removed from this interface. | A client program may change behavior. |
2029 | Field GL_TEXTURE_BINDING_1D (int) with the compile-time constant value 32872 has been removed from this interface. | A client program may change behavior. |
2030 | Field GL_TEXTURE_BINDING_1D_ARRAY_EXT (int) with the compile-time constant value 35868 has been removed from this interface. | A client program may change behavior. |
2031 | Field GL_TEXTURE_BINDING_2D_ARRAY_EXT (int) with the compile-time constant value 35869 has been removed from this interface. | A client program may change behavior. |
2032 | Field GL_TEXTURE_BINDING_3D (int) with the compile-time constant value 32874 has been removed from this interface. | A client program may change behavior. |
2033 | Field GL_TEXTURE_BINDING_BUFFER_EXT (int) with the compile-time constant value 35884 has been removed from this interface. | A client program may change behavior. |
2034 | Field GL_TEXTURE_BINDING_RECTANGLE_ARB (int) with the compile-time constant value 34038 has been removed from this interface. | A client program may change behavior. |
2035 | Field GL_TEXTURE_BINDING_RECTANGLE_EXT (int) with the compile-time constant value 34038 has been removed from this interface. | A client program may change behavior. |
2036 | Field GL_TEXTURE_BINDING_RECTANGLE_NV (int) with the compile-time constant value 34038 has been removed from this interface. | A client program may change behavior. |
2037 | Field GL_TEXTURE_BIT (int) with the compile-time constant value 262144 has been removed from this interface. | A client program may change behavior. |
2038 | Field GL_TEXTURE_BLUE_SIZE (int) with the compile-time constant value 32862 has been removed from this interface. | A client program may change behavior. |
2039 | Field GL_TEXTURE_BLUE_TYPE_ARB (int) with the compile-time constant value 35858 has been removed from this interface. | A client program may change behavior. |
2040 | Field GL_TEXTURE_BORDER (int) with the compile-time constant value 4101 has been removed from this interface. | A client program may change behavior. |
2041 | Field GL_TEXTURE_BORDER_COLOR (int) with the compile-time constant value 4100 has been removed from this interface. | A client program may change behavior. |
2042 | Field GL_TEXTURE_BORDER_VALUES_NV (int) with the compile-time constant value 34586 has been removed from this interface. | A client program may change behavior. |
2043 | Field GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT (int) with the compile-time constant value 35885 has been removed from this interface. | A client program may change behavior. |
2044 | Field GL_TEXTURE_BUFFER_EXT (int) with the compile-time constant value 35882 has been removed from this interface. | A client program may change behavior. |
2045 | Field GL_TEXTURE_BUFFER_FORMAT_EXT (int) with the compile-time constant value 35886 has been removed from this interface. | A client program may change behavior. |
2046 | Field GL_TEXTURE_CLIPMAP_CENTER_SGIX (int) with the compile-time constant value 33137 has been removed from this interface. | A client program may change behavior. |
2047 | Field GL_TEXTURE_CLIPMAP_DEPTH_SGIX (int) with the compile-time constant value 33142 has been removed from this interface. | A client program may change behavior. |
2048 | Field GL_TEXTURE_CLIPMAP_FRAME_SGIX (int) with the compile-time constant value 33138 has been removed from this interface. | A client program may change behavior. |
2049 | Field GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX (int) with the compile-time constant value 33141 has been removed from this interface. | A client program may change behavior. |
2050 | Field GL_TEXTURE_CLIPMAP_OFFSET_SGIX (int) with the compile-time constant value 33139 has been removed from this interface. | A client program may change behavior. |
2051 | Field GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX (int) with the compile-time constant value 33140 has been removed from this interface. | A client program may change behavior. |
2052 | Field GL_TEXTURE_COLOR_TABLE_SGI (int) with the compile-time constant value 32956 has been removed from this interface. | A client program may change behavior. |
2053 | Field GL_TEXTURE_COLOR_WRITEMASK_SGIS (int) with the compile-time constant value 33263 has been removed from this interface. | A client program may change behavior. |
2054 | Field GL_TEXTURE_COMPARE_FAIL_VALUE_ARB (int) with the compile-time constant value 32959 has been removed from this interface. | A client program may change behavior. |
2055 | Field GL_TEXTURE_COMPARE_FUNC (int) with the compile-time constant value 34893 has been removed from this interface. | A client program may change behavior. |
2056 | Field GL_TEXTURE_COMPARE_FUNC_ARB (int) with the compile-time constant value 34893 has been removed from this interface. | A client program may change behavior. |
2057 | Field GL_TEXTURE_COMPARE_MODE (int) with the compile-time constant value 34892 has been removed from this interface. | A client program may change behavior. |
2058 | Field GL_TEXTURE_COMPARE_MODE_ARB (int) with the compile-time constant value 34892 has been removed from this interface. | A client program may change behavior. |
2059 | Field GL_TEXTURE_COMPARE_OPERATOR_SGIX (int) with the compile-time constant value 33179 has been removed from this interface. | A client program may change behavior. |
2060 | Field GL_TEXTURE_COMPARE_SGIX (int) with the compile-time constant value 33178 has been removed from this interface. | A client program may change behavior. |
2061 | Field GL_TEXTURE_COMPONENTS (int) with the compile-time constant value 4099 has been removed from this interface. | A client program may change behavior. |
2062 | Field GL_TEXTURE_COMPRESSED (int) with the compile-time constant value 34465 has been removed from this interface. | A client program may change behavior. |
2063 | Field GL_TEXTURE_COMPRESSED_IMAGE_SIZE (int) with the compile-time constant value 34464 has been removed from this interface. | A client program may change behavior. |
2064 | Field GL_TEXTURE_COMPRESSION_HINT (int) with the compile-time constant value 34031 has been removed from this interface. | A client program may change behavior. |
2065 | Field GL_TEXTURE_CONSTANT_DATA_SUNX (int) with the compile-time constant value 33238 has been removed from this interface. | A client program may change behavior. |
2066 | Field GL_TEXTURE_COORD_ARRAY (int) with the compile-time constant value 32888 has been removed from this interface. | A client program may change behavior. |
2067 | Field GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34970 has been removed from this interface. | A client program may change behavior. |
2068 | Field GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34970 has been removed from this interface. | A client program may change behavior. |
2069 | Field GL_TEXTURE_COORD_ARRAY_POINTER (int) with the compile-time constant value 32914 has been removed from this interface. | A client program may change behavior. |
2070 | Field GL_TEXTURE_COORD_ARRAY_SIZE (int) with the compile-time constant value 32904 has been removed from this interface. | A client program may change behavior. |
2071 | Field GL_TEXTURE_COORD_ARRAY_STRIDE (int) with the compile-time constant value 32906 has been removed from this interface. | A client program may change behavior. |
2072 | Field GL_TEXTURE_COORD_ARRAY_TYPE (int) with the compile-time constant value 32905 has been removed from this interface. | A client program may change behavior. |
2073 | Field GL_TEXTURE_COORD_NV (int) with the compile-time constant value 35961 has been removed from this interface. | A client program may change behavior. |
2074 | Field GL_TEXTURE_DEFORMATION_BIT_SGIX (int) with the compile-time constant value 1 has been removed from this interface. | A client program may change behavior. |
2075 | Field GL_TEXTURE_DEFORMATION_SGIX (int) with the compile-time constant value 33173 has been removed from this interface. | A client program may change behavior. |
2076 | Field GL_TEXTURE_DEPTH (int) with the compile-time constant value 32881 has been removed from this interface. | A client program may change behavior. |
2077 | Field GL_TEXTURE_DEPTH_SIZE (int) with the compile-time constant value 34890 has been removed from this interface. | A client program may change behavior. |
2078 | Field GL_TEXTURE_DEPTH_SIZE_ARB (int) with the compile-time constant value 34890 has been removed from this interface. | A client program may change behavior. |
2079 | Field GL_TEXTURE_DEPTH_TYPE_ARB (int) with the compile-time constant value 35862 has been removed from this interface. | A client program may change behavior. |
2080 | Field GL_TEXTURE_DS_SIZE_NV (int) with the compile-time constant value 34589 has been removed from this interface. | A client program may change behavior. |
2081 | Field GL_TEXTURE_DT_SIZE_NV (int) with the compile-time constant value 34590 has been removed from this interface. | A client program may change behavior. |
2082 | Field GL_TEXTURE_ENV (int) with the compile-time constant value 8960 has been removed from this interface. | A client program may change behavior. |
2083 | Field GL_TEXTURE_ENV_BIAS_SGIX (int) with the compile-time constant value 32958 has been removed from this interface. | A client program may change behavior. |
2084 | Field GL_TEXTURE_ENV_COLOR (int) with the compile-time constant value 8705 has been removed from this interface. | A client program may change behavior. |
2085 | Field GL_TEXTURE_ENV_MODE (int) with the compile-time constant value 8704 has been removed from this interface. | A client program may change behavior. |
2086 | Field GL_TEXTURE_FILTER4_SIZE_SGIS (int) with the compile-time constant value 33095 has been removed from this interface. | A client program may change behavior. |
2087 | Field GL_TEXTURE_FILTER_CONTROL (int) with the compile-time constant value 34048 has been removed from this interface. | A client program may change behavior. |
2088 | Field GL_TEXTURE_FILTER_CONTROL_EXT (int) with the compile-time constant value 34048 has been removed from this interface. | A client program may change behavior. |
2089 | Field GL_TEXTURE_FLOAT_COMPONENTS_NV (int) with the compile-time constant value 34956 has been removed from this interface. | A client program may change behavior. |
2090 | Field GL_TEXTURE_GEN_MODE (int) with the compile-time constant value 9472 has been removed from this interface. | A client program may change behavior. |
2091 | Field GL_TEXTURE_GEN_Q (int) with the compile-time constant value 3171 has been removed from this interface. | A client program may change behavior. |
2092 | Field GL_TEXTURE_GEN_R (int) with the compile-time constant value 3170 has been removed from this interface. | A client program may change behavior. |
2093 | Field GL_TEXTURE_GEN_S (int) with the compile-time constant value 3168 has been removed from this interface. | A client program may change behavior. |
2094 | Field GL_TEXTURE_GEN_T (int) with the compile-time constant value 3169 has been removed from this interface. | A client program may change behavior. |
2095 | Field GL_TEXTURE_GEQUAL_R_SGIX (int) with the compile-time constant value 33181 has been removed from this interface. | A client program may change behavior. |
2096 | Field GL_TEXTURE_GREEN_SIZE (int) with the compile-time constant value 32861 has been removed from this interface. | A client program may change behavior. |
2097 | Field GL_TEXTURE_GREEN_TYPE_ARB (int) with the compile-time constant value 35857 has been removed from this interface. | A client program may change behavior. |
2098 | Field GL_TEXTURE_HEIGHT (int) with the compile-time constant value 4097 has been removed from this interface. | A client program may change behavior. |
2099 | Field GL_TEXTURE_HI_SIZE_NV (int) with the compile-time constant value 34587 has been removed from this interface. | A client program may change behavior. |
2100 | Field GL_TEXTURE_INDEX_SIZE_EXT (int) with the compile-time constant value 33005 has been removed from this interface. | A client program may change behavior. |
2101 | Field GL_TEXTURE_INTENSITY_SIZE (int) with the compile-time constant value 32865 has been removed from this interface. | A client program may change behavior. |
2102 | Field GL_TEXTURE_INTENSITY_TYPE_ARB (int) with the compile-time constant value 35861 has been removed from this interface. | A client program may change behavior. |
2103 | Field GL_TEXTURE_INTERNAL_FORMAT (int) with the compile-time constant value 4099 has been removed from this interface. | A client program may change behavior. |
2104 | Field GL_TEXTURE_LEQUAL_R_SGIX (int) with the compile-time constant value 33180 has been removed from this interface. | A client program may change behavior. |
2105 | Field GL_TEXTURE_LIGHTING_MODE_HP (int) with the compile-time constant value 33127 has been removed from this interface. | A client program may change behavior. |
2106 | Field GL_TEXTURE_LIGHT_EXT (int) with the compile-time constant value 33616 has been removed from this interface. | A client program may change behavior. |
2107 | Field GL_TEXTURE_LOD_BIAS (int) with the compile-time constant value 34049 has been removed from this interface. | A client program may change behavior. |
2108 | Field GL_TEXTURE_LOD_BIAS_EXT (int) with the compile-time constant value 34049 has been removed from this interface. | A client program may change behavior. |
2109 | Field GL_TEXTURE_LOD_BIAS_R_SGIX (int) with the compile-time constant value 33168 has been removed from this interface. | A client program may change behavior. |
2110 | Field GL_TEXTURE_LOD_BIAS_S_SGIX (int) with the compile-time constant value 33166 has been removed from this interface. | A client program may change behavior. |
2111 | Field GL_TEXTURE_LOD_BIAS_T_SGIX (int) with the compile-time constant value 33167 has been removed from this interface. | A client program may change behavior. |
2112 | Field GL_TEXTURE_LO_SIZE_NV (int) with the compile-time constant value 34588 has been removed from this interface. | A client program may change behavior. |
2113 | Field GL_TEXTURE_LUMINANCE_SIZE (int) with the compile-time constant value 32864 has been removed from this interface. | A client program may change behavior. |
2114 | Field GL_TEXTURE_LUMINANCE_TYPE_ARB (int) with the compile-time constant value 35860 has been removed from this interface. | A client program may change behavior. |
2115 | Field GL_TEXTURE_MAG_SIZE_NV (int) with the compile-time constant value 34591 has been removed from this interface. | A client program may change behavior. |
2116 | Field GL_TEXTURE_MATERIAL_FACE_EXT (int) with the compile-time constant value 33617 has been removed from this interface. | A client program may change behavior. |
2117 | Field GL_TEXTURE_MATERIAL_PARAMETER_EXT (int) with the compile-time constant value 33618 has been removed from this interface. | A client program may change behavior. |
2118 | Field GL_TEXTURE_MATRIX (int) with the compile-time constant value 2984 has been removed from this interface. | A client program may change behavior. |
2119 | Field GL_TEXTURE_MAX_CLAMP_R_SGIX (int) with the compile-time constant value 33643 has been removed from this interface. | A client program may change behavior. |
2120 | Field GL_TEXTURE_MAX_CLAMP_S_SGIX (int) with the compile-time constant value 33641 has been removed from this interface. | A client program may change behavior. |
2121 | Field GL_TEXTURE_MAX_CLAMP_T_SGIX (int) with the compile-time constant value 33642 has been removed from this interface. | A client program may change behavior. |
2122 | Field GL_TEXTURE_MAX_LEVEL (int) with the compile-time constant value 33085 has been removed from this interface. | A client program may change behavior. |
2123 | Field GL_TEXTURE_MAX_LOD (int) with the compile-time constant value 33083 has been removed from this interface. | A client program may change behavior. |
2124 | Field GL_TEXTURE_MINIMIZE_STORAGE_APPLE (int) with the compile-time constant value 34230 has been removed from this interface. | A client program may change behavior. |
2125 | Field GL_TEXTURE_MIN_LOD (int) with the compile-time constant value 33082 has been removed from this interface. | A client program may change behavior. |
2126 | Field GL_TEXTURE_MULTI_BUFFER_HINT_SGIX (int) with the compile-time constant value 33070 has been removed from this interface. | A client program may change behavior. |
2127 | Field GL_TEXTURE_NORMAL_EXT (int) with the compile-time constant value 34223 has been removed from this interface. | A client program may change behavior. |
2128 | Field GL_TEXTURE_POST_SPECULAR_HP (int) with the compile-time constant value 33128 has been removed from this interface. | A client program may change behavior. |
2129 | Field GL_TEXTURE_PRE_SPECULAR_HP (int) with the compile-time constant value 33129 has been removed from this interface. | A client program may change behavior. |
2130 | Field GL_TEXTURE_PRIORITY (int) with the compile-time constant value 32870 has been removed from this interface. | A client program may change behavior. |
2131 | Field GL_TEXTURE_RANGE_LENGTH_APPLE (int) with the compile-time constant value 34231 has been removed from this interface. | A client program may change behavior. |
2132 | Field GL_TEXTURE_RANGE_POINTER_APPLE (int) with the compile-time constant value 34232 has been removed from this interface. | A client program may change behavior. |
2133 | Field GL_TEXTURE_RECTANGLE_ARB (int) with the compile-time constant value 34037 has been removed from this interface. | A client program may change behavior. |
2134 | Field GL_TEXTURE_RECTANGLE_EXT (int) with the compile-time constant value 34037 has been removed from this interface. | A client program may change behavior. |
2135 | Field GL_TEXTURE_RECTANGLE_NV (int) with the compile-time constant value 34037 has been removed from this interface. | A client program may change behavior. |
2136 | Field GL_TEXTURE_RED_SIZE (int) with the compile-time constant value 32860 has been removed from this interface. | A client program may change behavior. |
2137 | Field GL_TEXTURE_RED_TYPE_ARB (int) with the compile-time constant value 35856 has been removed from this interface. | A client program may change behavior. |
2138 | Field GL_TEXTURE_RESIDENT (int) with the compile-time constant value 32871 has been removed from this interface. | A client program may change behavior. |
2139 | Field GL_TEXTURE_SHADER_NV (int) with the compile-time constant value 34526 has been removed from this interface. | A client program may change behavior. |
2140 | Field GL_TEXTURE_SHARED_SIZE_EXT (int) with the compile-time constant value 35903 has been removed from this interface. | A client program may change behavior. |
2141 | Field GL_TEXTURE_STACK_DEPTH (int) with the compile-time constant value 2981 has been removed from this interface. | A client program may change behavior. |
2142 | Field GL_TEXTURE_STENCIL_SIZE_EXT (int) with the compile-time constant value 35057 has been removed from this interface. | A client program may change behavior. |
2143 | Field GL_TEXTURE_STORAGE_HINT_APPLE (int) with the compile-time constant value 34236 has been removed from this interface. | A client program may change behavior. |
2144 | Field GL_TEXTURE_UNSIGNED_REMAP_MODE_NV (int) with the compile-time constant value 34959 has been removed from this interface. | A client program may change behavior. |
2145 | Field GL_TEXTURE_WIDTH (int) with the compile-time constant value 4096 has been removed from this interface. | A client program may change behavior. |
2146 | Field GL_TEXTURE_WRAP_Q_SGIS (int) with the compile-time constant value 33079 has been removed from this interface. | A client program may change behavior. |
2147 | Field GL_TEXTURE_WRAP_R (int) with the compile-time constant value 32882 has been removed from this interface. | A client program may change behavior. |
2148 | Field GL_TEXT_FRAGMENT_SHADER_ATI (int) with the compile-time constant value 33280 has been removed from this interface. | A client program may change behavior. |
2149 | Field GL_TIME_ELAPSED_EXT (int) with the compile-time constant value 35007 has been removed from this interface. | A client program may change behavior. |
2150 | Field GL_TRACK_MATRIX_NV (int) with the compile-time constant value 34376 has been removed from this interface. | A client program may change behavior. |
2151 | Field GL_TRACK_MATRIX_TRANSFORM_NV (int) with the compile-time constant value 34377 has been removed from this interface. | A client program may change behavior. |
2152 | Field GL_TRANSFORM_BIT (int) with the compile-time constant value 4096 has been removed from this interface. | A client program may change behavior. |
2153 | Field GL_TRANSFORM_FEEDBACK_ATTRIBS_NV (int) with the compile-time constant value 35966 has been removed from this interface. | A client program may change behavior. |
2154 | Field GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV (int) with the compile-time constant value 35983 has been removed from this interface. | A client program may change behavior. |
2155 | Field GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV (int) with the compile-time constant value 35967 has been removed from this interface. | A client program may change behavior. |
2156 | Field GL_TRANSFORM_FEEDBACK_BUFFER_NV (int) with the compile-time constant value 35982 has been removed from this interface. | A client program may change behavior. |
2157 | Field GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV (int) with the compile-time constant value 35973 has been removed from this interface. | A client program may change behavior. |
2158 | Field GL_TRANSFORM_FEEDBACK_BUFFER_START_NV (int) with the compile-time constant value 35972 has been removed from this interface. | A client program may change behavior. |
2159 | Field GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV (int) with the compile-time constant value 35976 has been removed from this interface. | A client program may change behavior. |
2160 | Field GL_TRANSFORM_FEEDBACK_RECORD_NV (int) with the compile-time constant value 35974 has been removed from this interface. | A client program may change behavior. |
2161 | Field GL_TRANSFORM_FEEDBACK_VARYINGS_NV (int) with the compile-time constant value 35971 has been removed from this interface. | A client program may change behavior. |
2162 | Field GL_TRANSFORM_HINT_APPLE (int) with the compile-time constant value 34225 has been removed from this interface. | A client program may change behavior. |
2163 | Field GL_TRANSPOSE_COLOR_MATRIX (int) with the compile-time constant value 34022 has been removed from this interface. | A client program may change behavior. |
2164 | Field GL_TRANSPOSE_CURRENT_MATRIX_ARB (int) with the compile-time constant value 34999 has been removed from this interface. | A client program may change behavior. |
2165 | Field GL_TRANSPOSE_MODELVIEW_MATRIX (int) with the compile-time constant value 34019 has been removed from this interface. | A client program may change behavior. |
2166 | Field GL_TRANSPOSE_NV (int) with the compile-time constant value 34348 has been removed from this interface. | A client program may change behavior. |
2167 | Field GL_TRANSPOSE_PROJECTION_MATRIX (int) with the compile-time constant value 34020 has been removed from this interface. | A client program may change behavior. |
2168 | Field GL_TRANSPOSE_TEXTURE_MATRIX (int) with the compile-time constant value 34021 has been removed from this interface. | A client program may change behavior. |
2169 | Field GL_TRIANGLES_ADJACENCY_EXT (int) with the compile-time constant value 12 has been removed from this interface. | A client program may change behavior. |
2170 | Field GL_TRIANGLE_MESH_SUN (int) with the compile-time constant value 34325 has been removed from this interface. | A client program may change behavior. |
2171 | Field GL_TRIANGLE_STRIP_ADJACENCY_EXT (int) with the compile-time constant value 13 has been removed from this interface. | A client program may change behavior. |
2172 | Field GL_TYPE_RGBA_FLOAT_ATI (int) with the compile-time constant value 34848 has been removed from this interface. | A client program may change behavior. |
2173 | Field GL_UNIFORM_BUFFER_BINDING_EXT (int) with the compile-time constant value 36335 has been removed from this interface. | A client program may change behavior. |
2174 | Field GL_UNIFORM_BUFFER_EXT (int) with the compile-time constant value 36334 has been removed from this interface. | A client program may change behavior. |
2175 | Field GL_UNPACK_CLIENT_STORAGE_APPLE (int) with the compile-time constant value 34226 has been removed from this interface. | A client program may change behavior. |
2176 | Field GL_UNPACK_CMYK_HINT_EXT (int) with the compile-time constant value 32783 has been removed from this interface. | A client program may change behavior. |
2177 | Field GL_UNPACK_CONSTANT_DATA_SUNX (int) with the compile-time constant value 33237 has been removed from this interface. | A client program may change behavior. |
2178 | Field GL_UNPACK_IMAGE_DEPTH_SGIS (int) with the compile-time constant value 33075 has been removed from this interface. | A client program may change behavior. |
2179 | Field GL_UNPACK_IMAGE_HEIGHT (int) with the compile-time constant value 32878 has been removed from this interface. | A client program may change behavior. |
2180 | Field GL_UNPACK_LSB_FIRST (int) with the compile-time constant value 3313 has been removed from this interface. | A client program may change behavior. |
2181 | Field GL_UNPACK_RESAMPLE_OML (int) with the compile-time constant value 35205 has been removed from this interface. | A client program may change behavior. |
2182 | Field GL_UNPACK_RESAMPLE_SGIX (int) with the compile-time constant value 33837 has been removed from this interface. | A client program may change behavior. |
2183 | Field GL_UNPACK_ROW_LENGTH (int) with the compile-time constant value 3314 has been removed from this interface. | A client program may change behavior. |
2184 | Field GL_UNPACK_SKIP_IMAGES (int) with the compile-time constant value 32877 has been removed from this interface. | A client program may change behavior. |
2185 | Field GL_UNPACK_SKIP_PIXELS (int) with the compile-time constant value 3316 has been removed from this interface. | A client program may change behavior. |
2186 | Field GL_UNPACK_SKIP_ROWS (int) with the compile-time constant value 3315 has been removed from this interface. | A client program may change behavior. |
2187 | Field GL_UNPACK_SKIP_VOLUMES_SGIS (int) with the compile-time constant value 33074 has been removed from this interface. | A client program may change behavior. |
2188 | Field GL_UNPACK_SUBSAMPLE_RATE_SGIX (int) with the compile-time constant value 34209 has been removed from this interface. | A client program may change behavior. |
2189 | Field GL_UNPACK_SWAP_BYTES (int) with the compile-time constant value 3312 has been removed from this interface. | A client program may change behavior. |
2190 | Field GL_UNSIGNED_BYTE_2_3_3_REV (int) with the compile-time constant value 33634 has been removed from this interface. | A client program may change behavior. |
2191 | Field GL_UNSIGNED_BYTE_3_3_2 (int) with the compile-time constant value 32818 has been removed from this interface. | A client program may change behavior. |
2192 | Field GL_UNSIGNED_IDENTITY_NV (int) with the compile-time constant value 34102 has been removed from this interface. | A client program may change behavior. |
2193 | Field GL_UNSIGNED_INT_10F_11F_11F_REV_EXT (int) with the compile-time constant value 35899 has been removed from this interface. | A client program may change behavior. |
2194 | Field GL_UNSIGNED_INT_10_10_10_2 (int) with the compile-time constant value 32822 has been removed from this interface. | A client program may change behavior. |
2195 | Field GL_UNSIGNED_INT_24_8_EXT (int) with the compile-time constant value 34042 has been removed from this interface. | A client program may change behavior. |
2196 | Field GL_UNSIGNED_INT_24_8_NV (int) with the compile-time constant value 34042 has been removed from this interface. | A client program may change behavior. |
2197 | Field GL_UNSIGNED_INT_2_10_10_10_REV (int) with the compile-time constant value 33640 has been removed from this interface. | A client program may change behavior. |
2198 | Field GL_UNSIGNED_INT_5_9_9_9_REV_EXT (int) with the compile-time constant value 35902 has been removed from this interface. | A client program may change behavior. |
2199 | Field GL_UNSIGNED_INT_8_8_8_8 (int) with the compile-time constant value 32821 has been removed from this interface. | A client program may change behavior. |
2200 | Field GL_UNSIGNED_INT_8_8_8_8_REV (int) with the compile-time constant value 33639 has been removed from this interface. | A client program may change behavior. |
2201 | Field GL_UNSIGNED_INT_8_8_S8_S8_REV_NV (int) with the compile-time constant value 34523 has been removed from this interface. | A client program may change behavior. |
2202 | Field GL_UNSIGNED_INT_S8_S8_8_8_NV (int) with the compile-time constant value 34522 has been removed from this interface. | A client program may change behavior. |
2203 | Field GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT (int) with the compile-time constant value 36310 has been removed from this interface. | A client program may change behavior. |
2204 | Field GL_UNSIGNED_INT_SAMPLER_1D_EXT (int) with the compile-time constant value 36305 has been removed from this interface. | A client program may change behavior. |
2205 | Field GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT (int) with the compile-time constant value 36311 has been removed from this interface. | A client program may change behavior. |
2206 | Field GL_UNSIGNED_INT_SAMPLER_2D_EXT (int) with the compile-time constant value 36306 has been removed from this interface. | A client program may change behavior. |
2207 | Field GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT (int) with the compile-time constant value 36309 has been removed from this interface. | A client program may change behavior. |
2208 | Field GL_UNSIGNED_INT_SAMPLER_3D_EXT (int) with the compile-time constant value 36307 has been removed from this interface. | A client program may change behavior. |
2209 | Field GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT (int) with the compile-time constant value 36312 has been removed from this interface. | A client program may change behavior. |
2210 | Field GL_UNSIGNED_INT_SAMPLER_CUBE_EXT (int) with the compile-time constant value 36308 has been removed from this interface. | A client program may change behavior. |
2211 | Field GL_UNSIGNED_INT_VEC2_EXT (int) with the compile-time constant value 36294 has been removed from this interface. | A client program may change behavior. |
2212 | Field GL_UNSIGNED_INT_VEC3_EXT (int) with the compile-time constant value 36295 has been removed from this interface. | A client program may change behavior. |
2213 | Field GL_UNSIGNED_INT_VEC4_EXT (int) with the compile-time constant value 36296 has been removed from this interface. | A client program may change behavior. |
2214 | Field GL_UNSIGNED_INVERT_NV (int) with the compile-time constant value 34103 has been removed from this interface. | A client program may change behavior. |
2215 | Field GL_UNSIGNED_NORMALIZED_ARB (int) with the compile-time constant value 35863 has been removed from this interface. | A client program may change behavior. |
2216 | Field GL_UNSIGNED_SHORT_1_5_5_5_REV (int) with the compile-time constant value 33638 has been removed from this interface. | A client program may change behavior. |
2217 | Field GL_UNSIGNED_SHORT_4_4_4_4_REV (int) with the compile-time constant value 33637 has been removed from this interface. | A client program may change behavior. |
2218 | Field GL_UNSIGNED_SHORT_5_6_5_REV (int) with the compile-time constant value 33636 has been removed from this interface. | A client program may change behavior. |
2219 | Field GL_UNSIGNED_SHORT_8_8_APPLE (int) with the compile-time constant value 34234 has been removed from this interface. | A client program may change behavior. |
2220 | Field GL_UNSIGNED_SHORT_8_8_MESA (int) with the compile-time constant value 34234 has been removed from this interface. | A client program may change behavior. |
2221 | Field GL_UNSIGNED_SHORT_8_8_REV_APPLE (int) with the compile-time constant value 34235 has been removed from this interface. | A client program may change behavior. |
2222 | Field GL_UNSIGNED_SHORT_8_8_REV_MESA (int) with the compile-time constant value 34235 has been removed from this interface. | A client program may change behavior. |
2223 | Field GL_UPPER_LEFT (int) with the compile-time constant value 36002 has been removed from this interface. | A client program may change behavior. |
2224 | Field GL_V2F (int) with the compile-time constant value 10784 has been removed from this interface. | A client program may change behavior. |
2225 | Field GL_V3F (int) with the compile-time constant value 10785 has been removed from this interface. | A client program may change behavior. |
2226 | Field GL_VALIDATE_STATUS (int) with the compile-time constant value 35715 has been removed from this interface. | A client program may change behavior. |
2227 | Field GL_VARIABLE_A_NV (int) with the compile-time constant value 34083 has been removed from this interface. | A client program may change behavior. |
2228 | Field GL_VARIABLE_B_NV (int) with the compile-time constant value 34084 has been removed from this interface. | A client program may change behavior. |
2229 | Field GL_VARIABLE_C_NV (int) with the compile-time constant value 34085 has been removed from this interface. | A client program may change behavior. |
2230 | Field GL_VARIABLE_D_NV (int) with the compile-time constant value 34086 has been removed from this interface. | A client program may change behavior. |
2231 | Field GL_VARIABLE_E_NV (int) with the compile-time constant value 34087 has been removed from this interface. | A client program may change behavior. |
2232 | Field GL_VARIABLE_F_NV (int) with the compile-time constant value 34088 has been removed from this interface. | A client program may change behavior. |
2233 | Field GL_VARIABLE_G_NV (int) with the compile-time constant value 34089 has been removed from this interface. | A client program may change behavior. |
2234 | Field GL_VARIANT_ARRAY_EXT (int) with the compile-time constant value 34792 has been removed from this interface. | A client program may change behavior. |
2235 | Field GL_VARIANT_ARRAY_POINTER_EXT (int) with the compile-time constant value 34793 has been removed from this interface. | A client program may change behavior. |
2236 | Field GL_VARIANT_ARRAY_STRIDE_EXT (int) with the compile-time constant value 34790 has been removed from this interface. | A client program may change behavior. |
2237 | Field GL_VARIANT_ARRAY_TYPE_EXT (int) with the compile-time constant value 34791 has been removed from this interface. | A client program may change behavior. |
2238 | Field GL_VARIANT_DATATYPE_EXT (int) with the compile-time constant value 34789 has been removed from this interface. | A client program may change behavior. |
2239 | Field GL_VARIANT_EXT (int) with the compile-time constant value 34753 has been removed from this interface. | A client program may change behavior. |
2240 | Field GL_VARIANT_VALUE_EXT (int) with the compile-time constant value 34788 has been removed from this interface. | A client program may change behavior. |
2241 | Field GL_VECTOR_EXT (int) with the compile-time constant value 34751 has been removed from this interface. | A client program may change behavior. |
2242 | Field GL_VERTEX23_BIT_PGI (int) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
2243 | Field GL_VERTEX4_BIT_PGI (int) with the compile-time constant value 8 has been removed from this interface. | A client program may change behavior. |
2244 | Field GL_VERTEX_ARRAY (int) with the compile-time constant value 32884 has been removed from this interface. | A client program may change behavior. |
2245 | Field GL_VERTEX_ARRAY_BINDING_APPLE (int) with the compile-time constant value 34229 has been removed from this interface. | A client program may change behavior. |
2246 | Field GL_VERTEX_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34966 has been removed from this interface. | A client program may change behavior. |
2247 | Field GL_VERTEX_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34966 has been removed from this interface. | A client program may change behavior. |
2248 | Field GL_VERTEX_ARRAY_POINTER (int) with the compile-time constant value 32910 has been removed from this interface. | A client program may change behavior. |
2249 | Field GL_VERTEX_ARRAY_RANGE_APPLE (int) with the compile-time constant value 34077 has been removed from this interface. | A client program may change behavior. |
2250 | Field GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE (int) with the compile-time constant value 34078 has been removed from this interface. | A client program may change behavior. |
2251 | Field GL_VERTEX_ARRAY_RANGE_LENGTH_NV (int) with the compile-time constant value 34078 has been removed from this interface. | A client program may change behavior. |
2252 | Field GL_VERTEX_ARRAY_RANGE_NV (int) with the compile-time constant value 34077 has been removed from this interface. | A client program may change behavior. |
2253 | Field GL_VERTEX_ARRAY_RANGE_POINTER_APPLE (int) with the compile-time constant value 34081 has been removed from this interface. | A client program may change behavior. |
2254 | Field GL_VERTEX_ARRAY_RANGE_POINTER_NV (int) with the compile-time constant value 34081 has been removed from this interface. | A client program may change behavior. |
2255 | Field GL_VERTEX_ARRAY_RANGE_VALID_NV (int) with the compile-time constant value 34079 has been removed from this interface. | A client program may change behavior. |
2256 | Field GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV (int) with the compile-time constant value 34099 has been removed from this interface. | A client program may change behavior. |
2257 | Field GL_VERTEX_ARRAY_SIZE (int) with the compile-time constant value 32890 has been removed from this interface. | A client program may change behavior. |
2258 | Field GL_VERTEX_ARRAY_STORAGE_HINT_APPLE (int) with the compile-time constant value 34079 has been removed from this interface. | A client program may change behavior. |
2259 | Field GL_VERTEX_ARRAY_STRIDE (int) with the compile-time constant value 32892 has been removed from this interface. | A client program may change behavior. |
2260 | Field GL_VERTEX_ARRAY_TYPE (int) with the compile-time constant value 32891 has been removed from this interface. | A client program may change behavior. |
2261 | Field GL_VERTEX_ATTRIB_ARRAY0_NV (int) with the compile-time constant value 34384 has been removed from this interface. | A client program may change behavior. |
2262 | Field GL_VERTEX_ATTRIB_ARRAY10_NV (int) with the compile-time constant value 34394 has been removed from this interface. | A client program may change behavior. |
2263 | Field GL_VERTEX_ATTRIB_ARRAY11_NV (int) with the compile-time constant value 34395 has been removed from this interface. | A client program may change behavior. |
2264 | Field GL_VERTEX_ATTRIB_ARRAY12_NV (int) with the compile-time constant value 34396 has been removed from this interface. | A client program may change behavior. |
2265 | Field GL_VERTEX_ATTRIB_ARRAY13_NV (int) with the compile-time constant value 34397 has been removed from this interface. | A client program may change behavior. |
2266 | Field GL_VERTEX_ATTRIB_ARRAY14_NV (int) with the compile-time constant value 34398 has been removed from this interface. | A client program may change behavior. |
2267 | Field GL_VERTEX_ATTRIB_ARRAY15_NV (int) with the compile-time constant value 34399 has been removed from this interface. | A client program may change behavior. |
2268 | Field GL_VERTEX_ATTRIB_ARRAY1_NV (int) with the compile-time constant value 34385 has been removed from this interface. | A client program may change behavior. |
2269 | Field GL_VERTEX_ATTRIB_ARRAY2_NV (int) with the compile-time constant value 34386 has been removed from this interface. | A client program may change behavior. |
2270 | Field GL_VERTEX_ATTRIB_ARRAY3_NV (int) with the compile-time constant value 34387 has been removed from this interface. | A client program may change behavior. |
2271 | Field GL_VERTEX_ATTRIB_ARRAY4_NV (int) with the compile-time constant value 34388 has been removed from this interface. | A client program may change behavior. |
2272 | Field GL_VERTEX_ATTRIB_ARRAY5_NV (int) with the compile-time constant value 34389 has been removed from this interface. | A client program may change behavior. |
2273 | Field GL_VERTEX_ATTRIB_ARRAY6_NV (int) with the compile-time constant value 34390 has been removed from this interface. | A client program may change behavior. |
2274 | Field GL_VERTEX_ATTRIB_ARRAY7_NV (int) with the compile-time constant value 34391 has been removed from this interface. | A client program may change behavior. |
2275 | Field GL_VERTEX_ATTRIB_ARRAY8_NV (int) with the compile-time constant value 34392 has been removed from this interface. | A client program may change behavior. |
2276 | Field GL_VERTEX_ATTRIB_ARRAY9_NV (int) with the compile-time constant value 34393 has been removed from this interface. | A client program may change behavior. |
2277 | Field GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34975 has been removed from this interface. | A client program may change behavior. |
2278 | Field GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34975 has been removed from this interface. | A client program may change behavior. |
2279 | Field GL_VERTEX_ATTRIB_ARRAY_ENABLED (int) with the compile-time constant value 34338 has been removed from this interface. | A client program may change behavior. |
2280 | Field GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB (int) with the compile-time constant value 34338 has been removed from this interface. | A client program may change behavior. |
2281 | Field GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT (int) with the compile-time constant value 35069 has been removed from this interface. | A client program may change behavior. |
2282 | Field GL_VERTEX_ATTRIB_ARRAY_NORMALIZED (int) with the compile-time constant value 34922 has been removed from this interface. | A client program may change behavior. |
2283 | Field GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB (int) with the compile-time constant value 34922 has been removed from this interface. | A client program may change behavior. |
2284 | Field GL_VERTEX_ATTRIB_ARRAY_POINTER (int) with the compile-time constant value 34373 has been removed from this interface. | A client program may change behavior. |
2285 | Field GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB (int) with the compile-time constant value 34373 has been removed from this interface. | A client program may change behavior. |
2286 | Field GL_VERTEX_ATTRIB_ARRAY_SIZE (int) with the compile-time constant value 34339 has been removed from this interface. | A client program may change behavior. |
2287 | Field GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB (int) with the compile-time constant value 34339 has been removed from this interface. | A client program may change behavior. |
2288 | Field GL_VERTEX_ATTRIB_ARRAY_STRIDE (int) with the compile-time constant value 34340 has been removed from this interface. | A client program may change behavior. |
2289 | Field GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB (int) with the compile-time constant value 34340 has been removed from this interface. | A client program may change behavior. |
2290 | Field GL_VERTEX_ATTRIB_ARRAY_TYPE (int) with the compile-time constant value 34341 has been removed from this interface. | A client program may change behavior. |
2291 | Field GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB (int) with the compile-time constant value 34341 has been removed from this interface. | A client program may change behavior. |
2292 | Field GL_VERTEX_ATTRIB_MAP1_APPLE (int) with the compile-time constant value 35328 has been removed from this interface. | A client program may change behavior. |
2293 | Field GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE (int) with the compile-time constant value 35331 has been removed from this interface. | A client program may change behavior. |
2294 | Field GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE (int) with the compile-time constant value 35333 has been removed from this interface. | A client program may change behavior. |
2295 | Field GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE (int) with the compile-time constant value 35332 has been removed from this interface. | A client program may change behavior. |
2296 | Field GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE (int) with the compile-time constant value 35330 has been removed from this interface. | A client program may change behavior. |
2297 | Field GL_VERTEX_ATTRIB_MAP2_APPLE (int) with the compile-time constant value 35329 has been removed from this interface. | A client program may change behavior. |
2298 | Field GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE (int) with the compile-time constant value 35335 has been removed from this interface. | A client program may change behavior. |
2299 | Field GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE (int) with the compile-time constant value 35337 has been removed from this interface. | A client program may change behavior. |
2300 | Field GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE (int) with the compile-time constant value 35336 has been removed from this interface. | A client program may change behavior. |
2301 | Field GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE (int) with the compile-time constant value 35334 has been removed from this interface. | A client program may change behavior. |
2302 | Field GL_VERTEX_BLEND_ARB (int) with the compile-time constant value 34471 has been removed from this interface. | A client program may change behavior. |
2303 | Field GL_VERTEX_CONSISTENT_HINT_PGI (int) with the compile-time constant value 107051 has been removed from this interface. | A client program may change behavior. |
2304 | Field GL_VERTEX_DATA_HINT_PGI (int) with the compile-time constant value 107050 has been removed from this interface. | A client program may change behavior. |
2305 | Field GL_VERTEX_ID_NV (int) with the compile-time constant value 35963 has been removed from this interface. | A client program may change behavior. |
2306 | Field GL_VERTEX_PRECLIP_HINT_SGIX (int) with the compile-time constant value 33775 has been removed from this interface. | A client program may change behavior. |
2307 | Field GL_VERTEX_PRECLIP_SGIX (int) with the compile-time constant value 33774 has been removed from this interface. | A client program may change behavior. |
2308 | Field GL_VERTEX_PROGRAM_ARB (int) with the compile-time constant value 34336 has been removed from this interface. | A client program may change behavior. |
2309 | Field GL_VERTEX_PROGRAM_BINDING_NV (int) with the compile-time constant value 34378 has been removed from this interface. | A client program may change behavior. |
2310 | Field GL_VERTEX_PROGRAM_NV (int) with the compile-time constant value 34336 has been removed from this interface. | A client program may change behavior. |
2311 | Field GL_VERTEX_PROGRAM_POINT_SIZE (int) with the compile-time constant value 34370 has been removed from this interface. | A client program may change behavior. |
2312 | Field GL_VERTEX_PROGRAM_POINT_SIZE_ARB (int) with the compile-time constant value 34370 has been removed from this interface. | A client program may change behavior. |
2313 | Field GL_VERTEX_PROGRAM_POINT_SIZE_NV (int) with the compile-time constant value 34370 has been removed from this interface. | A client program may change behavior. |
2314 | Field GL_VERTEX_PROGRAM_TWO_SIDE (int) with the compile-time constant value 34371 has been removed from this interface. | A client program may change behavior. |
2315 | Field GL_VERTEX_PROGRAM_TWO_SIDE_ARB (int) with the compile-time constant value 34371 has been removed from this interface. | A client program may change behavior. |
2316 | Field GL_VERTEX_PROGRAM_TWO_SIDE_NV (int) with the compile-time constant value 34371 has been removed from this interface. | A client program may change behavior. |
2317 | Field GL_VERTEX_SHADER (int) with the compile-time constant value 35633 has been removed from this interface. | A client program may change behavior. |
2318 | Field GL_VERTEX_SHADER_ARB (int) with the compile-time constant value 35633 has been removed from this interface. | A client program may change behavior. |
2319 | Field GL_VERTEX_SHADER_BINDING_EXT (int) with the compile-time constant value 34689 has been removed from this interface. | A client program may change behavior. |
2320 | Field GL_VERTEX_SHADER_EXT (int) with the compile-time constant value 34688 has been removed from this interface. | A client program may change behavior. |
2321 | Field GL_VERTEX_SHADER_INSTRUCTIONS_EXT (int) with the compile-time constant value 34767 has been removed from this interface. | A client program may change behavior. |
2322 | Field GL_VERTEX_SHADER_INVARIANTS_EXT (int) with the compile-time constant value 34769 has been removed from this interface. | A client program may change behavior. |
2323 | Field GL_VERTEX_SHADER_LOCALS_EXT (int) with the compile-time constant value 34771 has been removed from this interface. | A client program may change behavior. |
2324 | Field GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT (int) with the compile-time constant value 34770 has been removed from this interface. | A client program may change behavior. |
2325 | Field GL_VERTEX_SHADER_OPTIMIZED_EXT (int) with the compile-time constant value 34772 has been removed from this interface. | A client program may change behavior. |
2326 | Field GL_VERTEX_SHADER_VARIANTS_EXT (int) with the compile-time constant value 34768 has been removed from this interface. | A client program may change behavior. |
2327 | Field GL_VERTEX_SOURCE_ATI (int) with the compile-time constant value 34676 has been removed from this interface. | A client program may change behavior. |
2328 | Field GL_VERTEX_STATE_PROGRAM_NV (int) with the compile-time constant value 34337 has been removed from this interface. | A client program may change behavior. |
2329 | Field GL_VERTEX_STREAM0_ATI (int) with the compile-time constant value 34668 has been removed from this interface. | A client program may change behavior. |
2330 | Field GL_VERTEX_STREAM1_ATI (int) with the compile-time constant value 34669 has been removed from this interface. | A client program may change behavior. |
2331 | Field GL_VERTEX_STREAM2_ATI (int) with the compile-time constant value 34670 has been removed from this interface. | A client program may change behavior. |
2332 | Field GL_VERTEX_STREAM3_ATI (int) with the compile-time constant value 34671 has been removed from this interface. | A client program may change behavior. |
2333 | Field GL_VERTEX_STREAM4_ATI (int) with the compile-time constant value 34672 has been removed from this interface. | A client program may change behavior. |
2334 | Field GL_VERTEX_STREAM5_ATI (int) with the compile-time constant value 34673 has been removed from this interface. | A client program may change behavior. |
2335 | Field GL_VERTEX_STREAM6_ATI (int) with the compile-time constant value 34674 has been removed from this interface. | A client program may change behavior. |
2336 | Field GL_VERTEX_STREAM7_ATI (int) with the compile-time constant value 34675 has been removed from this interface. | A client program may change behavior. |
2337 | Field GL_VERTEX_WEIGHTING_EXT (int) with the compile-time constant value 34057 has been removed from this interface. | A client program may change behavior. |
2338 | Field GL_VERTEX_WEIGHT_ARRAY_EXT (int) with the compile-time constant value 34060 has been removed from this interface. | A client program may change behavior. |
2339 | Field GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT (int) with the compile-time constant value 34064 has been removed from this interface. | A client program may change behavior. |
2340 | Field GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT (int) with the compile-time constant value 34061 has been removed from this interface. | A client program may change behavior. |
2341 | Field GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT (int) with the compile-time constant value 34063 has been removed from this interface. | A client program may change behavior. |
2342 | Field GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT (int) with the compile-time constant value 34062 has been removed from this interface. | A client program may change behavior. |
2343 | Field GL_VIBRANCE_BIAS_NV (int) with the compile-time constant value 34585 has been removed from this interface. | A client program may change behavior. |
2344 | Field GL_VIBRANCE_SCALE_NV (int) with the compile-time constant value 34579 has been removed from this interface. | A client program may change behavior. |
2345 | Field GL_VIEWPORT_BIT (int) with the compile-time constant value 2048 has been removed from this interface. | A client program may change behavior. |
2346 | Field GL_WEIGHT_ARRAY_ARB (int) with the compile-time constant value 34477 has been removed from this interface. | A client program may change behavior. |
2347 | Field GL_WEIGHT_ARRAY_BUFFER_BINDING (int) with the compile-time constant value 34974 has been removed from this interface. | A client program may change behavior. |
2348 | Field GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB (int) with the compile-time constant value 34974 has been removed from this interface. | A client program may change behavior. |
2349 | Field GL_WEIGHT_ARRAY_POINTER_ARB (int) with the compile-time constant value 34476 has been removed from this interface. | A client program may change behavior. |
2350 | Field GL_WEIGHT_ARRAY_SIZE_ARB (int) with the compile-time constant value 34475 has been removed from this interface. | A client program may change behavior. |
2351 | Field GL_WEIGHT_ARRAY_STRIDE_ARB (int) with the compile-time constant value 34474 has been removed from this interface. | A client program may change behavior. |
2352 | Field GL_WEIGHT_ARRAY_TYPE_ARB (int) with the compile-time constant value 34473 has been removed from this interface. | A client program may change behavior. |
2353 | Field GL_WEIGHT_SUM_UNITY_ARB (int) with the compile-time constant value 34470 has been removed from this interface. | A client program may change behavior. |
2354 | Field GL_WIDE_LINE_HINT_PGI (int) with the compile-time constant value 107042 has been removed from this interface. | A client program may change behavior. |
2355 | Field GL_WRAP_BORDER_SUN (int) with the compile-time constant value 33236 has been removed from this interface. | A client program may change behavior. |
2356 | Field GL_WRITE_ONLY_ARB (int) with the compile-time constant value 35001 has been removed from this interface. | A client program may change behavior. |
2357 | Field GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV (int) with the compile-time constant value 34938 has been removed from this interface. | A client program may change behavior. |
2358 | Field GL_WRITE_PIXEL_DATA_RANGE_NV (int) with the compile-time constant value 34936 has been removed from this interface. | A client program may change behavior. |
2359 | Field GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV (int) with the compile-time constant value 34940 has been removed from this interface. | A client program may change behavior. |
2360 | Field GL_W_EXT (int) with the compile-time constant value 34776 has been removed from this interface. | A client program may change behavior. |
2361 | Field GL_X_EXT (int) with the compile-time constant value 34773 has been removed from this interface. | A client program may change behavior. |
2362 | Field GL_YCBCR_422_APPLE (int) with the compile-time constant value 34233 has been removed from this interface. | A client program may change behavior. |
2363 | Field GL_YCBCR_MESA (int) with the compile-time constant value 34647 has been removed from this interface. | A client program may change behavior. |
2364 | Field GL_YCRCBA_SGIX (int) with the compile-time constant value 33561 has been removed from this interface. | A client program may change behavior. |
2365 | Field GL_YCRCB_422_SGIX (int) with the compile-time constant value 33211 has been removed from this interface. | A client program may change behavior. |
2366 | Field GL_YCRCB_444_SGIX (int) with the compile-time constant value 33212 has been removed from this interface. | A client program may change behavior. |
2367 | Field GL_YCRCB_SGIX (int) with the compile-time constant value 33560 has been removed from this interface. | A client program may change behavior. |
2368 | Field GL_Y_EXT (int) with the compile-time constant value 34774 has been removed from this interface. | A client program may change behavior. |
2369 | Field GL_ZERO_EXT (int) with the compile-time constant value 34781 has been removed from this interface. | A client program may change behavior. |
2370 | Field GL_ZOOM_X (int) with the compile-time constant value 3350 has been removed from this interface. | A client program may change behavior. |
2371 | Field GL_ZOOM_Y (int) with the compile-time constant value 3351 has been removed from this interface. | A client program may change behavior. |
2372 | Field GL_Z_EXT (int) with the compile-time constant value 34775 has been removed from this interface. | A client program may change behavior. |
2373 | Field GL_ATTRIB_STACK_DEPTH (int) with the compile-time constant value 2992 has been renamed to GL_MAX_ARRAY_TEXTURE_LAYERS. | A client program may change behavior. |
2374 | Field GL_AUX0 (int) with the compile-time constant value 1033 has been renamed to GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE. | A client program may change behavior. |
2375 | Field GL_AUX1 (int) with the compile-time constant value 1034 has been renamed to GL_COLOR_ATTACHMENT0. | A client program may change behavior. |
2376 | Field GL_AUX2 (int) with the compile-time constant value 1035 has been renamed to GL_DEPTH_ATTACHMENT. | A client program may change behavior. |
2377 | Field GL_AUX3 (int) with the compile-time constant value 1036 has been renamed to GL_STENCIL_ATTACHMENT. | A client program may change behavior. |
2378 | Field GL_BACK_LEFT (int) with the compile-time constant value 1026 has been renamed to GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME. | A client program may change behavior. |
2379 | Field GL_BACK_RIGHT (int) with the compile-time constant value 1027 has been renamed to GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL. | A client program may change behavior. |
2380 | Field GL_BITMAP (int) with the compile-time constant value 6656 has been renamed to GL_UNSIGNED_INT_24_8. | A client program may change behavior. |
2381 | Field GL_BLUE (int) with the compile-time constant value 6405 has been renamed to GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT. | A client program may change behavior. |
2382 | Field GL_CLIENT_ATTRIB_STACK_DEPTH (int) with the compile-time constant value 2993 has been renamed to GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER. | A client program may change behavior. |
2383 | Field GL_CLIP_PLANE1 (int) with the compile-time constant value 12289 has been renamed to GL_FIXED. | A client program may change behavior. |
2384 | Field GL_COLOR (int) with the compile-time constant value 6144 has been renamed to GL_DEPTH24_STENCIL8. | A client program may change behavior. |
2385 | Field GL_FRONT_LEFT (int) with the compile-time constant value 1024 has been renamed to GL_RENDERBUFFER_STENCIL_SIZE. | A client program may change behavior. |
2386 | Field GL_FRONT_RIGHT (int) with the compile-time constant value 1025 has been renamed to GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE. | A client program may change behavior. |
2387 | Field GL_GREEN (int) with the compile-time constant value 6404 has been renamed to GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT. | A client program may change behavior. |
2388 | Field GL_LEFT (int) with the compile-time constant value 1030 has been renamed to GL_RENDERBUFFER_ALPHA_SIZE. | A client program may change behavior. |
2389 | Field GL_MAX_ATTRIB_STACK_DEPTH (int) with the compile-time constant value 3381 has been renamed to GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT. | A client program may change behavior. |
2390 | Field GL_MAX_CLIENT_ATTRIB_STACK_DEPTH (int) with the compile-time constant value 3387 has been renamed to GL_TEXTURE_BINDING_2D_ARRAY. | A client program may change behavior. |
2391 | Field GL_MAX_CLIP_PLANES (int) with the compile-time constant value 3378 has been renamed to GL_UNSIGNED_INT_10F_11F_11F_REV. | A client program may change behavior. |
2392 | Field GL_MAX_LIGHTS (int) with the compile-time constant value 3377 has been renamed to GL_R11F_G11F_B10F. | A client program may change behavior. |
2393 | Field GL_MAX_LIST_NESTING (int) with the compile-time constant value 2865 has been renamed to GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT. | A client program may change behavior. |
2394 | Field GL_MAX_PIXEL_MAP_TABLE (int) with the compile-time constant value 3380 has been renamed to GL_TEXTURE_2D_ARRAY. | A client program may change behavior. |
2395 | Field GL_MAX_PROJECTION_STACK_DEPTH (int) with the compile-time constant value 3384 has been renamed to GL_UNSIGNED_INT_2_10_10_10_REV_EXT. | A client program may change behavior. |
2396 | Field GL_RED (int) with the compile-time constant value 6403 has been renamed to GL_FRAMEBUFFER_COMPLETE. | A client program may change behavior. |
2397 | Field GL_RIGHT (int) with the compile-time constant value 1031 has been renamed to GL_RENDERBUFFER_DEPTH_SIZE. | A client program may change behavior. |
2398 | Field GL_STENCIL_INDEX (int) with the compile-time constant value 6401 has been renamed to GL_RENDERBUFFER_WIDTH. | A client program may change behavior. |
2399 | Field GL_STEREO (int) with the compile-time constant value 3123 has been renamed to GL_DEPTH_STENCIL. | A client program may change behavior. |
[+] affected methods (82)
glActiveTexture ( int )This abstract method is from 'GL' interface.
glBindBuffer ( int, int )This abstract method is from 'GL' interface.
glBindTexture ( int, int )This abstract method is from 'GL' interface.
glBlendEquation ( int )This abstract method is from 'GL' interface.
glBlendEquationSeparate ( int, int )This abstract method is from 'GL' interface.
glBlendFunc ( int, int )This abstract method is from 'GL' interface.
glBlendFuncSeparate ( int, int, int, int )This abstract method is from 'GL' interface.
glClear ( int )This abstract method is from 'GL' interface.
glClearColor ( float, float, float, float )This abstract method is from 'GL' interface.
glClearDepth ( double )This abstract method is from 'GL' interface.
glClearStencil ( int )This abstract method is from 'GL' interface.
glColorMask ( boolean, boolean, boolean, boolean )This abstract method is from 'GL' interface.
...
[+] GLCapabilities (1)
| Change | Effect |
---|
1 | Added super-class javax.media.nativewindow.Capabilities. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (30)
clone ( )This method is from 'GLCapabilities' class.
getAccumAlphaBits ( )This method is from 'GLCapabilities' class.
getAccumBlueBits ( )This method is from 'GLCapabilities' class.
getAccumGreenBits ( )This method is from 'GLCapabilities' class.
getAccumRedBits ( )This method is from 'GLCapabilities' class.
getDepthBits ( )This method is from 'GLCapabilities' class.
getDoubleBuffered ( )This method is from 'GLCapabilities' class.
getHardwareAccelerated ( )This method is from 'GLCapabilities' class.
getNumSamples ( )This method is from 'GLCapabilities' class.
getPbufferFloatingPointBuffers ( )This method is from 'GLCapabilities' class.
getPbufferRenderToTexture ( )This method is from 'GLCapabilities' class.
getPbufferRenderToTextureRectangle ( )This method is from 'GLCapabilities' class.
...
to the top
Other Changes in Data Types (109)
jogl.jar
package javax.media.opengl
[+] GL (51)
| Change | Effect |
---|
1 | Abstract method glBindFramebuffer ( int, int ) has been added to this interface. | No effect. |
2 | Abstract method glBindRenderbuffer ( int, int ) has been added to this interface. | No effect. |
3 | Abstract method glBufferData ( int, long, Buffer, int ) has been added to this interface. | No effect. |
4 | Abstract method glBufferSubData ( int, long, long, Buffer ) has been added to this interface. | No effect. |
5 | Abstract method glCheckFramebufferStatus ( int ) has been added to this interface. | No effect. |
6 | Abstract method glClearDepthf ( float ) has been added to this interface. | No effect. |
7 | Abstract method glDeleteFramebuffers ( int, IntBuffer ) has been added to this interface. | No effect. |
8 | Abstract method glDeleteFramebuffers ( int, int[ ], int ) has been added to this interface. | No effect. |
9 | Abstract method glDeleteRenderbuffers ( int, IntBuffer ) has been added to this interface. | No effect. |
10 | Abstract method glDeleteRenderbuffers ( int, int[ ], int ) has been added to this interface. | No effect. |
11 | Abstract method glDepthRangef ( float, float ) has been added to this interface. | No effect. |
12 | Abstract method glFramebufferRenderbuffer ( int, int, int, int ) has been added to this interface. | No effect. |
13 | Abstract method glFramebufferTexture2D ( int, int, int, int, int ) has been added to this interface. | No effect. |
14 | Abstract method glGenFramebuffers ( int, IntBuffer ) has been added to this interface. | No effect. |
15 | Abstract method glGenFramebuffers ( int, int[ ], int ) has been added to this interface. | No effect. |
16 | Abstract method glGenRenderbuffers ( int, IntBuffer ) has been added to this interface. | No effect. |
17 | Abstract method glGenRenderbuffers ( int, int[ ], int ) has been added to this interface. | No effect. |
18 | Abstract method glGenerateMipmap ( int ) has been added to this interface. | No effect. |
19 | Abstract method glGetBoundBuffer ( int ) has been added to this interface. | No effect. |
20 | Abstract method glGetFramebufferAttachmentParameteriv ( int, int, int, IntBuffer ) has been added to this interface. | No effect. |
21 | Abstract method glGetFramebufferAttachmentParameteriv ( int, int, int, int[ ], int ) has been added to this interface. | No effect. |
22 | Abstract method glGetRenderbufferParameteriv ( int, int, IntBuffer ) has been added to this interface. | No effect. |
23 | Abstract method glGetRenderbufferParameteriv ( int, int, int[ ], int ) has been added to this interface. | No effect. |
24 | Abstract method glIsFramebuffer ( int ) has been added to this interface. | No effect. |
25 | Abstract method glIsRenderbuffer ( int ) has been added to this interface. | No effect. |
26 | Abstract method glIsVBOArrayEnabled ( ) has been added to this interface. | No effect. |
27 | Abstract method glIsVBOElementEnabled ( ) has been added to this interface. | No effect. |
28 | Abstract method glRenderbufferStorage ( int, int, int, int ) has been added to this interface. | No effect. |
29 | Field GL_FRAMEBUFFER has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
30 | Field GL_FRAMEBUFFER_BINDING has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
31 | Field GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
32 | Field GL_FRAMEBUFFER_INCOMPLETE_FORMATS has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
33 | Field GL_FRAMEBUFFER_UNSUPPORTED has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
34 | Field GL_HALF_FLOAT has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
35 | Field GL_IMPLEMENTATION_COLOR_READ_FORMAT has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
36 | Field GL_IMPLEMENTATION_COLOR_READ_TYPE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
37 | Field GL_INVALID_FRAMEBUFFER_OPERATION has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
38 | Field GL_MAX_RENDERBUFFER_SIZE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
39 | Field GL_RENDERBUFFER has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
40 | Field GL_RENDERBUFFER_BINDING has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
41 | Field GL_RENDERBUFFER_BLUE_SIZE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
42 | Field GL_RENDERBUFFER_GREEN_SIZE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
43 | Field GL_RENDERBUFFER_HEIGHT has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
44 | Field GL_RENDERBUFFER_INTERNAL_FORMAT has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
45 | Field GL_RENDERBUFFER_RED_SIZE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
46 | Field GL_RGB565 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
47 | Field GL_RGBA_SIGNED_COMPONENTS has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
48 | Field GL_SAMPLER_2D_ARRAY has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
49 | Field GL_STENCIL_INDEX1 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
50 | Field GL_STENCIL_INDEX4 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
51 | Field GL_STENCIL_INDEX8 has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (82)
glActiveTexture ( int )This abstract method is from 'GL' interface.
glBindBuffer ( int, int )This abstract method is from 'GL' interface.
glBindTexture ( int, int )This abstract method is from 'GL' interface.
glBlendEquation ( int )This abstract method is from 'GL' interface.
glBlendEquationSeparate ( int, int )This abstract method is from 'GL' interface.
glBlendFunc ( int, int )This abstract method is from 'GL' interface.
glBlendFuncSeparate ( int, int, int, int )This abstract method is from 'GL' interface.
glClear ( int )This abstract method is from 'GL' interface.
glClearColor ( float, float, float, float )This abstract method is from 'GL' interface.
glClearDepth ( double )This abstract method is from 'GL' interface.
glClearStencil ( int )This abstract method is from 'GL' interface.
glColorMask ( boolean, boolean, boolean, boolean )This abstract method is from 'GL' interface.
...
[+] GLAutoDrawable (8)
| Change | Effect |
---|
1 | Abstract method addGLEventListener ( int, GLEventListener ) has been added to this interface. | No effect. |
2 | Abstract method destroy ( ) has been added to this interface. | No effect. |
3 | Abstract method getAnimator ( ) has been added to this interface. | No effect. |
4 | Abstract method invoke ( boolean, GLRunnable ) has been added to this interface. | No effect. |
5 | Abstract method setAnimator ( GLAnimatorControl ) has been added to this interface. | No effect. |
6 | Abstract method setContext ( GLContext ) has been added to this interface. | No effect. |
7 | Abstract method setGL ( GL ) has been added to this interface. | No effect. |
8 | Field SCREEN_CHANGE_ACTION_ENABLED has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
addGLEventListener ( GLEventListener )This abstract method is from 'GLAutoDrawable' interface.
display ( )This abstract method is from 'GLAutoDrawable' interface.
getAutoSwapBufferMode ( )This abstract method is from 'GLAutoDrawable' interface.
getContext ( )This abstract method is from 'GLAutoDrawable' interface.
getGL ( )This abstract method is from 'GLAutoDrawable' interface.
removeGLEventListener ( GLEventListener )This abstract method is from 'GLAutoDrawable' interface.
setAutoSwapBufferMode ( boolean )This abstract method is from 'GLAutoDrawable' interface.
display ( GLAutoDrawable )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
init ( GLAutoDrawable )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
reshape ( GLAutoDrawable, int, int, int, int )1st parameter 'p1' of this abstract method has type 'GLAutoDrawable'.
[+] GLContext (19)
| Change | Effect |
---|
1 | Abstract method getGLDrawableRead ( ) has been added to this class. | No effect. |
2 | Abstract method getPlatformExtensionsString ( ) has been added to this class. | No effect. |
3 | Abstract method setGL ( GL ) has been added to this class. | No effect. |
4 | Abstract method setGLDrawableRead ( GLDrawable ) has been added to this class. | No effect. |
5 | Field CTX_IS_ARB_CREATED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field CTX_OPTION_ANY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field CTX_OPTION_DEBUG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field CTX_OPTION_FORWARD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field CTX_PROFILE_COMPAT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field CTX_PROFILE_CORE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field CTX_PROFILE_ES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
12 | Field DEBUG0 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
13 | Field GL_VERSIONS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
14 | Field contextHandle has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
15 | Field ctxMajorVersion has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
16 | Field ctxMinorVersion has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
17 | Field ctxOptions has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
18 | Field ctxVersionString has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
19 | Field deviceVersionAvailable has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (14)
getContext ( )Return value of this abstract method has type 'GLContext'.
GLContext ( )This constructor is from 'GLContext' abstract class.
copy ( GLContext, int )1st parameter 'p1' of this abstract method has type 'GLContext'.
destroy ( )This abstract method is from 'GLContext' abstract class.
getCurrent ( )This method is from 'GLContext' abstract class.
getGL ( )This abstract method is from 'GLContext' abstract class.
getGLDrawable ( )This abstract method is from 'GLContext' abstract class.
isSynchronized ( )This abstract method is from 'GLContext' abstract class.
makeCurrent ( )This abstract method is from 'GLContext' abstract class.
release ( )This abstract method is from 'GLContext' abstract class.
setCurrent ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
setSynchronized ( boolean )This abstract method is from 'GLContext' abstract class.
...
[+] GLDrawable (7)
| Change | Effect |
---|
1 | Abstract method getChosenGLCapabilities ( ) has been added to this interface. | No effect. |
2 | Abstract method getFactory ( ) has been added to this interface. | No effect. |
3 | Abstract method getGLProfile ( ) has been added to this interface. | No effect. |
4 | Abstract method getHandle ( ) has been added to this interface. | No effect. |
5 | Abstract method getNativeSurface ( ) has been added to this interface. | No effect. |
6 | Abstract method isRealized ( ) has been added to this interface. | No effect. |
7 | Abstract method toString ( ) has been added to this interface. | No effect. |
[+] affected methods (7)
getGLDrawable ( )Return value of this abstract method has type 'GLDrawable'.
createContext ( GLContext )This abstract method is from 'GLDrawable' interface.
getHeight ( )This abstract method is from 'GLDrawable' interface.
getWidth ( )This abstract method is from 'GLDrawable' interface.
setRealized ( boolean )This abstract method is from 'GLDrawable' interface.
swapBuffers ( )This abstract method is from 'GLDrawable' interface.
createExternalGLDrawable ( )Return value of this abstract method has type 'GLDrawable'.
[+] GLDrawableFactory (11)
| Change | Effect |
---|
1 | Abstract method canCreateExternalGLDrawable ( AbstractGraphicsDevice ) has been added to this class. | No effect. |
2 | Abstract method canCreateGLPbuffer ( AbstractGraphicsDevice ) has been added to this class. | No effect. |
3 | Abstract method createGLDrawable ( NativeSurface ) has been added to this class. | No effect. |
4 | Abstract method createGLPbuffer ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext ) has been added to this class. | No effect. |
5 | Abstract method createGLPbufferDrawable ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been added to this class. | No effect. |
6 | Abstract method createOffscreenDrawable ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been added to this class. | No effect. |
7 | Abstract method getDefaultDevice ( ) has been added to this class. | No effect. |
8 | Abstract method getIsDeviceCompatible ( AbstractGraphicsDevice ) has been added to this class. | No effect. |
9 | Abstract method getOrCreateSharedContextImpl ( AbstractGraphicsDevice ) has been added to this class. | No effect. |
10 | Abstract method shutdownInstance ( ) has been added to this class. | No effect. |
11 | Field glDrawableFactories has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
GLDrawableFactory ( )This constructor is from 'GLDrawableFactory' abstract class.
createExternalGLContext ( )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLDrawable ( )This abstract method is from 'GLDrawableFactory' abstract class.
[+] GLEventListener (1)
| Change | Effect |
---|
1 | Abstract method dispose ( GLAutoDrawable ) has been added to this interface. | No effect. |
[+] affected methods (5)
addGLEventListener ( GLEventListener )1st parameter 'p1' of this abstract method has type 'GLEventListener'.
removeGLEventListener ( GLEventListener )1st parameter 'p1' of this abstract method has type 'GLEventListener'.
display ( GLAutoDrawable )This abstract method is from 'GLEventListener' interface.
init ( GLAutoDrawable )This abstract method is from 'GLEventListener' interface.
reshape ( GLAutoDrawable, int, int, int, int )This abstract method is from 'GLEventListener' interface.
package javax.media.opengl.glu
[+] GLU (6)
| Change | Effect |
---|
1 | Field GLU_TESS_AVOID_DEGENERATE_TRIANGLES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field availableGLUquadricImpl has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field availableGLUtessellatorImpl has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field checkedGLUquadricImpl has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field checkedGLUtessellatorImpl has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field syncObject has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (45)
GLU ( )This constructor is from 'GLU' class.
getCurrentGL ( )This method is from 'GLU' class.
gluBeginPolygon ( GLUtessellator )This method is from 'GLU' class.
gluBuild1DMipmapLevels ( int, int, int, int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluBuild1DMipmaps ( int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluBuild2DMipmapLevels ( int, int, int, int, int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluBuild2DMipmaps ( int, int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluBuild3DMipmapLevels ( int, int, int, int, int, int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluBuild3DMipmaps ( int, int, int, int, int, int, int, Buffer )This method is from 'GLU' class.
gluCheckExtension ( String, String )This method is from 'GLU' class.
gluCylinder ( GLUquadric, double, double, double, int, int )This method is from 'GLU' class.
gluDeleteQuadric ( GLUquadric )This method is from 'GLU' class.
...
[+] GLUquadric (6)
| Change | Effect |
---|
1 | Abstract method enableImmModeSink ( boolean ) has been added to this interface. | No effect. |
2 | Abstract method getImmMode ( ) has been added to this interface. | No effect. |
3 | Abstract method isImmModeSinkEnabled ( ) has been added to this interface. | No effect. |
4 | Abstract method replaceImmModeSink ( ) has been added to this interface. | No effect. |
5 | Abstract method resetImmModeSink ( GL ) has been added to this interface. | No effect. |
6 | Abstract method setImmMode ( boolean ) has been added to this interface. | No effect. |
[+] affected methods (10)
gluCylinder ( GLUquadric, double, double, double, int, int )1st parameter 'p1' of this method has type 'GLUquadric'.
gluDeleteQuadric ( GLUquadric )1st parameter 'p1' of this method has type 'GLUquadric'.
gluDisk ( GLUquadric, double, double, int, int )1st parameter 'p1' of this method has type 'GLUquadric'.
gluNewQuadric ( )Return value of this method has type 'GLUquadric'.
gluPartialDisk ( GLUquadric, double, double, int, int, double, double )1st parameter 'p1' of this method has type 'GLUquadric'.
gluQuadricDrawStyle ( GLUquadric, int )1st parameter 'p1' of this method has type 'GLUquadric'.
gluQuadricNormals ( GLUquadric, int )1st parameter 'p1' of this method has type 'GLUquadric'.
gluQuadricOrientation ( GLUquadric, int )1st parameter 'p1' of this method has type 'GLUquadric'.
gluQuadricTexture ( GLUquadric, boolean )1st parameter 'p1' of this method has type 'GLUquadric'.
gluSphere ( GLUquadric, double, int, int )1st parameter 'p1' of this method has type 'GLUquadric'.
to the top
Java ARchives (1)
jogl.jar
to the top