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

Classes

class  AnimException
 

Public Member Functions

void test01OnThreadAtInit () throws InterruptedException
 
void test02OnThreadAtReshape () throws InterruptedException
 
void test03OnThreadAtDisplay () throws InterruptedException
 
void test04OnThreadAtInvoke () throws InterruptedException
 
void test05OnThreadAtDispose () throws InterruptedException
 
void test11OffThreadAtInit () throws InterruptedException
 
void test12OffThreadAtReshape () throws InterruptedException
 
void test13OffThreadAtDisplay () throws InterruptedException
 
void test14OffThreadAtInvoke () throws InterruptedException
 
void test15OffThreadAtDispose () 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 initClass ()
 
static void dumpThrowable (final Throwable t)
 
static void main (final String args[])
 
- 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 ()
 

Protected Member Functions

void runTestGL (final GLCapabilities caps, final boolean onThread, final boolean throwInInit, final boolean throwInDisplay, final boolean throwInReshape, final boolean throwInInvoke, final boolean throwInDispose) throws InterruptedException
 

Detailed Description

Definition at line 55 of file TestGLException01NEWT.java.

Member Function Documentation

◆ dumpThrowable()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.dumpThrowable ( final Throwable  t)
static

Definition at line 80 of file TestGLException01NEWT.java.

◆ initClass()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.initClass ( )
static

Definition at line 73 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ main()

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

Definition at line 396 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ runTestGL()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.runTestGL ( final GLCapabilities  caps,
final boolean  onThread,
final boolean  throwInInit,
final boolean  throwInDisplay,
final boolean  throwInReshape,
final boolean  throwInInvoke,
final boolean  throwInDispose 
) throws InterruptedException
protected

Definition at line 85 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test01OnThreadAtInit()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test01OnThreadAtInit ( ) throws InterruptedException

Definition at line 333 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test02OnThreadAtReshape()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test02OnThreadAtReshape ( ) throws InterruptedException

Definition at line 339 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test03OnThreadAtDisplay()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test03OnThreadAtDisplay ( ) throws InterruptedException

Definition at line 345 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test04OnThreadAtInvoke()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test04OnThreadAtInvoke ( ) throws InterruptedException

Definition at line 351 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test05OnThreadAtDispose()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test05OnThreadAtDispose ( ) throws InterruptedException

Definition at line 357 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test11OffThreadAtInit()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test11OffThreadAtInit ( ) throws InterruptedException

Definition at line 364 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test12OffThreadAtReshape()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test12OffThreadAtReshape ( ) throws InterruptedException

Definition at line 370 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test13OffThreadAtDisplay()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test13OffThreadAtDisplay ( ) throws InterruptedException

Definition at line 376 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test14OffThreadAtInvoke()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test14OffThreadAtInvoke ( ) throws InterruptedException

Definition at line 382 of file TestGLException01NEWT.java.

Here is the call graph for this function:

◆ test15OffThreadAtDispose()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLException01NEWT.test15OffThreadAtDispose ( ) throws InterruptedException

Definition at line 388 of file TestGLException01NEWT.java.

Here is the call graph for this function:

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