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

Toolkit agnostic GLOffscreenAutoDrawable.FBO tests using the factory model. More...

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

Classes

interface  MyGLEventListener
 

Public Member Functions

void test01a_GL2ES2_Demo1_SingleBuffer_Normal () throws InterruptedException
 
void test01b_GL2ES2_Demo1_SingleBuffer_NoTex () throws InterruptedException
 
void test01c_GL2ES2_Demo1_SingleBuffer_NoTexNoDepth () throws InterruptedException
 
void test02a_GL2ES2_Demo1_DoubleBuffer_Normal () throws InterruptedException
 
void test03a_GL2ES2_Demo2MSAA4_Normal () throws InterruptedException
 
void test03b_GL2ES2_Demo2MSAA4_NoTex () throws InterruptedException
 
void test03c_GL2ES2_Demo2MSAA4_NoTexNoDepth () throws InterruptedException
 
void test04_GL2ES2_FBODemoMSAA4_Normal () throws InterruptedException
 
void test11_EGLES2_Demo0Normal () throws InterruptedException
 
void test13_EGLES2_Demo0MSAA4 () throws InterruptedException
 
void test21_GL3_Demo0Normal () 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 Exception
 
- 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

Toolkit agnostic GLOffscreenAutoDrawable.FBO tests using the factory model.

The created GLOffscreenAutoDrawable.FBO is being used to run the GLEventListener.

Extensive FBO reconfiguration (size and sample buffer count) and validation are performed.

Definition at line 64 of file TestFBOAutoDrawableFactoryNEWT.java.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.main ( final String  args[]) throws Exception
static

Definition at line 457 of file TestFBOAutoDrawableFactoryNEWT.java.

◆ test01a_GL2ES2_Demo1_SingleBuffer_Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test01a_GL2ES2_Demo1_SingleBuffer_Normal ( ) throws InterruptedException

Definition at line 75 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test01b_GL2ES2_Demo1_SingleBuffer_NoTex()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test01b_GL2ES2_Demo1_SingleBuffer_NoTex ( ) throws InterruptedException

Definition at line 82 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test01c_GL2ES2_Demo1_SingleBuffer_NoTexNoDepth()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test01c_GL2ES2_Demo1_SingleBuffer_NoTexNoDepth ( ) throws InterruptedException

Definition at line 89 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test02a_GL2ES2_Demo1_DoubleBuffer_Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test02a_GL2ES2_Demo1_DoubleBuffer_Normal ( ) throws InterruptedException

Definition at line 98 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test03a_GL2ES2_Demo2MSAA4_Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test03a_GL2ES2_Demo2MSAA4_Normal ( ) throws InterruptedException

Definition at line 106 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test03b_GL2ES2_Demo2MSAA4_NoTex()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test03b_GL2ES2_Demo2MSAA4_NoTex ( ) throws InterruptedException

Definition at line 114 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test03c_GL2ES2_Demo2MSAA4_NoTexNoDepth()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test03c_GL2ES2_Demo2MSAA4_NoTexNoDepth ( ) throws InterruptedException

Definition at line 122 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test04_GL2ES2_FBODemoMSAA4_Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test04_GL2ES2_FBODemoMSAA4_Normal ( ) throws InterruptedException

Definition at line 132 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test11_EGLES2_Demo0Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test11_EGLES2_Demo0Normal ( ) throws InterruptedException

Definition at line 143 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test13_EGLES2_Demo0MSAA4()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test13_EGLES2_Demo0MSAA4 ( ) throws InterruptedException

Definition at line 154 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

◆ test21_GL3_Demo0Normal()

void com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.test21_GL3_Demo0Normal ( ) throws InterruptedException

Definition at line 167 of file TestFBOAutoDrawableFactoryNEWT.java.

Here is the call graph for this function:

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