|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Toolkit agnostic GLOffscreenAutoDrawable tests using the factory model.
More...
Public Member Functions | |
| void | testGL2OffScreenAutoDblBuf () throws InterruptedException |
| void | testGL2OffScreenFBODblBuf () throws InterruptedException |
| void | testGL2OffScreenFBOSglBuf () throws InterruptedException |
| void | testGL2OffScreenFBODblBufStencil () throws InterruptedException |
| void | testGL2OffScreenFBODblBufMSAA () throws InterruptedException |
| void | testGL2OffScreenFBODblBufStencilMSAA () throws InterruptedException |
| void | testGL2OffScreenPbufferDblBuf () throws InterruptedException |
| void | testGL2OffScreenPbufferSglBuf () throws InterruptedException |
| void | testGL2OffScreenPbufferDblBufStencil () throws InterruptedException |
| void | testGL2OffScreenPbufferDblBufMSAA () throws InterruptedException |
| void | testGL2OffScreenPbufferDblBufStencilMSAA () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBuf () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufRGBA8881 () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufRGB555 () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufRGBA5551 () throws InterruptedException |
| void | testGL2OffScreenBitmapSglBuf () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufStencil () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufMSAA () throws InterruptedException |
| void | testGL2OffScreenBitmapDblBufStencilMSAA () 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 |
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 () |
Toolkit agnostic GLOffscreenAutoDrawable tests using the factory model.
The created GLOffscreenAutoDrawable is being used to run the GLEventListener.
Definition at line 62 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
|
static |
Definition at line 368 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenAutoDblBuf | ( | ) | throws InterruptedException |
Definition at line 158 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBuf | ( | ) | throws InterruptedException |
Definition at line 275 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 345 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufRGB555 | ( | ) | throws InterruptedException |
Definition at line 297 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufRGBA5551 | ( | ) | throws InterruptedException |
Definition at line 310 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufRGBA8881 | ( | ) | throws InterruptedException |
Definition at line 284 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufStencil | ( | ) | throws InterruptedException |
Definition at line 334 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapDblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 357 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf | ( | ) | throws InterruptedException |
Definition at line 323 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenFBODblBuf | ( | ) | throws InterruptedException |
Definition at line 166 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 195 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil | ( | ) | throws InterruptedException |
Definition at line 185 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 206 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenFBOSglBuf | ( | ) | throws InterruptedException |
Definition at line 175 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf | ( | ) | throws InterruptedException |
Definition at line 218 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenPbufferDblBufMSAA | ( | ) | throws InterruptedException |
Definition at line 249 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenPbufferDblBufStencil | ( | ) | throws InterruptedException |
Definition at line 238 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenPbufferDblBufStencilMSAA | ( | ) | throws InterruptedException |
Definition at line 261 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf | ( | ) | throws InterruptedException |
Definition at line 227 of file TestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java.