JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT Class Reference

Tests using a NEWT GLWindow auto drawable for on- and offscreen cases. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT:

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.main ( final String  args[]) throws IOException
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.

◆ testES2OffScreenAutoDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenAutoDblBuf ( ) throws InterruptedException

Definition at line 364 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBODblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBuf ( ) throws InterruptedException

Definition at line 382 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBODblBufMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufMSAA ( ) throws InterruptedException

Definition at line 401 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBODblBufStencil()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufStencil ( ) throws InterruptedException

Definition at line 391 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBODblBufStencilMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBODblBufStencilMSAA ( ) throws InterruptedException

Definition at line 412 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBOSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenFBOSglBuf ( ) throws InterruptedException

Definition at line 372 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenPbufferDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenPbufferDblBuf ( ) throws InterruptedException

Definition at line 424 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenPbufferSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OffScreenPbufferSglBuf ( ) throws InterruptedException

Definition at line 433 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OnScreenDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBuf ( ) throws InterruptedException

◆ testES2OnScreenDblBufMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufMSAA ( ) throws InterruptedException

Definition at line 345 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OnScreenDblBufStencil()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufStencil ( ) throws InterruptedException

Definition at line 337 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OnScreenDblBufStencilMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenDblBufStencilMSAA ( ) throws InterruptedException

Definition at line 354 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OnScreenSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testES2OnScreenSglBuf ( ) throws InterruptedException

Definition at line 322 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenAutoDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf ( ) throws InterruptedException

Definition at line 233 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenBitmapSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf ( ) throws InterruptedException

Definition at line 312 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBODblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf ( ) throws InterruptedException

Definition at line 251 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBODblBufMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA ( ) throws InterruptedException

Definition at line 270 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBODblBufStencil()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil ( ) throws InterruptedException

Definition at line 260 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBODblBufStencilMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA ( ) throws InterruptedException

Definition at line 281 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBOSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf ( ) throws InterruptedException

Definition at line 241 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenPbufferDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf ( ) throws InterruptedException

Definition at line 293 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenPbufferSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf ( ) throws InterruptedException

Definition at line 302 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OnScreenDblBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBuf ( ) throws InterruptedException

◆ testGL2OnScreenDblBufMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufMSAA ( ) throws InterruptedException

Definition at line 214 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OnScreenDblBufStencil()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencil ( ) throws InterruptedException

Definition at line 206 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OnScreenDblBufStencilMSAA()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencilMSAA ( ) throws InterruptedException

Definition at line 223 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OnScreenSglBuf()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenSglBuf ( ) throws InterruptedException

Definition at line 191 of file TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: