|
| void | test01CreateVisibleDestroy () throws InterruptedException |
| |
| void | test02aReparentTop2WinReparentRecreate () throws InterruptedException |
| |
| void | test02bReparentTop2WinReparentNative () throws InterruptedException |
| |
| void | test03aReparentWin2TopReparentRecreate () throws InterruptedException |
| |
| void | test03bReparentWin2TopReparentNative () throws InterruptedException |
| |
| 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 51 of file TestParenting01NEWT.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.main |
( |
final String |
args[] | ) |
throws IOException |
|
static |
◆ setDemoFields()
| static void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.setDemoFields |
( |
final GLEventListener |
demo, |
|
|
final GLWindow |
glWindow, |
|
|
final boolean |
debug |
|
) |
| |
|
static |
◆ test01CreateVisibleDestroy()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test01CreateVisibleDestroy |
( |
| ) |
throws InterruptedException |
◆ test02aReparentTop2WinReparentRecreate()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test02aReparentTop2WinReparentRecreate |
( |
| ) |
throws InterruptedException |
◆ test02bReparentTop2WinReparentNative()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test02bReparentTop2WinReparentNative |
( |
| ) |
throws InterruptedException |
◆ test02ReparentTop2WinImpl()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test02ReparentTop2WinImpl |
( |
final boolean |
reparentRecreate | ) |
throws InterruptedException |
|
protected |
- Parameters
-
| reparentRecreate | true, if the followup reparent should utilize destroy/create, instead of native reparenting |
Definition at line 331 of file TestParenting01NEWT.java.
◆ test03aReparentWin2TopReparentRecreate()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test03aReparentWin2TopReparentRecreate |
( |
| ) |
throws InterruptedException |
◆ test03bReparentWin2TopReparentNative()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test03bReparentWin2TopReparentNative |
( |
| ) |
throws InterruptedException |
◆ test03ReparentWin2TopImpl()
| void com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.test03ReparentWin2TopImpl |
( |
final boolean |
reparentRecreate | ) |
throws InterruptedException |
|
protected |
The documentation for this class was generated from the following file: