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

Public Member Functions

void testPNGRead01_All () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead02_RGB888_to_RGBA8888 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead03_RGB888_to_RGBA8888_stride1000 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead04_RGB888_to_RGBA8888_stride999 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead11_RGBA8888_to_LUMINA () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead12_RGBA8888_to_RGB888 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead13_RGBA8888_to_BGR888 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead14_RGBA8888_to_BGRA8888 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead15_RGBA8888_to_ARGB8888 () throws InterruptedException, IOException, MalformedURLException
 
void testPNGRead16_RGBA8888_to_ABGR8888 () throws InterruptedException, IOException, MalformedURLException
 
- 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[])
 
- 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 50 of file TestPNGPixelRect00NEWT.java.

Member Function Documentation

◆ main()

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

Definition at line 223 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead01_All()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead01_All ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 52 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead02_RGB888_to_RGBA8888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead02_RGB888_to_RGBA8888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 61 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead03_RGB888_to_RGBA8888_stride1000()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead03_RGB888_to_RGBA8888_stride1000 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 68 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead04_RGB888_to_RGBA8888_stride999()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead04_RGB888_to_RGBA8888_stride999 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 75 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead11_RGBA8888_to_LUMINA()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead11_RGBA8888_to_LUMINA ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 82 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead12_RGBA8888_to_RGB888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead12_RGBA8888_to_RGB888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 89 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead13_RGBA8888_to_BGR888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead13_RGBA8888_to_BGR888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 96 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead14_RGBA8888_to_BGRA8888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead14_RGBA8888_to_BGRA8888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 103 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead15_RGBA8888_to_ARGB8888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead15_RGBA8888_to_ARGB8888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 109 of file TestPNGPixelRect00NEWT.java.

◆ testPNGRead16_RGBA8888_to_ABGR8888()

void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead16_RGBA8888_to_ABGR8888 ( ) throws InterruptedException, IOException, MalformedURLException

Definition at line 115 of file TestPNGPixelRect00NEWT.java.


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