|
| void | test01_DefaultNorm () throws AWTException, InterruptedException, InvocationTargetException |
| |
| void | test02_DefaultMsaa () throws AWTException, InterruptedException, InvocationTargetException |
| |
| void | test03_PbufferNorm () throws AWTException, InterruptedException, InvocationTargetException |
| |
| void | test04_PbufferMsaa () throws AWTException, InterruptedException, InvocationTargetException |
| |
| void | test05_BitmapNorm () throws AWTException, InterruptedException, InvocationTargetException |
| |
| void | test06_BitmapMsaa () 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...
|
| |
|
| static final FloatBuffer | red = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 0.0f, 0.0f, 1.0f } ) |
| |
| static final FloatBuffer | green = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 1.0f, 0.0f, 1.0f } ) |
| |
| static final FloatBuffer | blue = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 0.0f, 1.0f, 1.0f } ) |
| |
| static final FloatBuffer | yellow = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 1.0f, 0.0f, 1.0f } ) |
| |
| static final FloatBuffer | grey = Buffers.newDirectFloatBuffer( new float[] { 0.5f, 0.5f, 0.5f, 1.0f } ) |
| |
| static final float | grayf = 0.3f |
| |
| static final float[] | redish = new float[] { grayf, 0.0f, 0.0f, glAlpha } |
| |
| static final float[] | greenish = new float[] { 0.0f, grayf, 0.0f, glAlpha } |
| |
| static final float[] | blueish = new float[] { 0.0f, 0.0f, grayf, glAlpha } |
| |
| static final float[] | yellowish = new float[] { grayf, grayf, 0.0f, glAlpha } |
| |
| static final float[] | greyish = new float[] { grayf, grayf, grayf, glAlpha } |
| |
|
| void | relayout (final Container cont, final float oW, final float oH) |
| |
| void | runTestGL (final GLCapabilities caps) throws AWTException, InterruptedException, InvocationTargetException |
| |
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.main |
( |
final String |
args[] | ) |
|
|
static |
◆ relayout()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.relayout |
( |
final Container |
cont, |
|
|
final float |
oW, |
|
|
final float |
oH |
|
) |
| |
|
protected |
◆ releaseClass()
| static void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.releaseClass |
( |
| ) |
|
|
static |
◆ runTestGL()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.runTestGL |
( |
final GLCapabilities |
caps | ) |
throws AWTException, InterruptedException, InvocationTargetException |
|
protected |
◆ test01_DefaultNorm()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test01_DefaultNorm |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ test02_DefaultMsaa()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test02_DefaultMsaa |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ test03_PbufferNorm()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test03_PbufferNorm |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ test04_PbufferMsaa()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test04_PbufferMsaa |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ test05_BitmapNorm()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test05_BitmapNorm |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ test06_BitmapMsaa()
| void com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.test06_BitmapMsaa |
( |
| ) |
throws AWTException, InterruptedException, InvocationTargetException |
◆ blue
| final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.blue = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 0.0f, 1.0f, 1.0f } ) |
|
static |
◆ blueish
| final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.blueish = new float[] { 0.0f, 0.0f, grayf, glAlpha } |
|
static |
◆ grayf
| final float com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.grayf = 0.3f |
|
static |
◆ green
| final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.green = Buffers.newDirectFloatBuffer( new float[] { 0.0f, 1.0f, 0.0f, 1.0f } ) |
|
static |
◆ greenish
| final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.greenish = new float[] { 0.0f, grayf, 0.0f, glAlpha } |
|
static |
◆ grey
| final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.grey = Buffers.newDirectFloatBuffer( new float[] { 0.5f, 0.5f, 0.5f, 1.0f } ) |
|
static |
◆ greyish
| final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.greyish = new float[] { grayf, grayf, grayf, glAlpha } |
|
static |
◆ red
| final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.red = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 0.0f, 0.0f, 1.0f } ) |
|
static |
◆ redish
| final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.redish = new float[] { grayf, 0.0f, 0.0f, glAlpha } |
|
static |
◆ yellow
| final FloatBuffer com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.yellow = Buffers.newDirectFloatBuffer( new float[] { 1.0f, 1.0f, 0.0f, 1.0f } ) |
|
static |
◆ yellowish
| final float [] com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelsAWT.yellowish = new float[] { grayf, grayf, 0.0f, glAlpha } |
|
static |
The documentation for this class was generated from the following file: