|
| void | initTest () throws IOException |
| |
| void | cleanupTest () |
| |
| void | testImpl (final List< ImageTstFiles.NamedInputStream > streams, final ImageType expImageType) throws InterruptedException, IOException |
| |
| void | testImpl (final InputStream istream, final ImageType expImageType) throws InterruptedException, IOException |
| |
| void | test01AllPNG () throws InterruptedException, IOException |
| |
| void | test02AllJPG () throws InterruptedException, IOException |
| |
| void | test03AllTGA () throws InterruptedException, IOException |
| |
| void | test04AllDDS () throws InterruptedException, IOException |
| |
| 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 61 of file TestTextureIONEWT.java.
◆ cleanupTest()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.cleanupTest |
( |
| ) |
|
◆ initTest()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.initTest |
( |
| ) |
throws IOException |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.main |
( |
final String |
args[] | ) |
throws IOException |
|
static |
◆ test01AllPNG()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.test01AllPNG |
( |
| ) |
throws InterruptedException, IOException |
◆ test02AllJPG()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.test02AllJPG |
( |
| ) |
throws InterruptedException, IOException |
◆ test03AllTGA()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.test03AllTGA |
( |
| ) |
throws InterruptedException, IOException |
◆ test04AllDDS()
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.test04AllDDS |
( |
| ) |
throws InterruptedException, IOException |
◆ testImpl() [1/2]
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.testImpl |
( |
final InputStream |
istream, |
|
|
final ImageType |
expImageType |
|
) |
| throws InterruptedException, IOException |
◆ testImpl() [2/2]
| void com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureIONEWT.testImpl |
( |
final List< ImageTstFiles.NamedInputStream > |
streams, |
|
|
final ImageType |
expImageType |
|
) |
| throws InterruptedException, IOException |
The documentation for this class was generated from the following file: