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