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