Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1521 lines
38 KiB

  1. #include "precomp.h"
  2. #include <stdio.h>
  3. #include "EmulateOpenGL_opengl32.hpp"
  4. //////////////////////////////////////////// NOT USED by QuakeGL ///////////////////////////////////////////////////////
  5. void APIENTRY glAccum (GLenum op, GLfloat value)
  6. {
  7. #ifdef DODPFS
  8. DebugPrintf( eDbgLevelInfo, "glAccum" );
  9. #endif //DODPFS
  10. }
  11. GLboolean APIENTRY glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences)
  12. {
  13. GLboolean dummy = FALSE;
  14. #ifdef DODPFS
  15. DebugPrintf( eDbgLevelInfo, "glAreTexturesResident" );
  16. #endif //DODPFS
  17. return dummy;
  18. }
  19. void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
  20. {
  21. #ifdef DODPFS
  22. DebugPrintf( eDbgLevelInfo, "glBitmap" );
  23. #endif //DODPFS
  24. }
  25. void APIENTRY glCallList (GLuint list)
  26. {
  27. #ifdef DODPFS
  28. DebugPrintf( eDbgLevelInfo, "glCallList" );
  29. #endif //DODPFS
  30. }
  31. void APIENTRY glCallLists (GLsizei n, GLenum type, const GLvoid *lists)
  32. {
  33. #ifdef DODPFS
  34. DebugPrintf( eDbgLevelInfo, "glCallLists" );
  35. #endif //DODPFS
  36. }
  37. void APIENTRY glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
  38. {
  39. #ifdef DODPFS
  40. DebugPrintf( eDbgLevelInfo, "glClearAccum" );
  41. #endif //DODPFS
  42. }
  43. void APIENTRY glClearIndex (GLfloat c)
  44. {
  45. #ifdef DODPFS
  46. DebugPrintf( eDbgLevelInfo, "glClearIndex" );
  47. #endif //DODPFS
  48. }
  49. void APIENTRY glColor3b (GLbyte red, GLbyte green, GLbyte blue)
  50. {
  51. #ifdef DODPFS
  52. DebugPrintf( eDbgLevelInfo, "glColor3b" );
  53. #endif //DODPFS
  54. }
  55. void APIENTRY glColor3bv (const GLbyte *v)
  56. {
  57. #ifdef DODPFS
  58. DebugPrintf( eDbgLevelInfo, "glColor3bv" );
  59. #endif //DODPFS
  60. }
  61. void APIENTRY glColor3d (GLdouble red, GLdouble green, GLdouble blue)
  62. {
  63. #ifdef DODPFS
  64. DebugPrintf( eDbgLevelInfo, "glColor3d" );
  65. #endif //DODPFS
  66. }
  67. void APIENTRY glColor3dv (const GLdouble *v)
  68. {
  69. #ifdef DODPFS
  70. DebugPrintf( eDbgLevelInfo, "glColor3dv" );
  71. #endif //DODPFS
  72. }
  73. void APIENTRY glColor3i (GLint red, GLint green, GLint blue)
  74. {
  75. #ifdef DODPFS
  76. DebugPrintf( eDbgLevelInfo, "glColor3i" );
  77. #endif //DODPFS
  78. }
  79. void APIENTRY glColor3iv (const GLint *v)
  80. {
  81. #ifdef DODPFS
  82. DebugPrintf( eDbgLevelInfo, "glColor3iv" );
  83. #endif //DODPFS
  84. }
  85. void APIENTRY glColor3s (GLshort red, GLshort green, GLshort blue)
  86. {
  87. #ifdef DODPFS
  88. DebugPrintf( eDbgLevelInfo, "glColor3s" );
  89. #endif //DODPFS
  90. }
  91. void APIENTRY glColor3sv (const GLshort *v)
  92. {
  93. #ifdef DODPFS
  94. DebugPrintf( eDbgLevelInfo, "glColor3sv" );
  95. #endif //DODPFS
  96. }
  97. void APIENTRY glColor3ub (GLubyte red, GLubyte green, GLubyte blue)
  98. {
  99. #ifdef DODPFS
  100. DebugPrintf( eDbgLevelInfo, "glColor3ub" );
  101. #endif //DODPFS
  102. }
  103. void APIENTRY glColor3ui (GLuint red, GLuint green, GLuint blue)
  104. {
  105. #ifdef DODPFS
  106. DebugPrintf( eDbgLevelInfo, "glColor3ui" );
  107. #endif //DODPFS
  108. }
  109. void APIENTRY glColor3uiv (const GLuint *v)
  110. {
  111. #ifdef DODPFS
  112. DebugPrintf( eDbgLevelInfo, "glColor3uiv" );
  113. #endif //DODPFS
  114. }
  115. void APIENTRY glColor3us (GLushort red, GLushort green, GLushort blue)
  116. {
  117. #ifdef DODPFS
  118. DebugPrintf( eDbgLevelInfo, "glColor3us" );
  119. #endif //DODPFS
  120. }
  121. void APIENTRY glColor3usv (const GLushort *v)
  122. {
  123. #ifdef DODPFS
  124. DebugPrintf( eDbgLevelInfo, "glColor3usv" );
  125. #endif //DODPFS
  126. }
  127. void APIENTRY glColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
  128. {
  129. #ifdef DODPFS
  130. DebugPrintf( eDbgLevelInfo, "glColor4b" );
  131. #endif //DODPFS
  132. }
  133. void APIENTRY glColor4bv (const GLbyte *v)
  134. {
  135. #ifdef DODPFS
  136. DebugPrintf( eDbgLevelInfo, "glColor4bv" );
  137. #endif //DODPFS
  138. }
  139. void APIENTRY glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
  140. {
  141. #ifdef DODPFS
  142. DebugPrintf( eDbgLevelInfo, "glColor4d" );
  143. #endif //DODPFS
  144. }
  145. void APIENTRY glColor4dv (const GLdouble *v)
  146. {
  147. #ifdef DODPFS
  148. DebugPrintf( eDbgLevelInfo, "glColor4dv" );
  149. #endif //DODPFS
  150. }
  151. void APIENTRY glColor4i (GLint red, GLint green, GLint blue, GLint alpha)
  152. {
  153. #ifdef DODPFS
  154. DebugPrintf( eDbgLevelInfo, "glColor4i" );
  155. #endif //DODPFS
  156. }
  157. void APIENTRY glColor4iv (const GLint *v)
  158. {
  159. #ifdef DODPFS
  160. DebugPrintf( eDbgLevelInfo, "glColor4iv" );
  161. #endif //DODPFS
  162. }
  163. void APIENTRY glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha)
  164. {
  165. #ifdef DODPFS
  166. DebugPrintf( eDbgLevelInfo, "glColor4s" );
  167. #endif //DODPFS
  168. }
  169. void APIENTRY glColor4sv (const GLshort *v)
  170. {
  171. #ifdef DODPFS
  172. DebugPrintf( eDbgLevelInfo, "glColor4sv" );
  173. #endif //DODPFS
  174. }
  175. void APIENTRY glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha)
  176. {
  177. #ifdef DODPFS
  178. DebugPrintf( eDbgLevelInfo, "glColor4ui" );
  179. #endif //DODPFS
  180. }
  181. void APIENTRY glColor4uiv (const GLuint *v)
  182. {
  183. #ifdef DODPFS
  184. DebugPrintf( eDbgLevelInfo, "glColor4uiv" );
  185. #endif //DODPFS
  186. }
  187. void APIENTRY glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha)
  188. {
  189. #ifdef DODPFS
  190. DebugPrintf( eDbgLevelInfo, "glColor4us" );
  191. #endif //DODPFS
  192. }
  193. void APIENTRY glColor4usv (const GLushort *v)
  194. {
  195. #ifdef DODPFS
  196. DebugPrintf( eDbgLevelInfo, "glColor4usv" );
  197. #endif //DODPFS
  198. }
  199. void APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
  200. {
  201. #ifdef DODPFS
  202. DebugPrintf( eDbgLevelInfo, "glColorMask" );
  203. #endif //DODPFS
  204. }
  205. void APIENTRY glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
  206. {
  207. #ifdef DODPFS
  208. DebugPrintf( eDbgLevelInfo, "glCopyPixels" );
  209. #endif //DODPFS
  210. }
  211. void APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLint border)
  212. {
  213. #ifdef DODPFS
  214. DebugPrintf( eDbgLevelInfo, "glCopyTexImage1D" );
  215. #endif //DODPFS
  216. }
  217. void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
  218. {
  219. #ifdef DODPFS
  220. DebugPrintf( eDbgLevelInfo, "glCopyTexImage2D" );
  221. #endif //DODPFS
  222. }
  223. void APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
  224. {
  225. #ifdef DODPFS
  226. DebugPrintf( eDbgLevelInfo, "glCopyTexSubImage1D" );
  227. #endif //DODPFS
  228. }
  229. void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
  230. {
  231. #ifdef DODPFS
  232. DebugPrintf( eDbgLevelInfo, "glCopyTexSubImage2D" );
  233. #endif //DODPFS
  234. }
  235. void APIENTRY glDeleteLists (GLuint list, GLsizei range)
  236. {
  237. #ifdef DODPFS
  238. DebugPrintf( eDbgLevelInfo, "glDeleteLists" );
  239. #endif //DODPFS
  240. }
  241. void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count)
  242. {
  243. #ifdef DODPFS
  244. DebugPrintf( eDbgLevelInfo, "glDrawArrays" );
  245. #endif //DODPFS
  246. }
  247. void APIENTRY glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
  248. {
  249. #ifdef DODPFS
  250. DebugPrintf( eDbgLevelInfo, "glDrawPixels" );
  251. #endif //DODPFS
  252. }
  253. void APIENTRY glEdgeFlag (GLboolean flag)
  254. {
  255. #ifdef DODPFS
  256. DebugPrintf( eDbgLevelInfo, "glEdgeFlag" );
  257. #endif //DODPFS
  258. }
  259. void APIENTRY glEdgeFlagPointer (GLsizei stride, const GLvoid *pointer)
  260. {
  261. #ifdef DODPFS
  262. DebugPrintf( eDbgLevelInfo, "glEdgeFlagPointer" );
  263. #endif //DODPFS
  264. }
  265. void APIENTRY glEdgeFlagv (const GLboolean *flag)
  266. {
  267. #ifdef DODPFS
  268. DebugPrintf( eDbgLevelInfo, "glEdgeFlagv" );
  269. #endif //DODPFS
  270. }
  271. void APIENTRY glEndList (void)
  272. {
  273. #ifdef DODPFS
  274. DebugPrintf( eDbgLevelInfo, "glEndList" );
  275. #endif //DODPFS
  276. }
  277. void APIENTRY glEvalCoord1d (GLdouble u)
  278. {
  279. #ifdef DODPFS
  280. DebugPrintf( eDbgLevelInfo, "glEvalCoord1d" );
  281. #endif //DODPFS
  282. }
  283. void APIENTRY glEvalCoord1dv (const GLdouble *u)
  284. {
  285. #ifdef DODPFS
  286. DebugPrintf( eDbgLevelInfo, "glEvalCoord1dv" );
  287. #endif //DODPFS
  288. }
  289. void APIENTRY glEvalCoord1f (GLfloat u)
  290. {
  291. #ifdef DODPFS
  292. DebugPrintf( eDbgLevelInfo, "glEvalCoord1f" );
  293. #endif //DODPFS
  294. }
  295. void APIENTRY glEvalCoord1fv (const GLfloat *u)
  296. {
  297. #ifdef DODPFS
  298. DebugPrintf( eDbgLevelInfo, "glEvalCoord1fv" );
  299. #endif //DODPFS
  300. }
  301. void APIENTRY glEvalCoord2d (GLdouble u, GLdouble v)
  302. {
  303. #ifdef DODPFS
  304. DebugPrintf( eDbgLevelInfo, "glEvalCoord2d" );
  305. #endif //DODPFS
  306. }
  307. void APIENTRY glEvalCoord2dv (const GLdouble *u)
  308. {
  309. #ifdef DODPFS
  310. DebugPrintf( eDbgLevelInfo, "glEvalCoord2dv" );
  311. #endif //DODPFS
  312. }
  313. void APIENTRY glEvalCoord2f (GLfloat u, GLfloat v)
  314. {
  315. #ifdef DODPFS
  316. DebugPrintf( eDbgLevelInfo, "glEvalCoord2f" );
  317. #endif //DODPFS
  318. }
  319. void APIENTRY glEvalCoord2fv (const GLfloat *u)
  320. {
  321. #ifdef DODPFS
  322. DebugPrintf( eDbgLevelInfo, "glEvalCoord2fv" );
  323. #endif //DODPFS
  324. }
  325. void APIENTRY glEvalMesh1 (GLenum mode, GLint i1, GLint i2)
  326. {
  327. #ifdef DODPFS
  328. DebugPrintf( eDbgLevelInfo, "glEvalMesh1" );
  329. #endif //DODPFS
  330. }
  331. void APIENTRY glEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
  332. {
  333. #ifdef DODPFS
  334. DebugPrintf( eDbgLevelInfo, "glEvalMesh2" );
  335. #endif //DODPFS
  336. }
  337. void APIENTRY glEvalPoint1 (GLint i)
  338. {
  339. #ifdef DODPFS
  340. DebugPrintf( eDbgLevelInfo, "glEvalPoint1" );
  341. #endif //DODPFS
  342. }
  343. void APIENTRY glEvalPoint2 (GLint i, GLint j)
  344. {
  345. #ifdef DODPFS
  346. DebugPrintf( eDbgLevelInfo, "glEvalPoint2" );
  347. #endif //DODPFS
  348. }
  349. void APIENTRY glFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer)
  350. {
  351. #ifdef DODPFS
  352. DebugPrintf( eDbgLevelInfo, "glFeedbackBuffer" );
  353. #endif //DODPFS
  354. }
  355. void APIENTRY glFinish (void)
  356. {
  357. #ifdef DODPFS
  358. //DebugPrintf( eDbgLevelInfo, "glFinish()" );
  359. #endif //DODPFS
  360. }
  361. void APIENTRY glFlush (void)
  362. {
  363. #ifdef DODPFS
  364. DebugPrintf( eDbgLevelInfo, "glFlush" );
  365. #endif //DODPFS
  366. }
  367. void APIENTRY glFogfv (GLenum pname, const GLfloat *params)
  368. {
  369. #ifdef DODPFS
  370. DebugPrintf( eDbgLevelInfo, "glFogfv" );
  371. #endif //DODPFS
  372. }
  373. void APIENTRY glFogiv (GLenum pname, const GLint *params)
  374. {
  375. #ifdef DODPFS
  376. DebugPrintf( eDbgLevelInfo, "glFogiv" );
  377. #endif //DODPFS
  378. }
  379. GLuint APIENTRY glGenLists (GLsizei range)
  380. {
  381. GLuint dummy = 0;
  382. #ifdef DODPFS
  383. DebugPrintf( eDbgLevelInfo, "glGenLists" );
  384. #endif //DODPFS
  385. return dummy;
  386. }
  387. void APIENTRY glGetBooleanv (GLenum pname, GLboolean *params)
  388. {
  389. #ifdef DODPFS
  390. DebugPrintf( eDbgLevelInfo, "glGetBooleanv" );
  391. #endif //DODPFS
  392. }
  393. void APIENTRY glGetClipPlane (GLenum plane, GLdouble *equation)
  394. {
  395. #ifdef DODPFS
  396. DebugPrintf( eDbgLevelInfo, "glGetClipPlane" );
  397. #endif //DODPFS
  398. }
  399. void APIENTRY glGetDoublev (GLenum pname, GLdouble *params)
  400. {
  401. #ifdef DODPFS
  402. DebugPrintf( eDbgLevelInfo, "glGetDoublev" );
  403. #endif //DODPFS
  404. }
  405. void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params)
  406. {
  407. #ifdef DODPFS
  408. DebugPrintf( eDbgLevelInfo, "glGetLightfv" );
  409. #endif //DODPFS
  410. }
  411. void APIENTRY glGetLightiv (GLenum light, GLenum pname, GLint *params)
  412. {
  413. #ifdef DODPFS
  414. DebugPrintf( eDbgLevelInfo, "glGetLightiv" );
  415. #endif //DODPFS
  416. }
  417. void APIENTRY glGetMapdv (GLenum target, GLenum query, GLdouble *v)
  418. {
  419. #ifdef DODPFS
  420. DebugPrintf( eDbgLevelInfo, "glGetMapdv" );
  421. #endif //DODPFS
  422. }
  423. void APIENTRY glGetMapfv (GLenum target, GLenum query, GLfloat *v)
  424. {
  425. #ifdef DODPFS
  426. DebugPrintf( eDbgLevelInfo, "glGetMapfv" );
  427. #endif //DODPFS
  428. }
  429. void APIENTRY glGetMapiv (GLenum target, GLenum query, GLint *v)
  430. {
  431. #ifdef DODPFS
  432. DebugPrintf( eDbgLevelInfo, "glGetMapiv" );
  433. #endif //DODPFS
  434. }
  435. void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params)
  436. {
  437. #ifdef DODPFS
  438. DebugPrintf( eDbgLevelInfo, "glGetMaterialfv" );
  439. #endif //DODPFS
  440. }
  441. void APIENTRY glGetMaterialiv (GLenum face, GLenum pname, GLint *params)
  442. {
  443. #ifdef DODPFS
  444. DebugPrintf( eDbgLevelInfo, "glGetMaterialiv" );
  445. #endif //DODPFS
  446. }
  447. void APIENTRY glGetPixelMapfv (GLenum map, GLfloat *values)
  448. {
  449. #ifdef DODPFS
  450. DebugPrintf( eDbgLevelInfo, "glGetPixelMapfv" );
  451. #endif //DODPFS
  452. }
  453. void APIENTRY glGetPixelMapuiv (GLenum map, GLuint *values)
  454. {
  455. #ifdef DODPFS
  456. DebugPrintf( eDbgLevelInfo, "glGetPixelMapuiv" );
  457. #endif //DODPFS
  458. }
  459. void APIENTRY glGetPixelMapusv (GLenum map, GLushort *values)
  460. {
  461. #ifdef DODPFS
  462. DebugPrintf( eDbgLevelInfo, "glGetPixelMapusv" );
  463. #endif //DODPFS
  464. }
  465. void APIENTRY glGetPointerv (GLenum pname, GLvoid* *params)
  466. {
  467. #ifdef DODPFS
  468. DebugPrintf( eDbgLevelInfo, "glGetPointerv" );
  469. #endif //DODPFS
  470. }
  471. void APIENTRY glGetPolygonStipple (GLubyte *mask)
  472. {
  473. #ifdef DODPFS
  474. DebugPrintf( eDbgLevelInfo, "glGetPolygonStipple" );
  475. #endif //DODPFS
  476. }
  477. void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params)
  478. {
  479. #ifdef DODPFS
  480. DebugPrintf( eDbgLevelInfo, "glGetTexEnvfv" );
  481. #endif //DODPFS
  482. }
  483. void APIENTRY glGetTexEnviv (GLenum target, GLenum pname, GLint *params)
  484. {
  485. #ifdef DODPFS
  486. DebugPrintf( eDbgLevelInfo, "glGetTexEnviv" );
  487. #endif //DODPFS
  488. }
  489. void APIENTRY glGetTexGendv (GLenum coord, GLenum pname, GLdouble *params)
  490. {
  491. #ifdef DODPFS
  492. DebugPrintf( eDbgLevelInfo, "glGetTexGendv" );
  493. #endif //DODPFS
  494. }
  495. void APIENTRY glGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params)
  496. {
  497. #ifdef DODPFS
  498. DebugPrintf( eDbgLevelInfo, "glGetTexGenfv" );
  499. #endif //DODPFS
  500. }
  501. void APIENTRY glGetTexGeniv (GLenum coord, GLenum pname, GLint *params)
  502. {
  503. #ifdef DODPFS
  504. DebugPrintf( eDbgLevelInfo, "glGetTexGeniv" );
  505. #endif //DODPFS
  506. }
  507. void APIENTRY glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
  508. {
  509. #ifdef DODPFS
  510. DebugPrintf( eDbgLevelInfo, "glGetTexImage" );
  511. #endif //DODPFS
  512. }
  513. void APIENTRY glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params)
  514. {
  515. #ifdef DODPFS
  516. DebugPrintf( eDbgLevelInfo, "glGetTexLevelParameterfv" );
  517. #endif //DODPFS
  518. }
  519. void APIENTRY glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params)
  520. {
  521. #ifdef DODPFS
  522. DebugPrintf( eDbgLevelInfo, "glGetTexLevelParameteriv" );
  523. #endif //DODPFS
  524. }
  525. void APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params)
  526. {
  527. #ifdef DODPFS
  528. DebugPrintf( eDbgLevelInfo, "glGetTexParameterfv" );
  529. #endif //DODPFS
  530. }
  531. void APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params)
  532. {
  533. #ifdef DODPFS
  534. DebugPrintf( eDbgLevelInfo, "glGetTexParameteriv" );
  535. #endif //DODPFS
  536. }
  537. void APIENTRY glHint (GLenum target, GLenum mode)
  538. {
  539. #ifdef DODPFS
  540. DebugPrintf( eDbgLevelInfo, "glHint (0x%X, 0x%X)", target, mode);
  541. #endif //DODPFS
  542. }
  543. void APIENTRY glIndexMask (GLuint mask)
  544. {
  545. #ifdef DODPFS
  546. DebugPrintf( eDbgLevelInfo, "glIndexMask" );
  547. #endif //DODPFS
  548. }
  549. void APIENTRY glIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
  550. {
  551. #ifdef DODPFS
  552. DebugPrintf( eDbgLevelInfo, "glIndexPointer" );
  553. #endif //DODPFS
  554. }
  555. void APIENTRY glIndexd (GLdouble c)
  556. {
  557. #ifdef DODPFS
  558. DebugPrintf( eDbgLevelInfo, "glIndexd" );
  559. #endif //DODPFS
  560. }
  561. void APIENTRY glIndexdv (const GLdouble *c)
  562. {
  563. #ifdef DODPFS
  564. DebugPrintf( eDbgLevelInfo, "glIndexdv" );
  565. #endif //DODPFS
  566. }
  567. void APIENTRY glIndexf (GLfloat c)
  568. {
  569. #ifdef DODPFS
  570. DebugPrintf( eDbgLevelInfo, "glIndexf" );
  571. #endif //DODPFS
  572. }
  573. void APIENTRY glIndexfv (const GLfloat *c)
  574. {
  575. #ifdef DODPFS
  576. DebugPrintf( eDbgLevelInfo, "glIndexfv" );
  577. #endif //DODPFS
  578. }
  579. void APIENTRY glIndexi (GLint c)
  580. {
  581. #ifdef DODPFS
  582. DebugPrintf( eDbgLevelInfo, "glIndexi" );
  583. #endif //DODPFS
  584. }
  585. void APIENTRY glIndexiv (const GLint *c)
  586. {
  587. #ifdef DODPFS
  588. DebugPrintf( eDbgLevelInfo, "glIndexiv" );
  589. #endif //DODPFS
  590. }
  591. void APIENTRY glIndexs (GLshort c)
  592. {
  593. #ifdef DODPFS
  594. DebugPrintf( eDbgLevelInfo, "glIndexs" );
  595. #endif //DODPFS
  596. }
  597. void APIENTRY glIndexsv (const GLshort *c)
  598. {
  599. #ifdef DODPFS
  600. DebugPrintf( eDbgLevelInfo, "glIndexsv" );
  601. #endif //DODPFS
  602. }
  603. void APIENTRY glIndexub (GLubyte c)
  604. {
  605. #ifdef DODPFS
  606. DebugPrintf( eDbgLevelInfo, "glIndexub" );
  607. #endif //DODPFS
  608. }
  609. void APIENTRY glIndexubv (const GLubyte *c)
  610. {
  611. #ifdef DODPFS
  612. DebugPrintf( eDbgLevelInfo, "glIndexubv" );
  613. #endif //DODPFS
  614. }
  615. void APIENTRY glInitNames (void)
  616. {
  617. #ifdef DODPFS
  618. DebugPrintf( eDbgLevelInfo, "glInitNames" );
  619. #endif //DODPFS
  620. }
  621. void APIENTRY glInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer)
  622. {
  623. #ifdef DODPFS
  624. DebugPrintf( eDbgLevelInfo, "glInterleavedArrays" );
  625. #endif //DODPFS
  626. }
  627. GLboolean APIENTRY glIsEnabled (GLenum cap)
  628. {
  629. GLboolean dummy = FALSE;
  630. #ifdef DODPFS
  631. DebugPrintf( eDbgLevelInfo, "glIsEnabled" );
  632. #endif //DODPFS
  633. return dummy;
  634. }
  635. GLboolean APIENTRY glIsList (GLuint list)
  636. {
  637. GLboolean dummy = FALSE;
  638. #ifdef DODPFS
  639. DebugPrintf( eDbgLevelInfo, "glIsList" );
  640. #endif //DODPFS
  641. return dummy;
  642. }
  643. void APIENTRY glLightModelf (GLenum pname, GLfloat param)
  644. {
  645. #ifdef DODPFS
  646. DebugPrintf( eDbgLevelInfo, "glLightModelf" );
  647. #endif //DODPFS
  648. }
  649. void APIENTRY glLightModeliv (GLenum pname, const GLint *params)
  650. {
  651. #ifdef DODPFS
  652. DebugPrintf( eDbgLevelInfo, "glLightModeliv" );
  653. #endif //DODPFS
  654. }
  655. void APIENTRY glLighti (GLenum light, GLenum pname, GLint param)
  656. {
  657. #ifdef DODPFS
  658. DebugPrintf( eDbgLevelInfo, "glLighti" );
  659. #endif //DODPFS
  660. }
  661. void APIENTRY glLightiv (GLenum light, GLenum pname, const GLint *params)
  662. {
  663. #ifdef DODPFS
  664. DebugPrintf( eDbgLevelInfo, "glLightiv" );
  665. #endif //DODPFS
  666. }
  667. void APIENTRY glLineStipple (GLint factor, GLushort pattern)
  668. {
  669. #ifdef DODPFS
  670. DebugPrintf( eDbgLevelInfo, "glLineStipple" );
  671. #endif //DODPFS
  672. }
  673. void APIENTRY glListBase (GLuint base)
  674. {
  675. #ifdef DODPFS
  676. DebugPrintf( eDbgLevelInfo, "glListBase" );
  677. #endif //DODPFS
  678. }
  679. void APIENTRY glLoadMatrixd (const GLdouble *m)
  680. {
  681. #ifdef DODPFS
  682. DebugPrintf( eDbgLevelInfo, "glLoadMatrixd" );
  683. #endif //DODPFS
  684. }
  685. void APIENTRY glLoadName (GLuint name)
  686. {
  687. #ifdef DODPFS
  688. DebugPrintf( eDbgLevelInfo, "glLoadName" );
  689. #endif //DODPFS
  690. }
  691. void APIENTRY glLogicOp (GLenum opcode)
  692. {
  693. #ifdef DODPFS
  694. DebugPrintf( eDbgLevelInfo, "glLogicOp" );
  695. #endif //DODPFS
  696. }
  697. void APIENTRY glMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
  698. {
  699. #ifdef DODPFS
  700. DebugPrintf( eDbgLevelInfo, "glMap1d" );
  701. #endif //DODPFS
  702. }
  703. void APIENTRY glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
  704. {
  705. #ifdef DODPFS
  706. DebugPrintf( eDbgLevelInfo, "glMap1f" );
  707. #endif //DODPFS
  708. }
  709. void APIENTRY glMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
  710. {
  711. #ifdef DODPFS
  712. DebugPrintf( eDbgLevelInfo, "glMap2d" );
  713. #endif //DODPFS
  714. }
  715. void APIENTRY glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
  716. {
  717. #ifdef DODPFS
  718. DebugPrintf( eDbgLevelInfo, "glMap2f" );
  719. #endif //DODPFS
  720. }
  721. void APIENTRY glMapGrid1d (GLint un, GLdouble u1, GLdouble u2)
  722. {
  723. #ifdef DODPFS
  724. DebugPrintf( eDbgLevelInfo, "glMapGrid1d" );
  725. #endif //DODPFS
  726. }
  727. void APIENTRY glMapGrid1f (GLint un, GLfloat u1, GLfloat u2)
  728. {
  729. #ifdef DODPFS
  730. DebugPrintf( eDbgLevelInfo, "glMapGrid1f" );
  731. #endif //DODPFS
  732. }
  733. void APIENTRY glMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
  734. {
  735. #ifdef DODPFS
  736. DebugPrintf( eDbgLevelInfo, "glMapGrid2d" );
  737. #endif //DODPFS
  738. }
  739. void APIENTRY glMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
  740. {
  741. #ifdef DODPFS
  742. DebugPrintf( eDbgLevelInfo, "glMapGrid2f" );
  743. #endif //DODPFS
  744. }
  745. void APIENTRY glMateriali (GLenum face, GLenum pname, GLint param)
  746. {
  747. #ifdef DODPFS
  748. DebugPrintf( eDbgLevelInfo, "glMateriali" );
  749. #endif //DODPFS
  750. }
  751. void APIENTRY glMaterialiv (GLenum face, GLenum pname, const GLint *params)
  752. {
  753. #ifdef DODPFS
  754. DebugPrintf( eDbgLevelInfo, "glMaterialiv" );
  755. #endif //DODPFS
  756. }
  757. void APIENTRY glNewList (GLuint list, GLenum mode)
  758. {
  759. #ifdef DODPFS
  760. DebugPrintf( eDbgLevelInfo, "glNewList" );
  761. #endif //DODPFS
  762. }
  763. void APIENTRY glNormal3b (GLbyte nx, GLbyte ny, GLbyte nz)
  764. {
  765. #ifdef DODPFS
  766. DebugPrintf( eDbgLevelInfo, "glNormal3b" );
  767. #endif //DODPFS
  768. }
  769. void APIENTRY glNormal3d (GLdouble nx, GLdouble ny, GLdouble nz)
  770. {
  771. #ifdef DODPFS
  772. DebugPrintf( eDbgLevelInfo, "glNormal3d" );
  773. #endif //DODPFS
  774. }
  775. void APIENTRY glNormal3dv (const GLdouble *v)
  776. {
  777. #ifdef DODPFS
  778. DebugPrintf( eDbgLevelInfo, "glNormal3dv" );
  779. #endif //DODPFS
  780. }
  781. void APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz)
  782. {
  783. #ifdef DODPFS
  784. DebugPrintf( eDbgLevelInfo, "glNormal3f" );
  785. #endif //DODPFS
  786. }
  787. void APIENTRY glNormal3i (GLint nx, GLint ny, GLint nz)
  788. {
  789. #ifdef DODPFS
  790. DebugPrintf( eDbgLevelInfo, "glNormal3i" );
  791. #endif //DODPFS
  792. }
  793. void APIENTRY glNormal3iv (const GLint *v)
  794. {
  795. #ifdef DODPFS
  796. DebugPrintf( eDbgLevelInfo, "glNormal3iv" );
  797. #endif //DODPFS
  798. }
  799. void APIENTRY glNormal3s (GLshort nx, GLshort ny, GLshort nz)
  800. {
  801. #ifdef DODPFS
  802. DebugPrintf( eDbgLevelInfo, "glNormal3s" );
  803. #endif //DODPFS
  804. }
  805. void APIENTRY glNormal3sv (const GLshort *v)
  806. {
  807. #ifdef DODPFS
  808. DebugPrintf( eDbgLevelInfo, "glNormal3sv" );
  809. #endif //DODPFS
  810. }
  811. void APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
  812. {
  813. #ifdef DODPFS
  814. DebugPrintf( eDbgLevelInfo, "glNormalPointer" );
  815. #endif //DODPFS
  816. }
  817. void APIENTRY glPassThrough (GLfloat token)
  818. {
  819. #ifdef DODPFS
  820. DebugPrintf( eDbgLevelInfo, "glPassThrough" );
  821. #endif //DODPFS
  822. }
  823. void APIENTRY glPixelMapfv (GLenum map, GLsizei mapsize, const GLfloat *values)
  824. {
  825. #ifdef DODPFS
  826. DebugPrintf( eDbgLevelInfo, "glPixelMapfv" );
  827. #endif //DODPFS
  828. }
  829. void APIENTRY glPixelMapuiv (GLenum map, GLsizei mapsize, const GLuint *values)
  830. {
  831. #ifdef DODPFS
  832. DebugPrintf( eDbgLevelInfo, "glPixelMapuiv" );
  833. #endif //DODPFS
  834. }
  835. void APIENTRY glPixelMapusv (GLenum map, GLsizei mapsize, const GLushort *values)
  836. {
  837. #ifdef DODPFS
  838. DebugPrintf( eDbgLevelInfo, "glPixelMapusv" );
  839. #endif //DODPFS
  840. }
  841. void APIENTRY glPixelStoref (GLenum pname, GLfloat param)
  842. {
  843. #ifdef DODPFS
  844. DebugPrintf( eDbgLevelInfo, "glPixelStoref" );
  845. #endif //DODPFS
  846. }
  847. void APIENTRY glPixelStorei (GLenum pname, GLint param)
  848. {
  849. }
  850. void APIENTRY glPixelTransferf (GLenum pname, GLfloat param)
  851. {
  852. #ifdef DODPFS
  853. DebugPrintf( eDbgLevelInfo, "glPixelTransferf" );
  854. #endif //DODPFS
  855. }
  856. void APIENTRY glPixelTransferi (GLenum pname, GLint param)
  857. {
  858. #ifdef DODPFS
  859. DebugPrintf( eDbgLevelInfo, "glPixelTransferi" );
  860. #endif //DODPFS
  861. }
  862. void APIENTRY glPixelZoom (GLfloat xfactor, GLfloat yfactor)
  863. {
  864. #ifdef DODPFS
  865. DebugPrintf( eDbgLevelInfo, "glPixelZoom" );
  866. #endif //DODPFS
  867. }
  868. void APIENTRY glPointSize (GLfloat size)
  869. {
  870. #ifdef DODPFS
  871. DebugPrintf( eDbgLevelInfo, "glPointSize" );
  872. #endif //DODPFS
  873. }
  874. void APIENTRY glPolygonStipple (const GLubyte *mask)
  875. {
  876. #ifdef DODPFS
  877. DebugPrintf( eDbgLevelInfo, "glPolygonStipple" );
  878. #endif //DODPFS
  879. }
  880. void APIENTRY glPopClientAttrib (void)
  881. {
  882. #ifdef DODPFS
  883. DebugPrintf( eDbgLevelInfo, "glPopClientAttrib" );
  884. #endif //DODPFS
  885. }
  886. void APIENTRY glPopName (void)
  887. {
  888. #ifdef DODPFS
  889. DebugPrintf( eDbgLevelInfo, "glPopName" );
  890. #endif //DODPFS
  891. }
  892. void APIENTRY glPrioritizeTextures (GLsizei n, const GLuint *textures, const GLclampf *priorities)
  893. {
  894. #ifdef DODPFS
  895. DebugPrintf( eDbgLevelInfo, "glPrioritizeTextures" );
  896. #endif //DODPFS
  897. }
  898. void APIENTRY glPushClientAttrib (GLbitfield mask)
  899. {
  900. #ifdef DODPFS
  901. DebugPrintf( eDbgLevelInfo, "glPushClientAttrib" );
  902. #endif //DODPFS
  903. }
  904. void APIENTRY glPushName (GLuint name)
  905. {
  906. #ifdef DODPFS
  907. DebugPrintf( eDbgLevelInfo, "glPushName" );
  908. #endif //DODPFS
  909. }
  910. void APIENTRY glRasterPos2d (GLdouble x, GLdouble y)
  911. {
  912. #ifdef DODPFS
  913. DebugPrintf( eDbgLevelInfo, "glRasterPos2d" );
  914. #endif //DODPFS
  915. }
  916. void APIENTRY glRasterPos2dv (const GLdouble *v)
  917. {
  918. #ifdef DODPFS
  919. DebugPrintf( eDbgLevelInfo, "glRasterPos2dv" );
  920. #endif //DODPFS
  921. }
  922. void APIENTRY glRasterPos2f (GLfloat x, GLfloat y)
  923. {
  924. #ifdef DODPFS
  925. DebugPrintf( eDbgLevelInfo, "glRasterPos2f" );
  926. #endif //DODPFS
  927. }
  928. void APIENTRY glRasterPos2fv (const GLfloat *v)
  929. {
  930. #ifdef DODPFS
  931. DebugPrintf( eDbgLevelInfo, "glRasterPos2fv" );
  932. #endif //DODPFS
  933. }
  934. void APIENTRY glRasterPos2i (GLint x, GLint y)
  935. {
  936. #ifdef DODPFS
  937. DebugPrintf( eDbgLevelInfo, "glRasterPos2i" );
  938. #endif //DODPFS
  939. }
  940. void APIENTRY glRasterPos2iv (const GLint *v)
  941. {
  942. #ifdef DODPFS
  943. DebugPrintf( eDbgLevelInfo, "glRasterPos2iv" );
  944. #endif //DODPFS
  945. }
  946. void APIENTRY glRasterPos2s (GLshort x, GLshort y)
  947. {
  948. #ifdef DODPFS
  949. DebugPrintf( eDbgLevelInfo, "glRasterPos2s" );
  950. #endif //DODPFS
  951. }
  952. void APIENTRY glRasterPos2sv (const GLshort *v)
  953. {
  954. #ifdef DODPFS
  955. DebugPrintf( eDbgLevelInfo, "glRasterPos2sv" );
  956. #endif //DODPFS
  957. }
  958. void APIENTRY glRasterPos3d (GLdouble x, GLdouble y, GLdouble z)
  959. {
  960. #ifdef DODPFS
  961. DebugPrintf( eDbgLevelInfo, "glRasterPos3d" );
  962. #endif //DODPFS
  963. }
  964. void APIENTRY glRasterPos3dv (const GLdouble *v)
  965. {
  966. #ifdef DODPFS
  967. DebugPrintf( eDbgLevelInfo, "glRasterPos3dv" );
  968. #endif //DODPFS
  969. }
  970. void APIENTRY glRasterPos3f (GLfloat x, GLfloat y, GLfloat z)
  971. {
  972. #ifdef DODPFS
  973. DebugPrintf( eDbgLevelInfo, "glRasterPos3f" );
  974. #endif //DODPFS
  975. }
  976. void APIENTRY glRasterPos3fv (const GLfloat *v)
  977. {
  978. #ifdef DODPFS
  979. DebugPrintf( eDbgLevelInfo, "glRasterPos3fv" );
  980. #endif //DODPFS
  981. }
  982. void APIENTRY glRasterPos3i (GLint x, GLint y, GLint z)
  983. {
  984. #ifdef DODPFS
  985. DebugPrintf( eDbgLevelInfo, "glRasterPos3i" );
  986. #endif //DODPFS
  987. }
  988. void APIENTRY glRasterPos3iv (const GLint *v)
  989. {
  990. #ifdef DODPFS
  991. DebugPrintf( eDbgLevelInfo, "glRasterPos3iv" );
  992. #endif //DODPFS
  993. }
  994. void APIENTRY glRasterPos3s (GLshort x, GLshort y, GLshort z)
  995. {
  996. #ifdef DODPFS
  997. DebugPrintf( eDbgLevelInfo, "glRasterPos3s" );
  998. #endif //DODPFS
  999. }
  1000. void APIENTRY glRasterPos3sv (const GLshort *v)
  1001. {
  1002. #ifdef DODPFS
  1003. DebugPrintf( eDbgLevelInfo, "glRasterPos3sv" );
  1004. #endif //DODPFS
  1005. }
  1006. void APIENTRY glRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
  1007. {
  1008. #ifdef DODPFS
  1009. DebugPrintf( eDbgLevelInfo, "glRasterPos4d" );
  1010. #endif //DODPFS
  1011. }
  1012. void APIENTRY glRasterPos4dv (const GLdouble *v)
  1013. {
  1014. #ifdef DODPFS
  1015. DebugPrintf( eDbgLevelInfo, "glRasterPos4dv" );
  1016. #endif //DODPFS
  1017. }
  1018. void APIENTRY glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
  1019. {
  1020. #ifdef DODPFS
  1021. DebugPrintf( eDbgLevelInfo, "glRasterPos4f" );
  1022. #endif //DODPFS
  1023. }
  1024. void APIENTRY glRasterPos4fv (const GLfloat *v)
  1025. {
  1026. #ifdef DODPFS
  1027. DebugPrintf( eDbgLevelInfo, "glRasterPos4fv" );
  1028. #endif //DODPFS
  1029. }
  1030. void APIENTRY glRasterPos4i (GLint x, GLint y, GLint z, GLint w)
  1031. {
  1032. #ifdef DODPFS
  1033. DebugPrintf( eDbgLevelInfo, "glRasterPos4i" );
  1034. #endif //DODPFS
  1035. }
  1036. void APIENTRY glRasterPos4iv (const GLint *v)
  1037. {
  1038. #ifdef DODPFS
  1039. DebugPrintf( eDbgLevelInfo, "glRasterPos4iv" );
  1040. #endif //DODPFS
  1041. }
  1042. void APIENTRY glRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w)
  1043. {
  1044. #ifdef DODPFS
  1045. DebugPrintf( eDbgLevelInfo, "glRasterPos4s" );
  1046. #endif //DODPFS
  1047. }
  1048. void APIENTRY glRasterPos4sv (const GLshort *v)
  1049. {
  1050. #ifdef DODPFS
  1051. DebugPrintf( eDbgLevelInfo, "glRasterPos4sv" );
  1052. #endif //DODPFS
  1053. }
  1054. void APIENTRY glReadBuffer (GLenum mode)
  1055. {
  1056. #ifdef DODPFS
  1057. //DebugPrintf( eDbgLevelInfo, "glReadBuffer(%X)",mode);
  1058. DebugPrintf( eDbgLevelInfo, "glReadBuffer" );
  1059. #endif //DODPFS
  1060. }
  1061. void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
  1062. {
  1063. #ifdef DODPFS
  1064. DebugPrintf( eDbgLevelInfo, "glReadPixels (x:%d y:%d width:%d height:%d format:0x%x type:0x%x pixels:0x%x", x, y, width, height, format, type, pixels );
  1065. #endif //DODPFS
  1066. }
  1067. void APIENTRY glRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
  1068. {
  1069. #ifdef DODPFS
  1070. DebugPrintf( eDbgLevelInfo, "glRectd" );
  1071. #endif //DODPFS
  1072. }
  1073. void APIENTRY glRectdv (const GLdouble *v1, const GLdouble *v2)
  1074. {
  1075. #ifdef DODPFS
  1076. DebugPrintf( eDbgLevelInfo, "glRectdv" );
  1077. #endif //DODPFS
  1078. }
  1079. void APIENTRY glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
  1080. {
  1081. #ifdef DODPFS
  1082. DebugPrintf( eDbgLevelInfo, "glRectf" );
  1083. #endif //DODPFS
  1084. }
  1085. void APIENTRY glRectfv (const GLfloat *v1, const GLfloat *v2)
  1086. {
  1087. #ifdef DODPFS
  1088. DebugPrintf( eDbgLevelInfo, "glRectfv" );
  1089. #endif //DODPFS
  1090. }
  1091. void APIENTRY glRecti (GLint x1, GLint y1, GLint x2, GLint y2)
  1092. {
  1093. #ifdef DODPFS
  1094. DebugPrintf( eDbgLevelInfo, "glRecti" );
  1095. #endif //DODPFS
  1096. }
  1097. void APIENTRY glRectiv (const GLint *v1, const GLint *v2)
  1098. {
  1099. #ifdef DODPFS
  1100. DebugPrintf( eDbgLevelInfo, "glRectiv" );
  1101. #endif //DODPFS
  1102. }
  1103. void APIENTRY glRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
  1104. {
  1105. #ifdef DODPFS
  1106. DebugPrintf( eDbgLevelInfo, "glRects" );
  1107. #endif //DODPFS
  1108. }
  1109. void APIENTRY glRectsv (const GLshort *v1, const GLshort *v2)
  1110. {
  1111. #ifdef DODPFS
  1112. DebugPrintf( eDbgLevelInfo, "glRectsv" );
  1113. #endif //DODPFS
  1114. }
  1115. GLint APIENTRY glRenderMode (GLenum mode)
  1116. {
  1117. GLint dummy = 0;
  1118. #ifdef DODPFS
  1119. DebugPrintf( eDbgLevelInfo, "glRenderMode" );
  1120. #endif //DODPFS
  1121. return dummy;
  1122. }
  1123. void APIENTRY glRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
  1124. {
  1125. #ifdef DODPFS
  1126. DebugPrintf( eDbgLevelInfo, "glRotated" );
  1127. #endif //DODPFS
  1128. }
  1129. void APIENTRY glScaled (GLdouble x, GLdouble y, GLdouble z)
  1130. {
  1131. #ifdef DODPFS
  1132. DebugPrintf( eDbgLevelInfo, "glScaled" );
  1133. #endif //DODPFS
  1134. }
  1135. void APIENTRY glSelectBuffer (GLsizei size, GLuint *buffer)
  1136. {
  1137. #ifdef DODPFS
  1138. DebugPrintf( eDbgLevelInfo, "glSelectBuffer" );
  1139. #endif //DODPFS
  1140. }
  1141. void APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask)
  1142. {
  1143. #ifdef DODPFS
  1144. DebugPrintf( eDbgLevelInfo, "glStencilFunc" );
  1145. #endif //DODPFS
  1146. }
  1147. void APIENTRY glStencilMask (GLuint mask)
  1148. {
  1149. #ifdef DODPFS
  1150. DebugPrintf( eDbgLevelInfo, "glStencilMask" );
  1151. #endif //DODPFS
  1152. }
  1153. void APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass)
  1154. {
  1155. #ifdef DODPFS
  1156. DebugPrintf( eDbgLevelInfo, "glStencilOp" );
  1157. #endif //DODPFS
  1158. }
  1159. void APIENTRY glTexCoord1d (GLdouble s)
  1160. {
  1161. #ifdef DODPFS
  1162. DebugPrintf( eDbgLevelInfo, "glTexCoord1d" );
  1163. #endif //DODPFS
  1164. }
  1165. void APIENTRY glTexCoord1dv (const GLdouble *v)
  1166. {
  1167. #ifdef DODPFS
  1168. DebugPrintf( eDbgLevelInfo, "glTexCoord1dv" );
  1169. #endif //DODPFS
  1170. }
  1171. void APIENTRY glTexCoord1f (GLfloat s)
  1172. {
  1173. #ifdef DODPFS
  1174. DebugPrintf( eDbgLevelInfo, "glTexCoord1f" );
  1175. #endif //DODPFS
  1176. }
  1177. void APIENTRY glTexCoord1fv (const GLfloat *v)
  1178. {
  1179. #ifdef DODPFS
  1180. DebugPrintf( eDbgLevelInfo, "glTexCoord1fv" );
  1181. #endif //DODPFS
  1182. }
  1183. void APIENTRY glTexCoord1i (GLint s)
  1184. {
  1185. #ifdef DODPFS
  1186. DebugPrintf( eDbgLevelInfo, "glTexCoord1i" );
  1187. #endif //DODPFS
  1188. }
  1189. void APIENTRY glTexCoord1iv (const GLint *v)
  1190. {
  1191. #ifdef DODPFS
  1192. DebugPrintf( eDbgLevelInfo, "glTexCoord1iv" );
  1193. #endif //DODPFS
  1194. }
  1195. void APIENTRY glTexCoord1s (GLshort s)
  1196. {
  1197. #ifdef DODPFS
  1198. DebugPrintf( eDbgLevelInfo, "glTexCoord1s" );
  1199. #endif //DODPFS
  1200. }
  1201. void APIENTRY glTexCoord1sv (const GLshort *v)
  1202. {
  1203. #ifdef DODPFS
  1204. DebugPrintf( eDbgLevelInfo, "glTexCoord1sv" );
  1205. #endif //DODPFS
  1206. }
  1207. void APIENTRY glTexCoord2d (GLdouble s, GLdouble t)
  1208. {
  1209. #ifdef DODPFS
  1210. DebugPrintf( eDbgLevelInfo, "glTexCoord2d" );
  1211. #endif //DODPFS
  1212. }
  1213. void APIENTRY glTexCoord2dv (const GLdouble *v)
  1214. {
  1215. #ifdef DODPFS
  1216. DebugPrintf( eDbgLevelInfo, "glTexCoord2dv" );
  1217. #endif //DODPFS
  1218. }
  1219. void APIENTRY glTexCoord2i (GLint s, GLint t)
  1220. {
  1221. #ifdef DODPFS
  1222. DebugPrintf( eDbgLevelInfo, "glTexCoord2i" );
  1223. #endif //DODPFS
  1224. }
  1225. void APIENTRY glTexCoord2iv (const GLint *v)
  1226. {
  1227. #ifdef DODPFS
  1228. DebugPrintf( eDbgLevelInfo, "glTexCoord2iv" );
  1229. #endif //DODPFS
  1230. }
  1231. void APIENTRY glTexCoord2s (GLshort s, GLshort t)
  1232. {
  1233. #ifdef DODPFS
  1234. DebugPrintf( eDbgLevelInfo, "glTexCoord2s" );
  1235. #endif //DODPFS
  1236. }
  1237. void APIENTRY glTexCoord2sv (const GLshort *v)
  1238. {
  1239. #ifdef DODPFS
  1240. DebugPrintf( eDbgLevelInfo, "glTexCoord2sv" );
  1241. #endif //DODPFS
  1242. }
  1243. void APIENTRY glTexCoord3d (GLdouble s, GLdouble t, GLdouble r)
  1244. {
  1245. #ifdef DODPFS
  1246. DebugPrintf( eDbgLevelInfo, "glTexCoord3d" );
  1247. #endif //DODPFS
  1248. }
  1249. void APIENTRY glTexCoord3dv (const GLdouble *v)
  1250. {
  1251. #ifdef DODPFS
  1252. DebugPrintf( eDbgLevelInfo, "glTexCoord3dv" );
  1253. #endif //DODPFS
  1254. }
  1255. void APIENTRY glTexCoord3f (GLfloat s, GLfloat t, GLfloat r)
  1256. {
  1257. #ifdef DODPFS
  1258. DebugPrintf( eDbgLevelInfo, "glTexCoord3f" );
  1259. #endif //DODPFS
  1260. }
  1261. void APIENTRY glTexCoord3fv (const GLfloat *v)
  1262. {
  1263. #ifdef DODPFS
  1264. DebugPrintf( eDbgLevelInfo, "glTexCoord3fv" );
  1265. #endif //DODPFS
  1266. }
  1267. void APIENTRY glTexCoord3i (GLint s, GLint t, GLint r)
  1268. {
  1269. #ifdef DODPFS
  1270. DebugPrintf( eDbgLevelInfo, "glTexCoord3i" );
  1271. #endif //DODPFS
  1272. }
  1273. void APIENTRY glTexCoord3iv (const GLint *v)
  1274. {
  1275. #ifdef DODPFS
  1276. DebugPrintf( eDbgLevelInfo, "glTexCoord3iv" );
  1277. #endif //DODPFS
  1278. }
  1279. void APIENTRY glTexCoord3s (GLshort s, GLshort t, GLshort r)
  1280. {
  1281. #ifdef DODPFS
  1282. DebugPrintf( eDbgLevelInfo, "glTexCoord3s" );
  1283. #endif //DODPFS
  1284. }
  1285. void APIENTRY glTexCoord3sv (const GLshort *v)
  1286. {
  1287. #ifdef DODPFS
  1288. DebugPrintf( eDbgLevelInfo, "glTexCoord3sv" );
  1289. #endif //DODPFS
  1290. }
  1291. void APIENTRY glTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
  1292. {
  1293. #ifdef DODPFS
  1294. DebugPrintf( eDbgLevelInfo, "glTexCoord4d" );
  1295. #endif //DODPFS
  1296. }
  1297. void APIENTRY glTexCoord4dv (const GLdouble *v)
  1298. {
  1299. #ifdef DODPFS
  1300. DebugPrintf( eDbgLevelInfo, "glTexCoord4dv" );
  1301. #endif //DODPFS
  1302. }
  1303. void APIENTRY glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
  1304. {
  1305. #ifdef DODPFS
  1306. DebugPrintf( eDbgLevelInfo, "glTexCoord4f" );
  1307. #endif //DODPFS
  1308. }
  1309. void APIENTRY glTexCoord4fv (const GLfloat *v)
  1310. {
  1311. #ifdef DODPFS
  1312. DebugPrintf( eDbgLevelInfo, "glTexCoord4fv" );
  1313. #endif //DODPFS
  1314. }
  1315. void APIENTRY glTexCoord4i (GLint s, GLint t, GLint r, GLint q)
  1316. {
  1317. #ifdef DODPFS
  1318. DebugPrintf( eDbgLevelInfo, "glTexCoord4i" );
  1319. #endif //DODPFS
  1320. }
  1321. void APIENTRY glTexCoord4iv (const GLint *v)
  1322. {
  1323. #ifdef DODPFS
  1324. DebugPrintf( eDbgLevelInfo, "glTexCoord4iv" );
  1325. #endif //DODPFS
  1326. }
  1327. void APIENTRY glTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q)
  1328. {
  1329. #ifdef DODPFS
  1330. DebugPrintf( eDbgLevelInfo, "glTexCoord4s" );
  1331. #endif //DODPFS
  1332. }
  1333. void APIENTRY glTexCoord4sv (const GLshort *v)
  1334. {
  1335. #ifdef DODPFS
  1336. DebugPrintf( eDbgLevelInfo, "glTexCoord4sv" );
  1337. #endif //DODPFS
  1338. }
  1339. void APIENTRY glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params)
  1340. {
  1341. #ifdef DODPFS
  1342. DebugPrintf( eDbgLevelInfo, "glTexEnvfv" );
  1343. #endif //DODPFS
  1344. }
  1345. void APIENTRY glTexEnviv (GLenum target, GLenum pname, const GLint *params)
  1346. {
  1347. #ifdef DODPFS
  1348. DebugPrintf( eDbgLevelInfo, "glTexEnviv" );
  1349. #endif //DODPFS
  1350. }
  1351. void APIENTRY glTexGend (GLenum coord, GLenum pname, GLdouble param)
  1352. {
  1353. #ifdef DODPFS
  1354. DebugPrintf( eDbgLevelInfo, "glTexGend" );
  1355. #endif //DODPFS
  1356. }
  1357. void APIENTRY glTexGendv (GLenum coord, GLenum pname, const GLdouble *params)
  1358. {
  1359. #ifdef DODPFS
  1360. DebugPrintf( eDbgLevelInfo, "glTexGendv" );
  1361. #endif //DODPFS
  1362. }
  1363. void APIENTRY glTexGenf (GLenum coord, GLenum pname, GLfloat param)
  1364. {
  1365. #ifdef DODPFS
  1366. DebugPrintf( eDbgLevelInfo, "glTexGenf" );
  1367. #endif //DODPFS
  1368. }
  1369. void APIENTRY glTexGenfv (GLenum coord, GLenum pname, const GLfloat *params)
  1370. {
  1371. #ifdef DODPFS
  1372. DebugPrintf( eDbgLevelInfo, "glTexGenfv" );
  1373. #endif //DODPFS
  1374. }
  1375. void APIENTRY glTexGeniv (GLenum coord, GLenum pname, const GLint *params)
  1376. {
  1377. #ifdef DODPFS
  1378. DebugPrintf( eDbgLevelInfo, "glTexGeniv" );
  1379. #endif //DODPFS
  1380. }
  1381. void APIENTRY glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
  1382. {
  1383. #ifdef DODPFS
  1384. DebugPrintf( eDbgLevelInfo, "glTexImage1D" );
  1385. #endif //DODPFS
  1386. }
  1387. void APIENTRY glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params)
  1388. {
  1389. #ifdef DODPFS
  1390. DebugPrintf( eDbgLevelInfo, "glTexParameterfv" );
  1391. #endif //DODPFS
  1392. }
  1393. void APIENTRY glTexParameteriv (GLenum target, GLenum pname, const GLint *params)
  1394. {
  1395. #ifdef DODPFS
  1396. DebugPrintf( eDbgLevelInfo, "glTexParameteriv" );
  1397. #endif //DODPFS
  1398. }
  1399. void APIENTRY glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
  1400. {
  1401. #ifdef DODPFS
  1402. DebugPrintf( eDbgLevelInfo, "glTexSubImage1D" );
  1403. #endif //DODPFS
  1404. }
  1405. void APIENTRY glTranslated (GLdouble x, GLdouble y, GLdouble z)
  1406. {
  1407. #ifdef DODPFS
  1408. DebugPrintf( eDbgLevelInfo, "glTranslated" );
  1409. #endif //DODPFS
  1410. }
  1411. BOOL WINAPI wglCopyContext()
  1412. {
  1413. BOOL dummy = FALSE;
  1414. #ifdef DODPFS
  1415. DebugPrintf( eDbgLevelInfo, "wglCopyContext" );
  1416. #endif //DODPFS
  1417. return dummy;
  1418. }
  1419. BOOL WINAPI wglCreateLayerContext()
  1420. {
  1421. BOOL dummy = FALSE;
  1422. #ifdef DODPFS
  1423. DebugPrintf( eDbgLevelInfo, "wglCreateLayerContext" );
  1424. #endif //DODPFS
  1425. return dummy;
  1426. }
  1427. BOOL WINAPI wglDescribeLayerPlane()
  1428. {
  1429. BOOL dummy = FALSE;
  1430. #ifdef DODPFS
  1431. DebugPrintf( eDbgLevelInfo, "wglDescribeLayerPlane" );
  1432. #endif //DODPFS
  1433. return dummy;
  1434. }
  1435. BOOL WINAPI wglGetDefaultProcAddress()
  1436. {
  1437. BOOL dummy = FALSE;
  1438. #ifdef DODPFS
  1439. DebugPrintf( eDbgLevelInfo, "wglGetDefaultProcAddress" );
  1440. #endif //DODPFS
  1441. return dummy;
  1442. }
  1443. BOOL WINAPI wglGetLayerPaletteEntries()
  1444. {
  1445. BOOL dummy = FALSE;
  1446. #ifdef DODPFS
  1447. DebugPrintf( eDbgLevelInfo, "wglGetLayerPaletteEntries" );
  1448. #endif //DODPFS
  1449. return dummy;
  1450. }
  1451. BOOL WINAPI wglRealizeLayerPalette()
  1452. {
  1453. BOOL dummy = FALSE;
  1454. #ifdef DODPFS
  1455. DebugPrintf( eDbgLevelInfo, "wglRealizeLayerPalette" );
  1456. #endif //DODPFS
  1457. return dummy;
  1458. }
  1459. BOOL WINAPI wglSetLayerPaletteEntries()
  1460. {
  1461. BOOL dummy = FALSE;
  1462. #ifdef DODPFS
  1463. DebugPrintf( eDbgLevelInfo, "wglSetLayerPaletteEntries" );
  1464. #endif //DODPFS
  1465. return dummy;
  1466. }
  1467. BOOL WINAPI wglShareLists()
  1468. {
  1469. BOOL dummy = FALSE;
  1470. #ifdef DODPFS
  1471. DebugPrintf( eDbgLevelInfo, "wglShareLists" );
  1472. #endif //DODPFS
  1473. return dummy;
  1474. }
  1475. BOOL WINAPI wglSwapLayerBuffers()
  1476. {
  1477. BOOL dummy = FALSE;
  1478. #ifdef DODPFS
  1479. DebugPrintf( eDbgLevelInfo, "wglSwapLayerBuffers" );
  1480. #endif //DODPFS
  1481. return dummy;
  1482. }
  1483. BOOL WINAPI wglUseFontBitmapsA()
  1484. {
  1485. BOOL dummy = FALSE;
  1486. #ifdef DODPFS
  1487. DebugPrintf( eDbgLevelInfo, "wglUseFontBitmapsA" );
  1488. #endif //DODPFS
  1489. return dummy;
  1490. }
  1491. BOOL WINAPI wglUseFontBitmapsW()
  1492. {
  1493. BOOL dummy = FALSE;
  1494. #ifdef DODPFS
  1495. DebugPrintf( eDbgLevelInfo, "wglUseFontBitmapsW" );
  1496. #endif //DODPFS
  1497. return dummy;
  1498. }
  1499. BOOL WINAPI wglUseFontOutlinesA()
  1500. {
  1501. BOOL dummy = FALSE;
  1502. #ifdef DODPFS
  1503. DebugPrintf( eDbgLevelInfo, "wglUseFontOutlinesA" );
  1504. #endif //DODPFS
  1505. return dummy;
  1506. }
  1507. BOOL WINAPI wglUseFontOutlinesW()
  1508. {
  1509. BOOL dummy = FALSE;
  1510. #ifdef DODPFS
  1511. DebugPrintf( eDbgLevelInfo, "wglUseFontOutlinesW" );
  1512. #endif //DODPFS
  1513. return dummy;
  1514. }