Last change
on this file since 5999 was 5999, checked in by vboxsync, 17 years ago |
The Giant CDDL Dual-License Header Change.
|
File size:
7.2 KB
|
Line | |
---|
1 | ;/** @file
|
---|
2 | ; *
|
---|
3 | ; * VBoxDisp -- Windows Guest OpenGL ICD
|
---|
4 | ; *
|
---|
5 | ; Copyright (C) 2006-2007 innotek GmbH
|
---|
6 | ;
|
---|
7 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
9 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | ; General Public License (GPL) as published by the Free Software
|
---|
11 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 | ;
|
---|
15 | ; */
|
---|
16 |
|
---|
17 | LIBRARY VBoxOGL
|
---|
18 |
|
---|
19 | EXPORTS
|
---|
20 | DrvCopyContext
|
---|
21 | DrvCreateContext
|
---|
22 | DrvCreateLayerContext
|
---|
23 | DrvDeleteContext
|
---|
24 | DrvDescribeLayerPlane
|
---|
25 | DrvDescribePixelFormat
|
---|
26 | DrvGetLayerPaletteEntries
|
---|
27 | DrvGetProcAddress
|
---|
28 | DrvRealizeLayerPalette
|
---|
29 | DrvReleaseContext
|
---|
30 | DrvSetContext
|
---|
31 | DrvSetLayerPaletteEntries
|
---|
32 | DrvSetPixelFormat
|
---|
33 | DrvShareLists
|
---|
34 | DrvSwapBuffers
|
---|
35 | DrvSwapLayerBuffers
|
---|
36 | DrvValidateVersion
|
---|
37 |
|
---|
38 | ; exported by the ICDTABLE
|
---|
39 | glNewList
|
---|
40 | glEndList
|
---|
41 | glCallList
|
---|
42 | glCallLists
|
---|
43 | glDeleteLists
|
---|
44 | glGenLists
|
---|
45 | glListBase
|
---|
46 | glBegin
|
---|
47 | glBitmap
|
---|
48 | glColor3b
|
---|
49 | glColor3bv
|
---|
50 | glColor3d
|
---|
51 | glColor3dv
|
---|
52 | glColor3f
|
---|
53 | glColor3fv
|
---|
54 | glColor3i
|
---|
55 | glColor3iv
|
---|
56 | glColor3s
|
---|
57 | glColor3sv
|
---|
58 | glColor3ub
|
---|
59 | glColor3ubv
|
---|
60 | glColor3ui
|
---|
61 | glColor3uiv
|
---|
62 | glColor3us
|
---|
63 | glColor3usv
|
---|
64 | glColor4b
|
---|
65 | glColor4bv
|
---|
66 | glColor4d
|
---|
67 | glColor4dv
|
---|
68 | glColor4f
|
---|
69 | glColor4fv
|
---|
70 | glColor4i
|
---|
71 | glColor4iv
|
---|
72 | glColor4s
|
---|
73 | glColor4sv
|
---|
74 | glColor4ub
|
---|
75 | glColor4ubv
|
---|
76 | glColor4ui
|
---|
77 | glColor4uiv
|
---|
78 | glColor4us
|
---|
79 | glColor4usv
|
---|
80 | glEdgeFlag
|
---|
81 | glEdgeFlagv
|
---|
82 | glEnd
|
---|
83 | glIndexd
|
---|
84 | glIndexdv
|
---|
85 | glIndexf
|
---|
86 | glIndexfv
|
---|
87 | glIndexi
|
---|
88 | glIndexiv
|
---|
89 | glIndexs
|
---|
90 | glIndexsv
|
---|
91 | glNormal3b
|
---|
92 | glNormal3bv
|
---|
93 | glNormal3d
|
---|
94 | glNormal3dv
|
---|
95 | glNormal3f
|
---|
96 | glNormal3fv
|
---|
97 | glNormal3i
|
---|
98 | glNormal3iv
|
---|
99 | glNormal3s
|
---|
100 | glNormal3sv
|
---|
101 | glRasterPos2d
|
---|
102 | glRasterPos2dv
|
---|
103 | glRasterPos2f
|
---|
104 | glRasterPos2fv
|
---|
105 | glRasterPos2i
|
---|
106 | glRasterPos2iv
|
---|
107 | glRasterPos2s
|
---|
108 | glRasterPos2sv
|
---|
109 | glRasterPos3d
|
---|
110 | glRasterPos3dv
|
---|
111 | glRasterPos3f
|
---|
112 | glRasterPos3fv
|
---|
113 | glRasterPos3i
|
---|
114 | glRasterPos3iv
|
---|
115 | glRasterPos3s
|
---|
116 | glRasterPos3sv
|
---|
117 | glRasterPos4d
|
---|
118 | glRasterPos4dv
|
---|
119 | glRasterPos4f
|
---|
120 | glRasterPos4fv
|
---|
121 | glRasterPos4i
|
---|
122 | glRasterPos4iv
|
---|
123 | glRasterPos4s
|
---|
124 | glRasterPos4sv
|
---|
125 | glRectd
|
---|
126 | glRectdv
|
---|
127 | glRectf
|
---|
128 | glRectfv
|
---|
129 | glRecti
|
---|
130 | glRectiv
|
---|
131 | glRects
|
---|
132 | glRectsv
|
---|
133 | glTexCoord1d
|
---|
134 | glTexCoord1dv
|
---|
135 | glTexCoord1f
|
---|
136 | glTexCoord1fv
|
---|
137 | glTexCoord1i
|
---|
138 | glTexCoord1iv
|
---|
139 | glTexCoord1s
|
---|
140 | glTexCoord1sv
|
---|
141 | glTexCoord2d
|
---|
142 | glTexCoord2dv
|
---|
143 | glTexCoord2f
|
---|
144 | glTexCoord2fv
|
---|
145 | glTexCoord2i
|
---|
146 | glTexCoord2iv
|
---|
147 | glTexCoord2s
|
---|
148 | glTexCoord2sv
|
---|
149 | glTexCoord3d
|
---|
150 | glTexCoord3dv
|
---|
151 | glTexCoord3f
|
---|
152 | glTexCoord3fv
|
---|
153 | glTexCoord3i
|
---|
154 | glTexCoord3iv
|
---|
155 | glTexCoord3s
|
---|
156 | glTexCoord3sv
|
---|
157 | glTexCoord4d
|
---|
158 | glTexCoord4dv
|
---|
159 | glTexCoord4f
|
---|
160 | glTexCoord4fv
|
---|
161 | glTexCoord4i
|
---|
162 | glTexCoord4iv
|
---|
163 | glTexCoord4s
|
---|
164 | glTexCoord4sv
|
---|
165 | glVertex2d
|
---|
166 | glVertex2dv
|
---|
167 | glVertex2f
|
---|
168 | glVertex2fv
|
---|
169 | glVertex2i
|
---|
170 | glVertex2iv
|
---|
171 | glVertex2s
|
---|
172 | glVertex2sv
|
---|
173 | glVertex3d
|
---|
174 | glVertex3dv
|
---|
175 | glVertex3f
|
---|
176 | glVertex3fv
|
---|
177 | glVertex3i
|
---|
178 | glVertex3iv
|
---|
179 | glVertex3s
|
---|
180 | glVertex3sv
|
---|
181 | glVertex4d
|
---|
182 | glVertex4dv
|
---|
183 | glVertex4f
|
---|
184 | glVertex4fv
|
---|
185 | glVertex4i
|
---|
186 | glVertex4iv
|
---|
187 | glVertex4s
|
---|
188 | glVertex4sv
|
---|
189 | glClipPlane
|
---|
190 | glColorMaterial
|
---|
191 | glCullFace
|
---|
192 | glFogf
|
---|
193 | glFogfv
|
---|
194 | glFogi
|
---|
195 | glFogiv
|
---|
196 | glFrontFace
|
---|
197 | glHint
|
---|
198 | glLightf
|
---|
199 | glLightfv
|
---|
200 | glLighti
|
---|
201 | glLightiv
|
---|
202 | glLightModelf
|
---|
203 | glLightModelfv
|
---|
204 | glLightModeli
|
---|
205 | glLightModeliv
|
---|
206 | glLineStipple
|
---|
207 | glLineWidth
|
---|
208 | glMaterialf
|
---|
209 | glMaterialfv
|
---|
210 | glMateriali
|
---|
211 | glMaterialiv
|
---|
212 | glPointSize
|
---|
213 | glPolygonMode
|
---|
214 | glPolygonStipple
|
---|
215 | glScissor
|
---|
216 | glShadeModel
|
---|
217 | glTexParameterf
|
---|
218 | glTexParameterfv
|
---|
219 | glTexParameteri
|
---|
220 | glTexParameteriv
|
---|
221 | glTexImage1D
|
---|
222 | glTexImage2D
|
---|
223 | glTexEnvf
|
---|
224 | glTexEnvfv
|
---|
225 | glTexEnvi
|
---|
226 | glTexEnviv
|
---|
227 | glTexGend
|
---|
228 | glTexGendv
|
---|
229 | glTexGenf
|
---|
230 | glTexGenfv
|
---|
231 | glTexGeni
|
---|
232 | glTexGeniv
|
---|
233 | glFeedbackBuffer
|
---|
234 | glSelectBuffer
|
---|
235 | glRenderMode
|
---|
236 | glInitNames
|
---|
237 | glLoadName
|
---|
238 | glPassThrough
|
---|
239 | glPopName
|
---|
240 | glPushName
|
---|
241 | glDrawBuffer
|
---|
242 | glClear
|
---|
243 | glClearAccum
|
---|
244 | glClearIndex
|
---|
245 | glClearColor
|
---|
246 | glClearStencil
|
---|
247 | glClearDepth
|
---|
248 | glStencilMask
|
---|
249 | glColorMask
|
---|
250 | glDepthMask
|
---|
251 | glIndexMask
|
---|
252 | glAccum
|
---|
253 | glDisable
|
---|
254 | glEnable
|
---|
255 | glFinish
|
---|
256 | glFlush
|
---|
257 | glPopAttrib
|
---|
258 | glPushAttrib
|
---|
259 | glMap1d
|
---|
260 | glMap1f
|
---|
261 | glMap2d
|
---|
262 | glMap2f
|
---|
263 | glMapGrid1d
|
---|
264 | glMapGrid1f
|
---|
265 | glMapGrid2d
|
---|
266 | glMapGrid2f
|
---|
267 | glEvalCoord1d
|
---|
268 | glEvalCoord1dv
|
---|
269 | glEvalCoord1f
|
---|
270 | glEvalCoord1fv
|
---|
271 | glEvalCoord2d
|
---|
272 | glEvalCoord2dv
|
---|
273 | glEvalCoord2f
|
---|
274 | glEvalCoord2fv
|
---|
275 | glEvalMesh1
|
---|
276 | glEvalPoint1
|
---|
277 | glEvalMesh2
|
---|
278 | glEvalPoint2
|
---|
279 | glAlphaFunc
|
---|
280 | glBlendFunc
|
---|
281 | glLogicOp
|
---|
282 | glStencilFunc
|
---|
283 | glStencilOp
|
---|
284 | glDepthFunc
|
---|
285 | glPixelZoom
|
---|
286 | glPixelTransferf
|
---|
287 | glPixelTransferi
|
---|
288 | glPixelStoref
|
---|
289 | glPixelStorei
|
---|
290 | glPixelMapfv
|
---|
291 | glPixelMapuiv
|
---|
292 | glPixelMapusv
|
---|
293 | glReadBuffer
|
---|
294 | glCopyPixels
|
---|
295 | glReadPixels
|
---|
296 | glDrawPixels
|
---|
297 | glGetBooleanv
|
---|
298 | glGetClipPlane
|
---|
299 | glGetDoublev
|
---|
300 | glGetError
|
---|
301 | glGetFloatv
|
---|
302 | glGetIntegerv
|
---|
303 | glGetLightfv
|
---|
304 | glGetLightiv
|
---|
305 | glGetMapdv
|
---|
306 | glGetMapfv
|
---|
307 | glGetMapiv
|
---|
308 | glGetMaterialfv
|
---|
309 | glGetMaterialiv
|
---|
310 | glGetPixelMapfv
|
---|
311 | glGetPixelMapuiv
|
---|
312 | glGetPixelMapusv
|
---|
313 | glGetPolygonStipple
|
---|
314 | glGetString
|
---|
315 | glGetTexEnvfv
|
---|
316 | glGetTexEnviv
|
---|
317 | glGetTexGendv
|
---|
318 | glGetTexGenfv
|
---|
319 | glGetTexGeniv
|
---|
320 | glGetTexImage
|
---|
321 | glGetTexParameterfv
|
---|
322 | glGetTexParameteriv
|
---|
323 | glGetTexLevelParameterfv
|
---|
324 | glGetTexLevelParameteriv
|
---|
325 | glIsEnabled
|
---|
326 | glIsList
|
---|
327 | glDepthRange
|
---|
328 | glFrustum
|
---|
329 | glLoadIdentity
|
---|
330 | glLoadMatrixf
|
---|
331 | glLoadMatrixd
|
---|
332 | glMatrixMode
|
---|
333 | glMultMatrixf
|
---|
334 | glMultMatrixd
|
---|
335 | glOrtho
|
---|
336 | glPopMatrix
|
---|
337 | glPushMatrix
|
---|
338 | glRotated
|
---|
339 | glRotatef
|
---|
340 | glScaled
|
---|
341 | glScalef
|
---|
342 | glTranslated
|
---|
343 | glTranslatef
|
---|
344 | glViewport
|
---|
345 | glArrayElement
|
---|
346 | glBindTexture
|
---|
347 | glColorPointer
|
---|
348 | glDisableClientState
|
---|
349 | glDrawArrays
|
---|
350 | glDrawElements
|
---|
351 | glEdgeFlagPointer
|
---|
352 | glEnableClientState
|
---|
353 | glIndexPointer
|
---|
354 | glIndexub
|
---|
355 | glIndexubv
|
---|
356 | glInterleavedArrays
|
---|
357 | glNormalPointer
|
---|
358 | glPolygonOffset
|
---|
359 | glTexCoordPointer
|
---|
360 | glVertexPointer
|
---|
361 | glAreTexturesResident
|
---|
362 | glCopyTexImage1D
|
---|
363 | glCopyTexImage2D
|
---|
364 | glCopyTexSubImage1D
|
---|
365 | glCopyTexSubImage2D
|
---|
366 | glDeleteTextures
|
---|
367 | glGenTextures
|
---|
368 | glGetPointerv
|
---|
369 | glIsTexture
|
---|
370 | glPrioritizeTextures
|
---|
371 | glTexSubImage1D
|
---|
372 | glTexSubImage2D
|
---|
373 | glPopClientAttrib
|
---|
374 | glPushClientAttrib
|
---|
375 |
|
---|
376 | ; test exports
|
---|
377 | ; wglCreateContext
|
---|
378 | ; wglMakeCurrent
|
---|
379 | ; wglDeleteContext
|
---|
380 | ; SwapBuffers
|
---|
381 |
|
---|
382 | ; wglGetProcAddress
|
---|
383 | ; wglDescribeLayerPlane
|
---|
384 | ; wglGetLayerPaletteEntries
|
---|
385 | ; wglDescribePixelFormat
|
---|
386 | ; wglCopyContext
|
---|
387 | ; wglShareLists
|
---|
388 | ; wglSetLayerPaletteEntries
|
---|
389 | ; wglRealizeLayerPalette
|
---|
390 | ; wglSwapLayerBuffers
|
---|
391 | ; wglSetPixelFormat
|
---|
Note:
See
TracBrowser
for help on using the repository browser.