|
| void | glEnableClientState (int arrayName) |
| |
| void | glDisableClientState (int arrayName) |
| |
| void | glVertexPointer (GLArrayData array) |
| |
| void | glVertexPointer (int size, int type, int stride, java.nio.Buffer pointer) |
| |
| void | glVertexPointer (int size, int type, int stride, long pointer_buffer_offset) |
| |
| void | glColorPointer (GLArrayData array) |
| |
| void | glColorPointer (int size, int type, int stride, java.nio.Buffer pointer) |
| |
| void | glColorPointer (int size, int type, int stride, long pointer_buffer_offset) |
| |
| void | glColor4f (float red, float green, float blue, float alpha) |
| |
| void | glNormalPointer (GLArrayData array) |
| |
| void | glNormalPointer (int type, int stride, java.nio.Buffer pointer) |
| |
| void | glNormalPointer (int type, int stride, long pointer_buffer_offset) |
| |
| void | glTexCoordPointer (GLArrayData array) |
| |
| void | glTexCoordPointer (int size, int type, int stride, java.nio.Buffer pointer) |
| |
| void | glTexCoordPointer (int size, int type, int stride, long pointer_buffer_offset) |
| |
Definition at line 34 of file GLPointerFunc.java.
◆ glColor4f()
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColor4f |
( |
float |
red, |
|
|
float |
green, |
|
|
float |
blue, |
|
|
float |
alpha |
|
) |
| |
◆ glColorPointer() [1/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColorPointer |
( |
GLArrayData |
array | ) |
|
◆ glColorPointer() [2/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColorPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
java.nio.Buffer |
pointer |
|
) |
| |
◆ glColorPointer() [3/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColorPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
long |
pointer_buffer_offset |
|
) |
| |
◆ glDisableClientState()
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glDisableClientState |
( |
int |
arrayName | ) |
|
◆ glEnableClientState()
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glEnableClientState |
( |
int |
arrayName | ) |
|
◆ glNormalPointer() [1/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glNormalPointer |
( |
GLArrayData |
array | ) |
|
◆ glNormalPointer() [2/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glNormalPointer |
( |
int |
type, |
|
|
int |
stride, |
|
|
java.nio.Buffer |
pointer |
|
) |
| |
◆ glNormalPointer() [3/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glNormalPointer |
( |
int |
type, |
|
|
int |
stride, |
|
|
long |
pointer_buffer_offset |
|
) |
| |
◆ glTexCoordPointer() [1/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glTexCoordPointer |
( |
GLArrayData |
array | ) |
|
◆ glTexCoordPointer() [2/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glTexCoordPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
java.nio.Buffer |
pointer |
|
) |
| |
◆ glTexCoordPointer() [3/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glTexCoordPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
long |
pointer_buffer_offset |
|
) |
| |
◆ glVertexPointer() [1/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glVertexPointer |
( |
GLArrayData |
array | ) |
|
◆ glVertexPointer() [2/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glVertexPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
java.nio.Buffer |
pointer |
|
) |
| |
◆ glVertexPointer() [3/3]
| void com.jogamp.opengl.fixedfunc.GLPointerFunc.glVertexPointer |
( |
int |
size, |
|
|
int |
type, |
|
|
int |
stride, |
|
|
long |
pointer_buffer_offset |
|
) |
| |
◆ GL_COLOR_ARRAY
| final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_COLOR_ARRAY = 0x8076 |
|
static |
◆ GL_NORMAL_ARRAY
| final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_NORMAL_ARRAY = 0x8075 |
|
static |
◆ GL_TEXTURE_COORD_ARRAY
| final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_TEXTURE_COORD_ARRAY = 0x8078 |
|
static |
◆ GL_VERTEX_ARRAY
| final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_VERTEX_ARRAY = 0x8074 |
|
static |
The documentation for this interface was generated from the following file: