~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/GL_IBM_vertex_array_lists

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-02-10 21:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050210212142-2b1p2th5s3d0wjdz
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

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