Test for bug 450, which causes the right part of the frame to be black for all x >= height.
More...
|
| void | test01 () throws AWTException, 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...
|
| |
Test for bug 450, which causes the right part of the frame to be black for all x >= height.
Draws the Gears demo in a window that's twice as wide than it is tall, and checks to see if a particular pixel in the right half of the frame is colored.
- Author
- Wade Walker (adapted from TestGearsGLJPanelAWT)
Definition at line 68 of file TestGLJPanelAWTBug450.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.main |
( |
final String |
args[] | ) |
|
|
static |
◆ releaseClass()
| static void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.releaseClass |
( |
| ) |
|
|
static |
◆ runTestGL()
| void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.runTestGL |
( |
final GLCapabilities |
caps | ) |
throws AWTException, InterruptedException, InvocationTargetException |
|
protected |
◆ test01()
| void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.test01 |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
The documentation for this class was generated from the following file: