Test re-association (switching) of GLWindow /GLDrawables, from GLWindow/GLOffscreenAutoDrawable to an GLOffscreenAutoDrawable and back.
More...
|
| abstract GLAutoDrawable | createGLAutoDrawable (final QuitAdapter quitAdapter, final GLCapabilitiesImmutable caps, final int width, final int height) throws InterruptedException, InvocationTargetException |
| |
| abstract void | destroyGLAutoDrawable (final GLAutoDrawable glad) throws InterruptedException, InvocationTargetException |
| |
| void | test01aSwitch2Onscreen2OnscreenGL2ES2_Def () throws InterruptedException, InvocationTargetException |
| |
| void | test01bSwitch2Onscreen2OffscreenGL2ES2_Def () throws InterruptedException, InvocationTargetException |
| |
| void | test01cSwitch2Offscreen2OffscreenGL2ES2_Def () throws InterruptedException, InvocationTargetException |
| |
| void | test01dSwitch2Offscreen2OnscreenGL2ES2_Def () throws InterruptedException, InvocationTargetException |
| |
| void | test02aSwitch2Onscreen2OnscreenGL2ES2_MSAA () throws InterruptedException, InvocationTargetException |
| |
| void | test02bSwitch2Onscreen2OffscreenGL2ES2_MSAA () throws InterruptedException, InvocationTargetException |
| |
| void | test02cSwitch2Offscreen2OffscreenGL2ES2_MSAA () throws InterruptedException, InvocationTargetException |
| |
| void | test02dSwitch2Offscreen2OnscreenGL2ES2_MSAA () throws InterruptedException, InvocationTargetException |
| |
| void | test03aSwitch2Onscreen2OnscreenGL2ES2_Accu () throws InterruptedException, InvocationTargetException |
| |
| void | test03bSwitch2Onscreen2OffscreenGL2ES2_Accu () throws InterruptedException, InvocationTargetException |
| |
| void | test03cSwitch2Offscreen2OffscreenGL2ES2_Accu () throws InterruptedException, InvocationTargetException |
| |
| void | test03dSwitch2Offscreen2OnscreenGL2ES2_Accu () 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...
|
| |
Test re-association (switching) of GLWindow /GLDrawables, from GLWindow/GLOffscreenAutoDrawable to an GLOffscreenAutoDrawable and back.
Definition at line 55 of file GLContextDrawableSwitchBase0.java.
◆ createGLAutoDrawable()
| abstract GLAutoDrawable com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.createGLAutoDrawable |
( |
final QuitAdapter |
quitAdapter, |
|
|
final GLCapabilitiesImmutable |
caps, |
|
|
final int |
width, |
|
|
final int |
height |
|
) |
| throws InterruptedException, InvocationTargetException |
|
abstract |
◆ destroyGLAutoDrawable()
| abstract void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.destroyGLAutoDrawable |
( |
final GLAutoDrawable |
glad | ) |
throws InterruptedException, InvocationTargetException |
|
abstract |
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.initClass |
( |
| ) |
|
|
static |
◆ test01aSwitch2Onscreen2OnscreenGL2ES2_Def()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test01aSwitch2Onscreen2OnscreenGL2ES2_Def |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test01bSwitch2Onscreen2OffscreenGL2ES2_Def()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test01bSwitch2Onscreen2OffscreenGL2ES2_Def |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test01cSwitch2Offscreen2OffscreenGL2ES2_Def()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test01cSwitch2Offscreen2OffscreenGL2ES2_Def |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test01dSwitch2Offscreen2OnscreenGL2ES2_Def()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test01dSwitch2Offscreen2OnscreenGL2ES2_Def |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test02aSwitch2Onscreen2OnscreenGL2ES2_MSAA()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test02aSwitch2Onscreen2OnscreenGL2ES2_MSAA |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test02bSwitch2Onscreen2OffscreenGL2ES2_MSAA()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test02bSwitch2Onscreen2OffscreenGL2ES2_MSAA |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test02cSwitch2Offscreen2OffscreenGL2ES2_MSAA()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test02cSwitch2Offscreen2OffscreenGL2ES2_MSAA |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test02dSwitch2Offscreen2OnscreenGL2ES2_MSAA()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test02dSwitch2Offscreen2OnscreenGL2ES2_MSAA |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test03aSwitch2Onscreen2OnscreenGL2ES2_Accu()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test03aSwitch2Onscreen2OnscreenGL2ES2_Accu |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test03bSwitch2Onscreen2OffscreenGL2ES2_Accu()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test03bSwitch2Onscreen2OffscreenGL2ES2_Accu |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test03cSwitch2Offscreen2OffscreenGL2ES2_Accu()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test03cSwitch2Offscreen2OffscreenGL2ES2_Accu |
( |
| ) |
throws InterruptedException, InvocationTargetException |
◆ test03dSwitch2Offscreen2OnscreenGL2ES2_Accu()
| void com.jogamp.opengl.test.junit.jogl.acore.glels.GLContextDrawableSwitchBase0.test03dSwitch2Offscreen2OnscreenGL2ES2_Accu |
( |
| ) |
throws InterruptedException, InvocationTargetException |
The documentation for this class was generated from the following file: