ExclusiveContextThread base implementation to test performance impact of the ExclusiveContext feature with AnimatorBase and NEWT.
More...
|
| boolean | isAWTTestCase () |
| |
| Thread | getAWTRenderThread () |
| |
| GLAutoDrawable | createGLAutoDrawable (final String title, final int x, final int y, final int width, final int height, final GLCapabilitiesImmutable caps) |
| |
| void | setGLAutoDrawableVisible (final GLAutoDrawable[] glads) |
| |
| void | destroyGLAutoDrawableVisible (final GLAutoDrawable glad) |
| |
| abstract boolean | isAWTTestCase () |
| |
| abstract Thread | getAWTRenderThread () |
| |
| abstract AnimatorBase | createAnimator () |
| |
| abstract GLAutoDrawable | createGLAutoDrawable (String title, int x, int y, int width, int height, GLCapabilitiesImmutable caps) |
| |
| abstract void | setGLAutoDrawableVisible (GLAutoDrawable[] glads) |
| |
| abstract void | destroyGLAutoDrawableVisible (GLAutoDrawable glad) |
| |
| void | runTestGL (final GLCapabilitiesImmutable caps, final int drawableCount, final boolean exclusive) throws InterruptedException |
| |
| void | runTestGL (final GLCapabilitiesImmutable caps, final int drawableCount, final boolean exclusive, final boolean preVisible) throws InterruptedException |
| |
|
| void | test01Normal_1WinPostVis () throws InterruptedException |
| |
| void | test03Excl_1WinPostVis () throws InterruptedException |
| |
| void | test05Normal_4WinPostVis () throws InterruptedException |
| |
| void | test07Excl_4WinPostVis () throws InterruptedException |
| |
| void | test11Normal_1WinPreVis () throws InterruptedException |
| |
| void | test13Excl_1WinPreVis () throws InterruptedException |
| |
| void | test15Normal_4WinPreVis () throws InterruptedException |
| |
| void | test17Excl_4WinPreVis () 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...
|
| |
ExclusiveContextThread base implementation to test performance impact of the ExclusiveContext feature with AnimatorBase and NEWT.
Definition at line 49 of file ExclusiveContextBase10NEWT.java.