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

ExclusiveContextThread base implementation to test performance impact of the ExclusiveContext feature with AnimatorBase and NEWT. More...

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

Static Public Member Functions

static void initClass00NEWT ()
 
static void releaseClass00NEWT ()
 
- Static Public Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10
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)
 
void setGLAutoDrawableVisible (final GLAutoDrawable[] glads)
 
void destroyGLAutoDrawableVisible (final GLAutoDrawable glad)
 
- Protected Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10
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) throws InterruptedException
 
void runTestGL (final GLCapabilitiesImmutable caps, final int drawableCount, final boolean exclusive, final boolean preVisible) throws InterruptedException
 

Additional Inherited Members

- Public Member Functions inherited from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10
void test01Normal_1WinPostVis () throws InterruptedException
 
void test03Excl_1WinPostVis () throws InterruptedException
 
void test05Normal_4WinPostVis () throws InterruptedException
 
void test07Excl_4WinPostVis () throws InterruptedException
 
void test11Normal_1WinPreVis () throws InterruptedException
 
void test13Excl_1WinPreVis () throws InterruptedException
 
void test15Normal_4WinPreVis () throws InterruptedException
 
void test17Excl_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 performance impact of the ExclusiveContext feature with AnimatorBase and NEWT.

Definition at line 49 of file ExclusiveContextBase10NEWT.java.

Member Function Documentation

◆ createGLAutoDrawable()

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

Reimplemented from com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10.

Definition at line 75 of file ExclusiveContextBase10NEWT.java.

Here is the call graph for this function:

◆ destroyGLAutoDrawableVisible()

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

◆ getAWTRenderThread()

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

◆ initClass00NEWT()

static void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10NEWT.initClass00NEWT ( )
static

Definition at line 55 of file ExclusiveContextBase10NEWT.java.

Here is the call graph for this function:

◆ isAWTTestCase()

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

◆ releaseClass00NEWT()

static void com.jogamp.opengl.test.junit.jogl.acore.ect.ExclusiveContextBase10NEWT.releaseClass00NEWT ( )
static

Definition at line 61 of file ExclusiveContextBase10NEWT.java.

◆ setGLAutoDrawableVisible()

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

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