| GL_COLOR_ARRAY | com.jogamp.opengl.fixedfunc.GLPointerFunc | static |
| GL_NORMAL_ARRAY | com.jogamp.opengl.fixedfunc.GLPointerFunc | static |
| GL_TEXTURE_COORD_ARRAY | com.jogamp.opengl.fixedfunc.GLPointerFunc | static |
| GL_VERTEX_ARRAY | com.jogamp.opengl.fixedfunc.GLPointerFunc | static |
| glColor4f(float red, float green, float blue, float alpha) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glColorPointer(GLArrayData array) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glColorPointer(int size, int type, int stride, java.nio.Buffer pointer) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glColorPointer(int size, int type, int stride, long pointer_buffer_offset) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glDisableClientState(int arrayName) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glEnableClientState(int arrayName) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glNormalPointer(GLArrayData array) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glNormalPointer(int type, int stride, java.nio.Buffer pointer) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glNormalPointer(int type, int stride, long pointer_buffer_offset) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glTexCoordPointer(GLArrayData array) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glTexCoordPointer(int size, int type, int stride, java.nio.Buffer pointer) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glTexCoordPointer(int size, int type, int stride, long pointer_buffer_offset) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glVertexPointer(GLArrayData array) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glVertexPointer(int size, int type, int stride, java.nio.Buffer pointer) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |
| glVertexPointer(int size, int type, int stride, long pointer_buffer_offset) | com.jogamp.opengl.fixedfunc.GLPointerFunc | |