1GL_IBM_vertex_array_lists
2http://www.opengl.org/registry/specs/IBM/vertex_array_lists.txt
3GL_IBM_vertex_array_lists
4	GL_VERTEX_ARRAY_LIST_IBM 103070
5	GL_NORMAL_ARRAY_LIST_IBM 103071
6	GL_COLOR_ARRAY_LIST_IBM 103072
7	GL_INDEX_ARRAY_LIST_IBM 103073
8	GL_TEXTURE_COORD_ARRAY_LIST_IBM 103074
9	GL_EDGE_FLAG_ARRAY_LIST_IBM 103075
10	GL_FOG_COORDINATE_ARRAY_LIST_IBM 103076
11	GL_SECONDARY_COLOR_ARRAY_LIST_IBM 103077
12	GL_VERTEX_ARRAY_LIST_STRIDE_IBM 103080
13	GL_NORMAL_ARRAY_LIST_STRIDE_IBM 103081
14	GL_COLOR_ARRAY_LIST_STRIDE_IBM 103082
15	GL_INDEX_ARRAY_LIST_STRIDE_IBM 103083
16	GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM 103084
17	GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM 103085
18	GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM 103086
19	GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM 103087
20	void glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
21	void glEdgeFlagPointerListIBM (GLint stride, const GLboolean ** pointer, GLint ptrstride)
22	void glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
23	void glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
24	void glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
25	void glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
26	void glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
27	void glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
28