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

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

Static Public Attributes

static final FloatBuffer red = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 0.0f, 0.0f, 1.0f } )
 
static final FloatBuffer green = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 1.0f, 0.0f, 1.0f } )
 
static final FloatBuffer blue = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 0.0f, 1.0f, 1.0f } )
 
static final FloatBuffer yellow = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 1.0f, 0.0f, 1.0f } )
 
static final FloatBuffer grey = Buffers.newDirectFloatBuffer( new float[] { 0.5f, 0.5f, 0.5f, 1.0f } )
 
static final float grayf = 0.3f
 
static final float[] redish = new float[] { grayf, 0.0f, 0.0f, glAlpha }
 
static final float[] greenish = new float[] { 0.0f, grayf, 0.0f, glAlpha }
 
static final float[] blueish = new float[] { 0.0f, 0.0f, grayf, glAlpha }
 
static final float[] yellowish = new float[] { grayf, grayf, 0.0f, glAlpha }
 
static final float[] greyish = new float[] { grayf, grayf, grayf, glAlpha }
 

Protected Member Functions

void relayout (final Container cont, final float oW, final float oH)
 
void runTestGL (final GLCapabilities caps) throws AWTException, InterruptedException, InvocationTargetException
 

Detailed Description

Definition at line 69 of file TestGearsES2GLJPanelsAWT.java.

Member Function Documentation

◆ initClass()

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

Definition at line 92 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ main()

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

Definition at line 371 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ relayout()

void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.relayout ( final Container  cont,
final float  oW,
final float  oH 
)
protected

Definition at line 179 of file TestGearsES2GLJPanelsAWT.java.

◆ releaseClass()

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

Definition at line 109 of file TestGearsES2GLJPanelsAWT.java.

◆ runTestGL()

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

Definition at line 193 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test01_DefaultNorm()

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

Definition at line 287 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test02_DefaultMsaa()

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

Definition at line 305 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test03_PbufferNorm()

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

Definition at line 318 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test04_PbufferMsaa()

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

Definition at line 330 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test05_BitmapNorm()

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

Definition at line 344 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

◆ test06_BitmapMsaa()

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

Definition at line 356 of file TestGearsES2GLJPanelsAWT.java.

Here is the call graph for this function:

Member Data Documentation

◆ blue

final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.blue = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 0.0f, 1.0f, 1.0f } )
static

Definition at line 169 of file TestGearsES2GLJPanelsAWT.java.

◆ blueish

final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.blueish = new float[] { 0.0f, 0.0f, grayf, glAlpha }
static

Definition at line 175 of file TestGearsES2GLJPanelsAWT.java.

◆ grayf

final float com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.grayf = 0.3f
static

Definition at line 172 of file TestGearsES2GLJPanelsAWT.java.

◆ green

final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.green = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 1.0f, 0.0f, 1.0f } )
static

Definition at line 168 of file TestGearsES2GLJPanelsAWT.java.

◆ greenish

final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.greenish = new float[] { 0.0f, grayf, 0.0f, glAlpha }
static

Definition at line 174 of file TestGearsES2GLJPanelsAWT.java.

◆ grey

final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.grey = Buffers.newDirectFloatBuffer( new float[] { 0.5f, 0.5f, 0.5f, 1.0f } )
static

Definition at line 171 of file TestGearsES2GLJPanelsAWT.java.

◆ greyish

final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.greyish = new float[] { grayf, grayf, grayf, glAlpha }
static

Definition at line 177 of file TestGearsES2GLJPanelsAWT.java.

◆ red

final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.red = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 0.0f, 0.0f, 1.0f } )
static

Definition at line 167 of file TestGearsES2GLJPanelsAWT.java.

◆ redish

final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.redish = new float[] { grayf, 0.0f, 0.0f, glAlpha }
static

Definition at line 173 of file TestGearsES2GLJPanelsAWT.java.

◆ yellow

final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.yellow = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 1.0f, 0.0f, 1.0f } )
static

Definition at line 170 of file TestGearsES2GLJPanelsAWT.java.

◆ yellowish

final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.yellowish = new float[] { grayf, grayf, 0.0f, glAlpha }
static

Definition at line 176 of file TestGearsES2GLJPanelsAWT.java.


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