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

ExclusiveContextThread base implementation to test correctness of the ExclusiveContext feature and AnimatorBase with AWT. More...

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

Static Public Member Functions

static void initClass00AWT ()
 
static void releaseClass00AWT ()
 
- Static Public Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00
static void initClass00 ()
 
static void releaseClass00 ()
 
- 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

boolean isAWTTestCase ()
 
Thread getAWTRenderThread ()
 
GLAutoDrawable createGLAutoDrawable (final String title, final int x, final int y, final int width, final int height, final GLCapabilitiesImmutable caps)
 
Frame getFrame (final GLAutoDrawable glad)
 
void setGLAutoDrawableVisible (final GLAutoDrawable[] glads)
 
void destroyGLAutoDrawableVisible (final GLAutoDrawable glad)
 
- Protected Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00
abstract boolean isAWTTestCase ()
 
abstract Thread getAWTRenderThread ()
 
abstract AnimatorBase createAnimator ()
 
abstract GLAutoDrawable createGLAutoDrawable (String title, int x, int y, int width, int height, GLCapabilitiesImmutable caps)
 
abstract void setGLAutoDrawableVisible (GLAutoDrawable[] glads)
 
abstract void destroyGLAutoDrawableVisible (GLAutoDrawable glad)
 
void runTestGL (final GLCapabilitiesImmutable caps, final int drawableCount, final boolean exclusive, final boolean preAdd, final boolean preVisible, final boolean shortenTest) throws InterruptedException
 

Additional Inherited Members

- Public Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00
void test01NormalPre_1WinPostVis () throws InterruptedException
 
void test02NormalPost_1WinPostVis () throws InterruptedException
 
void test03ExclPre_1WinPostVis () throws InterruptedException
 
void test04ExclPost_1WinPostVis () throws InterruptedException
 
void test05NormalPre_4WinPostVis () throws InterruptedException
 
void test06NormalPost_4WinPostVis () throws InterruptedException
 
void test07ExclPre_4WinPostVis () throws InterruptedException
 
void test08ExclPost_4WinPostVis () throws InterruptedException
 
void test11NormalPre_1WinPreVis () throws InterruptedException
 
void test12NormalPost_1WinPreVis () throws InterruptedException
 
void test13ExclPre_1WinPreVis () throws InterruptedException
 
void test14ExclPost_1WinPreVis () throws InterruptedException
 
void test15NormalPre_4WinPreVis () throws InterruptedException
 
void test16NormalPost_4WinPreVis () throws InterruptedException
 
void test17ExclPre_4WinPreVis () throws InterruptedException
 
void test18ExclPost_4WinPreVis () 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...
 

Detailed Description

ExclusiveContextThread base implementation to test correctness of the ExclusiveContext feature and AnimatorBase with AWT.

Definition at line 55 of file ExclusiveContextBase00AWT.java.

Member Function Documentation

◆ createGLAutoDrawable()

GLAutoDrawable com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.createGLAutoDrawable ( final String  title,
final int  x,
final int  y,
final int  width,
final int  height,
final GLCapabilitiesImmutable  caps 
)
protected

◆ destroyGLAutoDrawableVisible()

void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.destroyGLAutoDrawableVisible ( final GLAutoDrawable  glad)
protected

◆ getAWTRenderThread()

Thread com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.getAWTRenderThread ( )
protected

◆ getFrame()

Frame com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.getFrame ( final GLAutoDrawable  glad)
protected

Definition at line 125 of file ExclusiveContextBase00AWT.java.

◆ initClass00AWT()

static void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.initClass00AWT ( )
static

Definition at line 61 of file ExclusiveContextBase00AWT.java.

◆ isAWTTestCase()

boolean com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.isAWTTestCase ( )
protected

◆ releaseClass00AWT()

static void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.releaseClass00AWT ( )
static

Definition at line 83 of file ExclusiveContextBase00AWT.java.

◆ setGLAutoDrawableVisible()

void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase00AWT.setGLAutoDrawableVisible ( final GLAutoDrawable[]  glads)
protected

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