|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Tests using a NEWT GLWindow auto drawable for on- and offscreen cases.
More...
Classes | |
| interface | MyGLEventListener |
Public Member Functions | |
| void | testGL2OnScreenSglBuf () throws InterruptedException |
| void | testGL2OnScreenDblBuf () throws InterruptedException |
| void | testGL2OnScreenDblBufStencil () throws InterruptedException |
| void | testGL2OnScreenDblBufMSAA () throws InterruptedException |
| void | testGL2OnScreenDblBufStencilMSAA () throws InterruptedException |
| void | testGL2OffScreenAutoDblBuf () throws InterruptedException |
| void | testGL2OffScreenFBOSglBuf () throws InterruptedException |
| void | testGL2OffScreenFBODblBuf () throws InterruptedException |
| void | testGL2OffScreenFBODblBufStencil () throws InterruptedException |
| void | testGL2OffScreenFBODblBufMSAA () throws InterruptedException |
| void | testGL2OffScreenFBODblBufStencilMSAA () throws InterruptedException |
| void | testGL2OffScreenPbufferDblBuf () throws InterruptedException |
| void | testGL2OffScreenPbufferSglBuf () throws InterruptedException |
| void | testGL2OffScreenBitmapSglBuf () throws InterruptedException |
| void | testES2OnScreenSglBuf () throws InterruptedException |
| void | testES2OnScreenDblBuf () throws InterruptedException |
| void | testES2OnScreenDblBufStencil () throws InterruptedException |
| void | testES2OnScreenDblBufMSAA () throws InterruptedException |
| void | testES2OnScreenDblBufStencilMSAA () throws InterruptedException |
| void | testES2OffScreenAutoDblBuf () throws InterruptedException |
| void | testES2OffScreenFBOSglBuf () throws InterruptedException |
| void | testES2OffScreenFBODblBuf () throws InterruptedException |
| void | testES2OffScreenFBODblBufStencil () throws InterruptedException |
| void | testES2OffScreenFBODblBufMSAA () throws InterruptedException |
| void | testES2OffScreenFBODblBufStencilMSAA () throws InterruptedException |
| void | testES2OffScreenPbufferDblBuf () throws InterruptedException |
| void | testES2OffScreenPbufferSglBuf () throws InterruptedException |
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 | main (final String args[]) throws IOException |
| Not implemented ! @Test public void testES2OffScreenBitmapDblBuf() throws InterruptedException { if(!checkProfile(GLProfile.GLES2)) { return; } final GLCapabilities reqGLCaps = new GLCapabilities(GLProfile.get(GLProfile.GLES2)); reqGLCaps.setOnscreen(false); reqGLCaps.setBitmap(true); doTest(reqGLCaps, new GearsES2(1)); }. More... | |
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 () |
Tests using a NEWT GLWindow auto drawable for on- and offscreen cases.
The NEWT GLAutoDrawable is being used to run the GLEventListener.
Definition at line 65 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
|
static |
Not implemented ! @Test public void testES2OffScreenBitmapDblBuf() throws InterruptedException { if(!checkProfile(GLProfile.GLES2)) { return; } final GLCapabilities reqGLCaps = new GLCapabilities(GLProfile.get(GLProfile.GLES2)); reqGLCaps.setOnscreen(false); reqGLCaps.setBitmap(true); doTest(reqGLCaps, new GearsES2(1)); }.
Definition at line 454 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenAutoDblBuf | ( | ) | throws InterruptedException |
Definition at line 364 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBuf | ( | ) | throws InterruptedException |
Definition at line 382 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 401 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufStencil | ( | ) | throws InterruptedException |
Definition at line 391 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 412 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBOSglBuf | ( | ) | throws InterruptedException |
Definition at line 372 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenPbufferDblBuf | ( | ) | throws InterruptedException |
Definition at line 424 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenPbufferSglBuf | ( | ) | throws InterruptedException |
Definition at line 433 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBuf | ( | ) | throws InterruptedException |
Definition at line 330 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 345 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufStencil | ( | ) | throws InterruptedException |
Definition at line 337 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 354 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenSglBuf | ( | ) | throws InterruptedException |
Definition at line 322 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf | ( | ) | throws InterruptedException |
Definition at line 233 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf | ( | ) | throws InterruptedException |
Definition at line 312 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf | ( | ) | throws InterruptedException |
Definition at line 251 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 270 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil | ( | ) | throws InterruptedException |
Definition at line 260 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 281 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf | ( | ) | throws InterruptedException |
Definition at line 241 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf | ( | ) | throws InterruptedException |
Definition at line 293 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf | ( | ) | throws InterruptedException |
Definition at line 302 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBuf | ( | ) | throws InterruptedException |
Definition at line 199 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 214 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencil | ( | ) | throws InterruptedException |
Definition at line 206 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 223 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenSglBuf | ( | ) | throws InterruptedException |
Definition at line 191 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.