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

Public Member Functions

void test01_DefaultNorm () throws AWTException, InterruptedException, InvocationTargetException
 
void test02_DefaultMsaa () throws AWTException, InterruptedException, InvocationTargetException
 
void test03_PbufferNorm () throws AWTException, InterruptedException, InvocationTargetException
 
void test04_PbufferMsaa () throws AWTException, InterruptedException, InvocationTargetException
 
void test05_BitmapNorm () throws AWTException, InterruptedException, InvocationTargetException
 
void test06_BitmapMsaa () throws AWTException, InterruptedException, InvocationTargetException
 
void test20_GLES2 () throws AWTException, InterruptedException, InvocationTargetException
 
void test30_GLES3 () throws AWTException, InterruptedException, InvocationTargetException
 
void test40_GL3 () throws AWTException, InterruptedException, InvocationTargetException
 
void test99_PixelScale1_DefaultNorm () throws AWTException, InterruptedException, InvocationTargetException
 
- 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 releaseClass ()
 
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

GLEventListener createDemo (final GLCapabilities caps)
 
GLJPanel newGLJPanel (final JFrame frame, final GLCapabilities caps, final FPSAnimator animator, final SnapshotGLEventListener snap) throws AWTException, InterruptedException, InvocationTargetException
 
void destroy (final JFrame frame, final GLJPanel glJPanel)
 
void runTestGL (final GLCapabilities caps) throws AWTException, InterruptedException, InvocationTargetException
 

Detailed Description

Definition at line 79 of file TestGearsES2GLJPanelAWT.java.

Member Function Documentation

◆ createDemo()

GLEventListener com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.createDemo ( final GLCapabilities  caps)
protected

Definition at line 143 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ destroy()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.destroy ( final JFrame  frame,
final GLJPanel  glJPanel 
)
protected

Definition at line 252 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ initClass()

static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.initClass ( )
static

Definition at line 98 of file TestGearsES2GLJPanelAWT.java.

◆ main()

static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.main ( final String  args[])
static

Definition at line 619 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ newGLJPanel()

GLJPanel com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.newGLJPanel ( final JFrame  frame,
final GLCapabilities  caps,
final FPSAnimator  animator,
final SnapshotGLEventListener  snap 
) throws AWTException, InterruptedException, InvocationTargetException
protected

Definition at line 163 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ releaseClass()

static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.releaseClass ( )
static

Definition at line 105 of file TestGearsES2GLJPanelAWT.java.

◆ runTestGL()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.runTestGL ( final GLCapabilities  caps) throws AWTException, InterruptedException, InvocationTargetException
protected

Definition at line 292 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test01_DefaultNorm()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test01_DefaultNorm ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 458 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test02_DefaultMsaa()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test02_DefaultMsaa ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 488 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test03_PbufferNorm()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test03_PbufferNorm ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 501 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test04_PbufferMsaa()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test04_PbufferMsaa ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 513 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test05_BitmapNorm()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test05_BitmapNorm ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 527 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test06_BitmapMsaa()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test06_BitmapMsaa ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 539 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test20_GLES2()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test20_GLES2 ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 553 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test30_GLES3()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test30_GLES3 ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 570 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test40_GL3()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test40_GL3 ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 587 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

◆ test99_PixelScale1_DefaultNorm()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT.test99_PixelScale1_DefaultNorm ( ) throws AWTException, InterruptedException, InvocationTargetException

Definition at line 604 of file TestGearsES2GLJPanelAWT.java.

Here is the call graph for this function:

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