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