Test synchronous GLAutoDrawable display, swap-buffer and read-pixels including non-MSAA and MSAA framebuffer.
More...
|
| void | test00_MSAA0_DefFlip () throws InterruptedException, InvocationTargetException |
| |
| void | test01_MSAA0_UsrFlip () throws InterruptedException, InvocationTargetException |
| |
| void | test10_MSAA8_DefFlip () throws InterruptedException, InvocationTargetException |
| |
| void | test11_MSAA8_UsrFlip () 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...
|
| |
|
| abstract void | test (final GLCapabilitiesImmutable caps, final boolean useSwingDoubleBuffer, final boolean skipGLOrientationVerticalFlip) |
| |
Test synchronous GLAutoDrawable display, swap-buffer and read-pixels including non-MSAA and MSAA framebuffer.
Analyzes behavior of reported bugs
Definition at line 67 of file GLReadBuffer00Base.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.initClass |
( |
| ) |
throws IOException |
|
static |
◆ test()
| abstract void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.test |
( |
final GLCapabilitiesImmutable |
caps, |
|
|
final boolean |
useSwingDoubleBuffer, |
|
|
final boolean |
skipGLOrientationVerticalFlip |
|
) |
| |
|
abstractprotected |
◆ test00_MSAA0_DefFlip()
| void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.test00_MSAA0_DefFlip |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test01_MSAA0_UsrFlip()
| void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.test01_MSAA0_UsrFlip |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test10_MSAA8_DefFlip()
| void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.test10_MSAA8_DefFlip |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test11_MSAA8_UsrFlip()
| void com.jogamp.opengl.test.junit.jogl.acore.GLReadBuffer00Base.test11_MSAA8_UsrFlip |
( |
| ) |
throws InterruptedException, InvocationTargetException |
The documentation for this class was generated from the following file: