|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
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 () |
Definition at line 63 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.cleanupTest | ( | ) |
Definition at line 144 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.initTest | ( | ) | throws IOException |
Definition at line 81 of file TestPNGTextureFromFileNEWT.java.
|
static |
Definition at line 268 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testGray__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 217 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testGray__GL2 | ( | ) | throws InterruptedException, IOException |
Definition at line 213 of file TestPNGTextureFromFileNEWT.java.
| 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.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl3__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 243 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl3G_ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 251 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl4__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 247 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testInterl4G_ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 255 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testPalette3__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 260 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testPalette4__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 264 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB3__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 226 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB3__GL2 | ( | ) | throws InterruptedException, IOException |
Definition at line 222 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4__ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 234 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4__GL2 | ( | ) | throws InterruptedException, IOException |
Definition at line 230 of file TestPNGTextureFromFileNEWT.java.
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.testRGB4G_ES2 | ( | ) | throws InterruptedException, IOException |
Definition at line 238 of file TestPNGTextureFromFileNEWT.java.