Last change
on this file since 34310 was 33988, checked in by vboxsync, 14 years ago |
crOpenGL/wddm: more multithreading fixes, vista expirience index works now
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
1.8 KB
|
Line | |
---|
1 | # Copyright (c) 2001, Stanford University
|
---|
2 | # All rights reserved.
|
---|
3 | #
|
---|
4 | # See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | AreTexturesResident
|
---|
6 | AreProgramsResidentNV
|
---|
7 | GetString
|
---|
8 | GetTexImage
|
---|
9 | EnableClientState
|
---|
10 | DisableClientState
|
---|
11 | Enable
|
---|
12 | Disable
|
---|
13 | ClientActiveTextureARB
|
---|
14 | ColorPointer
|
---|
15 | FogCoordPointerEXT
|
---|
16 | SecondaryColorPointerEXT
|
---|
17 | VertexAttribPointerARB
|
---|
18 | VertexAttribPointerNV
|
---|
19 | GetPointerv
|
---|
20 | VertexPointer
|
---|
21 | NormalPointer
|
---|
22 | TexCoordPointer
|
---|
23 | EdgeFlagPointer
|
---|
24 | IndexPointer
|
---|
25 | ArrayElement
|
---|
26 | DrawArrays
|
---|
27 | DrawElements
|
---|
28 | DrawRangeElements
|
---|
29 | InterleavedArrays
|
---|
30 | ReadPixels
|
---|
31 | DrawPixels
|
---|
32 | CopyPixels
|
---|
33 | Bitmap
|
---|
34 | SwapBuffers
|
---|
35 | Flush
|
---|
36 | Finish
|
---|
37 | PixelStorei
|
---|
38 | PixelStoref
|
---|
39 | PushClientAttrib
|
---|
40 | PopClientAttrib
|
---|
41 | CreateContext
|
---|
42 | WindowCreate
|
---|
43 | MakeCurrent
|
---|
44 | DestroyContext
|
---|
45 | Begin
|
---|
46 | End
|
---|
47 | TexImage1D
|
---|
48 | TexSubImage1D
|
---|
49 | TexImage2D
|
---|
50 | TexSubImage2D
|
---|
51 | TexImage3D
|
---|
52 | TexImage3DEXT
|
---|
53 | TexSubImage3D
|
---|
54 | ChromiumParametervCR
|
---|
55 | MultiDrawArraysEXT
|
---|
56 | MultiDrawElementsEXT
|
---|
57 | GetBufferPointervARB
|
---|
58 | GetBufferParameterivARB
|
---|
59 | MapBufferARB
|
---|
60 | UnmapBufferARB
|
---|
61 | BindBufferARB
|
---|
62 | BufferDataARB
|
---|
63 | ZPixCR
|
---|
64 | ActiveTextureARB
|
---|
65 | DrawBuffer
|
---|
66 | Flush
|
---|
67 | GetActiveAttrib
|
---|
68 | GetActiveUniform
|
---|
69 | GetAttachedShaders
|
---|
70 | GetShaderInfoLog
|
---|
71 | GetProgramInfoLog
|
---|
72 | GetShaderSource
|
---|
73 | GetAttachedObjectsARB
|
---|
74 | GetInfoLogARB
|
---|
75 | BufferSubDataARB
|
---|
76 | EnableVertexAttribArrayARB
|
---|
77 | DisableVertexAttribArrayARB
|
---|
78 | GetBufferSubDataARB
|
---|
79 | IsEnabled
|
---|
80 | LockArraysEXT
|
---|
81 | UnlockArraysEXT
|
---|
82 | CreateProgram
|
---|
83 | LinkProgram
|
---|
84 | DeleteProgram
|
---|
85 | GetUniformLocation
|
---|
86 | GetUniformsLocations
|
---|
87 | BindFramebufferEXT
|
---|
88 | DeleteObjectARB
|
---|
89 | BindFramebufferEXT
|
---|
90 | DeleteFramebuffersEXT
|
---|
91 | FramebufferTexture1DEXT
|
---|
92 | FramebufferTexture2DEXT
|
---|
93 | FramebufferTexture3DEXT
|
---|
94 | FramebufferRenderbufferEXT
|
---|
95 | CheckFramebufferStatusEXT
|
---|
96 | BindTexture
|
---|
97 | DeleteTextures
|
---|
98 | GetPolygonStipple
|
---|
99 | GetPixelMapfv
|
---|
100 | GetPixelMapuiv
|
---|
101 | GetPixelMapusv
|
---|
102 | GetCompressedTexImageARB
|
---|
103 | BindRenderbufferEXT
|
---|
104 | VBoxPackSetInjectThread
|
---|
105 | VBoxPackGetInjectID
|
---|
106 | VBoxPackSetInjectID
|
---|
107 | VBoxPackAttachThread
|
---|
108 | VBoxPackDetachThread
|
---|
Note:
See
TracBrowser
for help on using the repository browser.