Tests multiple [GLJPanels, GLCanvas or NewtCanvasAWT] in a JFrame's Grid.
More...
|
| enum | CanvasType |
| |
| class | GLADComp |
| |
|
| void | test (final GLCapabilitiesImmutable caps, final boolean useGears, final int width, final int height, final int rows, final int columns, final CanvasType canvasType, final boolean useAnim) |
| |
| void | test01NopGLJPanel () throws InterruptedException, InvocationTargetException |
| |
| void | test02NopGLJPanelBMP () throws InterruptedException, InvocationTargetException |
| |
| void | test03NopGLCanvas () throws InterruptedException, InvocationTargetException |
| |
| void | test11GearsGLJPanel () throws InterruptedException, InvocationTargetException |
| |
| void | test13GearsGLCanvas () throws InterruptedException, InvocationTargetException |
| |
| void | test14GearsNewtCanvasAWT () throws InterruptedException, InvocationTargetException |
| |
| 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...
|
| |
Tests multiple [GLJPanels, GLCanvas or NewtCanvasAWT] in a JFrame's Grid.
Definition at line 68 of file TestPerf001GLJPanelInit01AWT.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.main |
( |
final String[] |
args | ) |
|
|
static |
◆ test()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test |
( |
final GLCapabilitiesImmutable |
caps, |
|
|
final boolean |
useGears, |
|
|
final int |
width, |
|
|
final int |
height, |
|
|
final int |
rows, |
|
|
final int |
columns, |
|
|
final CanvasType |
canvasType, |
|
|
final boolean |
useAnim |
|
) |
| |
◆ test01NopGLJPanel()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test01NopGLJPanel |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test02NopGLJPanelBMP()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test02NopGLJPanelBMP |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test03NopGLCanvas()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test03NopGLCanvas |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test11GearsGLJPanel()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test11GearsGLJPanel |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test13GearsGLCanvas()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test13GearsGLCanvas |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test14GearsNewtCanvasAWT()
| void com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT.test14GearsNewtCanvasAWT |
( |
| ) |
throws InterruptedException, InvocationTargetException |
The documentation for this class was generated from the following file: