home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 2000 April & May / AMIGA_2000_04.iso / patches / mesa3.1 / mesa-aux.lha / glue / include / GL / glaux_calls.def next >
Encoding:
Text File  |  1999-07-05  |  2.7 KB  |  79 lines

  1. /*
  2.  * $Id: glaux.h,v 1.2 1998/01/16 02:28:47 brianp Exp $ 
  3.  */
  4.  
  5. /*
  6.  * Mesa - a 3-D graphics library
  7.  * Version:  2.6
  8.  * Copyright (C) 1995-1996  Brian Paul
  9.  *
  10.  * This library is free software; you can redistribute it and/or
  11.  * modify it under the terms of the GNU Library General Public
  12.  * License as published by the Free Software Foundation; either
  13.  * version 2 of the License, or (at your option) any later version.
  14.  *
  15.  * This library is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  18.  * Library General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU Library General Public
  21.  * License along with this library; if not, write to the Free
  22.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  23.  */
  24.  
  25. SYSTEM_CALL( auxAOSContext, 1 )
  26. SYSTEM_CALL( auxAOSScreen, 2 )
  27. SYSTEM_CALL( auxAOSWindow, 3 )
  28. SYSTEM_CALL( auxAnimation, 4 )
  29. SYSTEM_CALL( auxCloseWindow, 5 )
  30. SYSTEM_CALL( auxCreateFont, 6 )
  31. SYSTEM_CALL( auxDeleteMouseFunc, 7 )
  32. SYSTEM_CALL( auxDrawStr, 8 )
  33. SYSTEM_CALL( auxExposeFunc, 9 )
  34. SYSTEM_CALL( auxGetColorMapSize, 10 )
  35. SYSTEM_CALL( auxGetDisplayMode, 11 )
  36. SYSTEM_CALL( auxGetDisplayModeID, 12 )
  37. SYSTEM_CALL( auxGetDisplayModePolicy, 13 )
  38. SYSTEM_CALL( auxGetMouseLoc, 14 )
  39. SYSTEM_CALL( auxGetScreenSize, 15 )
  40. SYSTEM_CALL( auxIdleFunc, 16 )
  41. SYSTEM_CALL( auxInitDisplayMode, 17 )
  42. SYSTEM_CALL( auxInitDisplayModeID, 18 )
  43. SYSTEM_CALL( auxInitDisplayModePolicy, 19 )
  44. SYSTEM_CALL( auxInitPosition, 20 )
  45. SYSTEM_CALL( auxInitWindow, 21 )
  46. SYSTEM_CALL( auxKeyFunc, 22 )
  47. SYSTEM_CALL( auxMainLoop, 23 )
  48. SYSTEM_CALL( auxMouseFunc, 24 )
  49. SYSTEM_CALL( auxQuit, 25 )
  50. SYSTEM_CALL( auxRGBImageLoad, 26 )
  51. SYSTEM_CALL( auxReshapeFunc, 27 )
  52. SYSTEM_CALL( auxSetFogRamp, 28 )
  53. SYSTEM_CALL( auxSetGreyRamp, 29 )
  54. SYSTEM_CALL( auxSetOneColor, 30 )
  55. SYSTEM_CALL( auxSetRGBMap, 31 )
  56. SYSTEM_CALL( auxSolidBox, 32 )
  57. SYSTEM_CALL( auxSolidCone, 33 )
  58. SYSTEM_CALL( auxSolidCube, 34 )
  59. SYSTEM_CALL( auxSolidCylinder, 35 )
  60. SYSTEM_CALL( auxSolidDodecahedron, 36 )
  61. SYSTEM_CALL( auxSolidIcosahedron, 37 )
  62. SYSTEM_CALL( auxSolidOctahedron, 38 )
  63. SYSTEM_CALL( auxSolidSphere, 39 )
  64. SYSTEM_CALL( auxSolidTeapot, 40 )
  65. SYSTEM_CALL( auxSolidTetrahedron, 41 )
  66. SYSTEM_CALL( auxSolidTorus, 42 )
  67. SYSTEM_CALL( auxSwapBuffers, 43 )
  68. SYSTEM_CALL( auxWireBox, 44 )
  69. SYSTEM_CALL( auxWireCone, 45 )
  70. SYSTEM_CALL( auxWireCube, 46 )
  71. SYSTEM_CALL( auxWireCylinder, 47 )
  72. SYSTEM_CALL( auxWireDodecahedron, 48 )
  73. SYSTEM_CALL( auxWireIcosahedron, 49 )
  74. SYSTEM_CALL( auxWireOctahedron, 50 )
  75. SYSTEM_CALL( auxWireSphere, 51 )
  76. SYSTEM_CALL( auxWireTeapot, 52 )
  77. SYSTEM_CALL( auxWireTetrahedron, 53 )
  78. SYSTEM_CALL( auxWireTorus, 54 )
  79.