JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.fixedfunc.GLPointerFunc Interface Reference
Inheritance diagram for com.jogamp.opengl.fixedfunc.GLPointerFunc:
Collaboration diagram for com.jogamp.opengl.fixedfunc.GLPointerFunc:

Public Member Functions

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)
 

Static Public Attributes

static final int GL_VERTEX_ARRAY = 0x8074
 
static final int GL_NORMAL_ARRAY = 0x8075
 
static final int GL_COLOR_ARRAY = 0x8076
 
static final int GL_TEXTURE_COORD_ARRAY = 0x8078
 

Detailed Description

Definition at line 34 of file GLPointerFunc.java.

Member Function Documentation

◆ glColor4f()

void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColor4f ( float  red,
float  green,
float  blue,
float  alpha 
)

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.TraceGL4bc, and com.jogamp.opengl.TraceGLES1.

Here is the caller graph for this function:

◆ glColorPointer() [1/3]

void com.jogamp.opengl.fixedfunc.GLPointerFunc.glColorPointer ( GLArrayData  array)
Here is the caller graph for this function:

◆ 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)

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.TraceGL4bc, and com.jogamp.opengl.TraceGLES1.

Here is the caller graph for this function:

◆ glEnableClientState()

void com.jogamp.opengl.fixedfunc.GLPointerFunc.glEnableClientState ( int  arrayName)

Implemented in com.jogamp.opengl.DebugGL4bc, com.jogamp.opengl.DebugGLES1, com.jogamp.opengl.TraceGL4bc, and com.jogamp.opengl.TraceGLES1.

Here is the caller graph for this function:

◆ glNormalPointer() [1/3]

void com.jogamp.opengl.fixedfunc.GLPointerFunc.glNormalPointer ( GLArrayData  array)
Here is the caller graph for this function:

◆ 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)
Here is the caller graph for this function:

◆ 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)
Here is the caller graph for this function:

◆ 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 
)

Member Data Documentation

◆ GL_COLOR_ARRAY

final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_COLOR_ARRAY = 0x8076
static

Definition at line 37 of file GLPointerFunc.java.

◆ GL_NORMAL_ARRAY

final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_NORMAL_ARRAY = 0x8075
static

Definition at line 36 of file GLPointerFunc.java.

◆ GL_TEXTURE_COORD_ARRAY

final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_TEXTURE_COORD_ARRAY = 0x8078
static

Definition at line 38 of file GLPointerFunc.java.

◆ GL_VERTEX_ARRAY

final int com.jogamp.opengl.fixedfunc.GLPointerFunc.GL_VERTEX_ARRAY = 0x8074
static

Definition at line 35 of file GLPointerFunc.java.


The documentation for this interface was generated from the following file: