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

Public Member Functions

void initTest () throws IOException
 
void cleanupTest ()
 
void testImpl (final boolean useFFP, final InputStream istream) throws InterruptedException, IOException
 
void testGray__GL2 () throws InterruptedException, IOException
 
void testGray__ES2 () throws InterruptedException, IOException
 
void testRGB3__GL2 () throws InterruptedException, IOException
 
void testRGB3__ES2 () throws InterruptedException, IOException
 
void testRGB4__GL2 () throws InterruptedException, IOException
 
void testRGB4__ES2 () throws InterruptedException, IOException
 
void testRGB4G_ES2 () throws InterruptedException, IOException
 
void testInterl3__ES2 () throws InterruptedException, IOException
 
void testInterl4__ES2 () throws InterruptedException, IOException
 
void testInterl3G_ES2 () throws InterruptedException, IOException
 
void testInterl4G_ES2 () throws InterruptedException, IOException
 
void testPalette3__ES2 () throws InterruptedException, IOException
 
void testPalette4__ES2 () throws InterruptedException, IOException
 
- 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

Definition at line 63 of file TestPNGTextureFromFileNEWT.java.

Member Function Documentation

◆ cleanupTest()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.cleanupTest ( )

Definition at line 144 of file TestPNGTextureFromFileNEWT.java.

◆ initTest()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.initTest ( ) throws IOException

Definition at line 81 of file TestPNGTextureFromFileNEWT.java.

◆ main()

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

Definition at line 268 of file TestPNGTextureFromFileNEWT.java.

Here is the call graph for this function:

◆ testGray__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testGray__ES2 ( ) throws InterruptedException, IOException

Definition at line 217 of file TestPNGTextureFromFileNEWT.java.

◆ testGray__GL2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testGray__GL2 ( ) throws InterruptedException, IOException

Definition at line 213 of file TestPNGTextureFromFileNEWT.java.

◆ testImpl()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testImpl ( final boolean  useFFP,
final InputStream  istream 
) throws InterruptedException, IOException

Definition at line 153 of file TestPNGTextureFromFileNEWT.java.

Here is the call graph for this function:

◆ testInterl3__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl3__ES2 ( ) throws InterruptedException, IOException

Definition at line 243 of file TestPNGTextureFromFileNEWT.java.

◆ testInterl3G_ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl3G_ES2 ( ) throws InterruptedException, IOException

Definition at line 251 of file TestPNGTextureFromFileNEWT.java.

◆ testInterl4__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl4__ES2 ( ) throws InterruptedException, IOException

Definition at line 247 of file TestPNGTextureFromFileNEWT.java.

◆ testInterl4G_ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl4G_ES2 ( ) throws InterruptedException, IOException

Definition at line 255 of file TestPNGTextureFromFileNEWT.java.

◆ testPalette3__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testPalette3__ES2 ( ) throws InterruptedException, IOException

Definition at line 260 of file TestPNGTextureFromFileNEWT.java.

◆ testPalette4__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testPalette4__ES2 ( ) throws InterruptedException, IOException

Definition at line 264 of file TestPNGTextureFromFileNEWT.java.

◆ testRGB3__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB3__ES2 ( ) throws InterruptedException, IOException

Definition at line 226 of file TestPNGTextureFromFileNEWT.java.

◆ testRGB3__GL2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB3__GL2 ( ) throws InterruptedException, IOException

Definition at line 222 of file TestPNGTextureFromFileNEWT.java.

◆ testRGB4__ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4__ES2 ( ) throws InterruptedException, IOException

Definition at line 234 of file TestPNGTextureFromFileNEWT.java.

◆ testRGB4__GL2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4__GL2 ( ) throws InterruptedException, IOException

Definition at line 230 of file TestPNGTextureFromFileNEWT.java.

◆ testRGB4G_ES2()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4G_ES2 ( ) throws InterruptedException, IOException

Definition at line 238 of file TestPNGTextureFromFileNEWT.java.


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