|
| 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 |
| |
| 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...
|
| |
Definition at line 50 of file TestPNGPixelRect00NEWT.java.
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.main |
( |
final String |
args[] | ) |
|
|
static |
◆ testPNGRead01_All()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead01_All |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead02_RGB888_to_RGBA8888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead02_RGB888_to_RGBA8888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead03_RGB888_to_RGBA8888_stride1000()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead03_RGB888_to_RGBA8888_stride1000 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead04_RGB888_to_RGBA8888_stride999()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead04_RGB888_to_RGBA8888_stride999 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead11_RGBA8888_to_LUMINA()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead11_RGBA8888_to_LUMINA |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead12_RGBA8888_to_RGB888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead12_RGBA8888_to_RGB888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead13_RGBA8888_to_BGR888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead13_RGBA8888_to_BGR888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead14_RGBA8888_to_BGRA8888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead14_RGBA8888_to_BGRA8888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead15_RGBA8888_to_ARGB8888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead15_RGBA8888_to_ARGB8888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
◆ testPNGRead16_RGBA8888_to_ABGR8888()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGPixelRect00NEWT.testPNGRead16_RGBA8888_to_ABGR8888 |
( |
| ) |
throws InterruptedException, IOException, MalformedURLException |
The documentation for this class was generated from the following file: