|
| static void | validateGLArrayDataServerState (final GL2ES2 gl, final ShaderState st, final GLArrayDataServer data) |
| |
| static void | pause (final long ms) throws InterruptedException |
| |
| static void | displayVCArrays (final GLDrawable drawable, final GL2ES2 gl, final ShaderState st, final boolean preEnable, final GLArrayDataServer vertices, final GLArrayDataServer colors, final boolean postDisable, final int num, final long postDelay) throws InterruptedException |
| |
| static void | displayVCArraysNoChecks (final GLDrawable drawable, final GL2ES2 gl, final boolean preEnable, final GLArrayDataServer vertices, final GLArrayDataServer colors, final boolean postDisable) throws InterruptedException |
| |
| static GLArrayDataServer | createVertices (final GL2ES2 gl, final ShaderState st, final int shaderProgram, final int location, final float[] vertices) |
| |
| static GLArrayDataServer | createColors (final GL2ES2 gl, final ShaderState st, final int shaderProgram, final int location, final float[] colors) |
| |
Definition at line 40 of file GLSLMiscHelper.java.
◆ createColors()
| static GLArrayDataServer com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.createColors |
( |
final GL2ES2 |
gl, |
|
|
final ShaderState |
st, |
|
|
final int |
shaderProgram, |
|
|
final int |
location, |
|
|
final float[] |
colors |
|
) |
| |
|
static |
◆ createVertices()
| static GLArrayDataServer com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.createVertices |
( |
final GL2ES2 |
gl, |
|
|
final ShaderState |
st, |
|
|
final int |
shaderProgram, |
|
|
final int |
location, |
|
|
final float[] |
vertices |
|
) |
| |
|
static |
◆ displayVCArrays()
| static void com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.displayVCArrays |
( |
final GLDrawable |
drawable, |
|
|
final GL2ES2 |
gl, |
|
|
final ShaderState |
st, |
|
|
final boolean |
preEnable, |
|
|
final GLArrayDataServer |
vertices, |
|
|
final GLArrayDataServer |
colors, |
|
|
final boolean |
postDisable, |
|
|
final int |
num, |
|
|
final long |
postDelay |
|
) |
| throws InterruptedException |
|
static |
◆ displayVCArraysNoChecks()
| static void com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.displayVCArraysNoChecks |
( |
final GLDrawable |
drawable, |
|
|
final GL2ES2 |
gl, |
|
|
final boolean |
preEnable, |
|
|
final GLArrayDataServer |
vertices, |
|
|
final GLArrayDataServer |
colors, |
|
|
final boolean |
postDisable |
|
) |
| throws InterruptedException |
|
static |
◆ pause()
| static void com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.pause |
( |
final long |
ms | ) |
throws InterruptedException |
|
static |
◆ validateGLArrayDataServerState()
◆ colors0
| final float [] com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.colors0 |
|
static |
Initial value:= new float[] { 1f, 0f, 0f, 1f,
0f, 0f, 1f, 1f,
1f, 0f, 0f, 1f,
1f, 0f, 1f, 1f }
Definition at line 203 of file GLSLMiscHelper.java.
◆ colors1
| final float [] com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.colors1 |
|
static |
Initial value:= new float[] { 1f, 0f, 1f, 1f,
0f, 1f, 0f, 1f,
1f, 0f, 1f, 1f,
1f, 0f, 1f, 1f }
Definition at line 208 of file GLSLMiscHelper.java.
◆ frames_perftest
| final int com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.frames_perftest = 600 |
|
static |
◆ frames_warmup
| final int com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.frames_warmup = 100 |
|
static |
◆ vertices0
| final float [] com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.vertices0 |
|
static |
Initial value:= new float[] { -2f, 2f, 0f,
2f, 2f, 0f,
-2f, -2f, 0f,
2f, -2f, 0f }
Definition at line 158 of file GLSLMiscHelper.java.
◆ vertices1
| final float [] com.jogamp.opengl.test.junit.jogl.glsl.GLSLMiscHelper.vertices1 |
|
static |
Initial value:= new float[] { -2f, 1f, 0f,
2f, 1f, 0f,
-2f, -1f, 0f,
2f, -1f, 0f }
Definition at line 163 of file GLSLMiscHelper.java.
The documentation for this class was generated from the following file: