summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/util/util.def
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/VBox/GuestHost/OpenGL/util/util.def172
1 files changed, 172 insertions, 0 deletions
diff --git a/src/VBox/GuestHost/OpenGL/util/util.def b/src/VBox/GuestHost/OpenGL/util/util.def
new file mode 100644
index 00000000..2b7ad85c
--- /dev/null
+++ b/src/VBox/GuestHost/OpenGL/util/util.def
@@ -0,0 +1,172 @@
+; Copyright (c) 2001, Stanford University
+; All rights reserved.
+;
+; See the file LICENSE.txt for information on redistributing this software.
+EXPORTS
+crDLLOpen
+crDLLGetNoError
+crDLLGet
+crDLLClose
+crError
+crWarning
+crDebug
+crInfo
+crParseURL
+crAlloc
+crCalloc
+crAllocDebug
+crCallocDebug
+crRealloc
+crMemset
+crFree
+crStrSplit
+crStrSplitn
+crFreeStrings
+crStrlen
+crStrchr
+crStrrchr
+crStrdup
+crStrndup
+crStrcmp
+crStrncmp
+crStrstr
+crStrcasecmp
+crStrcpy
+crStrncpy
+crStrcat
+crStrjoin
+crStrjoin3
+crStrToInt
+crStrToFloat
+crStrIntersect
+crIsDigit
+crBytesToString
+crWordsToString
+crGetHostname
+crGetPID
+crNetAcceptClient
+crNetConnectToServer
+crNetFreeConnection
+crNetInit
+crNetTearDown
+crNetAlloc
+crNetSend
+crNetSendExact
+crNetNewClient
+crNetRecv
+crNetRecvReadPixels
+crNetSingleRecv
+crNetReadline
+crNetFree
+crNetConnect
+crNetDisconnect
+crNetServerConnect
+crNetGetMessage
+crNetPeekMessage
+crNetNumMessages
+crNetDump
+crNetBarf
+crPixelCopy1D
+crPixelCopy2D
+crPixelCopy3D
+crBitmapCopy
+crPixelSize
+crImageSize
+crTextureSize
+crGetenv
+crSetenv
+crHashtableAdd
+crHashtableDelete
+crHashtableDeleteEx
+crHashtableSearch
+crHashtableReplace
+crHashtableNumElements
+crHashtableWalk
+crHashtableWalkUnlocked
+crHashtableAllocRegisterKey
+crAllocHashtable
+crAllocHashtableEx
+crFreeHashtable
+crFreeHashtableEx
+crHashtableGetDataKey
+crDetermineEndianness
+SWAPDOUBLE
+crBufferPoolInit
+crBufferPoolPush
+crBufferPoolPop
+crBufferPoolFree
+crTimerNewTimer
+crBufferPoolGetNumBuffers
+crBufferPoolGetMaxBuffers
+crDestroyTimer
+crStartTimer
+crStopTimer
+crResetTimer
+crTimerTime
+crMemcpy
+crMemcmp
+crMemZero
+crCalloc
+crSetTSD
+crGetTSD
+crInitMutex
+crFreeMutex
+crLockMutex
+crUnlockMutex
+crInitCondition
+crFreeCondition
+crWaitCondition
+crSignalCondition
+crThreadID
+crInitBarrier
+crWaitBarrier
+crInitSemaphore
+crWaitSemaphore
+crSignalSemaphore
+crInitTSD
+crInitTSDF
+crSetTSD
+crGetTSD
+crFreeTSD
+crRandFloat
+crRandInt
+crRandSeed
+crRandAutoSeed
+crTransformBBox
+crProjectBBox
+crRectiUnion
+crWarpPoint
+crHullInteriorBox
+crNetSetNodeRange
+crNetSetContextRange
+crNetSetRank
+crNetSetKey
+crSleep
+crSpawn
+crKill
+crGetProcName
+crGetCurrentDir
+crHashtableAllocKeys
+crHashtableDeleteBlock
+crHashtableIsKeyUsed
+crMatrixInit
+crMatrixInitFromString
+crMatrixInitFromFloats
+crMatrixInitFromDoubles
+crMatrixPrint
+crMatrixGetFloats
+crMatrixIsEqual
+crMatrixIsIdentity
+crMatrixIsOrthographic
+crMatrixCopy
+crMatrixMultiply
+crMatrixInvertTranspose
+crMatrixTranspose
+crMatrixTranslate
+crMatrixRotate
+crMatrixScale
+crMatrixFrustum
+crMatrixOrtho
+crMatrixTransformPointf
+crMatrixTransformPointd
+