Binary compatibility report for the JOGL library between 2.0-b4.20101125 and 2.0-b11.20101213 versions
Test Info
Library Name | JOGL |
Version #1 | 2.0-b4.20101125 |
Version #2 | 2.0-b11.20101213 |
Test Results
Total Java ARchives | 18 |
---|
Total Methods / Classes | 5196 / 263 |
---|
Verdict | Incompatible (9.8%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 460 |
---|
Removed Methods | High | 407 |
---|
Problems with Data Types | High | 74 |
---|
Medium | 1 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 7 |
Added Methods (460)
jogl.awt.jar, GLCanvas.class
package javax.media.opengl.awt
GLCanvas.GLCanvas ( GLCapabilitiesImmutable p1, GLContext p2 )
[mangled: javax/media/opengl/awt/GLCanvas."<init>":(Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLContext;)V]
jogl.core.jar, GLContext.class
package javax.media.opengl
GLContext.getGLExtensionsString ( ) [abstract] : String
[mangled: javax/media/opengl/GLContext.getGLExtensionsString:()Ljava/lang/String;]
GLContext.getGLReadDrawable ( ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLContext.getGLReadDrawable:()Ljavax/media/opengl/GLDrawable;]
GLContext.isGLReadDrawableAvailable ( ) [abstract] : boolean
[mangled: javax/media/opengl/GLContext.isGLReadDrawableAvailable:()Z]
GLContext.setGLReadDrawable ( GLDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLContext.setGLReadDrawable:(Ljavax/media/opengl/GLDrawable;)V]
jogl.core.jar, GLDrawableFactory.class
package javax.media.opengl
GLDrawableFactory.createGLPbuffer ( AbstractGraphicsDevice p1, GLCapabilitiesImmutable p2, GLCapabilitiesChooser p3, int p4, int p5, GLContext p6 ) [abstract] : GLPbuffer
[mangled: javax/media/opengl/GLDrawableFactory.createGLPbuffer:(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;IILjavax/media/opengl/GLContext;)Ljavax/media/opengl/GLPbuffer;]
GLDrawableFactory.createOffscreenDrawable ( AbstractGraphicsDevice p1, GLCapabilitiesImmutable p2, GLCapabilitiesChooser p3, int p4, int p5 ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLDrawableFactory.createOffscreenDrawable:(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;II)Ljavax/media/opengl/GLDrawable;]
GLDrawableFactory.createOffscreenSurface ( AbstractGraphicsDevice p1, GLCapabilitiesImmutable p2, GLCapabilitiesChooser p3, int p4, int p5 ) [abstract] : NativeSurface
[mangled: javax/media/opengl/GLDrawableFactory.createOffscreenSurface:(Ljavax/media/nativewindow/AbstractGraphicsDevice;Ljavax/media/opengl/GLCapabilitiesImmutable;Ljavax/media/opengl/GLCapabilitiesChooser;II)Ljavax/media/nativewindow/NativeSurface;]
jogl.test.jar, AWTFocusAdapter.class
package com.jogamp.opengl.test.junit.util
AWTFocusAdapter.AWTFocusAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter."<init>":(Ljava/lang/String;)V]
AWTFocusAdapter.focusGained ( FocusEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter.focusGained:(Ljava/awt/event/FocusEvent;)V]
AWTFocusAdapter.focusLost ( FocusEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter.focusLost:(Ljava/awt/event/FocusEvent;)V]
AWTFocusAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter.getCount:()I]
AWTFocusAdapter.getWasTemporary ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter.getWasTemporary:()Z]
AWTFocusAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTFocusAdapter.reset:()V]
jogl.test.jar, AWTKeyAdapter.class
package com.jogamp.opengl.test.junit.util
AWTKeyAdapter.AWTKeyAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/AWTKeyAdapter."<init>":(Ljava/lang/String;)V]
AWTKeyAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/AWTKeyAdapter.getCount:()I]
AWTKeyAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTKeyAdapter.keyTyped:(Ljava/awt/event/KeyEvent;)V]
AWTKeyAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTKeyAdapter.reset:()V]
jogl.test.jar, AWTMouseAdapter.class
package com.jogamp.opengl.test.junit.util
AWTMouseAdapter.AWTMouseAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/AWTMouseAdapter."<init>":(Ljava/lang/String;)V]
AWTMouseAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/AWTMouseAdapter.getCount:()I]
AWTMouseAdapter.mouseClicked ( MouseEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTMouseAdapter.mouseClicked:(Ljava/awt/event/MouseEvent;)V]
AWTMouseAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/AWTMouseAdapter.reset:()V]
jogl.test.jar, AWTRobotUtil.class
package com.jogamp.opengl.test.junit.util
AWTRobotUtil.AWTRobotUtil ( )
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil."<init>":()V]
AWTRobotUtil.centerMouse ( Robot p1, Object p2 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.centerMouse:(Ljava/awt/Robot;Ljava/lang/Object;)V]
AWTRobotUtil.getCenterLocation ( Object p1, boolean p2 ) [static] : Point
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.getCenterLocation:(Ljava/lang/Object;Z)Ljava/awt/Point;]
AWTRobotUtil.requestFocus ( Robot p1, Object p2 ) [static] : void
[mangled: com/jogamp/opengl/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/opengl/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/opengl/test/junit/util/AWTRobotUtil.requestFocusAndWait:(Ljava/awt/Robot;Ljava/lang/Object;Ljava/lang/Object;Lcom/jogamp/opengl/test/junit/util/EventCountAdapter;Lcom/jogamp/opengl/test/junit/util/EventCountAdapter;)Z]
AWTRobotUtil.testKeyType ( Robot p1, int p2, Object p3, EventCountAdapter p4 ) [static] : int
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.testKeyType:(Ljava/awt/Robot;ILjava/lang/Object;Lcom/jogamp/opengl/test/junit/util/EventCountAdapter;)I]
AWTRobotUtil.testMouseClick ( Robot p1, int p2, int p3, Object p4, EventCountAdapter p5 ) [static] : int
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.testMouseClick:(Ljava/awt/Robot;IILjava/lang/Object;Lcom/jogamp/opengl/test/junit/util/EventCountAdapter;)I]
AWTRobotUtil.toFront ( Robot p1, Window p2 ) [static] : boolean
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.toFront:(Ljava/awt/Robot;Ljava/awt/Window;)Z]
AWTRobotUtil.waitForCount ( int p1, EventCountAdapter p2 ) [static] : boolean
[mangled: com/jogamp/opengl/test/junit/util/AWTRobotUtil.waitForCount:(ILcom/jogamp/opengl/test/junit/util/EventCountAdapter;)Z]
AWTRobotUtil.waitForFocus ( Object p1 ) [static] : boolean
[mangled: com/jogamp/opengl/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/opengl/test/junit/util/AWTRobotUtil.waitForFocus:(Ljava/lang/Object;ILcom/jogamp/opengl/test/junit/util/EventCountAdapter;ILcom/jogamp/opengl/test/junit/util/EventCountAdapter;)Z]
jogl.test.jar, Bug427GLJPanelTest1.class
package com.jogamp.opengl.test.bugs
Bug427GLJPanelTest1.Bug427GLJPanelTest1 ( )
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1."<init>":()V]
Bug427GLJPanelTest1.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Bug427GLJPanelTest1.displayChanged ( GLAutoDrawable p1, boolean p2, boolean p3 ) : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.displayChanged:(Ljavax/media/opengl/GLAutoDrawable;ZZ)V]
Bug427GLJPanelTest1.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
Bug427GLJPanelTest1.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
Bug427GLJPanelTest1.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.main:([Ljava/lang/String;)V]
Bug427GLJPanelTest1.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/bugs/Bug427GLJPanelTest1.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, DumpGLInfo.class
package com.jogamp.opengl.test.junit.util
DumpGLInfo.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/DumpGLInfo.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpGLInfo.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/DumpGLInfo.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpGLInfo.DumpGLInfo ( )
[mangled: com/jogamp/opengl/test/junit/util/DumpGLInfo."<init>":()V]
DumpGLInfo.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/DumpGLInfo.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
DumpGLInfo.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/junit/util/DumpGLInfo.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, EventCountAdapter.class
package com.jogamp.opengl.test.junit.util
EventCountAdapter.getCount ( ) [abstract] : int
[mangled: com/jogamp/opengl/test/junit/util/EventCountAdapter.getCount:()I]
EventCountAdapter.reset ( ) [abstract] : void
[mangled: com/jogamp/opengl/test/junit/util/EventCountAdapter.reset:()V]
jogl.test.jar, EventCountAdapterUtil.class
package com.jogamp.opengl.test.junit.util
EventCountAdapterUtil.EventCountAdapterUtil ( )
[mangled: com/jogamp/opengl/test/junit/util/EventCountAdapterUtil."<init>":()V]
EventCountAdapterUtil.reset ( EventCountAdapter[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/util/EventCountAdapterUtil.reset:([Lcom/jogamp/opengl/test/junit/util/EventCountAdapter;)V]
EventCountAdapterUtil.reset ( List p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/util/EventCountAdapterUtil.reset:(Ljava/util/List;)V]
jogl.test.jar, Gears.class
package com.jogamp.opengl.test.junit.jogl.demos.gl2.gears
Gears.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Gears.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/demos/gl2/gears/Gears.gear:(Ljavax/media/opengl/GL2;FFFIF)V]
Gears.Gears ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears."<init>":()V]
Gears.Gears ( int p1 )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears."<init>":(I)V]
Gears.getGear1 ( ) : int
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.getGear1:()I]
Gears.getGear2 ( ) : int
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.getGear2:()I]
Gears.getGear3 ( ) : int
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.getGear3:()I]
Gears.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/demos/gl2/gears/Gears.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
Gears.setGears ( int p1, int p2, int p3 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.setGears:(III)V]
jogl.test.jar, GLRunnableDummy.class
package com.jogamp.opengl.test.junit.newt.parenting
GLRunnableDummy.GLRunnableDummy ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/GLRunnableDummy."<init>":()V]
GLRunnableDummy.run ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/GLRunnableDummy.run:(Ljavax/media/opengl/GLAutoDrawable;)V]
jogl.test.jar, GLSLSimpleProgram.class
package com.jogamp.opengl.test.junit.util
GLSLSimpleProgram.create ( GL2ES2 p1, String p2, String p3, boolean p4 ) [static] : GLSLSimpleProgram
[mangled: com/jogamp/opengl/test/junit/util/GLSLSimpleProgram.create:(Ljavax/media/opengl/GL2ES2;Ljava/lang/String;Ljava/lang/String;Z)Lcom/jogamp/opengl/test/junit/util/GLSLSimpleProgram;]
GLSLSimpleProgram.getFragShader ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/GLSLSimpleProgram.getFragShader:()I]
GLSLSimpleProgram.getShaderProgram ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/GLSLSimpleProgram.getShaderProgram:()I]
GLSLSimpleProgram.getVertShader ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/GLSLSimpleProgram.getVertShader:()I]
GLSLSimpleProgram.release ( GL2ES2 p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/GLSLSimpleProgram.release:(Ljavax/media/opengl/GL2ES2;)V]
jogl.test.jar, Issue326Test1.class
package com.jogamp.opengl.test.bugs
Issue326Test1.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test1.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test1.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test1.Issue326Test1 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1."<init>":()V]
Issue326Test1.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1.main:([Ljava/lang/String;)V]
Issue326Test1.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test1.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, Issue326Test2.class
package com.jogamp.opengl.test.bugs
Issue326Test2.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test2.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test2.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue326Test2.Issue326Test2 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2."<init>":()V]
Issue326Test2.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2.main:([Ljava/lang/String;)V]
Issue326Test2.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue326Test2.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, Issue344Base.class
package com.jogamp.opengl.test.bugs
Issue344Base.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue344Base.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue344Base.getText ( ) [abstract] : String
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.getText:()Ljava/lang/String;]
Issue344Base.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
Issue344Base.Issue344Base ( )
[mangled: com/jogamp/opengl/test/bugs/Issue344Base."<init>":()V]
Issue344Base.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
Issue344Base.run ( String[ ] p1 ) : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Base.run:([Ljava/lang/String;)V]
jogl.test.jar, Issue344Test1.class
package com.jogamp.opengl.test.bugs
Issue344Test1.getText ( ) : String
[mangled: com/jogamp/opengl/test/bugs/Issue344Test1.getText:()Ljava/lang/String;]
Issue344Test1.Issue344Test1 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue344Test1."<init>":()V]
Issue344Test1.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Test1.main:([Ljava/lang/String;)V]
jogl.test.jar, Issue344Test2.class
package com.jogamp.opengl.test.bugs
Issue344Test2.getText ( ) : String
[mangled: com/jogamp/opengl/test/bugs/Issue344Test2.getText:()Ljava/lang/String;]
Issue344Test2.Issue344Test2 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue344Test2."<init>":()V]
Issue344Test2.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Test2.main:([Ljava/lang/String;)V]
jogl.test.jar, Issue344Test3.class
package com.jogamp.opengl.test.bugs
Issue344Test3.getText ( ) : String
[mangled: com/jogamp/opengl/test/bugs/Issue344Test3.getText:()Ljava/lang/String;]
Issue344Test3.Issue344Test3 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue344Test3."<init>":()V]
Issue344Test3.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Test3.main:([Ljava/lang/String;)V]
jogl.test.jar, Issue344Test4.class
package com.jogamp.opengl.test.bugs
Issue344Test4.getText ( ) : String
[mangled: com/jogamp/opengl/test/bugs/Issue344Test4.getText:()Ljava/lang/String;]
Issue344Test4.Issue344Test4 ( )
[mangled: com/jogamp/opengl/test/bugs/Issue344Test4."<init>":()V]
Issue344Test4.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/bugs/Issue344Test4.main:([Ljava/lang/String;)V]
jogl.test.jar, MiscUtils.class
package com.jogamp.opengl.test.junit.util
MiscUtils.atoi ( String p1, int p2 ) [static] : int
[mangled: com/jogamp/opengl/test/junit/util/MiscUtils.atoi:(Ljava/lang/String;I)I]
MiscUtils.MiscUtils ( )
[mangled: com/jogamp/opengl/test/junit/util/MiscUtils."<init>":()V]
MiscUtils.setFieldIfExists ( Object p1, String p2, Object p3 ) [static] : boolean
[mangled: com/jogamp/opengl/test/junit/util/MiscUtils.setFieldIfExists:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Z]
jogl.test.jar, NEWTFocusAdapter.class
package com.jogamp.opengl.test.junit.util
NEWTFocusAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.getCount:()I]
NEWTFocusAdapter.NEWTFocusAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/NEWTFocusAdapter."<init>":(Ljava/lang/String;)V]
NEWTFocusAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.reset:()V]
NEWTFocusAdapter.windowGainedFocus ( WindowEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.windowGainedFocus:(Lcom/jogamp/newt/event/WindowEvent;)V]
NEWTFocusAdapter.windowLostFocus ( WindowEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.windowLostFocus:(Lcom/jogamp/newt/event/WindowEvent;)V]
jogl.test.jar, NEWTKeyAdapter.class
package com.jogamp.opengl.test.junit.util
NEWTKeyAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.getCount:()I]
NEWTKeyAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.keyTyped:(Lcom/jogamp/newt/event/KeyEvent;)V]
NEWTKeyAdapter.NEWTKeyAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/NEWTKeyAdapter."<init>":(Ljava/lang/String;)V]
NEWTKeyAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.reset:()V]
jogl.test.jar, NEWTMouseAdapter.class
package com.jogamp.opengl.test.junit.util
NEWTMouseAdapter.getCount ( ) : int
[mangled: com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.getCount:()I]
NEWTMouseAdapter.mouseClicked ( MouseEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.mouseClicked:(Lcom/jogamp/newt/event/MouseEvent;)V]
NEWTMouseAdapter.NEWTMouseAdapter ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/NEWTMouseAdapter."<init>":(Ljava/lang/String;)V]
NEWTMouseAdapter.reset ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.reset:()V]
jogl.test.jar, QuitAdapter.class
package com.jogamp.opengl.test.junit.util
QuitAdapter.keyPressed ( KeyEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter.keyPressed:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.keyReleased ( KeyEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter.keyReleased:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.keyTyped ( KeyEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter.keyTyped:(Lcom/jogamp/newt/event/KeyEvent;)V]
QuitAdapter.QuitAdapter ( )
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter."<init>":()V]
QuitAdapter.shouldQuit ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter.shouldQuit:()Z]
QuitAdapter.windowDestroyNotify ( WindowEvent p1 ) : void
[mangled: com/jogamp/opengl/test/junit/util/QuitAdapter.windowDestroyNotify:(Lcom/jogamp/newt/event/WindowEvent;)V]
jogl.test.jar, ReadBuffer2File.class
package com.jogamp.opengl.test.junit.jogl.offscreen
ReadBuffer2File.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2File.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2File.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2File.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2File.ReadBuffer2File ( GLDrawable p1 )
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2File."<init>":(Ljavax/media/opengl/GLDrawable;)V]
jogl.test.jar, ReadBuffer2Screen.class
package com.jogamp.opengl.test.junit.jogl.offscreen
ReadBuffer2Screen.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBuffer2Screen.ReadBuffer2Screen ( GLDrawable p1 )
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, ReadBufferBase.class
package com.jogamp.opengl.test.junit.jogl.offscreen
ReadBufferBase.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferBase.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferBase.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferBase.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
ReadBufferBase.ReadBufferBase ( GLDrawable p1 )
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/offscreen/ReadBufferBase.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, ReadBufferUtil.class
package com.jogamp.opengl.test.junit.jogl.offscreen
ReadBufferUtil.dispose ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.dispose:()V]
ReadBufferUtil.fetchOffscreenTexture ( GLDrawable p1, GL p2 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.fetchOffscreenTexture:(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GL;)V]
ReadBufferUtil.getPixelBuffer ( ) : Buffer
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.getPixelBuffer:()Ljava/nio/Buffer;]
ReadBufferUtil.getTexture ( ) : Texture
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.getTexture:()Lcom/jogamp/opengl/util/texture/Texture;]
ReadBufferUtil.getTextureData ( ) : TextureData
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.getTextureData:()Lcom/jogamp/opengl/util/texture/TextureData;]
ReadBufferUtil.isValid ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.isValid:()Z]
ReadBufferUtil.ReadBufferUtil ( )
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil."<init>":()V]
ReadBufferUtil.rewindPixelBuffer ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.rewindPixelBuffer:()V]
jogl.test.jar, RedSquare.class
package com.jogamp.opengl.test.junit.jogl.demos.es1
RedSquare.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquare.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquare.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquare.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare.RedSquare ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquare."<init>":()V]
RedSquare.RedSquare ( boolean p1 )
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/demos/es1/RedSquare.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, RedSquare0.class
package com.jogamp.opengl.test.junit.jogl.demos.es2
RedSquare0.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquare0.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquare0.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquare0.init:(Ljavax/media/opengl/GLAutoDrawable;)V]
RedSquare0.RedSquare0 ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquare0."<init>":()V]
RedSquare0.reshape ( GLAutoDrawable p1, int p2, int p3, int p4, int p5 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquare0.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
jogl.test.jar, RedSquareShader.class
package com.jogamp.opengl.test.junit.jogl.demos.es2.shader
RedSquareShader.RedSquareShader ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader."<init>":()V]
jogl.test.jar, SingletonInstance.class
package com.jogamp.opengl.test.junit.util
SingletonInstance.getCanonicalTempLockFilePath ( String p1 ) [static] : String
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.getCanonicalTempLockFilePath:(Ljava/lang/String;)Ljava/lang/String;]
SingletonInstance.getCanonicalTempPath ( ) [static] : String
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.getCanonicalTempPath:()Ljava/lang/String;]
SingletonInstance.isLocked ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.isLocked:()Z]
SingletonInstance.lock ( long p1, long p2 ) : void
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.lock:(JJ)V]
SingletonInstance.SingletonInstance ( File p1 )
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance."<init>":(Ljava/io/File;)V]
SingletonInstance.SingletonInstance ( String p1 )
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance."<init>":(Ljava/lang/String;)V]
SingletonInstance.tryLock ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.tryLock:()Z]
SingletonInstance.unlock ( ) : boolean
[mangled: com/jogamp/opengl/test/junit/util/SingletonInstance.unlock:()Z]
jogl.test.jar, Surface2File.class
package com.jogamp.opengl.test.junit.jogl.offscreen
Surface2File.dispose ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File.dispose:()V]
Surface2File.Surface2File ( )
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File."<init>":()V]
Surface2File.surface2File ( String p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File.surface2File:(Ljava/lang/String;)V]
Surface2File.surfaceUpdated ( Object p1, NativeSurface p2, long p3 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File.surfaceUpdated:(Ljava/lang/Object;Ljavax/media/nativewindow/NativeSurface;J)V]
jogl.test.jar, TestAWT01GLn.class
package com.jogamp.opengl.test.junit.jogl.awt
TestAWT01GLn.init ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.init:()V]
TestAWT01GLn.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.main:([Ljava/lang/String;)V]
TestAWT01GLn.release ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.release:()V]
TestAWT01GLn.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestAWT01GLn.startup ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.startup:()V]
TestAWT01GLn.test01GLDefault ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.test01GLDefault:()V]
TestAWT01GLn.test03GLMaxFixed ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.test03GLMaxFixed:()V]
TestAWT01GLn.TestAWT01GLn ( )
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn."<init>":()V]
jogl.test.jar, TestAWT02WindowClosing.class
package com.jogamp.opengl.test.junit.jogl.awt
TestAWT02WindowClosing.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT02WindowClosing.initClass:()V]
TestAWT02WindowClosing.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT02WindowClosing.main:([Ljava/lang/String;)V]
TestAWT02WindowClosing.test01WindowClosing ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT02WindowClosing.test01WindowClosing:()V]
TestAWT02WindowClosing.TestAWT02WindowClosing ( )
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT02WindowClosing."<init>":()V]
jogl.test.jar, TestAWT03GLCanvasRecreate01.class
package com.jogamp.opengl.test.junit.jogl.awt
TestAWT03GLCanvasRecreate01.init ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.init:()V]
TestAWT03GLCanvasRecreate01.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.main:([Ljava/lang/String;)V]
TestAWT03GLCanvasRecreate01.release ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.release:()V]
TestAWT03GLCanvasRecreate01.startup ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.startup:()V]
TestAWT03GLCanvasRecreate01.testAddRemove3Times ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.testAddRemove3Times:()V]
TestAWT03GLCanvasRecreate01.TestAWT03GLCanvasRecreate01 ( )
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01."<init>":()V]
jogl.test.jar, TestCloseNewtAWT.class
package com.jogamp.opengl.test.junit.newt
TestCloseNewtAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestCloseNewtAWT.main:([Ljava/lang/String;)V]
TestCloseNewtAWT.TestCloseNewtAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestCloseNewtAWT."<init>":()V]
TestCloseNewtAWT.testCloseNewtAWT ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestCloseNewtAWT.testCloseNewtAWT:()V]
jogl.test.jar, TestDisplayLifecycle01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestDisplayLifecycle01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle01NEWT.initClass:()V]
TestDisplayLifecycle01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle01NEWT.main:([Ljava/lang/String;)V]
TestDisplayLifecycle01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestDisplayLifecycle01NEWT.testDisplayCreate01_AutoDestroyLifecycle ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle01NEWT.testDisplayCreate01_AutoDestroyLifecycle:()V]
TestDisplayLifecycle01NEWT.TestDisplayLifecycle01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle01NEWT."<init>":()V]
jogl.test.jar, TestDisplayLifecycle02NEWT.class
package com.jogamp.opengl.test.junit.newt
TestDisplayLifecycle02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.initClass:()V]
TestDisplayLifecycle02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.main:([Ljava/lang/String;)V]
TestDisplayLifecycle02NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestDisplayLifecycle02NEWT.testDisplayCreate01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.testDisplayCreate01:()V]
TestDisplayLifecycle02NEWT.testDisplayCreate02 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT.testDisplayCreate02:()V]
TestDisplayLifecycle02NEWT.TestDisplayLifecycle02NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestDisplayLifecycle02NEWT."<init>":()V]
jogl.test.jar, TestDrawable01NEWT.class
package com.jogamp.opengl.test.junit.jogl.drawable
TestDrawable01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.initClass:()V]
TestDrawable01NEWT.initTest ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.initTest:()V]
TestDrawable01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.main:([Ljava/lang/String;)V]
TestDrawable01NEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.releaseClass:()V]
TestDrawable01NEWT.TestDrawable01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT."<init>":()V]
TestDrawable01NEWT.testOnScreenDecorated ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.testOnScreenDecorated:()V]
TestDrawable01NEWT.testOnScreenUndecorated ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/drawable/TestDrawable01NEWT.testOnScreenUndecorated:()V]
jogl.test.jar, TestEventSourceNotAWTBug.class
package com.jogamp.opengl.test.junit.newt
TestEventSourceNotAWTBug.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestEventSourceNotAWTBug.initClass:()V]
TestEventSourceNotAWTBug.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestEventSourceNotAWTBug.main:([Ljava/lang/String;)V]
TestEventSourceNotAWTBug.TestEventSourceNotAWTBug ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestEventSourceNotAWTBug."<init>":()V]
TestEventSourceNotAWTBug.testEventSourceNotNewtBug ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestEventSourceNotAWTBug.testEventSourceNotNewtBug:()V]
jogl.test.jar, TestFocus01SwingAWTRobot.class
package com.jogamp.opengl.test.junit.newt
TestFocus01SwingAWTRobot.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.initClass:()V]
TestFocus01SwingAWTRobot.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.main:([Ljava/lang/String;)V]
TestFocus01SwingAWTRobot.release ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.release:()V]
TestFocus01SwingAWTRobot.testFocus01ProgrFocus ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.testFocus01ProgrFocus:()V]
TestFocus01SwingAWTRobot.TestFocus01SwingAWTRobot ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot."<init>":()V]
TestFocus01SwingAWTRobot.testFocus02RobotFocus ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.testFocus02RobotFocus:()V]
jogl.test.jar, TestFocus02SwingAWTRobot.class
package com.jogamp.opengl.test.junit.newt
TestFocus02SwingAWTRobot.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.initClass:()V]
TestFocus02SwingAWTRobot.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.main:([Ljava/lang/String;)V]
TestFocus02SwingAWTRobot.release ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.release:()V]
TestFocus02SwingAWTRobot.testFocus01ProgrFocus ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.testFocus01ProgrFocus:()V]
TestFocus02SwingAWTRobot.testFocus02RobotFocus ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.testFocus02RobotFocus:()V]
TestFocus02SwingAWTRobot.TestFocus02SwingAWTRobot ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot."<init>":()V]
jogl.test.jar, TestGearsAWT.class
package com.jogamp.opengl.test.junit.jogl.demos.gl2.gears
TestGearsAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.initClass:()V]
TestGearsAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.main:([Ljava/lang/String;)V]
TestGearsAWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.releaseClass:()V]
TestGearsAWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsAWT.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.test01:()V]
TestGearsAWT.TestGearsAWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT."<init>":()V]
jogl.test.jar, TestGearsGLJPanelAWT.class
package com.jogamp.opengl.test.junit.jogl.demos.gl2.gears
TestGearsGLJPanelAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.initClass:()V]
TestGearsGLJPanelAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.main:([Ljava/lang/String;)V]
TestGearsGLJPanelAWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.releaseClass:()V]
TestGearsGLJPanelAWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsGLJPanelAWT.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.test01:()V]
TestGearsGLJPanelAWT.TestGearsGLJPanelAWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT."<init>":()V]
jogl.test.jar, TestGearsNEWT.class
package com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.newt
TestGearsNEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.initClass:()V]
TestGearsNEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.main:([Ljava/lang/String;)V]
TestGearsNEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.releaseClass:()V]
TestGearsNEWT.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestGearsNEWT.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.test01:()V]
TestGearsNEWT.TestGearsNEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT."<init>":()V]
jogl.test.jar, TestGearsNewtAWTWrapper.class
package com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.newt
TestGearsNewtAWTWrapper.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.initClass:()V]
TestGearsNewtAWTWrapper.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.main:([Ljava/lang/String;)V]
TestGearsNewtAWTWrapper.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.releaseClass:()V]
TestGearsNewtAWTWrapper.runTestGL ( GLCapabilitiesImmutable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.runTestGL:(Ljavax/media/opengl/GLCapabilitiesImmutable;)V]
TestGearsNewtAWTWrapper.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper.test01:()V]
TestGearsNewtAWTWrapper.TestGearsNewtAWTWrapper ( )
[mangled: com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNewtAWTWrapper."<init>":()V]
jogl.test.jar, TestGLProfile01NEWT.class
package com.jogamp.opengl.test.junit.jogl.acore
TestGLProfile01NEWT.dumpVersion ( GLProfile p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.dumpVersion:(Ljavax/media/opengl/GLProfile;)V]
TestGLProfile01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.main:([Ljava/lang/String;)V]
TestGLProfile01NEWT.test00Version ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test00Version:()V]
TestGLProfile01NEWT.test01GLProfileDefault ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test01GLProfileDefault:()V]
TestGLProfile01NEWT.test02GLProfileMaxFixedFunc ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test02GLProfileMaxFixedFunc:()V]
TestGLProfile01NEWT.test03GLProfileMaxProgrammable ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test03GLProfileMaxProgrammable:()V]
TestGLProfile01NEWT.test04GLProfileGL2ES1 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test04GLProfileGL2ES1:()V]
TestGLProfile01NEWT.test05GLProfileGL2ES2 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.test05GLProfileGL2ES2:()V]
TestGLProfile01NEWT.TestGLProfile01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT."<init>":()V]
jogl.test.jar, TestGLSLSimple01NEWT.class
package com.jogamp.opengl.test.junit.jogl.glsl
TestGLSLSimple01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.initClass:()V]
TestGLSLSimple01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.main:([Ljava/lang/String;)V]
TestGLSLSimple01NEWT.tearDownClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.tearDownClass:()V]
TestGLSLSimple01NEWT.testGLSLCompilation01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.testGLSLCompilation01:()V]
TestGLSLSimple01NEWT.TestGLSLSimple01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT."<init>":()V]
TestGLSLSimple01NEWT.testGLSLUse01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.testGLSLUse01:()V]
jogl.test.jar, TestGLWindows00NEWT.class
package com.jogamp.opengl.test.junit.newt
TestGLWindows00NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.initClass:()V]
TestGLWindows00NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.main:([Ljava/lang/String;)V]
TestGLWindows00NEWT.TestGLWindows00NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT."<init>":()V]
TestGLWindows00NEWT.testWindow00 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.testWindow00:()V]
jogl.test.jar, TestGLWindows01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestGLWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.initClass:()V]
TestGLWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.main:([Ljava/lang/String;)V]
TestGLWindows01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestGLWindows01NEWT.TestGLWindows01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT."<init>":()V]
TestGLWindows01NEWT.testWindowDecor01aSimple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowDecor01aSimple:()V]
TestGLWindows01NEWT.testWindowDecor01bSimple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowDecor01bSimple:()V]
TestGLWindows01NEWT.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowDecor02DestroyWinTwiceA:()V]
TestGLWindows01NEWT.testWindowDecor03TwoWinOneDisplay ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowDecor03TwoWinOneDisplay:()V]
TestGLWindows01NEWT.testWindowDecor03TwoWinTwoDisplays ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowDecor03TwoWinTwoDisplays:()V]
TestGLWindows01NEWT.testWindowNativeRecreate01aSimple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowNativeRecreate01aSimple:()V]
TestGLWindows01NEWT.testWindowNativeRecreate01bSimple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.testWindowNativeRecreate01bSimple:()V]
jogl.test.jar, TestGLWindows02NEWTAnimated.class
package com.jogamp.opengl.test.junit.newt
TestGLWindows02NEWTAnimated.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.initClass:()V]
TestGLWindows02NEWTAnimated.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.main:([Ljava/lang/String;)V]
TestGLWindows02NEWTAnimated.setDemoFields ( GLEventListener p1, GLWindow p2 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;)V]
TestGLWindows02NEWTAnimated.TestGLWindows02NEWTAnimated ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated."<init>":()V]
TestGLWindows02NEWTAnimated.testWindowDecor01Simple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor01Simple:()V]
TestGLWindows02NEWTAnimated.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor02DestroyWinTwiceA:()V]
TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinOneDisplay ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinOneDisplay:()V]
TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinTwoDisplays ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestGLWindows02NEWTAnimated.testWindowDecor03TwoWinTwoDisplays:()V]
jogl.test.jar, TestListenerCom01AWT.class
package com.jogamp.opengl.test.junit.newt
TestListenerCom01AWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestListenerCom01AWT.initClass:()V]
TestListenerCom01AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestListenerCom01AWT.main:([Ljava/lang/String;)V]
TestListenerCom01AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestListenerCom01AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestListenerCom01AWT.TestListenerCom01AWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestListenerCom01AWT."<init>":()V]
TestListenerCom01AWT.testListenerStringPassingAndOrder ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestListenerCom01AWT.testListenerStringPassingAndOrder:()V]
jogl.test.jar, TestMultisampleAWT.class
package com.jogamp.opengl.test.junit.jogl.caps
TestMultisampleAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleAWT.main:([Ljava/lang/String;)V]
TestMultisampleAWT.testMultiSampleAA4 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleAWT.testMultiSampleAA4:()V]
TestMultisampleAWT.TestMultisampleAWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleAWT."<init>":()V]
TestMultisampleAWT.testMultiSampleNone ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleAWT.testMultiSampleNone:()V]
jogl.test.jar, TestMultisampleNEWT.class
package com.jogamp.opengl.test.junit.jogl.caps
TestMultisampleNEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.main:([Ljava/lang/String;)V]
TestMultisampleNEWT.testMultiSampleAA4 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.testMultiSampleAA4:()V]
TestMultisampleNEWT.TestMultisampleNEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT."<init>":()V]
TestMultisampleNEWT.testMultiSampleNone ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.testMultiSampleNone:()V]
jogl.test.jar, TestOffscreen01NEWT.class
package com.jogamp.opengl.test.junit.jogl.offscreen
TestOffscreen01NEWT.init ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.init:()V]
TestOffscreen01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.initClass:()V]
TestOffscreen01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.main:([Ljava/lang/String;)V]
TestOffscreen01NEWT.releaseClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.releaseClass:()V]
TestOffscreen01NEWT.test01aOffscreenWindowPBuffer ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01aOffscreenWindowPBuffer:()V]
TestOffscreen01NEWT.test01bOffscreenWindowPBufferStencil ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01bOffscreenWindowPBufferStencil:()V]
TestOffscreen01NEWT.test01cOffscreenWindowPBuffer555 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01cOffscreenWindowPBuffer555:()V]
TestOffscreen01NEWT.test01cOffscreenWindowPBufferStencilAlpha ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test01cOffscreenWindowPBufferStencilAlpha:()V]
TestOffscreen01NEWT.test02Offscreen3Windows1DisplayPBuffer ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test02Offscreen3Windows1DisplayPBuffer:()V]
TestOffscreen01NEWT.test03Offscreen3Windows3DisplaysPBuffer ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test03Offscreen3Windows3DisplaysPBuffer:()V]
TestOffscreen01NEWT.test04OffscreenSnapshotWithDemoPBuffer ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test04OffscreenSnapshotWithDemoPBuffer:()V]
TestOffscreen01NEWT.test11OffscreenWindowPixmap ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test11OffscreenWindowPixmap:()V]
TestOffscreen01NEWT.test14OffscreenSnapshotWithDemoPixmap ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT.test14OffscreenSnapshotWithDemoPixmap:()V]
TestOffscreen01NEWT.TestOffscreen01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/offscreen/TestOffscreen01NEWT."<init>":()V]
jogl.test.jar, TestParenting01aAWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting01aAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.initClass:()V]
TestParenting01aAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.main:([Ljava/lang/String;)V]
TestParenting01aAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01aAWT.TestParenting01aAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT."<init>":()V]
TestParenting01aAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy2Defered ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy2Defered:()V]
TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy3Odd ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting02CreateVisibleDestroy3Odd:()V]
TestParenting01aAWT.testWindowParenting03ReparentNewtWin2Top ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting03ReparentNewtWin2Top:()V]
TestParenting01aAWT.testWindowParenting04ReparentNewtWin2TopLayouted ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting04ReparentNewtWin2TopLayouted:()V]
TestParenting01aAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01aAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01bAWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting01bAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.initClass:()V]
TestParenting01bAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.main:([Ljava/lang/String;)V]
TestParenting01bAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01bAWT.TestParenting01bAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT."<init>":()V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameFPS25Animator ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameFPS25Animator:()V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameImpl ( int p1 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameImpl:(I)V]
TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameStdAnimator ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.testWindowParenting05ReparentAWTWinHopFrame2FrameStdAnimator:()V]
jogl.test.jar, TestParenting01cAWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting01cAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT.initClass:()V]
TestParenting01cAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT.main:([Ljava/lang/String;)V]
TestParenting01cAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01cAWT.TestParenting01cAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT."<init>":()V]
TestParenting01cAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01cAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01cSwingAWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting01cSwingAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.initClass:()V]
TestParenting01cSwingAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.main:([Ljava/lang/String;)V]
TestParenting01cSwingAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01cSwingAWT.TestParenting01cSwingAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT."<init>":()V]
TestParenting01cSwingAWT.testWindowParenting01CreateVisibleDestroy1 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.testWindowParenting01CreateVisibleDestroy1:()V]
TestParenting01cSwingAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.testWindowParenting05ReparentAWTWinHopFrame2Frame:()V]
jogl.test.jar, TestParenting01NEWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.initClass:()V]
TestParenting01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.main:([Ljava/lang/String;)V]
TestParenting01NEWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting01NEWT.TestParenting01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT."<init>":()V]
TestParenting01NEWT.testWindowParenting01CreateVisibleDestroy ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting01CreateVisibleDestroy:()V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinImpl ( boolean p1 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinImpl:(Z)V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentNative ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentNative:()V]
TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentRecreate ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting02ReparentTop2WinReparentRecreate:()V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopImpl ( boolean p1 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopImpl:(Z)V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentNative ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentNative:()V]
TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentRecreate ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.testWindowParenting03ReparentWin2TopReparentRecreate:()V]
jogl.test.jar, TestParenting02AWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting02AWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.initClass:()V]
TestParenting02AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.main:([Ljava/lang/String;)V]
TestParenting02AWT.runNewtChildOnAWTParent ( boolean p1, boolean p2 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.runNewtChildOnAWTParent:(ZZ)V]
TestParenting02AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting02AWT.TestParenting02AWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT."<init>":()V]
TestParenting02AWT.testWindowParenting01NewtChildOnAWTParentLayouted ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting01NewtChildOnAWTParentLayouted:()V]
TestParenting02AWT.testWindowParenting02NewtChildOnAWTParentLayoutedDef ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting02NewtChildOnAWTParentLayoutedDef:()V]
TestParenting02AWT.testWindowParenting03NewtChildOnAWTParentDirect ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting03NewtChildOnAWTParentDirect:()V]
TestParenting02AWT.testWindowParenting04NewtChildOnAWTParentDirectDef ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.testWindowParenting04NewtChildOnAWTParentDirectDef:()V]
jogl.test.jar, TestParenting02NEWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02NEWT.initClass:()V]
TestParenting02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/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/opengl/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/opengl/test/junit/newt/parenting/TestParenting02NEWT."<init>":()V]
TestParenting02NEWT.testWindowParenting01NewtOnNewtParentChildDraw ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting02NEWT.testWindowParenting01NewtOnNewtParentChildDraw:()V]
jogl.test.jar, TestParenting03AWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting03AWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT.initClass:()V]
TestParenting03AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT.main:([Ljava/lang/String;)V]
TestParenting03AWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting03AWT.TestParenting03AWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT."<init>":()V]
TestParenting03AWT.testWindowParenting1AWTOneNewtChild ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT.testWindowParenting1AWTOneNewtChild:()V]
TestParenting03AWT.testWindowParenting1AWTOneNewtChild01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03AWT.testWindowParenting1AWTOneNewtChild01:()V]
jogl.test.jar, TestParenting03bAWT.class
package com.jogamp.opengl.test.junit.newt.parenting
TestParenting03bAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT.initClass:()V]
TestParenting03bAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT.main:([Ljava/lang/String;)V]
TestParenting03bAWT.setDemoFields ( GLEventListener p1, GLWindow p2, boolean p3 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT.setDemoFields:(Ljavax/media/opengl/GLEventListener;Lcom/jogamp/newt/opengl/GLWindow;Z)V]
TestParenting03bAWT.TestParenting03bAWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT."<init>":()V]
TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds:()V]
TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/parenting/TestParenting03bAWT.testWindowParenting1AWTTwoNewtChilds01:()V]
jogl.test.jar, TestRemoteGLWindows01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestRemoteGLWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.initClass:()V]
TestRemoteGLWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.main:([Ljava/lang/String;)V]
TestRemoteGLWindows01NEWT.TestRemoteGLWindows01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT."<init>":()V]
TestRemoteGLWindows01NEWT.testRemoteWindow01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.testRemoteWindow01:()V]
jogl.test.jar, TestRemoteWindow01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestRemoteWindow01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.initClass:()V]
TestRemoteWindow01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.main:([Ljava/lang/String;)V]
TestRemoteWindow01NEWT.testRemoteWindow01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.testRemoteWindow01:()V]
TestRemoteWindow01NEWT.TestRemoteWindow01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT."<init>":()V]
jogl.test.jar, TestScreenMode00NEWT.class
package com.jogamp.opengl.test.junit.newt
TestScreenMode00NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT.initClass:()V]
TestScreenMode00NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT.main:([Ljava/lang/String;)V]
TestScreenMode00NEWT.TestScreenMode00NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT."<init>":()V]
TestScreenMode00NEWT.testScreenModeInfo00 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT.testScreenModeInfo00:()V]
TestScreenMode00NEWT.testScreenModeInfo01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT.testScreenModeInfo01:()V]
jogl.test.jar, TestScreenMode01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestScreenMode01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.initClass:()V]
TestScreenMode01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.main:([Ljava/lang/String;)V]
TestScreenMode01NEWT.testFullscreenChange01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.testFullscreenChange01:()V]
TestScreenMode01NEWT.TestScreenMode01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT."<init>":()V]
TestScreenMode01NEWT.testScreenModeChange01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.testScreenModeChange01:()V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Impl ( boolean p1 ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Impl:(Z)V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Post ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Post:()V]
TestScreenMode01NEWT.testScreenModeChangeWithFS01Pre ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.testScreenModeChangeWithFS01Pre:()V]
jogl.test.jar, TestScreenMode02NEWT.class
package com.jogamp.opengl.test.junit.newt
TestScreenMode02NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode02NEWT.initClass:()V]
TestScreenMode02NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode02NEWT.main:([Ljava/lang/String;)V]
TestScreenMode02NEWT.TestScreenMode02NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode02NEWT."<init>":()V]
TestScreenMode02NEWT.testScreenRotationChange01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestScreenMode02NEWT.testScreenRotationChange01:()V]
jogl.test.jar, TestSharedContextListAWT.class
package com.jogamp.opengl.test.junit.jogl.acore
TestSharedContextListAWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.initClass:()V]
TestSharedContextListAWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.main:([Ljava/lang/String;)V]
TestSharedContextListAWT.runTestGL ( Animator p1, int p2, int p3, boolean p4 ) : Frame
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.runTestGL:(Lcom/jogamp/opengl/util/Animator;IIZ)Ljava/awt/Frame;]
TestSharedContextListAWT.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.test01:()V]
TestSharedContextListAWT.TestSharedContextListAWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT."<init>":()V]
jogl.test.jar, TestSharedContextListNEWT.class
package com.jogamp.opengl.test.junit.jogl.acore
TestSharedContextListNEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT.initClass:()V]
TestSharedContextListNEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT.main:([Ljava/lang/String;)V]
TestSharedContextListNEWT.runTestGL ( Animator p1, int p2, int p3, boolean p4 ) : GLWindow
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT.runTestGL:(Lcom/jogamp/opengl/util/Animator;IIZ)Lcom/jogamp/newt/opengl/GLWindow;]
TestSharedContextListNEWT.test01 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT.test01:()V]
TestSharedContextListNEWT.TestSharedContextListNEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT."<init>":()V]
jogl.test.jar, TestSwingAWT01GLn.class
package com.jogamp.opengl.test.junit.jogl.awt
TestSwingAWT01GLn.init ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.init:()V]
TestSwingAWT01GLn.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.main:([Ljava/lang/String;)V]
TestSwingAWT01GLn.runTestGL ( GLCapabilities p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.runTestGL:(Ljavax/media/opengl/GLCapabilities;)V]
TestSwingAWT01GLn.startup ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.startup:()V]
TestSwingAWT01GLn.test01GLDefault ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.test01GLDefault:()V]
TestSwingAWT01GLn.test03GLMaxFixed ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.test03GLMaxFixed:()V]
TestSwingAWT01GLn.TestSwingAWT01GLn ( )
[mangled: com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn."<init>":()V]
jogl.test.jar, TestSwingAWTRobotUsageBeforeJOGLInitBug411.class
package com.jogamp.opengl.test.junit.jogl.newt
TestSwingAWTRobotUsageBeforeJOGLInitBug411.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.main:([Ljava/lang/String;)V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.release ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.release:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.runTestGL ( Canvas p1, GLAutoDrawable p2 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.runTestGL:(Ljava/awt/Canvas;Ljavax/media/opengl/GLAutoDrawable;)V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.setup ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.setup:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.test01NewtCanvasAWT ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.test01NewtCanvasAWT:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.test02GLCanvas ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.test02GLCanvas:()V]
TestSwingAWTRobotUsageBeforeJOGLInitBug411.TestSwingAWTRobotUsageBeforeJOGLInitBug411 ( )
[mangled: com/jogamp/opengl/test/junit/jogl/newt/TestSwingAWTRobotUsageBeforeJOGLInitBug411."<init>":()V]
jogl.test.jar, TestTexture01AWT.class
package com.jogamp.opengl.test.junit.jogl.texture
TestTexture01AWT.cleanupTest ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT.cleanupTest:()V]
TestTexture01AWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT.initClass:()V]
TestTexture01AWT.initTest ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT.initTest:()V]
TestTexture01AWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT.main:([Ljava/lang/String;)V]
TestTexture01AWT.test1 ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT.test1:()V]
TestTexture01AWT.TestTexture01AWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/texture/TestTexture01AWT."<init>":()V]
jogl.test.jar, TestTransformFeedbackVaryingsBug407NEWT.class
package com.jogamp.opengl.test.junit.jogl.glsl
TestTransformFeedbackVaryingsBug407NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.initClass:()V]
TestTransformFeedbackVaryingsBug407NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.main:([Ljava/lang/String;)V]
TestTransformFeedbackVaryingsBug407NEWT.tearDownClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.tearDownClass:()V]
TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameOK ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameOK:()V]
TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameWrong ( ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.testGlTransformFeedbackVaryings_WhenVarNameWrong:()V]
TestTransformFeedbackVaryingsBug407NEWT.TestTransformFeedbackVaryingsBug407NEWT ( )
[mangled: com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT."<init>":()V]
jogl.test.jar, TestWindows01NEWT.class
package com.jogamp.opengl.test.junit.newt
TestWindows01NEWT.initClass ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.initClass:()V]
TestWindows01NEWT.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.main:([Ljava/lang/String;)V]
TestWindows01NEWT.testWindowDecor01Simple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.testWindowDecor01Simple:()V]
TestWindows01NEWT.testWindowDecor02DestroyWinTwiceA ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.testWindowDecor02DestroyWinTwiceA:()V]
TestWindows01NEWT.testWindowDecor03TwoWin ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.testWindowDecor03TwoWin:()V]
TestWindows01NEWT.testWindowNativeRecreate01Simple ( ) : void
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.testWindowNativeRecreate01Simple:()V]
TestWindows01NEWT.TestWindows01NEWT ( )
[mangled: com/jogamp/opengl/test/junit/newt/TestWindows01NEWT."<init>":()V]
jogl.test.jar, TextureGL2ListenerDraw1.class
package com.jogamp.opengl.test.junit.jogl.util.texture.gl2
TextureGL2ListenerDraw1.display ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.display:(Ljavax/media/opengl/GLAutoDrawable;)V]
TextureGL2ListenerDraw1.dispose ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.dispose:(Ljavax/media/opengl/GLAutoDrawable;)V]
TextureGL2ListenerDraw1.init ( GLAutoDrawable p1 ) : void
[mangled: com/jogamp/opengl/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/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.reshape:(Ljavax/media/opengl/GLAutoDrawable;IIII)V]
TextureGL2ListenerDraw1.TextureGL2ListenerDraw1 ( TextureData p1 )
[mangled: com/jogamp/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1."<init>":(Lcom/jogamp/opengl/util/texture/TextureData;)V]
jogl.test.jar, UITestCase.class
package com.jogamp.opengl.test.junit.util
UITestCase.getSingletonInstance ( ) : SingletonInstance
[mangled: com/jogamp/opengl/test/junit/util/UITestCase.getSingletonInstance:()Lcom/jogamp/opengl/test/junit/util/SingletonInstance;]
UITestCase.oneTimeSetUp ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/util/UITestCase.oneTimeSetUp:()V]
UITestCase.oneTimeTearDown ( ) [static] : void
[mangled: com/jogamp/opengl/test/junit/util/UITestCase.oneTimeTearDown:()V]
UITestCase.setUp ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/UITestCase.setUp:()V]
UITestCase.tearDown ( ) : void
[mangled: com/jogamp/opengl/test/junit/util/UITestCase.tearDown:()V]
UITestCase.UITestCase ( )
[mangled: com/jogamp/opengl/test/junit/util/UITestCase."<init>":()V]
jogl.test.jar, WindowUtilNEWT.class
package com.jogamp.opengl.test.junit.jogl.offscreen
WindowUtilNEWT.fixCaps ( GLCapabilities p1, boolean p2, boolean p3, boolean p4 ) [static] : GLCapabilities
[mangled: com/jogamp/opengl/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/opengl/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/opengl/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/opengl/test/junit/jogl/offscreen/WindowUtilNEWT."<init>":()V]
to the top
Removed Methods (407)
jogl.core.jar, GLContext.class
package javax.media.opengl
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.getGLDrawableRead ( ) [abstract] : GLDrawable
[mangled: javax/media/opengl/GLContext.getGLDrawableRead:()Ljavax/media/opengl/GLDrawable;]
GLContext.setGLDrawableRead ( GLDrawable p1 ) [abstract] : void
[mangled: javax/media/opengl/GLContext.setGLDrawableRead:(Ljavax/media/opengl/GLDrawable;)V]
jogl.core.jar, GLDrawableFactory.class
package javax.media.opengl
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;]
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, TestAWT03GLCanvasRecreate01.class
package com.jogamp.test.junit.jogl.awt
TestAWT03GLCanvasRecreate01.init ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.init:()V]
TestAWT03GLCanvasRecreate01.main ( String[ ] p1 ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.main:([Ljava/lang/String;)V]
TestAWT03GLCanvasRecreate01.release ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.release:()V]
TestAWT03GLCanvasRecreate01.startup ( ) [static] : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.startup:()V]
TestAWT03GLCanvasRecreate01.testAddRemove3Times ( ) : void
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01.testAddRemove3Times:()V]
TestAWT03GLCanvasRecreate01.TestAWT03GLCanvasRecreate01 ( )
[mangled: com/jogamp/test/junit/jogl/awt/TestAWT03GLCanvasRecreate01."<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]
to the top
Problems with Data Types, High Severity (74)
jogl.core.jar
package javax.media.opengl
[+] GLContext (2)
| Change | Effect |
---|
1 | Abstract method getGLDrawableRead ( ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method setGLDrawableRead ( GLDrawable ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (86)
GLCanvas ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext, GraphicsDevice )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
GLJPanel ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this abstract method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
GLContext ( )This constructor is from 'GLContext' abstract class.
...
[+] GLDrawableFactory (3)
| Change | Effect |
---|
1 | Abstract method createGLPbuffer ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method createGLPbufferDrawable ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method createOffscreenDrawable ( GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (18)
getFactory ( )Return value of this method has type 'GLDrawableFactory'.
getFactory ( )Return value of this method has type 'GLDrawableFactory'.
getFactory ( )Return value of this abstract method has type 'GLDrawableFactory'.
GLDrawableFactory ( )This constructor is from 'GLDrawableFactory' abstract class.
canCreateExternalGLDrawable ( AbstractGraphicsDevice )This abstract method is from 'GLDrawableFactory' abstract class.
canCreateGLPbuffer ( AbstractGraphicsDevice )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLContext ( )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLDrawable ( )This abstract method is from 'GLDrawableFactory' abstract class.
createGLDrawable ( NativeSurface )This abstract method is from 'GLDrawableFactory' abstract class.
getDefaultDevice ( )This abstract method is from 'GLDrawableFactory' abstract class.
getFactory ( GLProfile )This method is from 'GLDrawableFactory' abstract class.
getFactoryImpl ( String )This method is from 'GLDrawableFactory' abstract class.
...
jogl.test.jar
package com.jogamp.test.junit.jogl.acore
[+] TestGLProfile01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TestGLProfile01NEWT ( )This constructor is from 'TestGLProfile01NEWT' class.
dumpVersion ( GLProfile )This method is from 'TestGLProfile01NEWT' class.
initClass ( )This method is from 'TestGLProfile01NEWT' class.
main ( String[ ] )This method is from 'TestGLProfile01NEWT' class.
releaseClass ( )This method is from 'TestGLProfile01NEWT' class.
test01GLProfileDefault ( )This method is from 'TestGLProfile01NEWT' class.
test02GLProfileMaxFixedFunc ( )This method is from 'TestGLProfile01NEWT' class.
test03GLProfileMaxProgrammable ( )This method is from 'TestGLProfile01NEWT' class.
test04GLProfileGL2ES1 ( )This method is from 'TestGLProfile01NEWT' class.
test05GLProfileGL2ES2 ( )This method is from 'TestGLProfile01NEWT' class.
package com.jogamp.test.junit.jogl.awt
[+] TestAWT01GLn (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TestAWT01GLn ( )This constructor is from 'TestAWT01GLn' class.
init ( )This method is from 'TestAWT01GLn' class.
main ( String[ ] )This method is from 'TestAWT01GLn' class.
release ( )This method is from 'TestAWT01GLn' class.
runTestGL ( GLCapabilities )This method is from 'TestAWT01GLn' class.
startup ( )This method is from 'TestAWT01GLn' class.
test01GLDefault ( )This method is from 'TestAWT01GLn' class.
test03GLMaxFixed ( )This method is from 'TestAWT01GLn' class.
[+] TestAWT02WindowClosing (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestAWT02WindowClosing ( )This constructor is from 'TestAWT02WindowClosing' class.
initClass ( )This method is from 'TestAWT02WindowClosing' class.
main ( String[ ] )This method is from 'TestAWT02WindowClosing' class.
test01WindowClosing ( )This method is from 'TestAWT02WindowClosing' class.
[+] TestAWT03GLCanvasRecreate01 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestAWT03GLCanvasRecreate01 ( )This constructor is from 'TestAWT03GLCanvasRecreate01' class.
init ( )This method is from 'TestAWT03GLCanvasRecreate01' class.
main ( String[ ] )This method is from 'TestAWT03GLCanvasRecreate01' class.
release ( )This method is from 'TestAWT03GLCanvasRecreate01' class.
startup ( )This method is from 'TestAWT03GLCanvasRecreate01' class.
testAddRemove3Times ( )This method is from 'TestAWT03GLCanvasRecreate01' class.
[+] TestSwingAWT01GLn (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TestSwingAWT01GLn ( )This constructor is from 'TestSwingAWT01GLn' class.
init ( )This method is from 'TestSwingAWT01GLn' class.
main ( String[ ] )This method is from 'TestSwingAWT01GLn' class.
runTestGL ( GLCapabilities )This method is from 'TestSwingAWT01GLn' class.
startup ( )This method is from 'TestSwingAWT01GLn' class.
test01GLDefault ( )This method is from 'TestSwingAWT01GLn' class.
test03GLMaxFixed ( )This method is from 'TestSwingAWT01GLn' class.
package com.jogamp.test.junit.jogl.caps
[+] TestMultisampleAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestMultisampleAWT ( )This constructor is from 'TestMultisampleAWT' class.
main ( String[ ] )This method is from 'TestMultisampleAWT' class.
testMultiSampleAA4 ( )This method is from 'TestMultisampleAWT' class.
testMultiSampleNone ( )This method is from 'TestMultisampleAWT' class.
[+] TestMultisampleNEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestMultisampleNEWT ( )This constructor is from 'TestMultisampleNEWT' class.
main ( String[ ] )This method is from 'TestMultisampleNEWT' class.
testMultiSampleAA4 ( )This method is from 'TestMultisampleNEWT' class.
testMultiSampleNone ( )This method is from 'TestMultisampleNEWT' class.
package com.jogamp.test.junit.jogl.demos.es1
[+] RedSquare (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RedSquare ( )This constructor is from 'RedSquare' class.
RedSquare ( boolean )This constructor is from 'RedSquare' class.
display ( GLAutoDrawable )This method is from 'RedSquare' class.
dispose ( GLAutoDrawable )This method is from 'RedSquare' class.
init ( GLAutoDrawable )This method is from 'RedSquare' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'RedSquare' class.
package com.jogamp.test.junit.jogl.demos.es2
[+] RedSquare0 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RedSquare0 ( )This constructor is from 'RedSquare0' class.
display ( GLAutoDrawable )This method is from 'RedSquare0' class.
dispose ( GLAutoDrawable )This method is from 'RedSquare0' class.
init ( GLAutoDrawable )This method is from 'RedSquare0' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'RedSquare0' class.
package com.jogamp.test.junit.jogl.demos.es2.shader
[+] RedSquareShader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RedSquareShader ( )This constructor is from 'RedSquareShader' class.
package com.jogamp.test.junit.jogl.demos.gl2.gears
[+] Gears (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Gears ( )This constructor is from 'Gears' class.
Gears ( int )This constructor is from 'Gears' class.
display ( GLAutoDrawable )This method is from 'Gears' class.
dispose ( GLAutoDrawable )This method is from 'Gears' class.
gear ( GL2, float, float, float, int, float )This method is from 'Gears' class.
init ( GLAutoDrawable )This method is from 'Gears' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'Gears' class.
[+] TestGearsAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestGearsAWT ( )This constructor is from 'TestGearsAWT' class.
initClass ( )This method is from 'TestGearsAWT' class.
main ( String[ ] )This method is from 'TestGearsAWT' class.
releaseClass ( )This method is from 'TestGearsAWT' class.
runTestGL ( GLCapabilities )This method is from 'TestGearsAWT' class.
test01 ( )This method is from 'TestGearsAWT' class.
[+] TestGearsGLJPanelAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestGearsGLJPanelAWT ( )This constructor is from 'TestGearsGLJPanelAWT' class.
initClass ( )This method is from 'TestGearsGLJPanelAWT' class.
main ( String[ ] )This method is from 'TestGearsGLJPanelAWT' class.
releaseClass ( )This method is from 'TestGearsGLJPanelAWT' class.
runTestGL ( GLCapabilities )This method is from 'TestGearsGLJPanelAWT' class.
test01 ( )This method is from 'TestGearsGLJPanelAWT' class.
package com.jogamp.test.junit.jogl.demos.gl2.gears.newt
[+] TestGearsNEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestGearsNEWT ( )This constructor is from 'TestGearsNEWT' class.
initClass ( )This method is from 'TestGearsNEWT' class.
main ( String[ ] )This method is from 'TestGearsNEWT' class.
releaseClass ( )This method is from 'TestGearsNEWT' class.
runTestGL ( GLCapabilities )This method is from 'TestGearsNEWT' class.
test01 ( )This method is from 'TestGearsNEWT' class.
[+] TestGearsNewtAWTWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestGearsNewtAWTWrapper ( )This constructor is from 'TestGearsNewtAWTWrapper' class.
initClass ( )This method is from 'TestGearsNewtAWTWrapper' class.
main ( String[ ] )This method is from 'TestGearsNewtAWTWrapper' class.
releaseClass ( )This method is from 'TestGearsNewtAWTWrapper' class.
runTestGL ( GLCapabilitiesImmutable )This method is from 'TestGearsNewtAWTWrapper' class.
test01 ( )This method is from 'TestGearsNewtAWTWrapper' class.
package com.jogamp.test.junit.jogl.drawable
[+] TestDrawable01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TestDrawable01NEWT ( )This constructor is from 'TestDrawable01NEWT' class.
initClass ( )This method is from 'TestDrawable01NEWT' class.
initTest ( )This method is from 'TestDrawable01NEWT' class.
main ( String[ ] )This method is from 'TestDrawable01NEWT' class.
releaseClass ( )This method is from 'TestDrawable01NEWT' class.
testOnScreenDecorated ( )This method is from 'TestDrawable01NEWT' class.
testOnScreenUndecorated ( )This method is from 'TestDrawable01NEWT' class.
package com.jogamp.test.junit.jogl.glsl
[+] TestGLSLSimple01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestGLSLSimple01NEWT ( )This constructor is from 'TestGLSLSimple01NEWT' class.
initClass ( )This method is from 'TestGLSLSimple01NEWT' class.
main ( String[ ] )This method is from 'TestGLSLSimple01NEWT' class.
tearDownClass ( )This method is from 'TestGLSLSimple01NEWT' class.
testGLSLCompilation01 ( )This method is from 'TestGLSLSimple01NEWT' class.
testGLSLUse01 ( )This method is from 'TestGLSLSimple01NEWT' class.
[+] TestTransformFeedbackVaryingsBug407NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestTransformFeedbackVaryingsBug407NEWT ( )This constructor is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
initClass ( )This method is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
main ( String[ ] )This method is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
tearDownClass ( )This method is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
testGlTransformFeedbackVaryings_WhenVarNameOK ( )This method is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
testGlTransformFeedbackVaryings_WhenVarNameWrong ( )This method is from 'TestTransformFeedbackVaryingsBug407NEWT' class.
package com.jogamp.test.junit.jogl.newt
[+] TestSwingAWTRobotUsageBeforeJOGLInitBug411 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TestSwingAWTRobotUsageBeforeJOGLInitBug411 ( )This constructor is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
main ( String[ ] )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
release ( )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
runTestGL ( Canvas, GLAutoDrawable )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
setup ( )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
test01NewtCanvasAWT ( )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
test02GLCanvas ( )This method is from 'TestSwingAWTRobotUsageBeforeJOGLInitBug411' class.
package com.jogamp.test.junit.jogl.offscreen
[+] ReadBuffer2File (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ReadBuffer2File ( GLDrawable )This constructor is from 'ReadBuffer2File' class.
display ( GLAutoDrawable )This method is from 'ReadBuffer2File' class.
dispose ( GLAutoDrawable )This method is from 'ReadBuffer2File' class.
[+] ReadBuffer2Screen (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ReadBuffer2Screen ( GLDrawable )This constructor is from 'ReadBuffer2Screen' class.
display ( GLAutoDrawable )This method is from 'ReadBuffer2Screen' class.
dispose ( GLAutoDrawable )This method is from 'ReadBuffer2Screen' class.
init ( GLAutoDrawable )This method is from 'ReadBuffer2Screen' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'ReadBuffer2Screen' class.
[+] ReadBufferBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ReadBufferBase ( GLDrawable )This constructor is from 'ReadBufferBase' class.
display ( GLAutoDrawable )This method is from 'ReadBufferBase' class.
dispose ( GLAutoDrawable )This method is from 'ReadBufferBase' class.
init ( GLAutoDrawable )This method is from 'ReadBufferBase' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'ReadBufferBase' class.
[+] ReadBufferUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ReadBufferUtil ( )This constructor is from 'ReadBufferUtil' class.
dispose ( )This method is from 'ReadBufferUtil' class.
fetchOffscreenTexture ( GLDrawable, GL )This method is from 'ReadBufferUtil' class.
getPixelBuffer ( )This method is from 'ReadBufferUtil' class.
getTexture ( )This method is from 'ReadBufferUtil' class.
getTextureData ( )This method is from 'ReadBufferUtil' class.
isValid ( )This method is from 'ReadBufferUtil' class.
rewindPixelBuffer ( )This method is from 'ReadBufferUtil' class.
[+] Surface2File (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Surface2File ( )This constructor is from 'Surface2File' class.
dispose ( )This method is from 'Surface2File' class.
surface2File ( String )This method is from 'Surface2File' class.
surfaceUpdated ( Object, NativeSurface, long )This method is from 'Surface2File' class.
[+] TestOffscreen01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
TestOffscreen01NEWT ( )This constructor is from 'TestOffscreen01NEWT' class.
init ( )This method is from 'TestOffscreen01NEWT' class.
initClass ( )This method is from 'TestOffscreen01NEWT' class.
main ( String[ ] )This method is from 'TestOffscreen01NEWT' class.
releaseClass ( )This method is from 'TestOffscreen01NEWT' class.
test01aOffscreenWindowPBuffer ( )This method is from 'TestOffscreen01NEWT' class.
test01bOffscreenWindowPBufferStencil ( )This method is from 'TestOffscreen01NEWT' class.
test01cOffscreenWindowPBuffer555 ( )This method is from 'TestOffscreen01NEWT' class.
test01cOffscreenWindowPBufferStencilAlpha ( )This method is from 'TestOffscreen01NEWT' class.
test02Offscreen3Windows1DisplayPBuffer ( )This method is from 'TestOffscreen01NEWT' class.
test03Offscreen3Windows3DisplaysPBuffer ( )This method is from 'TestOffscreen01NEWT' class.
test04OffscreenSnapshotWithDemoPBuffer ( )This method is from 'TestOffscreen01NEWT' class.
...
[+] WindowUtilNEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WindowUtilNEWT ( )This constructor is from 'WindowUtilNEWT' class.
fixCaps ( GLCapabilities, boolean, boolean, boolean )This method is from 'WindowUtilNEWT' class.
run ( GLWindow, GLEventListener, GLWindow, WindowListener, MouseListener, SurfaceUpdatedListener, int, boolean, boolean )This method is from 'WindowUtilNEWT' class.
setDemoFields ( GLEventListener, Window, GLWindow, boolean )This method is from 'WindowUtilNEWT' class.
package com.jogamp.test.junit.jogl.texture
[+] TestTexture01AWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestTexture01AWT ( )This constructor is from 'TestTexture01AWT' class.
cleanupTest ( )This method is from 'TestTexture01AWT' class.
initClass ( )This method is from 'TestTexture01AWT' class.
initTest ( )This method is from 'TestTexture01AWT' class.
main ( String[ ] )This method is from 'TestTexture01AWT' class.
test1 ( )This method is from 'TestTexture01AWT' class.
package com.jogamp.test.junit.jogl.util.texture.gl2
[+] TextureGL2ListenerDraw1 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TextureGL2ListenerDraw1 ( TextureData )This constructor is from 'TextureGL2ListenerDraw1' class.
display ( GLAutoDrawable )This method is from 'TextureGL2ListenerDraw1' class.
dispose ( GLAutoDrawable )This method is from 'TextureGL2ListenerDraw1' class.
init ( GLAutoDrawable )This method is from 'TextureGL2ListenerDraw1' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'TextureGL2ListenerDraw1' class.
package com.jogamp.test.junit.newt
[+] TestCloseNewtAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TestCloseNewtAWT ( )This constructor is from 'TestCloseNewtAWT' class.
main ( String[ ] )This method is from 'TestCloseNewtAWT' class.
testCloseNewtAWT ( )This method is from 'TestCloseNewtAWT' class.
[+] TestDisplayLifecycle01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TestDisplayLifecycle01NEWT ( )This constructor is from 'TestDisplayLifecycle01NEWT' class.
initClass ( )This method is from 'TestDisplayLifecycle01NEWT' class.
main ( String[ ] )This method is from 'TestDisplayLifecycle01NEWT' class.
setDemoFields ( GLEventListener, GLWindow )This method is from 'TestDisplayLifecycle01NEWT' class.
testDisplayCreate01_AutoDestroyLifecycle ( )This method is from 'TestDisplayLifecycle01NEWT' class.
[+] TestDisplayLifecycle02NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestDisplayLifecycle02NEWT ( )This constructor is from 'TestDisplayLifecycle02NEWT' class.
initClass ( )This method is from 'TestDisplayLifecycle02NEWT' class.
main ( String[ ] )This method is from 'TestDisplayLifecycle02NEWT' class.
setDemoFields ( GLEventListener, GLWindow )This method is from 'TestDisplayLifecycle02NEWT' class.
testDisplayCreate01 ( )This method is from 'TestDisplayLifecycle02NEWT' class.
testDisplayCreate02 ( )This method is from 'TestDisplayLifecycle02NEWT' class.
[+] TestEventSourceNotAWTBug (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestEventSourceNotAWTBug ( )This constructor is from 'TestEventSourceNotAWTBug' class.
initClass ( )This method is from 'TestEventSourceNotAWTBug' class.
main ( String[ ] )This method is from 'TestEventSourceNotAWTBug' class.
testEventSourceNotNewtBug ( )This method is from 'TestEventSourceNotAWTBug' class.
[+] TestFocus01SwingAWTRobot (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestFocus01SwingAWTRobot ( )This constructor is from 'TestFocus01SwingAWTRobot' class.
initClass ( )This method is from 'TestFocus01SwingAWTRobot' class.
main ( String[ ] )This method is from 'TestFocus01SwingAWTRobot' class.
release ( )This method is from 'TestFocus01SwingAWTRobot' class.
testFocus01ProgrFocus ( )This method is from 'TestFocus01SwingAWTRobot' class.
testFocus02RobotFocus ( )This method is from 'TestFocus01SwingAWTRobot' class.
[+] TestFocus02SwingAWTRobot (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestFocus02SwingAWTRobot ( )This constructor is from 'TestFocus02SwingAWTRobot' class.
initClass ( )This method is from 'TestFocus02SwingAWTRobot' class.
main ( String[ ] )This method is from 'TestFocus02SwingAWTRobot' class.
release ( )This method is from 'TestFocus02SwingAWTRobot' class.
testFocus01ProgrFocus ( )This method is from 'TestFocus02SwingAWTRobot' class.
testFocus02RobotFocus ( )This method is from 'TestFocus02SwingAWTRobot' class.
[+] TestGLWindows00NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestGLWindows00NEWT ( )This constructor is from 'TestGLWindows00NEWT' class.
initClass ( )This method is from 'TestGLWindows00NEWT' class.
main ( String[ ] )This method is from 'TestGLWindows00NEWT' class.
testWindow00 ( )This method is from 'TestGLWindows00NEWT' class.
[+] TestGLWindows01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TestGLWindows01NEWT ( )This constructor is from 'TestGLWindows01NEWT' class.
initClass ( )This method is from 'TestGLWindows01NEWT' class.
main ( String[ ] )This method is from 'TestGLWindows01NEWT' class.
setDemoFields ( GLEventListener, GLWindow )This method is from 'TestGLWindows01NEWT' class.
testWindowDecor01aSimple ( )This method is from 'TestGLWindows01NEWT' class.
testWindowDecor01bSimple ( )This method is from 'TestGLWindows01NEWT' class.
testWindowDecor02DestroyWinTwiceA ( )This method is from 'TestGLWindows01NEWT' class.
testWindowDecor03TwoWinOneDisplay ( )This method is from 'TestGLWindows01NEWT' class.
testWindowDecor03TwoWinTwoDisplays ( )This method is from 'TestGLWindows01NEWT' class.
testWindowNativeRecreate01aSimple ( )This method is from 'TestGLWindows01NEWT' class.
testWindowNativeRecreate01bSimple ( )This method is from 'TestGLWindows01NEWT' class.
...
[+] TestGLWindows02NEWTAnimated (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TestGLWindows02NEWTAnimated ( )This constructor is from 'TestGLWindows02NEWTAnimated' class.
initClass ( )This method is from 'TestGLWindows02NEWTAnimated' class.
main ( String[ ] )This method is from 'TestGLWindows02NEWTAnimated' class.
setDemoFields ( GLEventListener, GLWindow )This method is from 'TestGLWindows02NEWTAnimated' class.
testWindowDecor01Simple ( )This method is from 'TestGLWindows02NEWTAnimated' class.
testWindowDecor02DestroyWinTwiceA ( )This method is from 'TestGLWindows02NEWTAnimated' class.
testWindowDecor03TwoWinOneDisplay ( )This method is from 'TestGLWindows02NEWTAnimated' class.
testWindowDecor03TwoWinTwoDisplays ( )This method is from 'TestGLWindows02NEWTAnimated' class.
[+] TestListenerCom01AWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TestListenerCom01AWT ( )This constructor is from 'TestListenerCom01AWT' class.
initClass ( )This method is from 'TestListenerCom01AWT' class.
main ( String[ ] )This method is from 'TestListenerCom01AWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestListenerCom01AWT' class.
testListenerStringPassingAndOrder ( )This method is from 'TestListenerCom01AWT' class.
[+] TestRemoteGLWindows01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestRemoteGLWindows01NEWT ( )This constructor is from 'TestRemoteGLWindows01NEWT' class.
initClass ( )This method is from 'TestRemoteGLWindows01NEWT' class.
main ( String[ ] )This method is from 'TestRemoteGLWindows01NEWT' class.
testRemoteWindow01 ( )This method is from 'TestRemoteGLWindows01NEWT' class.
[+] TestRemoteWindow01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestRemoteWindow01NEWT ( )This constructor is from 'TestRemoteWindow01NEWT' class.
initClass ( )This method is from 'TestRemoteWindow01NEWT' class.
main ( String[ ] )This method is from 'TestRemoteWindow01NEWT' class.
testRemoteWindow01 ( )This method is from 'TestRemoteWindow01NEWT' class.
[+] TestScreenMode00NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TestScreenMode00NEWT ( )This constructor is from 'TestScreenMode00NEWT' class.
initClass ( )This method is from 'TestScreenMode00NEWT' class.
main ( String[ ] )This method is from 'TestScreenMode00NEWT' class.
testScreenModeInfo00 ( )This method is from 'TestScreenMode00NEWT' class.
testScreenModeInfo01 ( )This method is from 'TestScreenMode00NEWT' class.
[+] TestScreenMode01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TestScreenMode01NEWT ( )This constructor is from 'TestScreenMode01NEWT' class.
initClass ( )This method is from 'TestScreenMode01NEWT' class.
main ( String[ ] )This method is from 'TestScreenMode01NEWT' class.
testFullscreenChange01 ( )This method is from 'TestScreenMode01NEWT' class.
testScreenModeChange01 ( )This method is from 'TestScreenMode01NEWT' class.
testScreenModeChangeWithFS01Impl ( boolean )This method is from 'TestScreenMode01NEWT' class.
testScreenModeChangeWithFS01Post ( )This method is from 'TestScreenMode01NEWT' class.
testScreenModeChangeWithFS01Pre ( )This method is from 'TestScreenMode01NEWT' class.
[+] TestScreenMode02NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestScreenMode02NEWT ( )This constructor is from 'TestScreenMode02NEWT' class.
initClass ( )This method is from 'TestScreenMode02NEWT' class.
main ( String[ ] )This method is from 'TestScreenMode02NEWT' class.
testScreenRotationChange01 ( )This method is from 'TestScreenMode02NEWT' class.
[+] TestWindows01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TestWindows01NEWT ( )This constructor is from 'TestWindows01NEWT' class.
initClass ( )This method is from 'TestWindows01NEWT' class.
main ( String[ ] )This method is from 'TestWindows01NEWT' class.
testWindowDecor01Simple ( )This method is from 'TestWindows01NEWT' class.
testWindowDecor02DestroyWinTwiceA ( )This method is from 'TestWindows01NEWT' class.
testWindowDecor03TwoWin ( )This method is from 'TestWindows01NEWT' class.
testWindowNativeRecreate01Simple ( )This method is from 'TestWindows01NEWT' class.
package com.jogamp.test.junit.newt.parenting
[+] GLRunnableDummy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
GLRunnableDummy ( )This constructor is from 'GLRunnableDummy' class.
run ( GLAutoDrawable )This method is from 'GLRunnableDummy' class.
[+] TestParenting01aAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TestParenting01aAWT ( )This constructor is from 'TestParenting01aAWT' class.
initClass ( )This method is from 'TestParenting01aAWT' class.
main ( String[ ] )This method is from 'TestParenting01aAWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting01aAWT' class.
testWindowParenting01CreateVisibleDestroy1 ( )This method is from 'TestParenting01aAWT' class.
testWindowParenting02CreateVisibleDestroy2Defered ( )This method is from 'TestParenting01aAWT' class.
testWindowParenting02CreateVisibleDestroy3Odd ( )This method is from 'TestParenting01aAWT' class.
testWindowParenting03ReparentNewtWin2Top ( )This method is from 'TestParenting01aAWT' class.
testWindowParenting04ReparentNewtWin2TopLayouted ( )This method is from 'TestParenting01aAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2Frame ( )This method is from 'TestParenting01aAWT' class.
[+] TestParenting01bAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TestParenting01bAWT ( )This constructor is from 'TestParenting01bAWT' class.
initClass ( )This method is from 'TestParenting01bAWT' class.
main ( String[ ] )This method is from 'TestParenting01bAWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting01bAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2FrameFPS25Animator ( )This method is from 'TestParenting01bAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2FrameImpl ( int )This method is from 'TestParenting01bAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2FrameStdAnimator ( )This method is from 'TestParenting01bAWT' class.
[+] TestParenting01cAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestParenting01cAWT ( )This constructor is from 'TestParenting01cAWT' class.
initClass ( )This method is from 'TestParenting01cAWT' class.
main ( String[ ] )This method is from 'TestParenting01cAWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting01cAWT' class.
testWindowParenting01CreateVisibleDestroy1 ( )This method is from 'TestParenting01cAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2Frame ( )This method is from 'TestParenting01cAWT' class.
[+] TestParenting01cSwingAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestParenting01cSwingAWT ( )This constructor is from 'TestParenting01cSwingAWT' class.
initClass ( )This method is from 'TestParenting01cSwingAWT' class.
main ( String[ ] )This method is from 'TestParenting01cSwingAWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting01cSwingAWT' class.
testWindowParenting01CreateVisibleDestroy1 ( )This method is from 'TestParenting01cSwingAWT' class.
testWindowParenting05ReparentAWTWinHopFrame2Frame ( )This method is from 'TestParenting01cSwingAWT' class.
[+] TestParenting01NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TestParenting01NEWT ( )This constructor is from 'TestParenting01NEWT' class.
initClass ( )This method is from 'TestParenting01NEWT' class.
main ( String[ ] )This method is from 'TestParenting01NEWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting01NEWT' class.
testWindowParenting01CreateVisibleDestroy ( )This method is from 'TestParenting01NEWT' class.
testWindowParenting02ReparentTop2WinImpl ( boolean )This method is from 'TestParenting01NEWT' class.
testWindowParenting02ReparentTop2WinReparentNative ( )This method is from 'TestParenting01NEWT' class.
testWindowParenting02ReparentTop2WinReparentRecreate ( )This method is from 'TestParenting01NEWT' class.
testWindowParenting03ReparentWin2TopImpl ( boolean )This method is from 'TestParenting01NEWT' class.
testWindowParenting03ReparentWin2TopReparentNative ( )This method is from 'TestParenting01NEWT' class.
testWindowParenting03ReparentWin2TopReparentRecreate ( )This method is from 'TestParenting01NEWT' class.
...
[+] TestParenting02AWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
TestParenting02AWT ( )This constructor is from 'TestParenting02AWT' class.
initClass ( )This method is from 'TestParenting02AWT' class.
main ( String[ ] )This method is from 'TestParenting02AWT' class.
runNewtChildOnAWTParent ( boolean, boolean )This method is from 'TestParenting02AWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting02AWT' class.
testWindowParenting01NewtChildOnAWTParentLayouted ( )This method is from 'TestParenting02AWT' class.
testWindowParenting02NewtChildOnAWTParentLayoutedDef ( )This method is from 'TestParenting02AWT' class.
testWindowParenting03NewtChildOnAWTParentDirect ( )This method is from 'TestParenting02AWT' class.
testWindowParenting04NewtChildOnAWTParentDirectDef ( )This method is from 'TestParenting02AWT' class.
[+] TestParenting02NEWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TestParenting02NEWT ( )This constructor is from 'TestParenting02NEWT' class.
initClass ( )This method is from 'TestParenting02NEWT' class.
main ( String[ ] )This method is from 'TestParenting02NEWT' class.
setDemoFields ( GLEventListener, Window, GLWindow, boolean )This method is from 'TestParenting02NEWT' class.
testWindowParenting01NewtOnNewtParentChildDraw ( )This method is from 'TestParenting02NEWT' class.
[+] TestParenting03AWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestParenting03AWT ( )This constructor is from 'TestParenting03AWT' class.
initClass ( )This method is from 'TestParenting03AWT' class.
main ( String[ ] )This method is from 'TestParenting03AWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting03AWT' class.
testWindowParenting1AWTOneNewtChild01 ( )This method is from 'TestParenting03AWT' class.
testWindowParenting1AWTOneNewtChild ( )This method is from 'TestParenting03AWT' class.
[+] TestParenting03bAWT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TestParenting03bAWT ( )This constructor is from 'TestParenting03bAWT' class.
initClass ( )This method is from 'TestParenting03bAWT' class.
main ( String[ ] )This method is from 'TestParenting03bAWT' class.
setDemoFields ( GLEventListener, GLWindow, boolean )This method is from 'TestParenting03bAWT' class.
testWindowParenting1AWTTwoNewtChilds01 ( )This method is from 'TestParenting03bAWT' class.
testWindowParenting1AWTTwoNewtChilds ( )This method is from 'TestParenting03bAWT' class.
package com.jogamp.test.junit.util
[+] AWTFocusAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AWTFocusAdapter ( String )This constructor is from 'AWTFocusAdapter' class.
focusGained ( FocusEvent )This method is from 'AWTFocusAdapter' class.
focusLost ( FocusEvent )This method is from 'AWTFocusAdapter' class.
getCount ( )This method is from 'AWTFocusAdapter' class.
getWasTemporary ( )This method is from 'AWTFocusAdapter' class.
reset ( )This method is from 'AWTFocusAdapter' class.
[+] AWTKeyAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AWTKeyAdapter ( String )This constructor is from 'AWTKeyAdapter' class.
getCount ( )This method is from 'AWTKeyAdapter' class.
keyTyped ( KeyEvent )This method is from 'AWTKeyAdapter' class.
reset ( )This method is from 'AWTKeyAdapter' class.
[+] AWTMouseAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AWTMouseAdapter ( String )This constructor is from 'AWTMouseAdapter' class.
getCount ( )This method is from 'AWTMouseAdapter' class.
mouseClicked ( MouseEvent )This method is from 'AWTMouseAdapter' class.
reset ( )This method is from 'AWTMouseAdapter' class.
[+] AWTRobotUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
AWTRobotUtil ( )This constructor is from 'AWTRobotUtil' class.
centerMouse ( Robot, Object )This method is from 'AWTRobotUtil' class.
getCenterLocation ( Object, boolean )This method is from 'AWTRobotUtil' class.
requestFocus ( Robot, Object )This method is from 'AWTRobotUtil' class.
requestFocusAndWait ( Robot, Object, Object )This method is from 'AWTRobotUtil' class.
requestFocusAndWait ( Robot, Object, Object, EventCountAdapter, EventCountAdapter )This method is from 'AWTRobotUtil' class.
testKeyType ( Robot, int, Object, EventCountAdapter )This method is from 'AWTRobotUtil' class.
testMouseClick ( Robot, int, int, Object, EventCountAdapter )This method is from 'AWTRobotUtil' class.
toFront ( Robot, Window )This method is from 'AWTRobotUtil' class.
waitForCount ( int, EventCountAdapter )This method is from 'AWTRobotUtil' class.
waitForFocus ( Object )This method is from 'AWTRobotUtil' class.
waitForFocus ( Object, int, EventCountAdapter, int, EventCountAdapter )This method is from 'AWTRobotUtil' class.
...
[+] DumpVersion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DumpVersion ( )This constructor is from 'DumpVersion' class.
display ( GLAutoDrawable )This method is from 'DumpVersion' class.
dispose ( GLAutoDrawable )This method is from 'DumpVersion' class.
init ( GLAutoDrawable )This method is from 'DumpVersion' class.
reshape ( GLAutoDrawable, int, int, int, int )This method is from 'DumpVersion' class.
[+] EventCountAdapter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
getCount ( )This abstract method is from 'EventCountAdapter' interface.
reset ( )This abstract method is from 'EventCountAdapter' interface.
[+] EventCountAdapterUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EventCountAdapterUtil ( )This constructor is from 'EventCountAdapterUtil' abstract class.
reset ( EventCountAdapter[ ] )This method is from 'EventCountAdapterUtil' abstract class.
reset ( List )This method is from 'EventCountAdapterUtil' abstract class.
[+] GLSLSimpleProgram (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
create ( GL2ES2, String, String, boolean )This method is from 'GLSLSimpleProgram' class.
getFragShader ( )This method is from 'GLSLSimpleProgram' class.
getShaderProgram ( )This method is from 'GLSLSimpleProgram' class.
getVertShader ( )This method is from 'GLSLSimpleProgram' class.
release ( GL2ES2 )This method is from 'GLSLSimpleProgram' class.
[+] MiscUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MiscUtils ( )This constructor is from 'MiscUtils' class.
atoi ( String, int )This method is from 'MiscUtils' class.
setFieldIfExists ( Object, String, Object )This method is from 'MiscUtils' class.
[+] NEWTFocusAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
NEWTFocusAdapter ( String )This constructor is from 'NEWTFocusAdapter' class.
getCount ( )This method is from 'NEWTFocusAdapter' class.
reset ( )This method is from 'NEWTFocusAdapter' class.
windowGainedFocus ( WindowEvent )This method is from 'NEWTFocusAdapter' class.
windowLostFocus ( WindowEvent )This method is from 'NEWTFocusAdapter' class.
[+] NEWTKeyAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NEWTKeyAdapter ( String )This constructor is from 'NEWTKeyAdapter' class.
getCount ( )This method is from 'NEWTKeyAdapter' class.
keyTyped ( KeyEvent )This method is from 'NEWTKeyAdapter' class.
reset ( )This method is from 'NEWTKeyAdapter' class.
[+] NEWTMouseAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NEWTMouseAdapter ( String )This constructor is from 'NEWTMouseAdapter' class.
getCount ( )This method is from 'NEWTMouseAdapter' class.
mouseClicked ( MouseEvent )This method is from 'NEWTMouseAdapter' class.
reset ( )This method is from 'NEWTMouseAdapter' class.
[+] QuitAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
QuitAdapter ( )This constructor is from 'QuitAdapter' class.
keyPressed ( KeyEvent )This method is from 'QuitAdapter' class.
keyReleased ( KeyEvent )This method is from 'QuitAdapter' class.
keyTyped ( KeyEvent )This method is from 'QuitAdapter' class.
shouldQuit ( )This method is from 'QuitAdapter' class.
windowDestroyNotify ( WindowEvent )This method is from 'QuitAdapter' class.
[+] SingletonInstance (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SingletonInstance ( File )This constructor is from 'SingletonInstance' class.
SingletonInstance ( String )This constructor is from 'SingletonInstance' class.
getCanonicalTempLockFilePath ( String )This method is from 'SingletonInstance' class.
getCanonicalTempPath ( )This method is from 'SingletonInstance' class.
isLocked ( )This method is from 'SingletonInstance' class.
lock ( long, long )This method is from 'SingletonInstance' class.
tryLock ( )This method is from 'SingletonInstance' class.
unlock ( )This method is from 'SingletonInstance' class.
[+] UITestCase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
UITestCase ( )This constructor is from 'UITestCase' abstract class.
getSingletonInstance ( )This method is from 'UITestCase' abstract class.
oneTimeSetUp ( )This method is from 'UITestCase' abstract class.
oneTimeTearDown ( )This method is from 'UITestCase' abstract class.
setUp ( )This method is from 'UITestCase' abstract class.
tearDown ( )This method is from 'UITestCase' abstract class.
to the top
Problems with Data Types, Medium Severity (1)
jogl.core.jar
package javax.media.opengl
[+] GLContext (1)
| Change | Effect |
---|
1 | Abstract method getGLExtensionsString ( ) has been added to this class. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method getGLInfo ( GL, StringBuffer ) and may not be implemented by old clients. |
[+] affected methods (86)
GLCanvas ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext, GraphicsDevice )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
GLJPanel ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this abstract method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
GLContext ( )This constructor is from 'GLContext' abstract class.
...
to the top
Other Changes in Data Types (7)
jogl.core.jar
package javax.media.opengl
[+] GLContext (3)
| Change | Effect |
---|
1 | Abstract method getGLReadDrawable ( ) has been added to this class. | No effect. |
2 | Abstract method isGLReadDrawableAvailable ( ) has been added to this class. | No effect. |
3 | Abstract method setGLReadDrawable ( GLDrawable ) has been added to this class. | No effect. |
[+] affected methods (86)
GLCanvas ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext, GraphicsDevice )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
GLJPanel ( GLCapabilitiesImmutable, GLCapabilitiesChooser, GLContext )3rd parameter 'p3' of this method has type 'GLContext'.
createContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
setContext ( GLContext )1st parameter 'p1' of this abstract method has type 'GLContext'.
getContext ( )Return value of this abstract method has type 'GLContext'.
GLContext ( )This constructor is from 'GLContext' abstract class.
...
[+] GLDrawableFactory (3)
| Change | Effect |
---|
1 | Abstract method createGLPbuffer ( AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext ) has been added to this class. | No effect. |
2 | Abstract method createOffscreenDrawable ( AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been added to this class. | No effect. |
3 | Abstract method createOffscreenSurface ( AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int ) has been added to this class. | No effect. |
[+] affected methods (18)
getFactory ( )Return value of this method has type 'GLDrawableFactory'.
getFactory ( )Return value of this method has type 'GLDrawableFactory'.
getFactory ( )Return value of this abstract method has type 'GLDrawableFactory'.
GLDrawableFactory ( )This constructor is from 'GLDrawableFactory' abstract class.
canCreateExternalGLDrawable ( AbstractGraphicsDevice )This abstract method is from 'GLDrawableFactory' abstract class.
canCreateGLPbuffer ( AbstractGraphicsDevice )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLContext ( )This abstract method is from 'GLDrawableFactory' abstract class.
createExternalGLDrawable ( )This abstract method is from 'GLDrawableFactory' abstract class.
createGLDrawable ( NativeSurface )This abstract method is from 'GLDrawableFactory' abstract class.
getDefaultDevice ( )This abstract method is from 'GLDrawableFactory' abstract class.
getFactory ( GLProfile )This method is from 'GLDrawableFactory' abstract class.
getFactoryImpl ( String )This method is from 'GLDrawableFactory' abstract class.
...
[+] GLProfile (1)
| Change | Effect |
---|
1 | Field GL_PROFILE_LIST_GLES 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 (140)
AWTTextureData ( GLProfile, int, int, boolean, BufferedImage )1st parameter 'p1' of this method has type 'GLProfile'.
newTexture ( GLProfile, BufferedImage, boolean )1st parameter 'p1' of this method has type 'GLProfile'.
newTextureData ( GLProfile, BufferedImage, int, int, boolean )1st parameter 'p1' of this method has type 'GLProfile'.
newTextureData ( GLProfile, BufferedImage, boolean )1st parameter 'p1' of this method has type 'GLProfile'.
newTextureData ( GLProfile, File, int, int, boolean, String )1st parameter 'p1' of this method has type 'GLProfile'.
newTextureData ( GLProfile, InputStream, int, int, boolean, String )1st parameter 'p1' of this method has type 'GLProfile'.
newTextureData ( GLProfile, URL, int, int, boolean, String )1st parameter 'p1' of this method has type 'GLProfile'.
write ( File, TextureData )Field 'p2.glProfile' in 2nd parameter 'p2' of this method has type 'GLProfile'.
write ( File, TextureData )Field 'p2.glProfile' in 2nd parameter 'p2' of this method has type 'GLProfile'.
newTextureData ( GLProfile, File, int, int, boolean, String )1st parameter 'p1' of this abstract method has type 'GLProfile'.
newTextureData ( GLProfile, InputStream, int, int, boolean, String )1st parameter 'p1' of this abstract method has type 'GLProfile'.
newTextureData ( GLProfile, URL, int, int, boolean, String )1st parameter 'p1' of this abstract method has type 'GLProfile'.
...
to the top
Java ARchives (18)
jogl.awt.jar
jogl.core.jar
jogl.egl.jar
jogl.gldesktop.jar
jogl.gles1.jar
jogl.gles2.jar
jogl.glu.gldesktop.jar
jogl.glu.mipmap.jar
jogl.glu.tess.jar
jogl.os.osx.jar
jogl.os.win.jar
jogl.os.x11.jar
jogl.sdk.jar
jogl.test.jar
jogl.util.awt.jar
jogl.util.fixedfuncemu.jar
jogl.util.gldesktop.jar
jogl.util.jar
to the top