JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT Class Reference

Testing the ImmModeSink w/ GL2ES1 context. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT:

Public Member Functions

void test01Plain__GL2ES1_VBOOffUsePlain () throws InterruptedException
 
void test02Plain__GL2ES1_VBOOffUseArrayData () throws InterruptedException
 
void test03Plain__GL2ES1_VBOOnUsePlain () throws InterruptedException
 
void test04Plain__GL2ES1_VBOOnUseArrayData () throws InterruptedException
 
void test05ImmSinkGL2ES1_VBOOff () throws InterruptedException
 
void test06ImmSinkGL2ES1_VBOOn () throws InterruptedException
 
void test07ImmSinkGL2ES1_VBOOnTexture () 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 main (final String args[]) throws IOException
 
- 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 ()
 

Detailed Description

Testing the ImmModeSink w/ GL2ES1 context.

Definition at line 50 of file TestImmModeSinkES1NEWT.java.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.main ( final String  args[]) throws IOException
static

Definition at line 134 of file TestImmModeSinkES1NEWT.java.

Here is the call graph for this function:

◆ test01Plain__GL2ES1_VBOOffUsePlain()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test01Plain__GL2ES1_VBOOffUsePlain ( ) throws InterruptedException

Definition at line 86 of file TestImmModeSinkES1NEWT.java.

◆ test02Plain__GL2ES1_VBOOffUseArrayData()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test02Plain__GL2ES1_VBOOffUseArrayData ( ) throws InterruptedException

Definition at line 93 of file TestImmModeSinkES1NEWT.java.

◆ test03Plain__GL2ES1_VBOOnUsePlain()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test03Plain__GL2ES1_VBOOnUsePlain ( ) throws InterruptedException

Definition at line 100 of file TestImmModeSinkES1NEWT.java.

◆ test04Plain__GL2ES1_VBOOnUseArrayData()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test04Plain__GL2ES1_VBOOnUseArrayData ( ) throws InterruptedException

Definition at line 107 of file TestImmModeSinkES1NEWT.java.

◆ test05ImmSinkGL2ES1_VBOOff()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test05ImmSinkGL2ES1_VBOOff ( ) throws InterruptedException

Definition at line 114 of file TestImmModeSinkES1NEWT.java.

◆ test06ImmSinkGL2ES1_VBOOn()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test06ImmSinkGL2ES1_VBOOn ( ) throws InterruptedException

Definition at line 121 of file TestImmModeSinkES1NEWT.java.

◆ test07ImmSinkGL2ES1_VBOOnTexture()

void com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.test07ImmSinkGL2ES1_VBOOnTexture ( ) throws InterruptedException

Definition at line 128 of file TestImmModeSinkES1NEWT.java.


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