File: GL_IBM_vertex_array_lists

package info (click to toggle)
opencsg 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,528 kB
  • ctags: 18,360
  • sloc: ansic: 38,842; cpp: 4,954; sh: 1,444; perl: 859; makefile: 641
file content (27 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GL_IBM_vertex_array_lists
http://www.opengl.org/registry/specs/IBM/vertex_array_lists.txt
GL_IBM_vertex_array_lists
	GL_VERTEX_ARRAY_LIST_IBM 103070
	GL_NORMAL_ARRAY_LIST_IBM 103071
	GL_COLOR_ARRAY_LIST_IBM 103072
	GL_INDEX_ARRAY_LIST_IBM 103073
	GL_TEXTURE_COORD_ARRAY_LIST_IBM 103074
	GL_EDGE_FLAG_ARRAY_LIST_IBM 103075
	GL_FOG_COORDINATE_ARRAY_LIST_IBM 103076
	GL_SECONDARY_COLOR_ARRAY_LIST_IBM 103077
	GL_VERTEX_ARRAY_LIST_STRIDE_IBM 103080
	GL_NORMAL_ARRAY_LIST_STRIDE_IBM 103081
	GL_COLOR_ARRAY_LIST_STRIDE_IBM 103082
	GL_INDEX_ARRAY_LIST_STRIDE_IBM 103083
	GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM 103084
	GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM 103085
	GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM 103086
	GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM 103087
	void glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glEdgeFlagPointerListIBM (GLint stride, const GLboolean ** pointer, GLint ptrstride)
	void glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
	void glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)