source:
vbox/trunk/src/VBox/GuestHost/OpenGL/util/util.def@
56566
最後變更 在這個檔案從56566是 56566,由 提交於 9 年 前 | |
---|---|
|
|
檔案大小: 2.5 KB |
行 | |
---|---|
1 | ; Copyright (c) 2001, Stanford University |
2 | ; All rights reserved. |
3 | ; |
4 | ; See the file LICENSE.txt for information on redistributing this software. |
5 | EXPORTS |
6 | crDLLOpen |
7 | crDLLGetNoError |
8 | crDLLGet |
9 | crDLLClose |
10 | crError |
11 | crWarning |
12 | crDebug |
13 | crInfo |
14 | crParseURL |
15 | crAlloc |
16 | crCalloc |
17 | crAllocDebug |
18 | crCallocDebug |
19 | crRealloc |
20 | crMemset |
21 | crFree |
22 | crStrSplit |
23 | crStrSplitn |
24 | crFreeStrings |
25 | crStrlen |
26 | crStrchr |
27 | crStrrchr |
28 | crStrdup |
29 | crStrndup |
30 | crStrcmp |
31 | crStrncmp |
32 | crStrstr |
33 | crStrcasecmp |
34 | crStrcpy |
35 | crStrncpy |
36 | crStrcat |
37 | crStrjoin |
38 | crStrjoin3 |
39 | crStrToInt |
40 | crStrToFloat |
41 | crStrIntersect |
42 | crIsDigit |
43 | crBytesToString |
44 | crWordsToString |
45 | crGetHostname |
46 | crGetPID |
47 | crNetAcceptClient |
48 | crNetConnectToServer |
49 | crNetFreeConnection |
50 | crNetInit |
51 | crNetTearDown |
52 | crNetAlloc |
53 | crNetSend |
54 | crNetSendExact |
55 | crNetNewClient |
56 | crNetRecv |
57 | crNetRecvReadPixels |
58 | crNetSingleRecv |
59 | crNetReadline |
60 | crNetFree |
61 | crNetConnect |
62 | crNetDisconnect |
63 | crNetServerConnect |
64 | crNetGetMessage |
65 | crNetPeekMessage |
66 | crNetNumMessages |
67 | crNetDump |
68 | crNetBarf |
69 | crPixelCopy1D |
70 | crPixelCopy2D |
71 | crPixelCopy3D |
72 | crBitmapCopy |
73 | crPixelSize |
74 | crImageSize |
75 | crTextureSize |
76 | crGetenv |
77 | crSetenv |
78 | crHashtableAdd |
79 | crHashtableDelete |
80 | crHashtableDeleteEx |
81 | crHashtableSearch |
82 | crHashtableReplace |
83 | crHashtableNumElements |
84 | crHashtableWalk |
85 | crHashtableWalkUnlocked |
86 | crHashtableAllocRegisterKey |
87 | crAllocHashtable |
88 | crAllocHashtableEx |
89 | crFreeHashtable |
90 | crFreeHashtableEx |
91 | crHashtableGetDataKey |
92 | crDetermineEndianness |
93 | SWAPDOUBLE |
94 | crBufferPoolInit |
95 | crBufferPoolPush |
96 | crBufferPoolPop |
97 | crBufferPoolFree |
98 | crTimerNewTimer |
99 | crBufferPoolGetNumBuffers |
100 | crBufferPoolGetMaxBuffers |
101 | crDestroyTimer |
102 | crStartTimer |
103 | crStopTimer |
104 | crResetTimer |
105 | crTimerTime |
106 | crMemcpy |
107 | crMemcmp |
108 | crMemZero |
109 | crCalloc |
110 | crSetTSD |
111 | crGetTSD |
112 | crInitMutex |
113 | crFreeMutex |
114 | crLockMutex |
115 | crUnlockMutex |
116 | crInitCondition |
117 | crFreeCondition |
118 | crWaitCondition |
119 | crSignalCondition |
120 | crThreadID |
121 | crInitBarrier |
122 | crWaitBarrier |
123 | crInitSemaphore |
124 | crWaitSemaphore |
125 | crSignalSemaphore |
126 | crInitTSD |
127 | crInitTSDF |
128 | crSetTSD |
129 | crGetTSD |
130 | crFreeTSD |
131 | crRandFloat |
132 | crRandInt |
133 | crRandSeed |
134 | crRandAutoSeed |
135 | crTransformBBox |
136 | crProjectBBox |
137 | crRectiUnion |
138 | crWarpPoint |
139 | crHullInteriorBox |
140 | crNetSetNodeRange |
141 | crNetSetContextRange |
142 | crNetSetRank |
143 | crNetSetKey |
144 | crSleep |
145 | crSpawn |
146 | crKill |
147 | crGetProcName |
148 | crGetCurrentDir |
149 | crHashtableAllocKeys |
150 | crHashtableDeleteBlock |
151 | crHashtableIsKeyUsed |
152 | crMatrixInit |
153 | crMatrixInitFromString |
154 | crMatrixInitFromFloats |
155 | crMatrixInitFromDoubles |
156 | crMatrixPrint |
157 | crMatrixGetFloats |
158 | crMatrixIsEqual |
159 | crMatrixIsIdentity |
160 | crMatrixIsOrthographic |
161 | crMatrixCopy |
162 | crMatrixMultiply |
163 | crMatrixInvertTranspose |
164 | crMatrixTranspose |
165 | crMatrixTranslate |
166 | crMatrixRotate |
167 | crMatrixScale |
168 | crMatrixFrustum |
169 | crMatrixOrtho |
170 | crMatrixTransformPointf |
171 | crMatrixTransformPointd |
172 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器