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

Tests using a NEWT Window for on- and offscreen cases. More...

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

Public Member Functions

void testAvailableInfo ()
 
void testGL2OnScreenSglBuf () throws InterruptedException
 
void testGL2OnScreenDblBuf () throws InterruptedException
 
void testGL2OffScreenAutoDblBuf () throws InterruptedException
 
void testGL2OffScreenFBOSglBuf () throws InterruptedException
 
void testGL2OffScreenFBODblBuf () throws InterruptedException
 
void testGL2OffScreenPbufferDblBuf () throws InterruptedException
 
void testGL2OffScreenPbufferSglBuf () throws InterruptedException
 
void testGL2OffScreenBitmapSglBuf () throws InterruptedException
 
void testES2OnScreenSglBuf () throws InterruptedException
 
void testES2OnScreenDblBuf () throws InterruptedException
 
void testES2OffScreenAutoDblBuf () throws InterruptedException
 
void testES2OffScreenFBOSglBuf () throws InterruptedException
 
void testES2OffScreenFBODblBuf () 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 Window for on- and offscreen cases.

Each test creates a GLDrawable using the factory model. The GLContext is derived from the drawable.

Finally a GLAutoDrawableDelegate is created with the just created GLDrawable and GLContext. It is being used to run the GLEventListener.

Definition at line 75 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.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 392 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

◆ testAvailableInfo()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testAvailableInfo ( )

Definition at line 237 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenAutoDblBuf()

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

Definition at line 335 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBODblBuf()

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

Definition at line 353 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenFBOSglBuf()

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

Definition at line 343 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenPbufferDblBuf()

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

Definition at line 362 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OffScreenPbufferSglBuf()

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

Definition at line 371 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testES2OnScreenDblBuf()

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

◆ testES2OnScreenSglBuf()

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

Definition at line 320 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenAutoDblBuf()

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

Definition at line 264 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenBitmapSglBuf()

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

Definition at line 310 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBODblBuf()

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

Definition at line 282 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenFBOSglBuf()

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

Definition at line 272 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenPbufferDblBuf()

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

Definition at line 291 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OffScreenPbufferSglBuf()

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

Definition at line 300 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

◆ testGL2OnScreenDblBuf()

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

◆ testGL2OnScreenSglBuf()

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

Definition at line 249 of file TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java.

Here is the call graph for this function:

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