source: trunk/src/opengl/glos2.h@ 2532

Last change on this file since 2532 was 2532, checked in by sandervl, 26 years ago

JvdH: Created opengl dll

File size: 24.4 KB
Line 
1/* $Id: glos2.h,v 1.1 2000-01-27 21:49:11 sandervl Exp $ */
2#ifndef __glos2_h_
3#define __glos2_h_
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef unsigned long GLenum;
10typedef unsigned char GLboolean;
11typedef unsigned long GLbitfield;
12typedef signed char GLbyte;
13typedef short GLshort;
14typedef long GLint;
15typedef long GLsizei;
16typedef unsigned char GLubyte;
17typedef unsigned short GLushort;
18typedef unsigned long GLuint;
19typedef float GLfloat;
20typedef float GLclampf;
21typedef double GLdouble;
22typedef double GLclampd;
23typedef void GLvoid;
24
25extern void APIENTRY OS2glAccum (GLenum op, GLfloat value);
26extern void APIENTRY OS2glAlphaFunc (GLenum func, GLclampf ref);
27extern GLboolean APIENTRY OS2glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences);
28extern void APIENTRY OS2glArrayElement (GLint i);
29extern void APIENTRY OS2glBegin (GLenum mode);
30extern void APIENTRY OS2glBindTexture (GLenum target, GLuint texture);
31extern void APIENTRY OS2glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
32extern void APIENTRY OS2glBlendEquation (GLenum mode);
33extern void APIENTRY OS2glBlendFunc (GLenum sfactor, GLenum dfactor);
34extern void APIENTRY OS2glCallList (GLuint list);
35extern void APIENTRY OS2glCallLists (GLsizei n, GLenum type, const GLvoid *lists);
36extern void APIENTRY OS2glClear (GLbitfield mask);
37extern void APIENTRY OS2glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
38extern void APIENTRY OS2glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
39extern void APIENTRY OS2glClearDepth (GLclampd depth);
40extern void APIENTRY OS2glClearIndex (GLfloat c);
41extern void APIENTRY OS2glClearStencil (GLint s);
42extern void APIENTRY OS2glClipPlane (GLenum plane, const GLdouble *equation);
43extern void APIENTRY OS2glColor3b (GLbyte red, GLbyte green, GLbyte blue);
44extern void APIENTRY OS2glColor3bv (const GLbyte *v);
45extern void APIENTRY OS2glColor3d (GLdouble red, GLdouble green, GLdouble blue);
46extern void APIENTRY OS2glColor3dv (const GLdouble *v);
47extern void APIENTRY OS2glColor3f (GLfloat red, GLfloat green, GLfloat blue);
48extern void APIENTRY OS2glColor3fv (const GLfloat *v);
49extern void APIENTRY OS2glColor3i (GLint red, GLint green, GLint blue);
50extern void APIENTRY OS2glColor3iv (const GLint *v);
51extern void APIENTRY OS2glColor3s (GLshort red, GLshort green, GLshort blue);
52extern void APIENTRY OS2glColor3sv (const GLshort *v);
53extern void APIENTRY OS2glColor3ub (GLubyte red, GLubyte green, GLubyte blue);
54extern void APIENTRY OS2glColor3ubv (const GLubyte *v);
55extern void APIENTRY OS2glColor3ui (GLuint red, GLuint green, GLuint blue);
56extern void APIENTRY OS2glColor3uiv (const GLuint *v);
57extern void APIENTRY OS2glColor3us (GLushort red, GLushort green, GLushort blue);
58extern void APIENTRY OS2glColor3usv (const GLushort *v);
59extern void APIENTRY OS2glColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
60extern void APIENTRY OS2glColor4bv (const GLbyte *v);
61extern void APIENTRY OS2glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
62extern void APIENTRY OS2glColor4dv (const GLdouble *v);
63extern void APIENTRY OS2glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
64extern void APIENTRY OS2glColor4fv (const GLfloat *v);
65extern void APIENTRY OS2glColor4i (GLint red, GLint green, GLint blue, GLint alpha);
66extern void APIENTRY OS2glColor4iv (const GLint *v);
67extern void APIENTRY OS2glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha);
68extern void APIENTRY OS2glColor4sv (const GLshort *v);
69extern void APIENTRY OS2glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
70extern void APIENTRY OS2glColor4ubv (const GLubyte *v);
71extern void APIENTRY OS2glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha);
72extern void APIENTRY OS2glColor4uiv (const GLuint *v);
73extern void APIENTRY OS2glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha);
74extern void APIENTRY OS2glColor4usv (const GLushort *v);
75extern void APIENTRY OS2glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
76extern void APIENTRY OS2glColorMaterial (GLenum face, GLenum mode);
77extern void APIENTRY OS2glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
78extern void APIENTRY OS2glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
79extern void APIENTRY OS2glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
80extern void APIENTRY OS2glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
81extern void APIENTRY OS2glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
82extern void APIENTRY OS2glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
83extern void APIENTRY OS2glCullFace (GLenum mode);
84extern void APIENTRY OS2glDeleteLists (GLuint list, GLsizei range);
85extern void APIENTRY OS2glDeleteTextures (GLsizei n, const GLuint *textures);
86extern void APIENTRY OS2glDepthFunc (GLenum func);
87extern void APIENTRY OS2glDepthMask (GLboolean flag);
88extern void APIENTRY OS2glDepthRange (GLclampd near, GLclampd far);
89extern void APIENTRY OS2glDisable (GLenum cap);
90extern void APIENTRY OS2glDisableClientState (GLenum array);
91extern void APIENTRY OS2glDrawArrays (GLenum mode, GLint first, GLsizei count);
92extern void APIENTRY OS2glDrawBuffer (GLenum mode);
93extern void APIENTRY OS2glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
94extern void APIENTRY OS2glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
95extern void APIENTRY OS2glEdgeFlag (GLboolean flag);
96extern void APIENTRY OS2glEdgeFlagPointer (GLsizei stride, const GLboolean *pointer);
97extern void APIENTRY OS2glEdgeFlagv (const GLboolean *flag);
98extern void APIENTRY OS2glEnable (GLenum cap);
99extern void APIENTRY OS2glEnableClientState (GLenum array);
100extern void APIENTRY OS2glEnd (void);
101extern void APIENTRY OS2glEndList (void);
102extern void APIENTRY OS2glEvalCoord1d (GLdouble u);
103extern void APIENTRY OS2glEvalCoord1dv (const GLdouble *u);
104extern void APIENTRY OS2glEvalCoord1f (GLfloat u);
105extern void APIENTRY OS2glEvalCoord1fv (const GLfloat *u);
106extern void APIENTRY OS2glEvalCoord2d (GLdouble u, GLdouble v);
107extern void APIENTRY OS2glEvalCoord2dv (const GLdouble *u);
108extern void APIENTRY OS2glEvalCoord2f (GLfloat u, GLfloat v);
109extern void APIENTRY OS2glEvalCoord2fv (const GLfloat *u);
110extern void APIENTRY OS2glEvalMesh1 (GLenum mode, GLint i1, GLint i2);
111extern void APIENTRY OS2glEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
112extern void APIENTRY OS2glEvalPoint1 (GLint i);
113extern void APIENTRY OS2glEvalPoint2 (GLint i, GLint j);
114extern void APIENTRY OS2glFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer);
115extern void APIENTRY OS2glFinish (void);
116extern void APIENTRY OS2glFlush (void);
117extern void APIENTRY OS2glFogf (GLenum pname, GLfloat param);
118extern void APIENTRY OS2glFogfv (GLenum pname, const GLfloat *params);
119extern void APIENTRY OS2glFogi (GLenum pname, GLint param);
120extern void APIENTRY OS2glFogiv (GLenum pname, const GLint *params);
121extern void APIENTRY OS2glFrontFace (GLenum mode);
122extern void APIENTRY OS2glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near, GLdouble far);
123extern GLuint APIENTRY OS2glGenLists (GLsizei range);
124extern void APIENTRY OS2glGenTextures (GLsizei n, GLuint *textures);
125extern void APIENTRY OS2glGetBooleanv (GLenum pname, GLboolean *params);
126extern void APIENTRY OS2glGetClipPlane (GLenum plane, GLdouble *equation);
127extern void APIENTRY OS2glGetDoublev (GLenum pname, GLdouble *params);
128extern GLenum APIENTRY OS2glGetError (void);
129extern void APIENTRY OS2glGetFloatv (GLenum pname, GLfloat *params);
130extern void APIENTRY OS2glGetIntegerv (GLenum pname, GLint *params);
131extern void APIENTRY OS2glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
132extern void APIENTRY OS2glGetLightiv (GLenum light, GLenum pname, GLint *params);
133extern void APIENTRY OS2glGetMapdv (GLenum target, GLenum query, GLdouble *v);
134extern void APIENTRY OS2glGetMapfv (GLenum target, GLenum query, GLfloat *v);
135extern void APIENTRY OS2glGetMapiv (GLenum target, GLenum query, GLint *v);
136extern void APIENTRY OS2glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
137extern void APIENTRY OS2glGetMaterialiv (GLenum face, GLenum pname, GLint *params);
138extern void APIENTRY OS2glGetPixelMapfv (GLenum map, GLfloat *values);
139extern void APIENTRY OS2glGetPixelMapuiv (GLenum map, GLuint *values);
140extern void APIENTRY OS2glGetPixelMapusv (GLenum map, GLushort *values);
141extern void APIENTRY OS2glGetPointerv (GLenum pname, GLvoid *params);
142extern void APIENTRY OS2glGetPolygonStipple (GLubyte *mask);
143extern const GLubyte * APIENTRY OS2glGetString (GLenum name);
144extern void APIENTRY OS2glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
145extern void APIENTRY OS2glGetTexEnviv (GLenum target, GLenum pname, GLint *params);
146extern void APIENTRY OS2glGetTexGendv (GLenum coord, GLenum pname, GLdouble *params);
147extern void APIENTRY OS2glGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params);
148extern void APIENTRY OS2glGetTexGeniv (GLenum coord, GLenum pname, GLint *params);
149extern void APIENTRY OS2glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels);
150extern void APIENTRY OS2glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params);
151extern void APIENTRY OS2glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params);
152extern void APIENTRY OS2glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
153extern void APIENTRY OS2glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
154extern void APIENTRY OS2glHint (GLenum target, GLenum mode);
155extern void APIENTRY OS2glIndexMask (GLuint mask);
156extern void APIENTRY OS2glIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer);
157extern void APIENTRY OS2glIndexd (GLdouble c);
158extern void APIENTRY OS2glIndexdv (const GLdouble *c);
159extern void APIENTRY OS2glIndexf (GLfloat c);
160extern void APIENTRY OS2glIndexfv (const GLfloat *c);
161extern void APIENTRY OS2glIndexi (GLint c);
162extern void APIENTRY OS2glIndexiv (const GLint *c);
163extern void APIENTRY OS2glIndexs (GLshort c);
164extern void APIENTRY OS2glIndexsv (const GLshort *c);
165extern void APIENTRY OS2glIndexub (GLubyte c);
166extern void APIENTRY OS2glIndexubv (const GLubyte *c);
167extern void APIENTRY OS2glInitNames (void);
168extern void APIENTRY OS2glInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer);
169extern GLboolean APIENTRY OS2glIsEnabled (GLenum cap);
170extern GLboolean APIENTRY OS2glIsList (GLuint list);
171extern GLboolean APIENTRY OS2glIsTexture (GLuint texture);
172extern void APIENTRY OS2glLightModelf (GLenum pname, GLfloat param);
173extern void APIENTRY OS2glLightModelfv (GLenum pname, const GLfloat *params);
174extern void APIENTRY OS2glLightModeli (GLenum pname, GLint param);
175extern void APIENTRY OS2glLightModeliv (GLenum pname, const GLint *params);
176extern void APIENTRY OS2glLightf (GLenum light, GLenum pname, GLfloat param);
177extern void APIENTRY OS2glLightfv (GLenum light, GLenum pname, const GLfloat *params);
178extern void APIENTRY OS2glLighti (GLenum light, GLenum pname, GLint param);
179extern void APIENTRY OS2glLightiv (GLenum light, GLenum pname, const GLint *params);
180extern void APIENTRY OS2glLineStipple (GLint factor, GLushort pattern);
181extern void APIENTRY OS2glLineWidth (GLfloat width);
182extern void APIENTRY OS2glListBase (GLuint base);
183extern void APIENTRY OS2glLoadIdentity (void);
184extern void APIENTRY OS2glLoadMatrixd (const GLdouble *m);
185extern void APIENTRY OS2glLoadMatrixf (const GLfloat *m);
186extern void APIENTRY OS2glLoadName (GLuint name);
187extern void APIENTRY OS2glLogicOp (GLenum opcode);
188extern void APIENTRY OS2glMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);
189extern void APIENTRY OS2glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);
190extern void APIENTRY OS2glMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);
191extern void APIENTRY OS2glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);
192extern void APIENTRY OS2glMapGrid1d (GLint un, GLdouble u1, GLdouble u2);
193extern void APIENTRY OS2glMapGrid1f (GLint un, GLfloat u1, GLfloat u2);
194extern void APIENTRY OS2glMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
195extern void APIENTRY OS2glMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
196extern void APIENTRY OS2glMaterialf (GLenum face, GLenum pname, GLfloat param);
197extern void APIENTRY OS2glMaterialfv (GLenum face, GLenum pname, const GLfloat *params);
198extern void APIENTRY OS2glMateriali (GLenum face, GLenum pname, GLint param);
199extern void APIENTRY OS2glMaterialiv (GLenum face, GLenum pname, const GLint *params);
200extern void APIENTRY OS2glMatrixMode (GLenum mode);
201extern void APIENTRY OS2glMultMatrixd (const GLdouble *m);
202extern void APIENTRY OS2glMultMatrixf (const GLfloat *m);
203extern void APIENTRY OS2glNewList (GLuint list, GLenum mode);
204extern void APIENTRY OS2glNormal3b (GLbyte nx, GLbyte ny, GLbyte nz);
205extern void APIENTRY OS2glNormal3bv (const GLbyte *v);
206extern void APIENTRY OS2glNormal3d (GLdouble nx, GLdouble ny, GLdouble nz);
207extern void APIENTRY OS2glNormal3dv (const GLdouble *v);
208extern void APIENTRY OS2glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
209extern void APIENTRY OS2glNormal3fv (const GLfloat *v);
210extern void APIENTRY OS2glNormal3i (GLint nx, GLint ny, GLint nz);
211extern void APIENTRY OS2glNormal3iv (const GLint *v);
212extern void APIENTRY OS2glNormal3s (GLshort nx, GLshort ny, GLshort nz);
213extern void APIENTRY OS2glNormal3sv (const GLshort *v);
214extern void APIENTRY OS2glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer);
215extern void APIENTRY OS2glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near, GLdouble far);
216extern void APIENTRY OS2glPassThrough (GLfloat token);
217extern void APIENTRY OS2glPixelMapfv (GLenum map, GLsizei mapsize, const GLfloat *values);
218extern void APIENTRY OS2glPixelMapuiv (GLenum map, GLsizei mapsize, const GLuint *values);
219extern void APIENTRY OS2glPixelMapusv (GLenum map, GLsizei mapsize, const GLushort *values);
220extern void APIENTRY OS2glPixelStoref (GLenum pname, GLfloat param);
221extern void APIENTRY OS2glPixelStorei (GLenum pname, GLint param);
222extern void APIENTRY OS2glPixelTransferf (GLenum pname, GLfloat param);
223extern void APIENTRY OS2glPixelTransferi (GLenum pname, GLint param);
224extern void APIENTRY OS2glPixelZoom (GLfloat xfactor, GLfloat yfactor);
225extern void APIENTRY OS2glPointSize (GLfloat size);
226extern void APIENTRY OS2glPolygonMode (GLenum face, GLenum mode);
227extern void APIENTRY OS2glPolygonOffset (GLfloat factor, GLfloat units);
228extern void APIENTRY OS2glPolygonStipple (const GLubyte *mask);
229extern void APIENTRY OS2glPopAttrib (void);
230extern void APIENTRY OS2glPopClientAttrib (void);
231extern void APIENTRY OS2glPopMatrix (void);
232extern void APIENTRY OS2glPopName (void);
233extern void APIENTRY OS2glPrioritizeTextures (GLsizei n, const GLuint *textures, const GLclampf *priorities);
234extern void APIENTRY OS2glPushAttrib (GLbitfield mask);
235extern void APIENTRY OS2glPushClientAttrib (GLbitfield mask);
236extern void APIENTRY OS2glPushMatrix (void);
237extern void APIENTRY OS2glPushName (GLuint name);
238extern void APIENTRY OS2glRasterPos2d (GLdouble x, GLdouble y);
239extern void APIENTRY OS2glRasterPos2dv (const GLdouble *v);
240extern void APIENTRY OS2glRasterPos2f (GLfloat x, GLfloat y);
241extern void APIENTRY OS2glRasterPos2fv (const GLfloat *v);
242extern void APIENTRY OS2glRasterPos2i (GLint x, GLint y);
243extern void APIENTRY OS2glRasterPos2iv (const GLint *v);
244extern void APIENTRY OS2glRasterPos2s (GLshort x, GLshort y);
245extern void APIENTRY OS2glRasterPos2sv (const GLshort *v);
246extern void APIENTRY OS2glRasterPos3d (GLdouble x, GLdouble y, GLdouble z);
247extern void APIENTRY OS2glRasterPos3dv (const GLdouble *v);
248extern void APIENTRY OS2glRasterPos3f (GLfloat x, GLfloat y, GLfloat z);
249extern void APIENTRY OS2glRasterPos3fv (const GLfloat *v);
250extern void APIENTRY OS2glRasterPos3i (GLint x, GLint y, GLint z);
251extern void APIENTRY OS2glRasterPos3iv (const GLint *v);
252extern void APIENTRY OS2glRasterPos3s (GLshort x, GLshort y, GLshort z);
253extern void APIENTRY OS2glRasterPos3sv (const GLshort *v);
254extern void APIENTRY OS2glRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w);
255extern void APIENTRY OS2glRasterPos4dv (const GLdouble *v);
256extern void APIENTRY OS2glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w);
257extern void APIENTRY OS2glRasterPos4fv (const GLfloat *v);
258extern void APIENTRY OS2glRasterPos4i (GLint x, GLint y, GLint z, GLint w);
259extern void APIENTRY OS2glRasterPos4iv (const GLint *v);
260extern void APIENTRY OS2glRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w);
261extern void APIENTRY OS2glRasterPos4sv (const GLshort *v);
262extern void APIENTRY OS2glReadBuffer (GLenum mode);
263extern void APIENTRY OS2glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
264extern void APIENTRY OS2glRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
265extern void APIENTRY OS2glRectdv (const GLdouble *v1, const GLdouble *v2);
266extern void APIENTRY OS2glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
267extern void APIENTRY OS2glRectfv (const GLfloat *v1, const GLfloat *v2);
268extern void APIENTRY OS2glRecti (GLint x1, GLint y1, GLint x2, GLint y2);
269extern void APIENTRY OS2glRectiv (const GLint *v1, const GLint *v2);
270extern void APIENTRY OS2glRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2);
271extern void APIENTRY OS2glRectsv (const GLshort *v1, const GLshort *v2);
272extern GLint APIENTRY OS2glRenderMode (GLenum mode);
273extern void APIENTRY OS2glRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
274extern void APIENTRY OS2glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
275extern void APIENTRY OS2glScaled (GLdouble x, GLdouble y, GLdouble z);
276extern void APIENTRY OS2glScalef (GLfloat x, GLfloat y, GLfloat z);
277extern void APIENTRY OS2glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
278extern void APIENTRY OS2glSelectBuffer (GLsizei size, GLuint *buffer);
279extern void APIENTRY OS2glShadeModel (GLenum mode);
280extern void APIENTRY OS2glStencilFunc (GLenum func, GLint ref, GLuint mask);
281extern void APIENTRY OS2glStencilMask (GLuint mask);
282extern void APIENTRY OS2glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
283extern void APIENTRY OS2glTexCoord1d (GLdouble s);
284extern void APIENTRY OS2glTexCoord1dv (const GLdouble *v);
285extern void APIENTRY OS2glTexCoord1f (GLfloat s);
286extern void APIENTRY OS2glTexCoord1fv (const GLfloat *v);
287extern void APIENTRY OS2glTexCoord1i (GLint s);
288extern void APIENTRY OS2glTexCoord1iv (const GLint *v);
289extern void APIENTRY OS2glTexCoord1s (GLshort s);
290extern void APIENTRY OS2glTexCoord1sv (const GLshort *v);
291extern void APIENTRY OS2glTexCoord2d (GLdouble s, GLdouble t);
292extern void APIENTRY OS2glTexCoord2dv (const GLdouble *v);
293extern void APIENTRY OS2glTexCoord2f (GLfloat s, GLfloat t);
294extern void APIENTRY OS2glTexCoord2fv (const GLfloat *v);
295extern void APIENTRY OS2glTexCoord2i (GLint s, GLint t);
296extern void APIENTRY OS2glTexCoord2iv (const GLint *v);
297extern void APIENTRY OS2glTexCoord2s (GLshort s, GLshort t);
298extern void APIENTRY OS2glTexCoord2sv (const GLshort *v);
299extern void APIENTRY OS2glTexCoord3d (GLdouble s, GLdouble t, GLdouble r);
300extern void APIENTRY OS2glTexCoord3dv (const GLdouble *v);
301extern void APIENTRY OS2glTexCoord3f (GLfloat s, GLfloat t, GLfloat r);
302extern void APIENTRY OS2glTexCoord3fv (const GLfloat *v);
303extern void APIENTRY OS2glTexCoord3i (GLint s, GLint t, GLint r);
304extern void APIENTRY OS2glTexCoord3iv (const GLint *v);
305extern void APIENTRY OS2glTexCoord3s (GLshort s, GLshort t, GLshort r);
306extern void APIENTRY OS2glTexCoord3sv (const GLshort *v);
307extern void APIENTRY OS2glTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q);
308extern void APIENTRY OS2glTexCoord4dv (const GLdouble *v);
309extern void APIENTRY OS2glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q);
310extern void APIENTRY OS2glTexCoord4fv (const GLfloat *v);
311extern void APIENTRY OS2glTexCoord4i (GLint s, GLint t, GLint r, GLint q);
312extern void APIENTRY OS2glTexCoord4iv (const GLint *v);
313extern void APIENTRY OS2glTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q);
314extern void APIENTRY OS2glTexCoord4sv (const GLshort *v);
315extern void APIENTRY OS2glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
316extern void APIENTRY OS2glTexEnvf (GLenum target, GLenum pname, GLfloat param);
317extern void APIENTRY OS2glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params);
318extern void APIENTRY OS2glTexEnvi (GLenum target, GLenum pname, GLint param);
319extern void APIENTRY OS2glTexEnviv (GLenum target, GLenum pname, const GLint *params);
320extern void APIENTRY OS2glTexGend (GLenum coord, GLenum pname, GLdouble param);
321extern void APIENTRY OS2glTexGendv (GLenum coord, GLenum pname, const GLdouble *params);
322extern void APIENTRY OS2glTexGenf (GLenum coord, GLenum pname, GLfloat param);
323extern void APIENTRY OS2glTexGenfv (GLenum coord, GLenum pname, const GLfloat *params);
324extern void APIENTRY OS2glTexGeni (GLenum coord, GLenum pname, GLint param);
325extern void APIENTRY OS2glTexGeniv (GLenum coord, GLenum pname, const GLint *params);
326extern void APIENTRY OS2glTexImage1D (GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
327extern void APIENTRY OS2glTexImage2D (GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
328extern void APIENTRY OS2glTexParameterf (GLenum target, GLenum pname, GLfloat param);
329extern void APIENTRY OS2glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params);
330extern void APIENTRY OS2glTexParameteri (GLenum target, GLenum pname, GLint param);
331extern void APIENTRY OS2glTexParameteriv (GLenum target, GLenum pname, const GLint *params);
332extern void APIENTRY OS2glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
333extern void APIENTRY OS2glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
334extern void APIENTRY OS2glTranslated (GLdouble x, GLdouble y, GLdouble z);
335extern void APIENTRY OS2glTranslatef (GLfloat x, GLfloat y, GLfloat z);
336extern void APIENTRY OS2glVertex2d (GLdouble x, GLdouble y);
337extern void APIENTRY OS2glVertex2dv (const GLdouble *v);
338extern void APIENTRY OS2glVertex2f (GLfloat x, GLfloat y);
339extern void APIENTRY OS2glVertex2fv (const GLfloat *v);
340extern void APIENTRY OS2glVertex2i (GLint x, GLint y);
341extern void APIENTRY OS2glVertex2iv (const GLint *v);
342extern void APIENTRY OS2glVertex2s (GLshort x, GLshort y);
343extern void APIENTRY OS2glVertex2sv (const GLshort *v);
344extern void APIENTRY OS2glVertex3d (GLdouble x, GLdouble y, GLdouble z);
345extern void APIENTRY OS2glVertex3dv (const GLdouble *v);
346extern void APIENTRY OS2glVertex3f (GLfloat x, GLfloat y, GLfloat z);
347extern void APIENTRY OS2glVertex3fv (const GLfloat *v);
348extern void APIENTRY OS2glVertex3i (GLint x, GLint y, GLint z);
349extern void APIENTRY OS2glVertex3iv (const GLint *v);
350extern void APIENTRY OS2glVertex3s (GLshort x, GLshort y, GLshort z);
351extern void APIENTRY OS2glVertex3sv (const GLshort *v);
352extern void APIENTRY OS2glVertex4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w);
353extern void APIENTRY OS2glVertex4dv (const GLdouble *v);
354extern void APIENTRY OS2glVertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w);
355extern void APIENTRY OS2glVertex4fv (const GLfloat *v);
356extern void APIENTRY OS2glVertex4i (GLint x, GLint y, GLint z, GLint w);
357extern void APIENTRY OS2glVertex4iv (const GLint *v);
358extern void APIENTRY OS2glVertex4s (GLshort x, GLshort y, GLshort z, GLshort w);
359extern void APIENTRY OS2glVertex4sv (const GLshort *v);
360extern void APIENTRY OS2glVertexPointer (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
361extern void APIENTRY OS2glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
362
363#ifdef __cplusplus
364}
365#endif
366
367#endif /* __glos2_h_ */
Note: See TracBrowser for help on using the repository browser.