|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| void | test01_DefaultNorm () throws AWTException, InterruptedException, InvocationTargetException |
| void | test02_DefaultMsaa () throws AWTException, InterruptedException, InvocationTargetException |
| void | test03_PbufferNorm () throws AWTException, InterruptedException, InvocationTargetException |
| void | test04_PbufferMsaa () throws AWTException, InterruptedException, InvocationTargetException |
| void | test05_BitmapNorm () throws AWTException, InterruptedException, InvocationTargetException |
| void | test06_BitmapMsaa () throws AWTException, InterruptedException, InvocationTargetException |
| void | test20_GLES2 () throws AWTException, InterruptedException, InvocationTargetException |
| void | test30_GLES3 () throws AWTException, InterruptedException, InvocationTargetException |
| void | test40_GL3 () throws AWTException, InterruptedException, InvocationTargetException |
| void | test99_PixelScale1_DefaultNorm () throws AWTException, InterruptedException, InvocationTargetException |
Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase | |
| int | getMaxTestNameLen () |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| Takes a snapshot of the drawable's current front framebuffer. More... | |
Static Public Member Functions | |
| static void | initClass () |
| static void | releaseClass () |
| static void | main (final String args[]) |
Static Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase | |
| static void | setResetXRandRIfX11AfterClass () |
| static int | resetXRandRIfX11 () |
| Iterates through all outputs and sets the preferred mode and normal rotation using RandR 1.3. More... | |
| static int | processCommand (final String[] cmdline, final OutputStream outstream, final StringBuilder outstring, final String outPrefix) |
| static final void | oneTimeSetUpUITest () |
| static final void | oneTimeTearDownUITest () |
Protected Member Functions | |
| GLEventListener | createDemo (final GLCapabilities caps) |
| GLJPanel | newGLJPanel (final JFrame frame, final GLCapabilities caps, final FPSAnimator animator, final SnapshotGLEventListener snap) throws AWTException, InterruptedException, InvocationTargetException |
| void | destroy (final JFrame frame, final GLJPanel glJPanel) |
| void | runTestGL (final GLCapabilities caps) throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 79 of file TestGearsES2GLJPanelAWT.java.
|
protected |
Definition at line 143 of file TestGearsES2GLJPanelAWT.java.
|
protected |
Definition at line 252 of file TestGearsES2GLJPanelAWT.java.
|
static |
Definition at line 98 of file TestGearsES2GLJPanelAWT.java.
|
static |
Definition at line 619 of file TestGearsES2GLJPanelAWT.java.
|
protected |
Definition at line 163 of file TestGearsES2GLJPanelAWT.java.
|
static |
Definition at line 105 of file TestGearsES2GLJPanelAWT.java.
|
protected |
Definition at line 292 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test01_DefaultNorm | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 458 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test02_DefaultMsaa | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 488 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test03_PbufferNorm | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 501 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test04_PbufferMsaa | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 513 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test05_BitmapNorm | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 527 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test06_BitmapMsaa | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 539 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test20_GLES2 | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 553 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test30_GLES3 | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 570 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test40_GL3 | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 587 of file TestGearsES2GLJPanelAWT.java.
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test99_PixelScale1_DefaultNorm | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 604 of file TestGearsES2GLJPanelAWT.java.