aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/globals.html
blob: bd682fdfae38e52ed38716727fe128a1552df137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>NeL: File Member Index</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex">  <form class="search" action="search.php" method="get">
<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindexHL" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a>  | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
<div class="qindex"><a class="qindexHL" href="globals.html">All</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_vars.html">Variables</a> | <a class="qindex" href="globals_type.html">Typedefs</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration&nbsp;values</a> | <a class="qindex" href="globals_defs.html">Defines</a></div>
<div class="qindex"><a class="qindex" href="#index__">_</a> | <a class="qindex" href="#index_a">a</a> | <a class="qindex" href="#index_b">b</a> | <a class="qindex" href="#index_c">c</a> | <a class="qindex" href="#index_d">d</a> | <a class="qindex" href="#index_e">e</a> | <a class="qindex" href="#index_f">f</a> | <a class="qindex" href="#index_g">g</a> | <a class="qindex" href="#index_h">h</a> | <a class="qindex" href="#index_i">i</a> | <a class="qindex" href="#index_k">k</a> | <a class="qindex" href="#index_l">l</a> | <a class="qindex" href="#index_m">m</a> | <a class="qindex" href="#index_n">n</a> | <a class="qindex" href="#index_o">o</a> | <a class="qindex" href="#index_p">p</a> | <a class="qindex" href="#index_q">q</a> | <a class="qindex" href="#index_r">r</a> | <a class="qindex" href="#index_s">s</a> | <a class="qindex" href="#index_t">t</a> | <a class="qindex" href="#index_u">u</a> | <a class="qindex" href="#index_v">v</a> | <a class="qindex" href="#index_w">w</a> | <a class="qindex" href="#index_x">x</a> | <a class="qindex" href="#index_y">y</a> | <a class="qindex" href="#index_z">z</a></div>

<p>

<p>
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:<h3><a class="anchor" name="index__">- _ -</a></h3><ul>
<li>__declspec()
: <a class="el" href="a04560.html#a3">memory_manager.cpp</a><li>__yy_memcpy()
: <a class="el" href="a04113.html#a82">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a134">ytable.cpp</a><li>_ADD_SET_
: <a class="el" href="a03980.html#a39">agent_method_def.h</a><li>_ADDATTRIB_
: <a class="el" href="a03980.html#a15">agent_method_def.h</a><li>_ADDCHILD_
: <a class="el" href="a03980.html#a2">agent_method_def.h</a><li>_ADDSUBSET_
: <a class="el" href="a03980.html#a29">agent_method_def.h</a><li>_ATTACH_
: <a class="el" href="a03980.html#a11">agent_method_def.h</a><li>_CONSTRUCTOR_
: <a class="el" href="a03980.html#a16">agent_method_def.h</a><li>_CONTINUATION_
: <a class="el" href="a03980.html#a34">agent_method_def.h</a><li>_DESTRUCTOR_
: <a class="el" href="a03980.html#a17">agent_method_def.h</a><li>_FATHER_
: <a class="el" href="a03980.html#a31">agent_method_def.h</a><li>_FIRST_
: <a class="el" href="a03980.html#a36">agent_method_def.h</a><li>_GETCHILD_
: <a class="el" href="a03980.html#a1">agent_method_def.h</a><li>_GETCLOCK_
: <a class="el" href="a03980.html#a13">agent_method_def.h</a><li>_GETNAME_
: <a class="el" href="a03980.html#a5">agent_method_def.h</a><li>_GETNUMID_
: <a class="el" href="a03980.html#a10">agent_method_def.h</a><li>_GETTIMER_
: <a class="el" href="a03980.html#a14">agent_method_def.h</a><li>_ISA_
: <a class="el" href="a03980.html#a38">agent_method_def.h</a><li>_MAILER_
: <a class="el" href="a03980.html#a4">agent_method_def.h</a><li>_OPDIFF_
: <a class="el" href="a03980.html#a28">agent_method_def.h</a><li>_OPDIV_
: <a class="el" href="a03980.html#a23">agent_method_def.h</a><li>_OPEQ_
: <a class="el" href="a03980.html#a24">agent_method_def.h</a><li>_OPINFEQ_
: <a class="el" href="a03980.html#a26">agent_method_def.h</a><li>_OPLESS_
: <a class="el" href="a03980.html#a25">agent_method_def.h</a><li>_OPMOINS_
: <a class="el" href="a03980.html#a21">agent_method_def.h</a><li>_OPMUL_
: <a class="el" href="a03980.html#a22">agent_method_def.h</a><li>_OPPLUS_
: <a class="el" href="a03980.html#a20">agent_method_def.h</a><li>_OPSUPEQ_
: <a class="el" href="a03980.html#a27">agent_method_def.h</a><li>_profile
: <a class="el" href="a04042.html#a1">audio_mixer_user.cpp</a><li>_RECEIVER_
: <a class="el" href="a03980.html#a33">agent_method_def.h</a><li>_REMOVECHILD_
: <a class="el" href="a03980.html#a3">agent_method_def.h</a><li>_RUN_
: <a class="el" href="a03980.html#a18">agent_method_def.h</a><li>_RUNACHIEVE_
: <a class="el" href="a03980.html#a8">agent_method_def.h</a><li>_RUNASK_
: <a class="el" href="a03980.html#a7">agent_method_def.h</a><li>_RUNTEL_
: <a class="el" href="a03980.html#a6">agent_method_def.h</a><li>_S3TC_ENCODE_ALPHA_MASK
: <a class="el" href="a04922.html#a7">s3_intrf.h</a><li>_S3TC_ENCODE_RGB_MASK
: <a class="el" href="a04922.html#a3">s3_intrf.h</a><li>_SECOND_
: <a class="el" href="a03980.html#a37">agent_method_def.h</a><li>_SELF_
: <a class="el" href="a03980.html#a19">agent_method_def.h</a><li>_SEND_
: <a class="el" href="a03980.html#a0">agent_method_def.h</a><li>_SENDER_
: <a class="el" href="a03980.html#a32">agent_method_def.h</a><li>_SETCLOCK_
: <a class="el" href="a03980.html#a12">agent_method_def.h</a><li>_SETCONTINUATION_
: <a class="el" href="a03980.html#a35">agent_method_def.h</a><li>_SETSTATIC_
: <a class="el" href="a03980.html#a9">agent_method_def.h</a><li>_STLP_DONT_FORCE_MSVC_LIB_NAME
: <a class="el" href="a04558.html#a1">memory_common.h</a><li>_UNFUZIFY_
: <a class="el" href="a03980.html#a30">agent_method_def.h</a></ul>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>a00
: <a class="el" href="a04734.html#a0">patch_lightmap.cpp</a><li>a01
: <a class="el" href="a04734.html#a5">patch_lightmap.cpp</a><li>a02
: <a class="el" href="a04734.html#a10">patch_lightmap.cpp</a><li>a03
: <a class="el" href="a04734.html#a15">patch_lightmap.cpp</a><li>a04
: <a class="el" href="a04734.html#a20">patch_lightmap.cpp</a><li>a10
: <a class="el" href="a04734.html#a1">patch_lightmap.cpp</a><li>a11
: <a class="el" href="a04549.html#a9">matrix.cpp</a>, <a class="el" href="a04734.html#a6">patch_lightmap.cpp</a><li>a12
: <a class="el" href="a04549.html#a13">matrix.cpp</a>, <a class="el" href="a04734.html#a11">patch_lightmap.cpp</a><li>a13
: <a class="el" href="a04549.html#a17">matrix.cpp</a>, <a class="el" href="a04734.html#a16">patch_lightmap.cpp</a><li>a14
: <a class="el" href="a04549.html#a21">matrix.cpp</a>, <a class="el" href="a04734.html#a21">patch_lightmap.cpp</a><li>a20
: <a class="el" href="a04734.html#a2">patch_lightmap.cpp</a><li>a21
: <a class="el" href="a04549.html#a10">matrix.cpp</a>, <a class="el" href="a04734.html#a7">patch_lightmap.cpp</a><li>a22
: <a class="el" href="a04549.html#a14">matrix.cpp</a>, <a class="el" href="a04734.html#a12">patch_lightmap.cpp</a><li>a23
: <a class="el" href="a04549.html#a18">matrix.cpp</a>, <a class="el" href="a04734.html#a17">patch_lightmap.cpp</a><li>a24
: <a class="el" href="a04549.html#a22">matrix.cpp</a>, <a class="el" href="a04734.html#a22">patch_lightmap.cpp</a><li>a30
: <a class="el" href="a04734.html#a3">patch_lightmap.cpp</a><li>a31
: <a class="el" href="a04549.html#a11">matrix.cpp</a>, <a class="el" href="a04734.html#a8">patch_lightmap.cpp</a><li>a32
: <a class="el" href="a04549.html#a15">matrix.cpp</a>, <a class="el" href="a04734.html#a13">patch_lightmap.cpp</a><li>a33
: <a class="el" href="a04549.html#a19">matrix.cpp</a>, <a class="el" href="a04734.html#a18">patch_lightmap.cpp</a><li>a34
: <a class="el" href="a04549.html#a23">matrix.cpp</a>, <a class="el" href="a04734.html#a23">patch_lightmap.cpp</a><li>a40
: <a class="el" href="a04734.html#a4">patch_lightmap.cpp</a><li>a41
: <a class="el" href="a04549.html#a12">matrix.cpp</a>, <a class="el" href="a04734.html#a9">patch_lightmap.cpp</a><li>a42
: <a class="el" href="a04549.html#a16">matrix.cpp</a>, <a class="el" href="a04734.html#a14">patch_lightmap.cpp</a><li>a43
: <a class="el" href="a04549.html#a20">matrix.cpp</a>, <a class="el" href="a04734.html#a19">patch_lightmap.cpp</a><li>a44
: <a class="el" href="a04549.html#a24">matrix.cpp</a>, <a class="el" href="a04734.html#a24">patch_lightmap.cpp</a><li>ACCOL_D
: <a class="el" href="a05334.html#a7">ytable.h</a>, <a class="el" href="a05333.html#a7">ytable.cpp</a><li>ACCOL_G
: <a class="el" href="a05334.html#a6">ytable.h</a>, <a class="el" href="a05333.html#a6">ytable.cpp</a><li>ACHIEVE
: <a class="el" href="a05334.html#a37">ytable.h</a>, <a class="el" href="a05333.html#a37">ytable.cpp</a><li>ADD_ASSIGN
: <a class="el" href="a04114.html#a0">cf_gramatical.h</a>, <a class="el" href="a04113.html#a8">cf_gramatical.cpp</a><li>addr
: <a class="el" href="a04223.html#a657">driver_opengl_extension_def.h</a><li>address
: <a class="el" href="a04223.html#a569">driver_opengl_extension_def.h</a><li>AllBack
: <a class="el" href="a05345.html#a16">zone_lighter.cpp</a><li>AllFront
: <a class="el" href="a05345.html#a15">zone_lighter.cpp</a><li>ALLOW_TIMING_MEASURES
: <a class="el" href="a04365.html#a0">hierarchical_timer.h</a><li>alpha
: <a class="el" href="a04223.html#a663">driver_opengl_extension_def.h</a><li>AMBIANT_CH1
: <a class="el" href="a04254.html#a1">env_sound_user.h</a><li>AMBIANT_CH2
: <a class="el" href="a04254.html#a2">env_sound_user.h</a><li>AND
: <a class="el" href="a05334.html#a80">ytable.h</a>, <a class="el" href="a05333.html#a80">ytable.cpp</a><li>AND_BIN
: <a class="el" href="a05334.html#a22">ytable.h</a>, <a class="el" href="a05333.html#a22">ytable.cpp</a><li>AND_LOG
: <a class="el" href="a05334.html#a19">ytable.h</a>, <a class="el" href="a05333.html#a19">ytable.cpp</a><li>applyArraySkinNormalT()
: <a class="el" href="a04587.html#a6">mesh_mrm_skin_template.cpp</a><li>applyArraySkinTangentSpaceT()
: <a class="el" href="a04587.html#a7">mesh_mrm_skin_template.cpp</a><li>arg1
: <a class="el" href="a04223.html#a644">driver_opengl_extension_def.h</a><li>arg2
: <a class="el" href="a04223.html#a645">driver_opengl_extension_def.h</a><li>arg3
: <a class="el" href="a04223.html#a646">driver_opengl_extension_def.h</a><li>AS
: <a class="el" href="a05334.html#a55">ytable.h</a>, <a class="el" href="a05333.html#a55">ytable.cpp</a><li>ASK
: <a class="el" href="a05334.html#a38">ytable.h</a>, <a class="el" href="a05333.html#a38">ytable.cpp</a><li>ASM_ASWAP_FOR_GCC_CMPXCHG
: <a class="el" href="a04665.html#a3">mutex.h</a><li>ASM_ASWAP_FOR_GCC_XCHG
: <a class="el" href="a04665.html#a2">mutex.h</a><li>assert
: <a class="el" href="a04199.html#a15">debug.h</a><li>ASSIGN
: <a class="el" href="a04114.html#a1">cf_gramatical.h</a>, <a class="el" href="a04113.html#a9">cf_gramatical.cpp</a><li>AStarTicks
: <a class="el" href="a04338.html#a2">global_retriever.cpp</a><li>AUTOCHECK_DISPLAY
: <a class="el" href="a05222.html#a0">unified_network.cpp</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>BEGIN
: <a class="el" href="a04115.html#a24">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a7">lexlang.cpp</a><li>BEGIN_GRAMMAR
: <a class="el" href="a05334.html#a44">ytable.h</a>, <a class="el" href="a05333.html#a44">ytable.cpp</a><li>BEGINING
: <a class="el" href="a05334.html#a63">ytable.h</a>, <a class="el" href="a05333.html#a63">ytable.cpp</a><li>BLOCK_ALPHA_SIZE
: <a class="el" href="a04367.html#a2">hls_color_texture.cpp</a><li>BLOCK_DXTC_SIZE
: <a class="el" href="a04367.html#a1">hls_color_texture.cpp</a><li>BLOCK_NUM_PIXEL
: <a class="el" href="a04367.html#a0">hls_color_texture.cpp</a><li>blue
: <a class="el" href="a04223.html#a662">driver_opengl_extension_def.h</a><li>BLUR_SIZE
: <a class="el" href="a05345.html#a18">zone_lighter.cpp</a><li>border
: <a class="el" href="a04223.html#a635">driver_opengl_extension_def.h</a><li>BREAK
: <a class="el" href="a05334.html#a39">ytable.h</a>, <a class="el" href="a05333.html#a39">ytable.cpp</a><li>buffer
: <a class="el" href="a04943.html#a6">sha1.cpp</a>, <a class="el" href="a04223.html#a589">driver_opengl_extension_def.h</a><li>BUFFER_ALLOC_RATE
: <a class="el" href="a04995.html#a2">sound_driver_al.cpp</a><li>bufferSize
: <a class="el" href="a04943.html#a5">sha1.cpp</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>cap
: <a class="el" href="a04223.html#a660">driver_opengl_extension_def.h</a><li>cf_create_buffer()
: <a class="el" href="a04115.html#a104">cf_lexical.cpp</a><li>cf_CurrentLine
: <a class="el" href="a04174.html#a0">config_file.cpp</a>, <a class="el" href="a04115.html#a92">cf_lexical.cpp</a>, <a class="el" href="a04113.html#a56">cf_gramatical.cpp</a><li>cf_CurrentVar
: <a class="el" href="a04113.html#a55">cf_gramatical.cpp</a><li>cf_delete_buffer()
: <a class="el" href="a04115.html#a105">cf_lexical.cpp</a><li>cf_flush_buffer()
: <a class="el" href="a04115.html#a107">cf_lexical.cpp</a><li>cf_ifile
: <a class="el" href="a04174.html#a2">config_file.cpp</a>, <a class="el" href="a04115.html#a91">cf_lexical.cpp</a><li>cf_Ignore
: <a class="el" href="a04115.html#a93">cf_lexical.cpp</a>, <a class="el" href="a04113.html#a52">cf_gramatical.cpp</a><li>cf_init_buffer()
: <a class="el" href="a04115.html#a106">cf_lexical.cpp</a><li>cf_load_buffer_state()
: <a class="el" href="a04115.html#a103">cf_lexical.cpp</a><li>cf_op()
: <a class="el" href="a04113.html#a78">cf_gramatical.cpp</a><li>cf_operation
: <a class="el" href="a04113.html#a83">cf_gramatical.cpp</a><li>cf_OverwriteExistingVariable
: <a class="el" href="a04174.html#a1">config_file.cpp</a>, <a class="el" href="a04113.html#a57">cf_gramatical.cpp</a><li>cf_print()
: <a class="el" href="a04113.html#a79">cf_gramatical.cpp</a><li>cf_scan_buffer()
: <a class="el" href="a04115.html#a108">cf_lexical.cpp</a><li>cf_scan_bytes()
: <a class="el" href="a04115.html#a110">cf_lexical.cpp</a><li>cf_scan_string()
: <a class="el" href="a04115.html#a109">cf_lexical.cpp</a><li>cf_setVar()
: <a class="el" href="a04113.html#a80">cf_gramatical.cpp</a><li>cf_switch_to_buffer()
: <a class="el" href="a04115.html#a102">cf_lexical.cpp</a><li>cf_type
: <a class="el" href="a04115.html#a123">cf_lexical.cpp</a><li>cfchar
: <a class="el" href="a04113.html#a67">cf_gramatical.cpp</a><li>cferror()
: <a class="el" href="a04113.html#a81">cf_gramatical.cpp</a><li>cfin
: <a class="el" href="a04115.html#a73">cf_lexical.cpp</a><li>cfleng
: <a class="el" href="a04115.html#a72">cf_lexical.cpp</a><li>cflex()
: <a class="el" href="a04115.html#a121">cf_lexical.cpp</a>, <a class="el" href="a04113.html#a77">cf_gramatical.cpp</a><li>cflval
: <a class="el" href="a04114.html#a16">cf_gramatical.h</a>, <a class="el" href="a04113.html#a68">cf_gramatical.cpp</a><li>cfnerrs
: <a class="el" href="a04113.html#a69">cf_gramatical.cpp</a><li>cfout
: <a class="el" href="a04115.html#a74">cf_lexical.cpp</a><li>cfparse()
: <a class="el" href="a04174.html#a6">config_file.cpp</a><li>cfrestart()
: <a class="el" href="a04174.html#a5">config_file.cpp</a>, <a class="el" href="a04115.html#a101">cf_lexical.cpp</a><li>cftext
: <a class="el" href="a04115.html#a85">cf_lexical.cpp</a><li>cfwrap()
: <a class="el" href="a04115.html#a119">cf_lexical.cpp</a><li>CHAINE
: <a class="el" href="a05334.html#a34">ytable.h</a>, <a class="el" href="a05333.html#a34">ytable.cpp</a><li>ChainTicks
: <a class="el" href="a04338.html#a4">global_retriever.cpp</a><li>CHECK_INTEGRITY
: <a class="el" href="a04719.html#a0">particle_system.cpp</a><li>CHECK_PS_INTEGRITY
: <a class="el" href="a04823.html#a0">ps_located.cpp</a><li>CHECK_VERTEX_BUFFER
: <a class="el" href="a04826.html#a0">ps_macro.h</a><li>CheckType
: <a class="el" href="a04174.html#a3">config_file.cpp</a><li>Clipped
: <a class="el" href="a05345.html#a17">zone_lighter.cpp</a><li>CLIPPED_ALL
: <a class="el" href="a05345.html#a14">zone_lighter.cpp</a><li>CLIPPED_BOTTOM
: <a class="el" href="a05345.html#a11">zone_lighter.cpp</a><li>CLIPPED_LEFT
: <a class="el" href="a05345.html#a13">zone_lighter.cpp</a><li>CLIPPED_RIGHT
: <a class="el" href="a05345.html#a12">zone_lighter.cpp</a><li>CLIPPED_TOP
: <a class="el" href="a05345.html#a10">zone_lighter.cpp</a><li>CLUSTERPRECISION
: <a class="el" href="a04140.html#a0">cluster.cpp</a><li>CMutex
: <a class="el" href="a04665.html#a1">mutex.h</a><li>COLLECTOR
: <a class="el" href="a05334.html#a57">ytable.h</a>, <a class="el" href="a05333.html#a57">ytable.cpp</a><li>COMMA
: <a class="el" href="a04114.html#a13">cf_gramatical.h</a>, <a class="el" href="a04113.html#a21">cf_gramatical.cpp</a><li>COMMENT
: <a class="el" href="a05334.html#a71">ytable.h</a>, <a class="el" href="a05333.html#a71">ytable.cpp</a><li>comment()
: <a class="el" href="a04115.html#a118">cf_lexical.cpp</a><li>COMPONENT
: <a class="el" href="a05334.html#a48">ytable.h</a>, <a class="el" href="a05333.html#a48">ytable.cpp</a><li>components
: <a class="el" href="a04223.html#a656">driver_opengl_extension_def.h</a><li>condition
: <a class="el" href="a04223.html#a584">driver_opengl_extension_def.h</a><li>const
: <a class="el" href="a04113.html#a27">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a96">ytable.cpp</a><li>CONSTRUCTION
: <a class="el" href="a05334.html#a49">ytable.h</a>, <a class="el" href="a05333.html#a49">ytable.cpp</a><li>convertDfnFile()
: <a class="el" href="a04304.html#a0">form_dfn.h</a><li>convertFormFile()
: <a class="el" href="a04302.html#a0">form.h</a><li>coord
: <a class="el" href="a04223.html#a659">driver_opengl_extension_def.h</a><li>COS
: <a class="el" href="a05334.html#a87">ytable.h</a>, <a class="el" href="a05333.html#a87">ytable.cpp</a><li>count
: <a class="el" href="a04113.html#a71">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a133">ytable.cpp</a>, <a class="el" href="a04223.html#a577">driver_opengl_extension_def.h</a><li>CROCHER_D
: <a class="el" href="a05334.html#a9">ytable.h</a>, <a class="el" href="a05333.html#a9">ytable.cpp</a><li>CROCHER_G
: <a class="el" href="a05334.html#a8">ytable.h</a>, <a class="el" href="a05333.html#a8">ytable.cpp</a><li>CSynchronized
: <a class="el" href="a04665.html#a4">mutex.h</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>data
: <a class="el" href="a04223.html#a637">driver_opengl_extension_def.h</a><li>DBGPOS
: <a class="el" href="a05006.html#a1">source_dsound.cpp</a><li>DDSD_LINEARSIZE
: <a class="el" href="a04064.html#a1">bitmap.h</a><li>DEBUG_FIFO
: <a class="el" href="a04085.html#a0">buf_fifo.cpp</a><li>DEBUG_PRINT
: <a class="el" href="a04113.html#a25">cf_gramatical.cpp</a><li>DEBUG_PRINTF
: <a class="el" href="a04115.html#a54">cf_lexical.cpp</a>, <a class="el" href="a04113.html#a26">cf_gramatical.cpp</a><li>debugBeginEnter
: <a class="el" href="a04664.html#a1">mutex.cpp</a><li>debugCreateMutex
: <a class="el" href="a04664.html#a0">mutex.cpp</a><li>debugDeleteMutex
: <a class="el" href="a04664.html#a4">mutex.cpp</a><li>debugEndEnter
: <a class="el" href="a04664.html#a2">mutex.cpp</a><li>debugLeave
: <a class="el" href="a04664.html#a3">mutex.cpp</a><li>DEFAULT_DISPLAYER
: <a class="el" href="a04198.html#a2">debug.cpp</a><li>DEFAULT_JITTER
: <a class="el" href="a05345.html#a1">zone_lighter.cpp</a><li>DEFAULT_MAX_SOCKETS_PER_THREADS
: <a class="el" href="a04090.html#a2">buf_server.h</a><li>DEFAULT_MAX_THREADS
: <a class="el" href="a04090.html#a1">buf_server.h</a><li>DEFAULT_PRIMITIVE_COLOR
: <a class="el" href="a04481.html#a0">ligo_config.h</a><li>DEFAULT_STRATEGY
: <a class="el" href="a04090.html#a0">buf_server.h</a><li>DEFAULT_SUN_CENTER
: <a class="el" href="a05345.html#a6">zone_lighter.cpp</a><li>DEFAULT_SUN_DISTANCE
: <a class="el" href="a05345.html#a4">zone_lighter.cpp</a><li>DEFAULT_SUN_FOV
: <a class="el" href="a05345.html#a5">zone_lighter.cpp</a><li>DEFAULT_SUN_RADIUS
: <a class="el" href="a05345.html#a7">zone_lighter.cpp</a><li>DEFAULT_SUN_SRQT_SAMPLES
: <a class="el" href="a05345.html#a8">zone_lighter.cpp</a><li>DEFAULT_TIMEOUT
: <a class="el" href="a04663.html#a0">msg_waiter.h</a><li>DEFAULT_ZBUFFER_LANDSCAPE_SIZE
: <a class="el" href="a05345.html#a2">zone_lighter.cpp</a><li>DEFAULT_ZBUFFER_OBJECT_SIZE
: <a class="el" href="a05345.html#a3">zone_lighter.cpp</a><li>DEFINE
: <a class="el" href="a05334.html#a46">ytable.h</a>, <a class="el" href="a05333.html#a46">ytable.cpp</a><li>DELETE_OBJECT
: <a class="el" href="a04908.html#a0">report.cpp</a><li>deltaDirection
: <a class="el" href="a05345.html#a20">zone_lighter.cpp</a><li>DeltaZ
: <a class="el" href="a05345.html#a19">zone_lighter.cpp</a><li>DEPRECATED_CALL
: <a class="el" href="a05177.html#a0">u_env_sound.h</a><li>depth
: <a class="el" href="a04223.html#a634">driver_opengl_extension_def.h</a><li>DESTRUCTION
: <a class="el" href="a05334.html#a50">ytable.h</a>, <a class="el" href="a05333.html#a50">ytable.cpp</a><li>DIFF
: <a class="el" href="a05334.html#a17">ytable.h</a>, <a class="el" href="a05333.html#a17">ytable.cpp</a><li>DIGITAL
: <a class="el" href="a05334.html#a56">ytable.h</a>, <a class="el" href="a05333.html#a56">ytable.cpp</a><li>DIRECTSOUND_VERSION
: <a class="el" href="a04997.html#a1">sound_driver_dsound.cpp</a><li>DIV
: <a class="el" href="a05334.html#a28">ytable.h</a>, <a class="el" href="a05333.html#a28">ytable.cpp</a><li>DIVIDE
: <a class="el" href="a04114.html#a8">cf_gramatical.h</a>, <a class="el" href="a04113.html#a16">cf_gramatical.cpp</a><li>DO
: <a class="el" href="a05334.html#a59">ytable.h</a>, <a class="el" href="a05333.html#a59">ytable.cpp</a><li>draw2dLine()
: <a class="el" href="a05345.html#a28">zone_lighter.cpp</a><li>dumpInstr()
: <a class="el" href="a05295.html#a8">vertex_program_parse.cpp</a><li>dumpOperand()
: <a class="el" href="a05295.html#a7">vertex_program_parse.cpp</a><li>dumpSwizzle()
: <a class="el" href="a05295.html#a6">vertex_program_parse.cpp</a><li>dumpWriteMask()
: <a class="el" href="a05295.html#a5">vertex_program_parse.cpp</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>easineasout()
: <a class="el" href="a05345.html#a22">zone_lighter.cpp</a><li>easineasoutC2()
: <a class="el" href="a05345.html#a31">zone_lighter.cpp</a><li>EAXLISTENER_MAXENVIRONMENTSIZE
: <a class="el" href="a04142.html#a0">clustered_sound.cpp</a><li>ECHO
: <a class="el" href="a04115.html#a62">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a39">lexlang.cpp</a><li>EG_LOG
: <a class="el" href="a05334.html#a12">ytable.h</a>, <a class="el" href="a05333.html#a12">ytable.cpp</a><li>EG_MATH
: <a class="el" href="a05334.html#a10">ytable.h</a>, <a class="el" href="a05333.html#a10">ytable.cpp</a><li>END
: <a class="el" href="a05334.html#a60">ytable.h</a>, <a class="el" href="a05333.html#a60">ytable.cpp</a><li>END_GRAMMAR
: <a class="el" href="a05334.html#a64">ytable.h</a>, <a class="el" href="a05333.html#a64">ytable.cpp</a><li>ENVFX_DEFAULT_NUM
: <a class="el" href="a04493.html#a0">listener.h</a><li>ENVFX_DEFAULT_SIZE
: <a class="el" href="a04493.html#a1">listener.h</a><li>ENVSOUND_DONT_DUPLICATE_AMBIANT
: <a class="el" href="a04004.html#a0">ambiant_source.cpp</a><li>EOB_ACT_CONTINUE_SCAN
: <a class="el" href="a04115.html#a31">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a14">lexlang.cpp</a><li>EOB_ACT_END_OF_FILE
: <a class="el" href="a04115.html#a32">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a15">lexlang.cpp</a><li>EOB_ACT_LAST_MATCH
: <a class="el" href="a04115.html#a33">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a16">lexlang.cpp</a><li>EPSILON
: <a class="el" href="a05161.html#a0">triangle.cpp</a><li>err_code
: <a class="el" href="a04297.html#a3">font_generator.cpp</a><li>err_msg
: <a class="el" href="a04297.html#a4">font_generator.cpp</a><li>ERROR_ABORTED
: <a class="el" href="a04922.html#a8">s3_intrf.h</a><li>EVEN
: <a class="el" href="a05334.html#a43">ytable.h</a>, <a class="el" href="a05333.html#a43">ytable.cpp</a><li>EVS_INFO
: <a class="el" href="a04233.html#a0">driver_opengl_vertex_program.cpp</a><li>EXEC
: <a class="el" href="a05334.html#a36">ytable.h</a>, <a class="el" href="a05333.html#a36">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>FACT
: <a class="el" href="a05334.html#a93">ytable.h</a>, <a class="el" href="a05333.html#a93">ytable.cpp</a><li>fences
: <a class="el" href="a04223.html#a583">driver_opengl_extension_def.h</a><li>file
: <a class="el" href="a04115.html#a95">cf_lexical.cpp</a><li>filename
: <a class="el" href="a04560.html#a1">memory_manager.cpp</a><li>FilterZBuffer()
: <a class="el" href="a05345.html#a30">zone_lighter.cpp</a><li>FIN
: <a class="el" href="a05334.html#a1">ytable.h</a>, <a class="el" href="a05333.html#a1">ytable.cpp</a><li>FIS
: <a class="el" href="a05334.html#a86">ytable.h</a>, <a class="el" href="a05333.html#a86">ytable.cpp</a><li>FLEX_SCANNER
: <a class="el" href="a04115.html#a17">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a0">lexlang.cpp</a><li>FOIS
: <a class="el" href="a05334.html#a27">ytable.h</a>, <a class="el" href="a05333.html#a27">ytable.cpp</a><li>format
: <a class="el" href="a04223.html#a641">driver_opengl_extension_def.h</a><li>FormatLong
: <a class="el" href="a04603.html#a0">message.cpp</a><li>FormatShort
: <a class="el" href="a04603.html#a1">message.cpp</a><li>FROM
: <a class="el" href="a05334.html#a45">ytable.h</a>, <a class="el" href="a05333.html#a45">ytable.cpp</a><li>from
: <a class="el" href="a04113.html#a70">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a132">ytable.cpp</a><li>fsize
: <a class="el" href="a04223.html#a580">driver_opengl_extension_def.h</a><li>FT_ERROR_END_LIST
: <a class="el" href="a04297.html#a2">font_generator.cpp</a><li>FT_ERROR_START_LIST
: <a class="el" href="a04297.html#a1">font_generator.cpp</a><li>FT_ERRORDEF
: <a class="el" href="a04297.html#a0">font_generator.cpp</a><li>ft_errors
: <a class="el" href="a04297.html#a5">font_generator.cpp</a><li>FUZZY
: <a class="el" href="a05334.html#a81">ytable.h</a>, <a class="el" href="a05333.html#a81">ytable.cpp</a><li>FUZZYRULE
: <a class="el" href="a05334.html#a82">ytable.h</a>, <a class="el" href="a05333.html#a82">ytable.cpp</a><li>FUZZYRULESET
: <a class="el" href="a05334.html#a83">ytable.h</a>, <a class="el" href="a05333.html#a83">ytable.cpp</a><li>FUZZYVAR
: <a class="el" href="a05334.html#a85">ytable.h</a>, <a class="el" href="a05333.html#a85">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>GET_HGT
: <a class="el" href="a05088.html#a2">texture_bump.cpp</a><li>GET_INLINE
: <a class="el" href="a04820.html#a0">ps_iterator.h</a><li>getDir()
: <a class="el" href="a05345.html#a32">zone_lighter.cpp</a><li>getExt()
: <a class="el" href="a05345.html#a34">zone_lighter.cpp</a><li>getName()
: <a class="el" href="a05345.html#a33">zone_lighter.cpp</a><li>getSHA1()
: <a class="el" href="a04944.html#a2">sha1.h</a>, <a class="el" href="a04943.html#a16">sha1.cpp</a><li>getStringUntilCR()
: <a class="el" href="a05295.html#a4">vertex_program_parse.cpp</a><li>GL_2X_BIT_ATI
: <a class="el" href="a04223.html#a472">driver_opengl_extension_def.h</a><li>GL_4X_BIT_ATI
: <a class="el" href="a04223.html#a473">driver_opengl_extension_def.h</a><li>GL_8X_BIT_ATI
: <a class="el" href="a04223.html#a474">driver_opengl_extension_def.h</a><li>GL_ADD_ATI
: <a class="el" href="a04223.html#a444">driver_opengl_extension_def.h</a><li>GL_ADD_SIGNED_ARB
: <a class="el" href="a04223.html#a160">driver_opengl_extension_def.h</a><li>GL_ALL_COMPLETED_NV
: <a class="el" href="a04223.html#a167">driver_opengl_extension_def.h</a><li>GL_ARB_fragment_program
: <a class="el" href="a04223.html#a483">driver_opengl_extension_def.h</a><li>GL_ARB_texture_env_combine
: <a class="el" href="a04223.html#a143">driver_opengl_extension_def.h</a><li>GL_ARRAY_OBJECT_BUFFER_ATI
: <a class="el" href="a04223.html#a362">driver_opengl_extension_def.h</a><li>GL_ARRAY_OBJECT_OFFSET_ATI
: <a class="el" href="a04223.html#a363">driver_opengl_extension_def.h</a><li>GL_ATI_envmap_bumpmap
: <a class="el" href="a04223.html#a368">driver_opengl_extension_def.h</a><li>GL_ATI_fragment_shader
: <a class="el" href="a04223.html#a377">driver_opengl_extension_def.h</a><li>GL_ATI_map_object_buffer
: <a class="el" href="a04223.html#a482">driver_opengl_extension_def.h</a><li>GL_ATI_vertex_array_object
: <a class="el" href="a04223.html#a364">driver_opengl_extension_def.h</a><li>GL_ATTRIB_ARRAY_POINTER_NV
: <a class="el" href="a04223.html#a29">driver_opengl_extension_def.h</a><li>GL_ATTRIB_ARRAY_SIZE_NV
: <a class="el" href="a04223.html#a3">driver_opengl_extension_def.h</a><li>GL_ATTRIB_ARRAY_STRIDE_NV
: <a class="el" href="a04223.html#a4">driver_opengl_extension_def.h</a><li>GL_ATTRIB_ARRAY_TYPE_NV
: <a class="el" href="a04223.html#a5">driver_opengl_extension_def.h</a><li>GL_BIAS_BIT_ATI
: <a class="el" href="a04223.html#a481">driver_opengl_extension_def.h</a><li>GL_BLUE_BIT_ATI
: <a class="el" href="a04223.html#a471">driver_opengl_extension_def.h</a><li>GL_BUMP_ENVMAP_ATI
: <a class="el" href="a04223.html#a375">driver_opengl_extension_def.h</a><li>GL_BUMP_NUM_TEX_UNITS_ATI
: <a class="el" href="a04223.html#a371">driver_opengl_extension_def.h</a><li>GL_BUMP_ROT_MATRIX_ATI
: <a class="el" href="a04223.html#a369">driver_opengl_extension_def.h</a><li>GL_BUMP_ROT_MATRIX_SIZE_ATI
: <a class="el" href="a04223.html#a370">driver_opengl_extension_def.h</a><li>GL_BUMP_TARGET_ATI
: <a class="el" href="a04223.html#a376">driver_opengl_extension_def.h</a><li>GL_BUMP_TEX_UNITS_ATI
: <a class="el" href="a04223.html#a372">driver_opengl_extension_def.h</a><li>GL_CND0_ATI
: <a class="el" href="a04223.html#a452">driver_opengl_extension_def.h</a><li>GL_CND_ATI
: <a class="el" href="a04223.html#a451">driver_opengl_extension_def.h</a><li>GL_COLOR_ALPHA_PAIRING_ATI
: <a class="el" href="a04223.html#a462">driver_opengl_extension_def.h</a><li>GL_COMBINE_ALPHA_ARB
: <a class="el" href="a04223.html#a146">driver_opengl_extension_def.h</a><li>GL_COMBINE_ARB
: <a class="el" href="a04223.html#a144">driver_opengl_extension_def.h</a><li>GL_COMBINE_RGB_ARB
: <a class="el" href="a04223.html#a145">driver_opengl_extension_def.h</a><li>GL_COMP_BIT_ATI
: <a class="el" href="a04223.html#a479">driver_opengl_extension_def.h</a><li>GL_CON_0_ATI
: <a class="el" href="a04223.html#a411">driver_opengl_extension_def.h</a><li>GL_CON_10_ATI
: <a class="el" href="a04223.html#a421">driver_opengl_extension_def.h</a><li>GL_CON_11_ATI
: <a class="el" href="a04223.html#a422">driver_opengl_extension_def.h</a><li>GL_CON_12_ATI
: <a class="el" href="a04223.html#a423">driver_opengl_extension_def.h</a><li>GL_CON_13_ATI
: <a class="el" href="a04223.html#a424">driver_opengl_extension_def.h</a><li>GL_CON_14_ATI
: <a class="el" href="a04223.html#a425">driver_opengl_extension_def.h</a><li>GL_CON_15_ATI
: <a class="el" href="a04223.html#a426">driver_opengl_extension_def.h</a><li>GL_CON_16_ATI
: <a class="el" href="a04223.html#a427">driver_opengl_extension_def.h</a><li>GL_CON_17_ATI
: <a class="el" href="a04223.html#a428">driver_opengl_extension_def.h</a><li>GL_CON_18_ATI
: <a class="el" href="a04223.html#a429">driver_opengl_extension_def.h</a><li>GL_CON_19_ATI
: <a class="el" href="a04223.html#a430">driver_opengl_extension_def.h</a><li>GL_CON_1_ATI
: <a class="el" href="a04223.html#a412">driver_opengl_extension_def.h</a><li>GL_CON_20_ATI
: <a class="el" href="a04223.html#a431">driver_opengl_extension_def.h</a><li>GL_CON_21_ATI
: <a class="el" href="a04223.html#a432">driver_opengl_extension_def.h</a><li>GL_CON_22_ATI
: <a class="el" href="a04223.html#a433">driver_opengl_extension_def.h</a><li>GL_CON_23_ATI
: <a class="el" href="a04223.html#a434">driver_opengl_extension_def.h</a><li>GL_CON_24_ATI
: <a class="el" href="a04223.html#a435">driver_opengl_extension_def.h</a><li>GL_CON_25_ATI
: <a class="el" href="a04223.html#a436">driver_opengl_extension_def.h</a><li>GL_CON_26_ATI
: <a class="el" href="a04223.html#a437">driver_opengl_extension_def.h</a><li>GL_CON_27_ATI
: <a class="el" href="a04223.html#a438">driver_opengl_extension_def.h</a><li>GL_CON_28_ATI
: <a class="el" href="a04223.html#a439">driver_opengl_extension_def.h</a><li>GL_CON_29_ATI
: <a class="el" href="a04223.html#a440">driver_opengl_extension_def.h</a><li>GL_CON_2_ATI
: <a class="el" href="a04223.html#a413">driver_opengl_extension_def.h</a><li>GL_CON_30_ATI
: <a class="el" href="a04223.html#a441">driver_opengl_extension_def.h</a><li>GL_CON_31_ATI
: <a class="el" href="a04223.html#a442">driver_opengl_extension_def.h</a><li>GL_CON_3_ATI
: <a class="el" href="a04223.html#a414">driver_opengl_extension_def.h</a><li>GL_CON_4_ATI
: <a class="el" href="a04223.html#a415">driver_opengl_extension_def.h</a><li>GL_CON_5_ATI
: <a class="el" href="a04223.html#a416">driver_opengl_extension_def.h</a><li>GL_CON_6_ATI
: <a class="el" href="a04223.html#a417">driver_opengl_extension_def.h</a><li>GL_CON_7_ATI
: <a class="el" href="a04223.html#a418">driver_opengl_extension_def.h</a><li>GL_CON_8_ATI
: <a class="el" href="a04223.html#a419">driver_opengl_extension_def.h</a><li>GL_CON_9_ATI
: <a class="el" href="a04223.html#a420">driver_opengl_extension_def.h</a><li>GL_CONST_EYE_NV
: <a class="el" href="a04223.html#a188">driver_opengl_extension_def.h</a><li>GL_CONSTANT_ARB
: <a class="el" href="a04223.html#a162">driver_opengl_extension_def.h</a><li>GL_CULL_FRAGMENT_NV
: <a class="el" href="a04223.html#a190">driver_opengl_extension_def.h</a><li>GL_CULL_MODES_NV
: <a class="el" href="a04223.html#a180">driver_opengl_extension_def.h</a><li>GL_CURRENT_ATTRIB_NV
: <a class="el" href="a04223.html#a6">driver_opengl_extension_def.h</a><li>GL_CURRENT_MATRIX_ARB
: <a class="el" href="a04223.html#a522">driver_opengl_extension_def.h</a><li>GL_CURRENT_MATRIX_NV
: <a class="el" href="a04223.html#a25">driver_opengl_extension_def.h</a><li>GL_CURRENT_MATRIX_STACK_DEPTH_ARB
: <a class="el" href="a04223.html#a524">driver_opengl_extension_def.h</a><li>GL_CURRENT_MATRIX_STACK_DEPTH_NV
: <a class="el" href="a04223.html#a24">driver_opengl_extension_def.h</a><li>GL_CURRENT_VERTEX_EXT
: <a class="el" href="a04223.html#a352">driver_opengl_extension_def.h</a><li>GL_DEPENDENT_AR_TEXTURE_2D_NV
: <a class="el" href="a04223.html#a192">driver_opengl_extension_def.h</a><li>GL_DEPENDENT_GB_TEXTURE_2D_NV
: <a class="el" href="a04223.html#a193">driver_opengl_extension_def.h</a><li>GL_DISCARD_ATI
: <a class="el" href="a04223.html#a359">driver_opengl_extension_def.h</a><li>GL_DOT2_ADD_ATI
: <a class="el" href="a04223.html#a453">driver_opengl_extension_def.h</a><li>GL_DOT3_ATI
: <a class="el" href="a04223.html#a447">driver_opengl_extension_def.h</a><li>GL_DOT4_ATI
: <a class="el" href="a04223.html#a448">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV
: <a class="el" href="a04223.html#a201">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_DEPTH_REPLACE_NV
: <a class="el" href="a04223.html#a195">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV
: <a class="el" href="a04223.html#a199">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_NV
: <a class="el" href="a04223.html#a194">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV
: <a class="el" href="a04223.html#a200">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_TEXTURE_2D_NV
: <a class="el" href="a04223.html#a196">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_TEXTURE_3D_NV
: <a class="el" href="a04223.html#a197">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV
: <a class="el" href="a04223.html#a198">driver_opengl_extension_def.h</a><li>GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV
: <a class="el" href="a04223.html#a172">driver_opengl_extension_def.h</a><li>GL_DS_BIAS_NV
: <a class="el" href="a04223.html#a234">driver_opengl_extension_def.h</a><li>GL_DS_SCALE_NV
: <a class="el" href="a04223.html#a228">driver_opengl_extension_def.h</a><li>GL_DSDT8_MAG8_INTENSITY8_NV
: <a class="el" href="a04223.html#a223">driver_opengl_extension_def.h</a><li>GL_DSDT8_MAG8_NV
: <a class="el" href="a04223.html#a222">driver_opengl_extension_def.h</a><li>GL_DSDT8_NV
: <a class="el" href="a04223.html#a221">driver_opengl_extension_def.h</a><li>GL_DSDT_MAG_INTENSITY_NV
: <a class="el" href="a04223.html#a176">driver_opengl_extension_def.h</a><li>GL_DSDT_MAG_NV
: <a class="el" href="a04223.html#a204">driver_opengl_extension_def.h</a><li>GL_DSDT_MAG_VIB_NV
: <a class="el" href="a04223.html#a205">driver_opengl_extension_def.h</a><li>GL_DSDT_NV
: <a class="el" href="a04223.html#a203">driver_opengl_extension_def.h</a><li>GL_DT_BIAS_NV
: <a class="el" href="a04223.html#a235">driver_opengl_extension_def.h</a><li>GL_DT_SCALE_NV
: <a class="el" href="a04223.html#a229">driver_opengl_extension_def.h</a><li>GL_DU8DV8_ATI
: <a class="el" href="a04223.html#a374">driver_opengl_extension_def.h</a><li>GL_DUDV_ATI
: <a class="el" href="a04223.html#a373">driver_opengl_extension_def.h</a><li>GL_DYNAMIC_ATI
: <a class="el" href="a04223.html#a357">driver_opengl_extension_def.h</a><li>GL_EIGHTH_BIT_ATI
: <a class="el" href="a04223.html#a477">driver_opengl_extension_def.h</a><li>GL_FENCE_CONDITION_NV
: <a class="el" href="a04223.html#a169">driver_opengl_extension_def.h</a><li>GL_FENCE_STATUS_NV
: <a class="el" href="a04223.html#a168">driver_opengl_extension_def.h</a><li>GL_FRAGMENT_PROGRAM_ARB
: <a class="el" href="a04223.html#a484">driver_opengl_extension_def.h</a><li>GL_FRAGMENT_SHADER_ATI
: <a class="el" href="a04223.html#a378">driver_opengl_extension_def.h</a><li>GL_FULL_RANGE_EXT
: <a class="el" href="a04223.html#a351">driver_opengl_extension_def.h</a><li>GL_GREEN_BIT_ATI
: <a class="el" href="a04223.html#a470">driver_opengl_extension_def.h</a><li>GL_HALF_BIT_ATI
: <a class="el" href="a04223.html#a475">driver_opengl_extension_def.h</a><li>GL_HI_BIAS_NV
: <a class="el" href="a04223.html#a232">driver_opengl_extension_def.h</a><li>GL_HI_SCALE_NV
: <a class="el" href="a04223.html#a226">driver_opengl_extension_def.h</a><li>GL_HILO16_NV
: <a class="el" href="a04223.html#a206">driver_opengl_extension_def.h</a><li>GL_HILO_NV
: <a class="el" href="a04223.html#a202">driver_opengl_extension_def.h</a><li>GL_IDENTITY_NV
: <a class="el" href="a04223.html#a10">driver_opengl_extension_def.h</a><li>GL_INTERPOLATE_ARB
: <a class="el" href="a04223.html#a161">driver_opengl_extension_def.h</a><li>GL_INVARIANT_DATATYPE_EXT
: <a class="el" href="a04223.html#a252">driver_opengl_extension_def.h</a><li>GL_INVARIANT_EXT
: <a class="el" href="a04223.html#a319">driver_opengl_extension_def.h</a><li>GL_INVARIANT_VALUE_EXT
: <a class="el" href="a04223.html#a251">driver_opengl_extension_def.h</a><li>GL_INVERSE_NV
: <a class="el" href="a04223.html#a11">driver_opengl_extension_def.h</a><li>GL_INVERSE_TRANSPOSE_NV
: <a class="el" href="a04223.html#a13">driver_opengl_extension_def.h</a><li>GL_LERP_ATI
: <a class="el" href="a04223.html#a450">driver_opengl_extension_def.h</a><li>GL_LO_BIAS_NV
: <a class="el" href="a04223.html#a233">driver_opengl_extension_def.h</a><li>GL_LO_SCALE_NV
: <a class="el" href="a04223.html#a227">driver_opengl_extension_def.h</a><li>GL_LOCAL_CONSTANT_DATATYPE_EXT
: <a class="el" href="a04223.html#a254">driver_opengl_extension_def.h</a><li>GL_LOCAL_CONSTANT_EXT
: <a class="el" href="a04223.html#a320">driver_opengl_extension_def.h</a><li>GL_LOCAL_CONSTANT_VALUE_EXT
: <a class="el" href="a04223.html#a253">driver_opengl_extension_def.h</a><li>GL_LOCAL_EXT
: <a class="el" href="a04223.html#a321">driver_opengl_extension_def.h</a><li>GL_MAD_ATI
: <a class="el" href="a04223.html#a449">driver_opengl_extension_def.h</a><li>GL_MAGNITUDE_BIAS_NV
: <a class="el" href="a04223.html#a236">driver_opengl_extension_def.h</a><li>GL_MAGNITUDE_SCALE_NV
: <a class="el" href="a04223.html#a230">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB0_4_NV
: <a class="el" href="a04223.html#a52">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB10_4_NV
: <a class="el" href="a04223.html#a62">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB11_4_NV
: <a class="el" href="a04223.html#a63">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB12_4_NV
: <a class="el" href="a04223.html#a64">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB13_4_NV
: <a class="el" href="a04223.html#a65">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB14_4_NV
: <a class="el" href="a04223.html#a66">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB15_4_NV
: <a class="el" href="a04223.html#a67">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB1_4_NV
: <a class="el" href="a04223.html#a53">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB2_4_NV
: <a class="el" href="a04223.html#a54">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB3_4_NV
: <a class="el" href="a04223.html#a55">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB4_4_NV
: <a class="el" href="a04223.html#a56">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB5_4_NV
: <a class="el" href="a04223.html#a57">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB6_4_NV
: <a class="el" href="a04223.html#a58">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB7_4_NV
: <a class="el" href="a04223.html#a59">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB8_4_NV
: <a class="el" href="a04223.html#a60">driver_opengl_extension_def.h</a><li>GL_MAP1_VERTEX_ATTRIB9_4_NV
: <a class="el" href="a04223.html#a61">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB0_4_NV
: <a class="el" href="a04223.html#a68">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB10_4_NV
: <a class="el" href="a04223.html#a78">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB11_4_NV
: <a class="el" href="a04223.html#a79">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB12_4_NV
: <a class="el" href="a04223.html#a80">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB13_4_NV
: <a class="el" href="a04223.html#a81">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB14_4_NV
: <a class="el" href="a04223.html#a82">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB15_4_NV
: <a class="el" href="a04223.html#a83">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB1_4_NV
: <a class="el" href="a04223.html#a69">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB2_4_NV
: <a class="el" href="a04223.html#a70">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB3_4_NV
: <a class="el" href="a04223.html#a71">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB4_4_NV
: <a class="el" href="a04223.html#a72">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB5_4_NV
: <a class="el" href="a04223.html#a73">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB6_4_NV
: <a class="el" href="a04223.html#a74">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB7_4_NV
: <a class="el" href="a04223.html#a75">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB8_4_NV
: <a class="el" href="a04223.html#a76">driver_opengl_extension_def.h</a><li>GL_MAP2_VERTEX_ATTRIB9_4_NV
: <a class="el" href="a04223.html#a77">driver_opengl_extension_def.h</a><li>GL_MATRIX0_ARB
: <a class="el" href="a04223.html#a530">driver_opengl_extension_def.h</a><li>GL_MATRIX0_NV
: <a class="el" href="a04223.html#a16">driver_opengl_extension_def.h</a><li>GL_MATRIX10_ARB
: <a class="el" href="a04223.html#a540">driver_opengl_extension_def.h</a><li>GL_MATRIX11_ARB
: <a class="el" href="a04223.html#a541">driver_opengl_extension_def.h</a><li>GL_MATRIX12_ARB
: <a class="el" href="a04223.html#a542">driver_opengl_extension_def.h</a><li>GL_MATRIX13_ARB
: <a class="el" href="a04223.html#a543">driver_opengl_extension_def.h</a><li>GL_MATRIX14_ARB
: <a class="el" href="a04223.html#a544">driver_opengl_extension_def.h</a><li>GL_MATRIX15_ARB
: <a class="el" href="a04223.html#a545">driver_opengl_extension_def.h</a><li>GL_MATRIX16_ARB
: <a class="el" href="a04223.html#a546">driver_opengl_extension_def.h</a><li>GL_MATRIX17_ARB
: <a class="el" href="a04223.html#a547">driver_opengl_extension_def.h</a><li>GL_MATRIX18_ARB
: <a class="el" href="a04223.html#a548">driver_opengl_extension_def.h</a><li>GL_MATRIX19_ARB
: <a class="el" href="a04223.html#a549">driver_opengl_extension_def.h</a><li>GL_MATRIX1_ARB
: <a class="el" href="a04223.html#a531">driver_opengl_extension_def.h</a><li>GL_MATRIX1_NV
: <a class="el" href="a04223.html#a17">driver_opengl_extension_def.h</a><li>GL_MATRIX20_ARB
: <a class="el" href="a04223.html#a550">driver_opengl_extension_def.h</a><li>GL_MATRIX21_ARB
: <a class="el" href="a04223.html#a551">driver_opengl_extension_def.h</a><li>GL_MATRIX22_ARB
: <a class="el" href="a04223.html#a552">driver_opengl_extension_def.h</a><li>GL_MATRIX23_ARB
: <a class="el" href="a04223.html#a553">driver_opengl_extension_def.h</a><li>GL_MATRIX24_ARB
: <a class="el" href="a04223.html#a554">driver_opengl_extension_def.h</a><li>GL_MATRIX25_ARB
: <a class="el" href="a04223.html#a555">driver_opengl_extension_def.h</a><li>GL_MATRIX26_ARB
: <a class="el" href="a04223.html#a556">driver_opengl_extension_def.h</a><li>GL_MATRIX27_ARB
: <a class="el" href="a04223.html#a557">driver_opengl_extension_def.h</a><li>GL_MATRIX28_ARB
: <a class="el" href="a04223.html#a558">driver_opengl_extension_def.h</a><li>GL_MATRIX29_ARB
: <a class="el" href="a04223.html#a559">driver_opengl_extension_def.h</a><li>GL_MATRIX2_ARB
: <a class="el" href="a04223.html#a532">driver_opengl_extension_def.h</a><li>GL_MATRIX2_NV
: <a class="el" href="a04223.html#a18">driver_opengl_extension_def.h</a><li>GL_MATRIX30_ARB
: <a class="el" href="a04223.html#a560">driver_opengl_extension_def.h</a><li>GL_MATRIX31_ARB
: <a class="el" href="a04223.html#a561">driver_opengl_extension_def.h</a><li>GL_MATRIX3_ARB
: <a class="el" href="a04223.html#a533">driver_opengl_extension_def.h</a><li>GL_MATRIX3_NV
: <a class="el" href="a04223.html#a19">driver_opengl_extension_def.h</a><li>GL_MATRIX4_ARB
: <a class="el" href="a04223.html#a534">driver_opengl_extension_def.h</a><li>GL_MATRIX4_NV
: <a class="el" href="a04223.html#a20">driver_opengl_extension_def.h</a><li>GL_MATRIX5_ARB
: <a class="el" href="a04223.html#a535">driver_opengl_extension_def.h</a><li>GL_MATRIX5_NV
: <a class="el" href="a04223.html#a21">driver_opengl_extension_def.h</a><li>GL_MATRIX6_ARB
: <a class="el" href="a04223.html#a536">driver_opengl_extension_def.h</a><li>GL_MATRIX6_NV
: <a class="el" href="a04223.html#a22">driver_opengl_extension_def.h</a><li>GL_MATRIX7_ARB
: <a class="el" href="a04223.html#a537">driver_opengl_extension_def.h</a><li>GL_MATRIX7_NV
: <a class="el" href="a04223.html#a23">driver_opengl_extension_def.h</a><li>GL_MATRIX8_ARB
: <a class="el" href="a04223.html#a538">driver_opengl_extension_def.h</a><li>GL_MATRIX9_ARB
: <a class="el" href="a04223.html#a539">driver_opengl_extension_def.h</a><li>GL_MATRIX_EXT
: <a class="el" href="a04223.html#a317">driver_opengl_extension_def.h</a><li>GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT
: <a class="el" href="a04223.html#a327">driver_opengl_extension_def.h</a><li>GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT
: <a class="el" href="a04223.html#a330">driver_opengl_extension_def.h</a><li>GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
: <a class="el" href="a04223.html#a329">driver_opengl_extension_def.h</a><li>GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT
: <a class="el" href="a04223.html#a331">driver_opengl_extension_def.h</a><li>GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT
: <a class="el" href="a04223.html#a328">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a514">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_ATTRIBS_ARB
: <a class="el" href="a04223.html#a502">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_ENV_PARAMETERS_ARB
: <a class="el" href="a04223.html#a506">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a490">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB
: <a class="el" href="a04223.html#a505">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_MATRICES_ARB
: <a class="el" href="a04223.html#a525">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB
: <a class="el" href="a04223.html#a526">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a517">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB
: <a class="el" href="a04223.html#a504">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a492">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB
: <a class="el" href="a04223.html#a500">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB
: <a class="el" href="a04223.html#a496">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
: <a class="el" href="a04223.html#a519">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a518">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_PARAMETERS_ARB
: <a class="el" href="a04223.html#a498">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_TEMPORARIES_ARB
: <a class="el" href="a04223.html#a494">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB
: <a class="el" href="a04223.html#a516">driver_opengl_extension_def.h</a><li>GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a515">driver_opengl_extension_def.h</a><li>GL_MAX_TEXTURE_COORDS_ARB
: <a class="el" href="a04223.html#a527">driver_opengl_extension_def.h</a><li>GL_MAX_TEXTURE_IMAGE_UNITS_ARB
: <a class="el" href="a04223.html#a528">driver_opengl_extension_def.h</a><li>GL_MAX_TRACK_MATRICES_NV
: <a class="el" href="a04223.html#a15">driver_opengl_extension_def.h</a><li>GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV
: <a class="el" href="a04223.html#a14">driver_opengl_extension_def.h</a><li>GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT
: <a class="el" href="a04223.html#a322">driver_opengl_extension_def.h</a><li>GL_MAX_VERTEX_SHADER_INVARIANTS_EXT
: <a class="el" href="a04223.html#a324">driver_opengl_extension_def.h</a><li>GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
: <a class="el" href="a04223.html#a325">driver_opengl_extension_def.h</a><li>GL_MAX_VERTEX_SHADER_LOCALS_EXT
: <a class="el" href="a04223.html#a326">driver_opengl_extension_def.h</a><li>GL_MAX_VERTEX_SHADER_VARIANTS_EXT
: <a class="el" href="a04223.html#a323">driver_opengl_extension_def.h</a><li>GL_MODELVIEW_PROJECTION_NV
: <a class="el" href="a04223.html#a9">driver_opengl_extension_def.h</a><li>GL_MODULATE_ADD_ATIX
: <a class="el" href="a04223.html#a365">driver_opengl_extension_def.h</a><li>GL_MODULATE_SIGNED_ADD_ATIX
: <a class="el" href="a04223.html#a366">driver_opengl_extension_def.h</a><li>GL_MODULATE_SUBTRACT_ATIX
: <a class="el" href="a04223.html#a367">driver_opengl_extension_def.h</a><li>GL_MOV_ATI
: <a class="el" href="a04223.html#a443">driver_opengl_extension_def.h</a><li>GL_MUL_ATI
: <a class="el" href="a04223.html#a445">driver_opengl_extension_def.h</a><li>GL_MVP_MATRIX_EXT
: <a class="el" href="a04223.html#a353">driver_opengl_extension_def.h</a><li>GL_NEGATE_BIT_ATI
: <a class="el" href="a04223.html#a480">driver_opengl_extension_def.h</a><li>GL_NEGATIVE_W_EXT
: <a class="el" href="a04223.html#a346">driver_opengl_extension_def.h</a><li>GL_NEGATIVE_X_EXT
: <a class="el" href="a04223.html#a343">driver_opengl_extension_def.h</a><li>GL_NEGATIVE_Y_EXT
: <a class="el" href="a04223.html#a344">driver_opengl_extension_def.h</a><li>GL_NEGATIVE_Z_EXT
: <a class="el" href="a04223.html#a345">driver_opengl_extension_def.h</a><li>GL_NEGEXTVE_ONE_EXT
: <a class="el" href="a04223.html#a349">driver_opengl_extension_def.h</a><li>GL_NORMALIZED_RANGE_EXT
: <a class="el" href="a04223.html#a350">driver_opengl_extension_def.h</a><li>GL_NUM_FRAGMENT_CONSTANTS_ATI
: <a class="el" href="a04223.html#a456">driver_opengl_extension_def.h</a><li>GL_NUM_FRAGMENT_REGISTERS_ATI
: <a class="el" href="a04223.html#a455">driver_opengl_extension_def.h</a><li>GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI
: <a class="el" href="a04223.html#a460">driver_opengl_extension_def.h</a><li>GL_NUM_INSTRUCTIONS_PER_PASS_ATI
: <a class="el" href="a04223.html#a458">driver_opengl_extension_def.h</a><li>GL_NUM_INSTRUCTIONS_TOTAL_ATI
: <a class="el" href="a04223.html#a459">driver_opengl_extension_def.h</a><li>GL_NUM_LOOPBACK_COMPONENTS_ATI
: <a class="el" href="a04223.html#a461">driver_opengl_extension_def.h</a><li>GL_NUM_PASSES_ATI
: <a class="el" href="a04223.html#a457">driver_opengl_extension_def.h</a><li>GL_NV_fence
: <a class="el" href="a04223.html#a166">driver_opengl_extension_def.h</a><li>GL_NV_vertex_array_range2
: <a class="el" href="a04223.html#a354">driver_opengl_extension_def.h</a><li>GL_NV_vertex_program
: <a class="el" href="a04223.html#a0">driver_opengl_extension_def.h</a><li>GL_OBJECT_BUFFER_SIZE_ATI
: <a class="el" href="a04223.html#a360">driver_opengl_extension_def.h</a><li>GL_OBJECT_BUFFER_USAGE_ATI
: <a class="el" href="a04223.html#a361">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_2D_BIAS_NV
: <a class="el" href="a04223.html#a186">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_2D_MATRIX_NV
: <a class="el" href="a04223.html#a184">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_2D_NV
: <a class="el" href="a04223.html#a191">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_2D_SCALE_NV
: <a class="el" href="a04223.html#a185">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_BIAS_NV
: <a class="el" href="a04223.html#a183">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_MATRIX_NV
: <a class="el" href="a04223.html#a181">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_RECTANGLE_NV
: <a class="el" href="a04223.html#a170">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV
: <a class="el" href="a04223.html#a171">driver_opengl_extension_def.h</a><li>GL_OFFSET_TEXTURE_SCALE_NV
: <a class="el" href="a04223.html#a182">driver_opengl_extension_def.h</a><li>GL_ONE_EXT
: <a class="el" href="a04223.html#a348">driver_opengl_extension_def.h</a><li>GL_OP_ADD_EXT
: <a class="el" href="a04223.html#a260">driver_opengl_extension_def.h</a><li>GL_OP_CLAMP_EXT
: <a class="el" href="a04223.html#a267">driver_opengl_extension_def.h</a><li>GL_OP_CROSS_PRODUCT_EXT
: <a class="el" href="a04223.html#a276">driver_opengl_extension_def.h</a><li>GL_OP_DOT3_EXT
: <a class="el" href="a04223.html#a257">driver_opengl_extension_def.h</a><li>GL_OP_DOT4_EXT
: <a class="el" href="a04223.html#a258">driver_opengl_extension_def.h</a><li>GL_OP_EXP_BASE_2_EXT
: <a class="el" href="a04223.html#a270">driver_opengl_extension_def.h</a><li>GL_OP_FLOOR_EXT
: <a class="el" href="a04223.html#a268">driver_opengl_extension_def.h</a><li>GL_OP_FRAC_EXT
: <a class="el" href="a04223.html#a262">driver_opengl_extension_def.h</a><li>GL_OP_INDEX_EXT
: <a class="el" href="a04223.html#a255">driver_opengl_extension_def.h</a><li>GL_OP_LOG_BASE_2_EXT
: <a class="el" href="a04223.html#a271">driver_opengl_extension_def.h</a><li>GL_OP_MADD_EXT
: <a class="el" href="a04223.html#a261">driver_opengl_extension_def.h</a><li>GL_OP_MAX_EXT
: <a class="el" href="a04223.html#a263">driver_opengl_extension_def.h</a><li>GL_OP_MIN_EXT
: <a class="el" href="a04223.html#a264">driver_opengl_extension_def.h</a><li>GL_OP_MOV_EXT
: <a class="el" href="a04223.html#a278">driver_opengl_extension_def.h</a><li>GL_OP_MUL_EXT
: <a class="el" href="a04223.html#a259">driver_opengl_extension_def.h</a><li>GL_OP_MULTIPLY_MATRIX_EXT
: <a class="el" href="a04223.html#a277">driver_opengl_extension_def.h</a><li>GL_OP_NEGATE_EXT
: <a class="el" href="a04223.html#a256">driver_opengl_extension_def.h</a><li>GL_OP_POWER_EXT
: <a class="el" href="a04223.html#a272">driver_opengl_extension_def.h</a><li>GL_OP_RECIP_EXT
: <a class="el" href="a04223.html#a273">driver_opengl_extension_def.h</a><li>GL_OP_RECIP_SQRT_EXT
: <a class="el" href="a04223.html#a274">driver_opengl_extension_def.h</a><li>GL_OP_ROUND_EXT
: <a class="el" href="a04223.html#a269">driver_opengl_extension_def.h</a><li>GL_OP_SET_GE_EXT
: <a class="el" href="a04223.html#a265">driver_opengl_extension_def.h</a><li>GL_OP_SET_LT_EXT
: <a class="el" href="a04223.html#a266">driver_opengl_extension_def.h</a><li>GL_OP_SUB_EXT
: <a class="el" href="a04223.html#a275">driver_opengl_extension_def.h</a><li>GL_OPERAND0_ALPHA_ARB
: <a class="el" href="a04223.html#a156">driver_opengl_extension_def.h</a><li>GL_OPERAND0_RGB_ARB
: <a class="el" href="a04223.html#a153">driver_opengl_extension_def.h</a><li>GL_OPERAND1_ALPHA_ARB
: <a class="el" href="a04223.html#a157">driver_opengl_extension_def.h</a><li>GL_OPERAND1_RGB_ARB
: <a class="el" href="a04223.html#a154">driver_opengl_extension_def.h</a><li>GL_OPERAND2_ALPHA_ARB
: <a class="el" href="a04223.html#a158">driver_opengl_extension_def.h</a><li>GL_OPERAND2_RGB_ARB
: <a class="el" href="a04223.html#a155">driver_opengl_extension_def.h</a><li>GL_OUTPUT_COLOR0_EXT
: <a class="el" href="a04223.html#a280">driver_opengl_extension_def.h</a><li>GL_OUTPUT_COLOR1_EXT
: <a class="el" href="a04223.html#a281">driver_opengl_extension_def.h</a><li>GL_OUTPUT_FOG_EXT
: <a class="el" href="a04223.html#a314">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD0_EXT
: <a class="el" href="a04223.html#a282">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD10_EXT
: <a class="el" href="a04223.html#a292">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD11_EXT
: <a class="el" href="a04223.html#a293">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD12_EXT
: <a class="el" href="a04223.html#a294">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD13_EXT
: <a class="el" href="a04223.html#a295">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD14_EXT
: <a class="el" href="a04223.html#a296">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD15_EXT
: <a class="el" href="a04223.html#a297">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD16_EXT
: <a class="el" href="a04223.html#a298">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD17_EXT
: <a class="el" href="a04223.html#a299">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD18_EXT
: <a class="el" href="a04223.html#a300">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD19_EXT
: <a class="el" href="a04223.html#a301">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD1_EXT
: <a class="el" href="a04223.html#a283">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD20_EXT
: <a class="el" href="a04223.html#a302">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD21_EXT
: <a class="el" href="a04223.html#a303">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD22_EXT
: <a class="el" href="a04223.html#a304">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD23_EXT
: <a class="el" href="a04223.html#a305">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD24_EXT
: <a class="el" href="a04223.html#a306">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD25_EXT
: <a class="el" href="a04223.html#a307">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD26_EXT
: <a class="el" href="a04223.html#a308">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD27_EXT
: <a class="el" href="a04223.html#a309">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD28_EXT
: <a class="el" href="a04223.html#a310">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD29_EXT
: <a class="el" href="a04223.html#a311">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD2_EXT
: <a class="el" href="a04223.html#a284">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD30_EXT
: <a class="el" href="a04223.html#a312">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD31_EXT
: <a class="el" href="a04223.html#a313">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD3_EXT
: <a class="el" href="a04223.html#a285">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD4_EXT
: <a class="el" href="a04223.html#a286">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD5_EXT
: <a class="el" href="a04223.html#a287">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD6_EXT
: <a class="el" href="a04223.html#a288">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD7_EXT
: <a class="el" href="a04223.html#a289">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD8_EXT
: <a class="el" href="a04223.html#a290">driver_opengl_extension_def.h</a><li>GL_OUTPUT_TEXTURE_COORD9_EXT
: <a class="el" href="a04223.html#a291">driver_opengl_extension_def.h</a><li>GL_OUTPUT_VERTEX_EXT
: <a class="el" href="a04223.html#a279">driver_opengl_extension_def.h</a><li>GL_PASS_THROUGH_NV
: <a class="el" href="a04223.html#a189">driver_opengl_extension_def.h</a><li>GL_PRESERVE_ATI
: <a class="el" href="a04223.html#a358">driver_opengl_extension_def.h</a><li>GL_PREVIOUS_ARB
: <a class="el" href="a04223.html#a164">driver_opengl_extension_def.h</a><li>GL_PREVIOUS_TEXTURE_INPUT_NV
: <a class="el" href="a04223.html#a187">driver_opengl_extension_def.h</a><li>GL_PRIMARY_COLOR_ARB
: <a class="el" href="a04223.html#a163">driver_opengl_extension_def.h</a><li>GL_PROGRAM_ALU_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a508">driver_opengl_extension_def.h</a><li>GL_PROGRAM_ATTRIBS_ARB
: <a class="el" href="a04223.html#a501">driver_opengl_extension_def.h</a><li>GL_PROGRAM_BINDING_ARB
: <a class="el" href="a04223.html#a488">driver_opengl_extension_def.h</a><li>GL_PROGRAM_ERROR_POSITION_ARB
: <a class="el" href="a04223.html#a521">driver_opengl_extension_def.h</a><li>GL_PROGRAM_ERROR_POSITION_NV
: <a class="el" href="a04223.html#a35">driver_opengl_extension_def.h</a><li>GL_PROGRAM_ERROR_STRING_ARB
: <a class="el" href="a04223.html#a529">driver_opengl_extension_def.h</a><li>GL_PROGRAM_FORMAT_ARB
: <a class="el" href="a04223.html#a487">driver_opengl_extension_def.h</a><li>GL_PROGRAM_FORMAT_ASCII_ARB
: <a class="el" href="a04223.html#a485">driver_opengl_extension_def.h</a><li>GL_PROGRAM_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a489">driver_opengl_extension_def.h</a><li>GL_PROGRAM_LENGTH_ARB
: <a class="el" href="a04223.html#a486">driver_opengl_extension_def.h</a><li>GL_PROGRAM_LENGTH_NV
: <a class="el" href="a04223.html#a7">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a511">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_ATTRIBS_ARB
: <a class="el" href="a04223.html#a503">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a491">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_PARAMETERS_ARB
: <a class="el" href="a04223.html#a499">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_TEMPORARIES_ARB
: <a class="el" href="a04223.html#a495">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
: <a class="el" href="a04223.html#a513">driver_opengl_extension_def.h</a><li>GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a512">driver_opengl_extension_def.h</a><li>GL_PROGRAM_PARAMETER_NV
: <a class="el" href="a04223.html#a28">driver_opengl_extension_def.h</a><li>GL_PROGRAM_PARAMETERS_ARB
: <a class="el" href="a04223.html#a497">driver_opengl_extension_def.h</a><li>GL_PROGRAM_RESIDENT_NV
: <a class="el" href="a04223.html#a31">driver_opengl_extension_def.h</a><li>GL_PROGRAM_STRING_ARB
: <a class="el" href="a04223.html#a520">driver_opengl_extension_def.h</a><li>GL_PROGRAM_STRING_NV
: <a class="el" href="a04223.html#a8">driver_opengl_extension_def.h</a><li>GL_PROGRAM_TARGET_NV
: <a class="el" href="a04223.html#a30">driver_opengl_extension_def.h</a><li>GL_PROGRAM_TEMPORARIES_ARB
: <a class="el" href="a04223.html#a493">driver_opengl_extension_def.h</a><li>GL_PROGRAM_TEX_INDIRECTIONS_ARB
: <a class="el" href="a04223.html#a510">driver_opengl_extension_def.h</a><li>GL_PROGRAM_TEX_INSTRUCTIONS_ARB
: <a class="el" href="a04223.html#a509">driver_opengl_extension_def.h</a><li>GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB
: <a class="el" href="a04223.html#a507">driver_opengl_extension_def.h</a><li>GL_QUARTER_BIT_ATI
: <a class="el" href="a04223.html#a476">driver_opengl_extension_def.h</a><li>GL_RED_BIT_ATI
: <a class="el" href="a04223.html#a469">driver_opengl_extension_def.h</a><li>GL_REG_0_ATI
: <a class="el" href="a04223.html#a379">driver_opengl_extension_def.h</a><li>GL_REG_10_ATI
: <a class="el" href="a04223.html#a389">driver_opengl_extension_def.h</a><li>GL_REG_11_ATI
: <a class="el" href="a04223.html#a390">driver_opengl_extension_def.h</a><li>GL_REG_12_ATI
: <a class="el" href="a04223.html#a391">driver_opengl_extension_def.h</a><li>GL_REG_13_ATI
: <a class="el" href="a04223.html#a392">driver_opengl_extension_def.h</a><li>GL_REG_14_ATI
: <a class="el" href="a04223.html#a393">driver_opengl_extension_def.h</a><li>GL_REG_15_ATI
: <a class="el" href="a04223.html#a394">driver_opengl_extension_def.h</a><li>GL_REG_16_ATI
: <a class="el" href="a04223.html#a395">driver_opengl_extension_def.h</a><li>GL_REG_17_ATI
: <a class="el" href="a04223.html#a396">driver_opengl_extension_def.h</a><li>GL_REG_18_ATI
: <a class="el" href="a04223.html#a397">driver_opengl_extension_def.h</a><li>GL_REG_19_ATI
: <a class="el" href="a04223.html#a398">driver_opengl_extension_def.h</a><li>GL_REG_1_ATI
: <a class="el" href="a04223.html#a380">driver_opengl_extension_def.h</a><li>GL_REG_20_ATI
: <a class="el" href="a04223.html#a399">driver_opengl_extension_def.h</a><li>GL_REG_21_ATI
: <a class="el" href="a04223.html#a400">driver_opengl_extension_def.h</a><li>GL_REG_22_ATI
: <a class="el" href="a04223.html#a401">driver_opengl_extension_def.h</a><li>GL_REG_23_ATI
: <a class="el" href="a04223.html#a402">driver_opengl_extension_def.h</a><li>GL_REG_24_ATI
: <a class="el" href="a04223.html#a403">driver_opengl_extension_def.h</a><li>GL_REG_25_ATI
: <a class="el" href="a04223.html#a404">driver_opengl_extension_def.h</a><li>GL_REG_26_ATI
: <a class="el" href="a04223.html#a405">driver_opengl_extension_def.h</a><li>GL_REG_27_ATI
: <a class="el" href="a04223.html#a406">driver_opengl_extension_def.h</a><li>GL_REG_28_ATI
: <a class="el" href="a04223.html#a407">driver_opengl_extension_def.h</a><li>GL_REG_29_ATI
: <a class="el" href="a04223.html#a408">driver_opengl_extension_def.h</a><li>GL_REG_2_ATI
: <a class="el" href="a04223.html#a381">driver_opengl_extension_def.h</a><li>GL_REG_30_ATI
: <a class="el" href="a04223.html#a409">driver_opengl_extension_def.h</a><li>GL_REG_31_ATI
: <a class="el" href="a04223.html#a410">driver_opengl_extension_def.h</a><li>GL_REG_3_ATI
: <a class="el" href="a04223.html#a382">driver_opengl_extension_def.h</a><li>GL_REG_4_ATI
: <a class="el" href="a04223.html#a383">driver_opengl_extension_def.h</a><li>GL_REG_5_ATI
: <a class="el" href="a04223.html#a384">driver_opengl_extension_def.h</a><li>GL_REG_6_ATI
: <a class="el" href="a04223.html#a385">driver_opengl_extension_def.h</a><li>GL_REG_7_ATI
: <a class="el" href="a04223.html#a386">driver_opengl_extension_def.h</a><li>GL_REG_8_ATI
: <a class="el" href="a04223.html#a387">driver_opengl_extension_def.h</a><li>GL_REG_9_ATI
: <a class="el" href="a04223.html#a388">driver_opengl_extension_def.h</a><li>GL_RGB_SCALE_ARB
: <a class="el" href="a04223.html#a159">driver_opengl_extension_def.h</a><li>GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV
: <a class="el" href="a04223.html#a173">driver_opengl_extension_def.h</a><li>GL_SATURATE_BIT_ATI
: <a class="el" href="a04223.html#a478">driver_opengl_extension_def.h</a><li>GL_SCALAR_EXT
: <a class="el" href="a04223.html#a315">driver_opengl_extension_def.h</a><li>GL_SECONDARY_INTERPOLATOR_ATI
: <a class="el" href="a04223.html#a454">driver_opengl_extension_def.h</a><li>GL_SHADER_CONSISTENT_NV
: <a class="el" href="a04223.html#a177">driver_opengl_extension_def.h</a><li>GL_SHADER_OPERATION_NV
: <a class="el" href="a04223.html#a179">driver_opengl_extension_def.h</a><li>GL_SIGNED_ALPHA8_NV
: <a class="el" href="a04223.html#a218">driver_opengl_extension_def.h</a><li>GL_SIGNED_ALPHA_NV
: <a class="el" href="a04223.html#a217">driver_opengl_extension_def.h</a><li>GL_SIGNED_HILO16_NV
: <a class="el" href="a04223.html#a208">driver_opengl_extension_def.h</a><li>GL_SIGNED_HILO_NV
: <a class="el" href="a04223.html#a207">driver_opengl_extension_def.h</a><li>GL_SIGNED_INTENSITY8_NV
: <a class="el" href="a04223.html#a220">driver_opengl_extension_def.h</a><li>GL_SIGNED_INTENSITY_NV
: <a class="el" href="a04223.html#a219">driver_opengl_extension_def.h</a><li>GL_SIGNED_LUMINANCE8_ALPHA8_NV
: <a class="el" href="a04223.html#a216">driver_opengl_extension_def.h</a><li>GL_SIGNED_LUMINANCE8_NV
: <a class="el" href="a04223.html#a214">driver_opengl_extension_def.h</a><li>GL_SIGNED_LUMINANCE_ALPHA_NV
: <a class="el" href="a04223.html#a215">driver_opengl_extension_def.h</a><li>GL_SIGNED_LUMINANCE_NV
: <a class="el" href="a04223.html#a213">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGB8_NV
: <a class="el" href="a04223.html#a212">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV
: <a class="el" href="a04223.html#a225">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGB_NV
: <a class="el" href="a04223.html#a211">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGB_UNSIGNED_ALPHA_NV
: <a class="el" href="a04223.html#a224">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGBA8_NV
: <a class="el" href="a04223.html#a210">driver_opengl_extension_def.h</a><li>GL_SIGNED_RGBA_NV
: <a class="el" href="a04223.html#a209">driver_opengl_extension_def.h</a><li>GL_SOURCE0_ALPHA_ARB
: <a class="el" href="a04223.html#a150">driver_opengl_extension_def.h</a><li>GL_SOURCE0_RGB_ARB
: <a class="el" href="a04223.html#a147">driver_opengl_extension_def.h</a><li>GL_SOURCE1_ALPHA_ARB
: <a class="el" href="a04223.html#a151">driver_opengl_extension_def.h</a><li>GL_SOURCE1_RGB_ARB
: <a class="el" href="a04223.html#a148">driver_opengl_extension_def.h</a><li>GL_SOURCE2_ALPHA_ARB
: <a class="el" href="a04223.html#a152">driver_opengl_extension_def.h</a><li>GL_SOURCE2_RGB_ARB
: <a class="el" href="a04223.html#a149">driver_opengl_extension_def.h</a><li>GL_STATIC_ATI
: <a class="el" href="a04223.html#a356">driver_opengl_extension_def.h</a><li>GL_SUB_ATI
: <a class="el" href="a04223.html#a446">driver_opengl_extension_def.h</a><li>GL_SUBTRACT_ARB
: <a class="el" href="a04223.html#a165">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STQ_ATI
: <a class="el" href="a04223.html#a464">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STQ_DQ_ATI
: <a class="el" href="a04223.html#a466">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STR_ATI
: <a class="el" href="a04223.html#a463">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STR_DR_ATI
: <a class="el" href="a04223.html#a465">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STRQ_ATI
: <a class="el" href="a04223.html#a467">driver_opengl_extension_def.h</a><li>GL_SWIZZLE_STRQ_DQ_ATI
: <a class="el" href="a04223.html#a468">driver_opengl_extension_def.h</a><li>GL_TEXTURE_BORDER_VALUES_NV
: <a class="el" href="a04223.html#a238">driver_opengl_extension_def.h</a><li>GL_TEXTURE_DS_SIZE_NV
: <a class="el" href="a04223.html#a241">driver_opengl_extension_def.h</a><li>GL_TEXTURE_DT_SIZE_NV
: <a class="el" href="a04223.html#a242">driver_opengl_extension_def.h</a><li>GL_TEXTURE_HI_SIZE_NV
: <a class="el" href="a04223.html#a239">driver_opengl_extension_def.h</a><li>GL_TEXTURE_LO_SIZE_NV
: <a class="el" href="a04223.html#a240">driver_opengl_extension_def.h</a><li>GL_TEXTURE_MAG_SIZE_NV
: <a class="el" href="a04223.html#a243">driver_opengl_extension_def.h</a><li>GL_TEXTURE_SHADER_NV
: <a class="el" href="a04223.html#a178">driver_opengl_extension_def.h</a><li>GL_TRACK_MATRIX_NV
: <a class="el" href="a04223.html#a32">driver_opengl_extension_def.h</a><li>GL_TRACK_MATRIX_TRANSFORM_NV
: <a class="el" href="a04223.html#a33">driver_opengl_extension_def.h</a><li>GL_TRANSPOSE_CURRENT_MATRIX_ARB
: <a class="el" href="a04223.html#a523">driver_opengl_extension_def.h</a><li>GL_TRANSPOSE_NV
: <a class="el" href="a04223.html#a12">driver_opengl_extension_def.h</a><li>GL_UNSIGNED_INT_8_8_S8_S8_REV_NV
: <a class="el" href="a04223.html#a175">driver_opengl_extension_def.h</a><li>GL_UNSIGNED_INT_S8_S8_8_8_NV
: <a class="el" href="a04223.html#a174">driver_opengl_extension_def.h</a><li>GL_VARIANT_ARRAY_EXT
: <a class="el" href="a04223.html#a249">driver_opengl_extension_def.h</a><li>GL_VARIANT_ARRAY_POINTER_EXT
: <a class="el" href="a04223.html#a250">driver_opengl_extension_def.h</a><li>GL_VARIANT_ARRAY_STRIDE_EXT
: <a class="el" href="a04223.html#a247">driver_opengl_extension_def.h</a><li>GL_VARIANT_ARRAY_TYPE_EXT
: <a class="el" href="a04223.html#a248">driver_opengl_extension_def.h</a><li>GL_VARIANT_DATATYPE_EXT
: <a class="el" href="a04223.html#a246">driver_opengl_extension_def.h</a><li>GL_VARIANT_EXT
: <a class="el" href="a04223.html#a318">driver_opengl_extension_def.h</a><li>GL_VARIANT_VALUE_EXT
: <a class="el" href="a04223.html#a245">driver_opengl_extension_def.h</a><li>GL_VECTOR_EXT
: <a class="el" href="a04223.html#a316">driver_opengl_extension_def.h</a><li>GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV
: <a class="el" href="a04223.html#a355">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY0_NV
: <a class="el" href="a04223.html#a36">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY10_NV
: <a class="el" href="a04223.html#a46">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY11_NV
: <a class="el" href="a04223.html#a47">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY12_NV
: <a class="el" href="a04223.html#a48">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY13_NV
: <a class="el" href="a04223.html#a49">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY14_NV
: <a class="el" href="a04223.html#a50">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY15_NV
: <a class="el" href="a04223.html#a51">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY1_NV
: <a class="el" href="a04223.html#a37">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY2_NV
: <a class="el" href="a04223.html#a38">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY3_NV
: <a class="el" href="a04223.html#a39">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY4_NV
: <a class="el" href="a04223.html#a40">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY5_NV
: <a class="el" href="a04223.html#a41">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY6_NV
: <a class="el" href="a04223.html#a42">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY7_NV
: <a class="el" href="a04223.html#a43">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY8_NV
: <a class="el" href="a04223.html#a44">driver_opengl_extension_def.h</a><li>GL_VERTEX_ATTRIB_ARRAY9_NV
: <a class="el" href="a04223.html#a45">driver_opengl_extension_def.h</a><li>GL_VERTEX_PROGRAM_BINDING_NV
: <a class="el" href="a04223.html#a34">driver_opengl_extension_def.h</a><li>GL_VERTEX_PROGRAM_NV
: <a class="el" href="a04223.html#a1">driver_opengl_extension_def.h</a><li>GL_VERTEX_PROGRAM_POINT_SIZE_NV
: <a class="el" href="a04223.html#a26">driver_opengl_extension_def.h</a><li>GL_VERTEX_PROGRAM_TWO_SIDE_NV
: <a class="el" href="a04223.html#a27">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_BINDING_EXT
: <a class="el" href="a04223.html#a337">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_EXT
: <a class="el" href="a04223.html#a244">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_INSTRUCTIONS_EXT
: <a class="el" href="a04223.html#a332">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_INVARIANTS_EXT
: <a class="el" href="a04223.html#a334">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
: <a class="el" href="a04223.html#a335">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_LOCALS_EXT
: <a class="el" href="a04223.html#a336">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_OPTIMIZED_EXT
: <a class="el" href="a04223.html#a338">driver_opengl_extension_def.h</a><li>GL_VERTEX_SHADER_VARIANTS_EXT
: <a class="el" href="a04223.html#a333">driver_opengl_extension_def.h</a><li>GL_VERTEX_STATE_PROGRAM_NV
: <a class="el" href="a04223.html#a2">driver_opengl_extension_def.h</a><li>GL_VIBRANCE_BIAS_NV
: <a class="el" href="a04223.html#a237">driver_opengl_extension_def.h</a><li>GL_VIBRANCE_SCALE_NV
: <a class="el" href="a04223.html#a231">driver_opengl_extension_def.h</a><li>GL_W_EXT
: <a class="el" href="a04223.html#a342">driver_opengl_extension_def.h</a><li>GL_X_EXT
: <a class="el" href="a04223.html#a339">driver_opengl_extension_def.h</a><li>GL_Y_EXT
: <a class="el" href="a04223.html#a340">driver_opengl_extension_def.h</a><li>GL_Z_EXT
: <a class="el" href="a04223.html#a341">driver_opengl_extension_def.h</a><li>GL_ZERO_EXT
: <a class="el" href="a04223.html#a347">driver_opengl_extension_def.h</a><li>GLboolean()
: <a class="el" href="a04223.html#a699">driver_opengl_extension_def.h</a><li>GLuint()
: <a class="el" href="a04223.html#a701">driver_opengl_extension_def.h</a><li>GLX_GLXEXT_PROTOTYPES
: <a class="el" href="a04220.html#a0">driver_opengl.h</a><li>GOAL
: <a class="el" href="a05334.html#a69">ytable.h</a>, <a class="el" href="a05333.html#a69">ytable.cpp</a><li>green
: <a class="el" href="a04223.html#a661">driver_opengl_extension_def.h</a><li>GROUP
: <a class="el" href="a05334.html#a47">ytable.h</a>, <a class="el" href="a05333.html#a47">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>H_AFTER
: <a class="el" href="a04365.html#a3">hierarchical_timer.h</a><li>H_AUTO
: <a class="el" href="a04365.html#a4">hierarchical_timer.h</a><li>H_AUTO_DECL
: <a class="el" href="a04630.html#a4">move_primitive.cpp</a>, <a class="el" href="a04624.html#a3">move_container.cpp</a>, <a class="el" href="a04338.html#a12">global_retriever.cpp</a>, <a class="el" href="a05149.html#a1">transform_user.cpp</a>, <a class="el" href="a04455.html#a2">landscapeig_manager.cpp</a>, <a class="el" href="a04365.html#a6">hierarchical_timer.h</a><li>H_AUTO_INST
: <a class="el" href="a04365.html#a5">hierarchical_timer.h</a><li>H_AUTO_USE
: <a class="el" href="a04365.html#a7">hierarchical_timer.h</a><li>H_BEFORE
: <a class="el" href="a04365.html#a2">hierarchical_timer.h</a><li>H_TIME
: <a class="el" href="a04365.html#a1">hierarchical_timer.h</a><li>height
: <a class="el" href="a04223.html#a633">driver_opengl_extension_def.h</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>IA_ASSERT
: <a class="el" href="a05334.html#a78">ytable.h</a>, <a class="el" href="a05333.html#a78">ytable.cpp</a><li>id
: <a class="el" href="a04223.html#a564">driver_opengl_extension_def.h</a><li>IDENT
: <a class="el" href="a05334.html#a3">ytable.h</a>, <a class="el" href="a05333.html#a3">ytable.cpp</a><li>IF
: <a class="el" href="a05334.html#a61">ytable.h</a>, <a class="el" href="a05333.html#a61">ytable.cpp</a><li>imageSize
: <a class="el" href="a04223.html#a636">driver_opengl_extension_def.h</a><li>img
: <a class="el" href="a04223.html#a642">driver_opengl_extension_def.h</a><li>in
: <a class="el" href="a04223.html#a647">driver_opengl_extension_def.h</a><li>index
: <a class="el" href="a04223.html#a566">driver_opengl_extension_def.h</a><li>INF
: <a class="el" href="a05334.html#a14">ytable.h</a>, <a class="el" href="a05333.html#a14">ytable.cpp</a><li>INF_EG
: <a class="el" href="a05334.html#a16">ytable.h</a>, <a class="el" href="a05333.html#a16">ytable.cpp</a><li>INITGUID
: <a class="el" href="a04997.html#a0">sound_driver_dsound.cpp</a><li>INITIAL
: <a class="el" href="a04115.html#a53">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a34">lexlang.cpp</a><li>INITIAL_BUFFERS
: <a class="el" href="a04995.html#a0">sound_driver_al.cpp</a><li>INITIAL_SOURCES
: <a class="el" href="a04995.html#a1">sound_driver_al.cpp</a><li>INITTIME
: <a class="el" href="a05006.html#a0">source_dsound.cpp</a><li>InitZBuffer()
: <a class="el" href="a05345.html#a29">zone_lighter.cpp</a><li>input()
: <a class="el" href="a04115.html#a120">cf_lexical.cpp</a><li>instrToName
: <a class="el" href="a05295.html#a0">vertex_program_parse.cpp</a><li>InsurePositionThreshold
: <a class="el" href="a04506.html#a0">local_retriever.cpp</a><li>InsureSurfaceThreshold
: <a class="el" href="a04338.html#a11">global_retriever.cpp</a><li>INT
: <a class="el" href="a04114.html#a14">cf_gramatical.h</a>, <a class="el" href="a04113.html#a22">cf_gramatical.cpp</a><li>INT64_CONSTANT
: <a class="el" href="a05167.html#a5">types_nl.h</a><li>int_least16_t
: <a class="el" href="a04943.html#a4">sha1.cpp</a><li>internalAssert
: <a class="el" href="a04357.html#a0">include/nel/misc/heap_allocator_inline.h</a>, <a class="el" href="a04356.html#a4">src/memory/heap_allocator_inline.h</a><li>internalformat
: <a class="el" href="a04223.html#a631">driver_opengl_extension_def.h</a><li>INTERROGATION
: <a class="el" href="a05334.html#a33">ytable.h</a>, <a class="el" href="a05333.html#a33">ytable.cpp</a><li>isatty()
: <a class="el" href="a04463.html#a61">lexlang.cpp</a><li>IsDebuggerPresent
: <a class="el" href="a04214.html#a0">displayer.cpp</a><li>isEqual()
: <a class="el" href="a04116.html#a2">chain.cpp</a><li>isStrictlyGreater()
: <a class="el" href="a04116.html#a1">chain.cpp</a><li>isStrictlyLess()
: <a class="el" href="a04116.html#a0">chain.cpp</a></ul>
<h3><a class="anchor" name="index_k">- k -</a></h3><ul>
<li>KILL
: <a class="el" href="a05334.html#a41">ytable.h</a>, <a class="el" href="a05333.html#a41">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
<li>LBRACE
: <a class="el" href="a04114.html#a12">cf_gramatical.h</a>, <a class="el" href="a04113.html#a20">cf_gramatical.cpp</a><li>len
: <a class="el" href="a04115.html#a96">cf_lexical.cpp</a>, <a class="el" href="a04223.html#a571">driver_opengl_extension_def.h</a><li>LEPOINT
: <a class="el" href="a05334.html#a31">ytable.h</a>, <a class="el" href="a05333.html#a31">ytable.cpp</a><li>letterToSwizzleComp()
: <a class="el" href="a05295.html#a2">vertex_program_parse.cpp</a><li>level
: <a class="el" href="a04223.html#a630">driver_opengl_extension_def.h</a><li>line
: <a class="el" href="a04560.html#a2">memory_manager.cpp</a><li>LM_CASE_CONTAINER_CREATOR
: <a class="el" href="a04188.html#a0">context_sound.cpp</a><li>LN
: <a class="el" href="a05334.html#a91">ytable.h</a>, <a class="el" href="a05333.html#a91">ytable.cpp</a><li>loadForm()
: <a class="el" href="a04503.html#a6">load_form.h</a><li>LoadRoot
: <a class="el" href="a04174.html#a4">config_file.cpp</a>, <a class="el" href="a04113.html#a53">cf_gramatical.cpp</a><li>LOCAL
: <a class="el" href="a05334.html#a53">ytable.h</a>, <a class="el" href="a05333.html#a53">ytable.cpp</a><li>LOG
: <a class="el" href="a05334.html#a92">ytable.h</a>, <a class="el" href="a05333.html#a92">ytable.cpp</a><li>LOG_IN_FILE
: <a class="el" href="a04198.html#a3">debug.cpp</a><li>LOGICVAR
: <a class="el" href="a05334.html#a76">ytable.h</a>, <a class="el" href="a05333.html#a76">ytable.cpp</a><li>LP_S3TC_PROGRESS_CALLBACK
: <a class="el" href="a04922.html#a9">s3_intrf.h</a><li>LPAREN
: <a class="el" href="a04114.html#a10">cf_gramatical.h</a>, <a class="el" href="a04113.html#a18">cf_gramatical.cpp</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>M_STACK
: <a class="el" href="a04871.html#a1">pythonmethode.cpp</a><li>MAESSAGELOOP
: <a class="el" href="a05334.html#a52">ytable.h</a>, <a class="el" href="a05333.html#a52">ytable.cpp</a><li>MANUAL_ROLLOFF
: <a class="el" href="a04994.html#a0">sound_driver.h</a><li>MASK_BLOCK_EMPTY
: <a class="el" href="a04367.html#a3">hls_color_texture.cpp</a><li>MASK_BLOCK_FULL
: <a class="el" href="a04367.html#a4">hls_color_texture.cpp</a><li>MASK_BLOCK_MIXT
: <a class="el" href="a04367.html#a5">hls_color_texture.cpp</a><li>MAT_IDENTITY
: <a class="el" href="a04549.html#a8">matrix.cpp</a><li>MAT_PROJ
: <a class="el" href="a04549.html#a4">matrix.cpp</a><li>MAT_ROT
: <a class="el" href="a04549.html#a1">matrix.cpp</a><li>MAT_SCALEANY
: <a class="el" href="a04549.html#a3">matrix.cpp</a><li>MAT_SCALEUNI
: <a class="el" href="a04549.html#a2">matrix.cpp</a><li>MAT_TRANS
: <a class="el" href="a04549.html#a0">matrix.cpp</a><li>MAT_VALIDALL
: <a class="el" href="a04549.html#a7">matrix.cpp</a><li>MAT_VALIDPROJ
: <a class="el" href="a04549.html#a6">matrix.cpp</a><li>MAT_VALIDROT
: <a class="el" href="a04549.html#a5">matrix.cpp</a><li>matrix
: <a class="el" href="a04223.html#a578">driver_opengl_extension_def.h</a><li>MAX_CLOUDS
: <a class="el" href="a04136.html#a2">cloud_scape.cpp</a><li>MAX_CPU_PROCESS
: <a class="el" href="a05346.html#a2">zone_lighter.h</a><li>MAX_DIST
: <a class="el" href="a04136.html#a1">cloud_scape.cpp</a><li>MAX_ENV_CHANNELS
: <a class="el" href="a04254.html#a0">env_sound_user.h</a><li>MEMORY_API
: <a class="el" href="a04561.html#a0">memory_manager.h</a>, <a class="el" href="a04558.html#a0">memory_common.h</a><li>memory_assert
: <a class="el" href="a04558.html#a5">memory_common.h</a><li>MESSAGE_MANAGER
: <a class="el" href="a05334.html#a51">ytable.h</a>, <a class="el" href="a05333.html#a51">ytable.cpp</a><li>min
: <a class="el" href="a04061.html#a0">bit_set.cpp</a><li>MINI_TIMER
: <a class="el" href="a04726.html#a0">particle_system_model.h</a><li>MINUS
: <a class="el" href="a04114.html#a6">cf_gramatical.h</a>, <a class="el" href="a04113.html#a14">cf_gramatical.cpp</a><li>MOINS
: <a class="el" href="a05334.html#a26">ytable.h</a>, <a class="el" href="a05333.html#a26">ytable.cpp</a><li>MSG
: <a class="el" href="a05334.html#a75">ytable.h</a>, <a class="el" href="a05333.html#a75">ytable.cpp</a><li>MULT
: <a class="el" href="a04114.html#a7">cf_gramatical.h</a>, <a class="el" href="a04113.html#a15">cf_gramatical.cpp</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>NEL3DCalcBase()
: <a class="el" href="a05345.html#a25">zone_lighter.cpp</a><li>NEL_DEFAULT_DISPLAYER
: <a class="el" href="a04198.html#a0">debug.cpp</a><li>NEL_LOG_IN_FILE
: <a class="el" href="a04198.html#a1">debug.cpp</a><li>NEL_MEASURE_UPLOAD_TIME_END
: <a class="el" href="a04229.html#a1">driver_opengl_texture.cpp</a><li>NEL_MEASURE_UPLOAD_TIME_START
: <a class="el" href="a04229.html#a0">driver_opengl_texture.cpp</a><li>NEL_PFNGLALPHAFRAGMENTOP1ATIPROC
: <a class="el" href="a04223.html#a674">driver_opengl_extension_def.h</a><li>NEL_PFNGLALPHAFRAGMENTOP2ATIPROC
: <a class="el" href="a04223.html#a675">driver_opengl_extension_def.h</a><li>NEL_PFNGLALPHAFRAGMENTOP3ATIPROC
: <a class="el" href="a04223.html#a676">driver_opengl_extension_def.h</a><li>NEL_PFNGLBEGINFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a667">driver_opengl_extension_def.h</a><li>NEL_PFNGLBINDFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a665">driver_opengl_extension_def.h</a><li>NEL_PFNGLBINDPROGRAMARBPROC
: <a class="el" href="a04223.html#a681">driver_opengl_extension_def.h</a><li>NEL_PFNGLCOLORFRAGMENTOP1ATIPROC
: <a class="el" href="a04223.html#a671">driver_opengl_extension_def.h</a><li>NEL_PFNGLCOLORFRAGMENTOP2ATIPROC
: <a class="el" href="a04223.html#a672">driver_opengl_extension_def.h</a><li>NEL_PFNGLCOLORFRAGMENTOP3ATIPROC
: <a class="el" href="a04223.html#a673">driver_opengl_extension_def.h</a><li>NEL_PFNGLDELETEFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a666">driver_opengl_extension_def.h</a><li>NEL_PFNGLDELETEPROGRAMSARBPROC
: <a class="el" href="a04223.html#a682">driver_opengl_extension_def.h</a><li>NEL_PFNGLENDFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a668">driver_opengl_extension_def.h</a><li>NEL_PFNGLGENFRAGMENTSHADERSATIPROC
: <a class="el" href="a04223.html#a664">driver_opengl_extension_def.h</a><li>NEL_PFNGLGENPROGRAMSARBPROC
: <a class="el" href="a04223.html#a683">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMENVPARAMETERDVARBPROC
: <a class="el" href="a04223.html#a692">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMENVPARAMETERFVARBPROC
: <a class="el" href="a04223.html#a693">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMIVARBPROC
: <a class="el" href="a04223.html#a696">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC
: <a class="el" href="a04223.html#a694">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC
: <a class="el" href="a04223.html#a695">driver_opengl_extension_def.h</a><li>NEL_PFNGLGETPROGRAMSTRINGARBPROC
: <a class="el" href="a04223.html#a697">driver_opengl_extension_def.h</a><li>NEL_PFNGLISPROGRAMARBPROC
: <a class="el" href="a04223.html#a698">driver_opengl_extension_def.h</a><li>NEL_PFNGLMAPOBJECTBUFFERATIPROC
: <a class="el" href="a04223.html#a678">driver_opengl_extension_def.h</a><li>NEL_PFNGLPASSTEXCOORDATIPROC
: <a class="el" href="a04223.html#a669">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMENVPARAMETER4DARBPROC
: <a class="el" href="a04223.html#a684">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMENVPARAMETER4DVARBPROC
: <a class="el" href="a04223.html#a685">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMENVPARAMETER4FARBPROC
: <a class="el" href="a04223.html#a686">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMENVPARAMETER4FVARBPROC
: <a class="el" href="a04223.html#a687">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMLOCALPARAMETER4DARBPROC
: <a class="el" href="a04223.html#a688">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMLOCALPARAMETER4DVARBPROC
: <a class="el" href="a04223.html#a689">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMLOCALPARAMETER4FARBPROC
: <a class="el" href="a04223.html#a690">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMLOCALPARAMETER4FVARBPROC
: <a class="el" href="a04223.html#a691">driver_opengl_extension_def.h</a><li>NEL_PFNGLPROGRAMSTRINGARBPROC
: <a class="el" href="a04223.html#a680">driver_opengl_extension_def.h</a><li>NEL_PFNGLSAMPLEMAPATIPROC
: <a class="el" href="a04223.html#a670">driver_opengl_extension_def.h</a><li>NEL_PFNGLSETFRAGMENTSHADERCONSTANTATIPROC
: <a class="el" href="a04223.html#a677">driver_opengl_extension_def.h</a><li>NEL_PFNGLUNMAPOBJECTBUFFERATIPROC
: <a class="el" href="a04223.html#a679">driver_opengl_extension_def.h</a><li>NelAlloc
: <a class="el" href="a04355.html#a4">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a0">src/memory/heap_allocator.h</a><li>nelglGetProcAddress()
: <a class="el" href="a04221.html#a219">driver_opengl_extension.cpp</a><li>NELPACS_ALLOC_DYNAMIC_INFO
: <a class="el" href="a04624.html#a0">move_container.cpp</a><li>NELPACS_ALLOC_STATIC_INFO
: <a class="el" href="a04624.html#a1">move_container.cpp</a><li>NELPACS_CONTAINER_TRIGGER_DEFAULT_SIZE
: <a class="el" href="a04625.html#a0">move_container.h</a><li>NELPACS_DEFAULT_MAX_TEST_ITERATION
: <a class="el" href="a05191.html#a1">u_move_container.h</a><li>NELPACS_DEFAULT_NUM_WORLD_IMAGE
: <a class="el" href="a05191.html#a2">u_move_container.h</a><li>NELPACS_DEFAULT_OT_SIZE
: <a class="el" href="a05191.html#a0">u_move_container.h</a><li>NELPACS_DIST_BACK
: <a class="el" href="a04631.html#a0">move_primitive.h</a><li>NelRealloc
: <a class="el" href="a04355.html#a5">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a1">src/memory/heap_allocator.h</a><li>NEW
: <a class="el" href="a05334.html#a65">ytable.h</a>, <a class="el" href="a05333.html#a65">ytable.cpp</a><li>new
: <a class="el" href="a04693.html#a1">object_vector.h</a>, <a class="el" href="a04164.html#a0">common.h</a>, <a class="el" href="a04067.html#a0">block_memory.h</a>, <a class="el" href="a04744.html#a1">path.cpp</a>, <a class="el" href="a04520.html#a0">log.cpp</a>, <a class="el" href="a04560.html#a0">memory_manager.cpp</a>, <a class="el" href="a05083.html#a0">texture.h</a>, <a class="el" href="a04824.html#a1">ps_located.h</a>, <a class="el" href="a04791.html#a0">ps_attrib_maker.h</a>, <a class="el" href="a04720.html#a0">particle_system.h</a><li>NEXT_POS
: <a class="el" href="a04816.html#a1">ps_force.cpp</a><li>NEXT_SPEED
: <a class="el" href="a04816.html#a0">ps_force.cpp</a><li>nglActiveTextureARB
: <a class="el" href="a04222.html#a0">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a0">driver_opengl_extension.cpp</a><li>nglAlphaFragmentOp1ATI
: <a class="el" href="a04222.html#a196">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a196">driver_opengl_extension.cpp</a><li>nglAlphaFragmentOp2ATI
: <a class="el" href="a04222.html#a197">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a197">driver_opengl_extension.cpp</a><li>nglAlphaFragmentOp3ATI
: <a class="el" href="a04222.html#a198">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a198">driver_opengl_extension.cpp</a><li>nglAreProgramsResidentNV
: <a class="el" href="a04222.html#a53">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a53">driver_opengl_extension.cpp</a><li>nglArrayObjectATI
: <a class="el" href="a04222.html#a178">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a174">driver_opengl_extension.cpp</a><li>nglBeginFragmentShaderATI
: <a class="el" href="a04222.html#a189">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a189">driver_opengl_extension.cpp</a><li>nglBeginVertexShaderEXT
: <a class="el" href="a04222.html#a116">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a116">driver_opengl_extension.cpp</a><li>nglBindFragmentShaderATI
: <a class="el" href="a04222.html#a187">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a187">driver_opengl_extension.cpp</a><li>nglBindLightParameterEXT
: <a class="el" href="a04222.html#a134">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a134">driver_opengl_extension.cpp</a><li>nglBindMaterialParameterEXT
: <a class="el" href="a04222.html#a135">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a135">driver_opengl_extension.cpp</a><li>nglBindParameterEXT
: <a class="el" href="a04222.html#a138">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a138">driver_opengl_extension.cpp</a><li>nglBindProgramARB
: <a class="el" href="a04222.html#a201">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a201">driver_opengl_extension.cpp</a><li>nglBindProgramNV
: <a class="el" href="a04222.html#a54">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a54">driver_opengl_extension.cpp</a><li>nglBindTexGenParameterEXT
: <a class="el" href="a04222.html#a136">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a136">driver_opengl_extension.cpp</a><li>nglBindTextureUnitParameterEXT
: <a class="el" href="a04222.html#a137">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a137">driver_opengl_extension.cpp</a><li>nglBindVertexShaderEXT
: <a class="el" href="a04222.html#a118">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a118">driver_opengl_extension.cpp</a><li>nglBlendColorEXT
: <a class="el" href="a04222.html#a171">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a167">driver_opengl_extension.cpp</a><li>nglClientActiveTextureARB
: <a class="el" href="a04222.html#a1">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a1">driver_opengl_extension.cpp</a><li>nglColorFragmentOp1ATI
: <a class="el" href="a04222.html#a193">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a193">driver_opengl_extension.cpp</a><li>nglColorFragmentOp2ATI
: <a class="el" href="a04222.html#a194">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a194">driver_opengl_extension.cpp</a><li>nglColorFragmentOp3ATI
: <a class="el" href="a04222.html#a195">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a195">driver_opengl_extension.cpp</a><li>nglCompressedTexImage1DARB
: <a class="el" href="a04222.html#a36">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a36">driver_opengl_extension.cpp</a><li>nglCompressedTexImage2DARB
: <a class="el" href="a04222.html#a35">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a35">driver_opengl_extension.cpp</a><li>nglCompressedTexImage3DARB
: <a class="el" href="a04222.html#a34">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a34">driver_opengl_extension.cpp</a><li>nglCompressedTexSubImage1DARB
: <a class="el" href="a04222.html#a39">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a39">driver_opengl_extension.cpp</a><li>nglCompressedTexSubImage2DARB
: <a class="el" href="a04222.html#a38">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a38">driver_opengl_extension.cpp</a><li>nglCompressedTexSubImage3DARB
: <a class="el" href="a04222.html#a37">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a37">driver_opengl_extension.cpp</a><li>nglDeleteFencesNV
: <a class="el" href="a04222.html#a43">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a43">driver_opengl_extension.cpp</a><li>nglDeleteFragmentShaderATI
: <a class="el" href="a04222.html#a188">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a188">driver_opengl_extension.cpp</a><li>nglDeleteObjectBufferATI
: <a class="el" href="a04222.html#a177">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a173">driver_opengl_extension.cpp</a><li>nglDeleteProgramsARB
: <a class="el" href="a04222.html#a202">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a202">driver_opengl_extension.cpp</a><li>nglDeleteProgramsNV
: <a class="el" href="a04222.html#a55">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a55">driver_opengl_extension.cpp</a><li>nglDeleteVertexShaderEXT
: <a class="el" href="a04222.html#a120">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a120">driver_opengl_extension.cpp</a><li>nglDisableVariantClientStateEXT
: <a class="el" href="a04222.html#a133">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a133">driver_opengl_extension.cpp</a><li>nglEnableVariantClientStateEXT
: <a class="el" href="a04222.html#a132">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a132">driver_opengl_extension.cpp</a><li>nglEndFragmentShaderATI
: <a class="el" href="a04222.html#a190">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a190">driver_opengl_extension.cpp</a><li>nglEndVertexShaderEXT
: <a class="el" href="a04222.html#a117">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a117">driver_opengl_extension.cpp</a><li>nglExecuteProgramNV
: <a class="el" href="a04222.html#a56">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a56">driver_opengl_extension.cpp</a><li>nglExtractComponentEXT
: <a class="el" href="a04222.html#a127">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a127">driver_opengl_extension.cpp</a><li>nglFinishFenceNV
: <a class="el" href="a04222.html#a48">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a48">driver_opengl_extension.cpp</a><li>nglFlushVertexArrayRangeNV
: <a class="el" href="a04222.html#a41">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a41">driver_opengl_extension.cpp</a><li>nglGenFencesNV
: <a class="el" href="a04222.html#a44">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a44">driver_opengl_extension.cpp</a><li>nglGenFragmentShadersATI
: <a class="el" href="a04222.html#a186">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a186">driver_opengl_extension.cpp</a><li>nglGenProgramsARB
: <a class="el" href="a04222.html#a203">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a203">driver_opengl_extension.cpp</a><li>nglGenProgramsNV
: <a class="el" href="a04222.html#a57">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a57">driver_opengl_extension.cpp</a><li>nglGenSymbolsEXT
: <a class="el" href="a04222.html#a128">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a128">driver_opengl_extension.cpp</a><li>nglGenVertexShadersEXT
: <a class="el" href="a04222.html#a119">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a119">driver_opengl_extension.cpp</a><li>nglGetArrayObjectfvATI
: <a class="el" href="a04222.html#a179">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a175">driver_opengl_extension.cpp</a><li>nglGetArrayObjectivATI
: <a class="el" href="a04222.html#a180">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a176">driver_opengl_extension.cpp</a><li>nglGetCompressedTexImageARB
: <a class="el" href="a04222.html#a40">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a40">driver_opengl_extension.cpp</a><li>nglGetFenceivNV
: <a class="el" href="a04222.html#a47">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a47">driver_opengl_extension.cpp</a><li>nglGetInvariantBooleanvEXT
: <a class="el" href="a04222.html#a144">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a144">driver_opengl_extension.cpp</a><li>nglGetInvariantFloatvEXT
: <a class="el" href="a04222.html#a146">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a146">driver_opengl_extension.cpp</a><li>nglGetInvariantIntegervEXT
: <a class="el" href="a04222.html#a145">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a145">driver_opengl_extension.cpp</a><li>nglGetLocalConstantBooleanvEXT
: <a class="el" href="a04222.html#a147">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a147">driver_opengl_extension.cpp</a><li>nglGetLocalConstantFloatvEXT
: <a class="el" href="a04222.html#a149">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a149">driver_opengl_extension.cpp</a><li>nglGetLocalConstantIntegervEXT
: <a class="el" href="a04222.html#a148">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a148">driver_opengl_extension.cpp</a><li>nglGetObjectBufferfvATI
: <a class="el" href="a04222.html#a175">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a171">driver_opengl_extension.cpp</a><li>nglGetObjectBufferivATI
: <a class="el" href="a04222.html#a176">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a172">driver_opengl_extension.cpp</a><li>nglGetProgramEnvParameterdvARB
: <a class="el" href="a04222.html#a212">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a212">driver_opengl_extension.cpp</a><li>nglGetProgramEnvParameterfvARB
: <a class="el" href="a04222.html#a213">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a213">driver_opengl_extension.cpp</a><li>nglGetProgramivARB
: <a class="el" href="a04222.html#a216">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a216">driver_opengl_extension.cpp</a><li>nglGetProgramivNV
: <a class="el" href="a04222.html#a60">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a60">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameter4dARB
: <a class="el" href="a04222.html#a208">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a208">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameter4dvARB
: <a class="el" href="a04222.html#a209">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a209">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameter4fARB
: <a class="el" href="a04222.html#a210">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a210">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameter4fvARB
: <a class="el" href="a04222.html#a211">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a211">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameterdvARB
: <a class="el" href="a04222.html#a214">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a214">driver_opengl_extension.cpp</a><li>nglGetProgramLocalParameterfvARB
: <a class="el" href="a04222.html#a215">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a215">driver_opengl_extension.cpp</a><li>nglGetProgramParameterdvNV
: <a class="el" href="a04222.html#a58">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a58">driver_opengl_extension.cpp</a><li>nglGetProgramParameterfvNV
: <a class="el" href="a04222.html#a59">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a59">driver_opengl_extension.cpp</a><li>nglGetProgramStringARB
: <a class="el" href="a04222.html#a217">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a217">driver_opengl_extension.cpp</a><li>nglGetProgramStringNV
: <a class="el" href="a04222.html#a61">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a61">driver_opengl_extension.cpp</a><li>nglGetTexBumpParameterfvATI
: <a class="el" href="a04222.html#a153">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a185">driver_opengl_extension.cpp</a><li>nglGetTexBumpParameterivATI
: <a class="el" href="a04222.html#a152">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a184">driver_opengl_extension.cpp</a><li>nglGetTrackMatrixivNV
: <a class="el" href="a04222.html#a62">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a62">driver_opengl_extension.cpp</a><li>nglGetVariantArrayObjectfvATI
: <a class="el" href="a04222.html#a182">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a178">driver_opengl_extension.cpp</a><li>nglGetVariantArrayObjectivATI
: <a class="el" href="a04222.html#a183">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a179">driver_opengl_extension.cpp</a><li>nglGetVariantBooleanvEXT
: <a class="el" href="a04222.html#a140">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a140">driver_opengl_extension.cpp</a><li>nglGetVariantFloatvEXT
: <a class="el" href="a04222.html#a142">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a142">driver_opengl_extension.cpp</a><li>nglGetVariantIntegervEXT
: <a class="el" href="a04222.html#a141">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a141">driver_opengl_extension.cpp</a><li>nglGetVariantPointervEXT
: <a class="el" href="a04222.html#a143">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a143">driver_opengl_extension.cpp</a><li>nglGetVertexAttribdvNV
: <a class="el" href="a04222.html#a63">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a63">driver_opengl_extension.cpp</a><li>nglGetVertexAttribfvNV
: <a class="el" href="a04222.html#a64">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a64">driver_opengl_extension.cpp</a><li>nglGetVertexAttribivNV
: <a class="el" href="a04222.html#a65">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a65">driver_opengl_extension.cpp</a><li>nglGetVertexAttribPointervNV
: <a class="el" href="a04222.html#a66">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a66">driver_opengl_extension.cpp</a><li>nglInsertComponentEXT
: <a class="el" href="a04222.html#a126">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a126">driver_opengl_extension.cpp</a><li>nglIsFenceNV
: <a class="el" href="a04222.html#a45">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a45">driver_opengl_extension.cpp</a><li>nglIsObjectBufferATI
: <a class="el" href="a04222.html#a173">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a169">driver_opengl_extension.cpp</a><li>nglIsProgramARB
: <a class="el" href="a04222.html#a218">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a218">driver_opengl_extension.cpp</a><li>nglIsProgramNV
: <a class="el" href="a04222.html#a67">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a67">driver_opengl_extension.cpp</a><li>nglIsVariantEnabledEXT
: <a class="el" href="a04222.html#a139">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a139">driver_opengl_extension.cpp</a><li>nglLoadProgramNV
: <a class="el" href="a04222.html#a68">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a68">driver_opengl_extension.cpp</a><li>nglMapObjectBufferATI
: <a class="el" href="a04222.html#a184">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a180">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1dARB
: <a class="el" href="a04222.html#a5">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a5">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1dvARB
: <a class="el" href="a04222.html#a21">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a21">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1fARB
: <a class="el" href="a04222.html#a4">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a4">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1fvARB
: <a class="el" href="a04222.html#a20">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a20">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1iARB
: <a class="el" href="a04222.html#a3">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a3">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1ivARB
: <a class="el" href="a04222.html#a19">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a19">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1sARB
: <a class="el" href="a04222.html#a2">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a2">driver_opengl_extension.cpp</a><li>nglMultiTexCoord1svARB
: <a class="el" href="a04222.html#a18">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a18">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2dARB
: <a class="el" href="a04222.html#a9">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a9">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2dvARB
: <a class="el" href="a04222.html#a25">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a25">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2fARB
: <a class="el" href="a04222.html#a8">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a8">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2fvARB
: <a class="el" href="a04222.html#a24">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a24">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2iARB
: <a class="el" href="a04222.html#a7">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a7">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2ivARB
: <a class="el" href="a04222.html#a23">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a23">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2sARB
: <a class="el" href="a04222.html#a6">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a6">driver_opengl_extension.cpp</a><li>nglMultiTexCoord2svARB
: <a class="el" href="a04222.html#a22">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a22">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3dARB
: <a class="el" href="a04222.html#a13">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a13">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3dvARB
: <a class="el" href="a04222.html#a29">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a29">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3fARB
: <a class="el" href="a04222.html#a12">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a12">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3fvARB
: <a class="el" href="a04222.html#a28">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a28">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3iARB
: <a class="el" href="a04222.html#a11">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a11">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3ivARB
: <a class="el" href="a04222.html#a27">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a27">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3sARB
: <a class="el" href="a04222.html#a10">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a10">driver_opengl_extension.cpp</a><li>nglMultiTexCoord3svARB
: <a class="el" href="a04222.html#a26">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a26">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4dARB
: <a class="el" href="a04222.html#a17">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a17">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4dvARB
: <a class="el" href="a04222.html#a33">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a33">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4fARB
: <a class="el" href="a04222.html#a16">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a16">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4fvARB
: <a class="el" href="a04222.html#a32">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a32">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4iARB
: <a class="el" href="a04222.html#a15">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a15">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4ivARB
: <a class="el" href="a04222.html#a31">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a31">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4sARB
: <a class="el" href="a04222.html#a14">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a14">driver_opengl_extension.cpp</a><li>nglMultiTexCoord4svARB
: <a class="el" href="a04222.html#a30">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a30">driver_opengl_extension.cpp</a><li>nglNewObjectBufferATI
: <a class="el" href="a04222.html#a172">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a168">driver_opengl_extension.cpp</a><li>nglPassTexCoordATI
: <a class="el" href="a04222.html#a191">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a191">driver_opengl_extension.cpp</a><li>nglProgramEnvParameter4dARB
: <a class="el" href="a04222.html#a204">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a204">driver_opengl_extension.cpp</a><li>nglProgramEnvParameter4dvARB
: <a class="el" href="a04222.html#a205">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a205">driver_opengl_extension.cpp</a><li>nglProgramEnvParameter4fARB
: <a class="el" href="a04222.html#a206">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a206">driver_opengl_extension.cpp</a><li>nglProgramEnvParameter4fvARB
: <a class="el" href="a04222.html#a207">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a207">driver_opengl_extension.cpp</a><li>nglProgramParameter4dNV
: <a class="el" href="a04222.html#a69">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a69">driver_opengl_extension.cpp</a><li>nglProgramParameter4dvNV
: <a class="el" href="a04222.html#a70">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a70">driver_opengl_extension.cpp</a><li>nglProgramParameter4fNV
: <a class="el" href="a04222.html#a71">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a71">driver_opengl_extension.cpp</a><li>nglProgramParameter4fvNV
: <a class="el" href="a04222.html#a72">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a72">driver_opengl_extension.cpp</a><li>nglProgramParameters4dvNV
: <a class="el" href="a04222.html#a73">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a73">driver_opengl_extension.cpp</a><li>nglProgramParameters4fvNV
: <a class="el" href="a04222.html#a74">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a74">driver_opengl_extension.cpp</a><li>nglProgramStringARB
: <a class="el" href="a04222.html#a200">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a200">driver_opengl_extension.cpp</a><li>nglRequestResidentProgramsNV
: <a class="el" href="a04222.html#a75">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a75">driver_opengl_extension.cpp</a><li>nglSampleMapATI
: <a class="el" href="a04222.html#a192">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a192">driver_opengl_extension.cpp</a><li>nglSecondaryColor3bEXT
: <a class="el" href="a04222.html#a154">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a150">driver_opengl_extension.cpp</a><li>nglSecondaryColor3bvEXT
: <a class="el" href="a04222.html#a155">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a151">driver_opengl_extension.cpp</a><li>nglSecondaryColor3dEXT
: <a class="el" href="a04222.html#a156">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a152">driver_opengl_extension.cpp</a><li>nglSecondaryColor3dvEXT
: <a class="el" href="a04222.html#a157">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a153">driver_opengl_extension.cpp</a><li>nglSecondaryColor3fEXT
: <a class="el" href="a04222.html#a158">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a154">driver_opengl_extension.cpp</a><li>nglSecondaryColor3fvEXT
: <a class="el" href="a04222.html#a159">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a155">driver_opengl_extension.cpp</a><li>nglSecondaryColor3iEXT
: <a class="el" href="a04222.html#a160">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a156">driver_opengl_extension.cpp</a><li>nglSecondaryColor3ivEXT
: <a class="el" href="a04222.html#a161">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a157">driver_opengl_extension.cpp</a><li>nglSecondaryColor3sEXT
: <a class="el" href="a04222.html#a162">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a158">driver_opengl_extension.cpp</a><li>nglSecondaryColor3svEXT
: <a class="el" href="a04222.html#a163">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a159">driver_opengl_extension.cpp</a><li>nglSecondaryColor3ubEXT
: <a class="el" href="a04222.html#a164">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a160">driver_opengl_extension.cpp</a><li>nglSecondaryColor3ubvEXT
: <a class="el" href="a04222.html#a165">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a161">driver_opengl_extension.cpp</a><li>nglSecondaryColor3uiEXT
: <a class="el" href="a04222.html#a166">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a162">driver_opengl_extension.cpp</a><li>nglSecondaryColor3uivEXT
: <a class="el" href="a04222.html#a167">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a163">driver_opengl_extension.cpp</a><li>nglSecondaryColor3usEXT
: <a class="el" href="a04222.html#a168">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a164">driver_opengl_extension.cpp</a><li>nglSecondaryColor3usvEXT
: <a class="el" href="a04222.html#a169">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a165">driver_opengl_extension.cpp</a><li>nglSecondaryColorPointerEXT
: <a class="el" href="a04222.html#a170">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a166">driver_opengl_extension.cpp</a><li>nglSetFenceNV
: <a class="el" href="a04222.html#a49">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a49">driver_opengl_extension.cpp</a><li>nglSetFragmentShaderConstantATI
: <a class="el" href="a04222.html#a199">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a199">driver_opengl_extension.cpp</a><li>nglSetInvariantEXT
: <a class="el" href="a04222.html#a129">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a129">driver_opengl_extension.cpp</a><li>nglSetLocalConstantEXT
: <a class="el" href="a04222.html#a130">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a130">driver_opengl_extension.cpp</a><li>nglShaderOp1EXT
: <a class="el" href="a04222.html#a121">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a121">driver_opengl_extension.cpp</a><li>nglShaderOp2EXT
: <a class="el" href="a04222.html#a122">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a122">driver_opengl_extension.cpp</a><li>nglShaderOp3EXT
: <a class="el" href="a04222.html#a123">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a123">driver_opengl_extension.cpp</a><li>nglSwizzleEXT
: <a class="el" href="a04222.html#a124">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a124">driver_opengl_extension.cpp</a><li>nglTestFenceNV
: <a class="el" href="a04222.html#a46">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a46">driver_opengl_extension.cpp</a><li>nglTexBumpParameterfvATI
: <a class="el" href="a04222.html#a151">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a183">driver_opengl_extension.cpp</a><li>nglTexBumpParameterivATI
: <a class="el" href="a04222.html#a150">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a182">driver_opengl_extension.cpp</a><li>nglTrackMatrixNV
: <a class="el" href="a04222.html#a76">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a76">driver_opengl_extension.cpp</a><li>nglUnmapObjectBufferATI
: <a class="el" href="a04222.html#a185">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a181">driver_opengl_extension.cpp</a><li>nglUpdateObjectBufferATI
: <a class="el" href="a04222.html#a174">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a170">driver_opengl_extension.cpp</a><li>nglVariantArrayObjectATI
: <a class="el" href="a04222.html#a181">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a177">driver_opengl_extension.cpp</a><li>nglVariantPointerEXT
: <a class="el" href="a04222.html#a131">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a131">driver_opengl_extension.cpp</a><li>nglVertexArrayRangeNV
: <a class="el" href="a04222.html#a42">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a42">driver_opengl_extension.cpp</a><li>nglVertexAttrib1dNV
: <a class="el" href="a04222.html#a78">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a78">driver_opengl_extension.cpp</a><li>nglVertexAttrib1dvNV
: <a class="el" href="a04222.html#a79">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a79">driver_opengl_extension.cpp</a><li>nglVertexAttrib1fNV
: <a class="el" href="a04222.html#a80">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a80">driver_opengl_extension.cpp</a><li>nglVertexAttrib1fvNV
: <a class="el" href="a04222.html#a81">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a81">driver_opengl_extension.cpp</a><li>nglVertexAttrib1sNV
: <a class="el" href="a04222.html#a82">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a82">driver_opengl_extension.cpp</a><li>nglVertexAttrib1svNV
: <a class="el" href="a04222.html#a83">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a83">driver_opengl_extension.cpp</a><li>nglVertexAttrib2dNV
: <a class="el" href="a04222.html#a84">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a84">driver_opengl_extension.cpp</a><li>nglVertexAttrib2dvNV
: <a class="el" href="a04222.html#a85">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a85">driver_opengl_extension.cpp</a><li>nglVertexAttrib2fNV
: <a class="el" href="a04222.html#a86">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a86">driver_opengl_extension.cpp</a><li>nglVertexAttrib2fvNV
: <a class="el" href="a04222.html#a87">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a87">driver_opengl_extension.cpp</a><li>nglVertexAttrib2sNV
: <a class="el" href="a04222.html#a88">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a88">driver_opengl_extension.cpp</a><li>nglVertexAttrib2svNV
: <a class="el" href="a04222.html#a89">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a89">driver_opengl_extension.cpp</a><li>nglVertexAttrib3dNV
: <a class="el" href="a04222.html#a90">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a90">driver_opengl_extension.cpp</a><li>nglVertexAttrib3dvNV
: <a class="el" href="a04222.html#a91">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a91">driver_opengl_extension.cpp</a><li>nglVertexAttrib3fNV
: <a class="el" href="a04222.html#a92">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a92">driver_opengl_extension.cpp</a><li>nglVertexAttrib3fvNV
: <a class="el" href="a04222.html#a93">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a93">driver_opengl_extension.cpp</a><li>nglVertexAttrib3sNV
: <a class="el" href="a04222.html#a94">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a94">driver_opengl_extension.cpp</a><li>nglVertexAttrib3svNV
: <a class="el" href="a04222.html#a95">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a95">driver_opengl_extension.cpp</a><li>nglVertexAttrib4dNV
: <a class="el" href="a04222.html#a96">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a96">driver_opengl_extension.cpp</a><li>nglVertexAttrib4dvNV
: <a class="el" href="a04222.html#a97">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a97">driver_opengl_extension.cpp</a><li>nglVertexAttrib4fNV
: <a class="el" href="a04222.html#a98">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a98">driver_opengl_extension.cpp</a><li>nglVertexAttrib4fvNV
: <a class="el" href="a04222.html#a99">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a99">driver_opengl_extension.cpp</a><li>nglVertexAttrib4sNV
: <a class="el" href="a04222.html#a100">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a100">driver_opengl_extension.cpp</a><li>nglVertexAttrib4svNV
: <a class="el" href="a04222.html#a101">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a101">driver_opengl_extension.cpp</a><li>nglVertexAttrib4ubvNV
: <a class="el" href="a04222.html#a102">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a102">driver_opengl_extension.cpp</a><li>nglVertexAttribPointerNV
: <a class="el" href="a04222.html#a77">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a77">driver_opengl_extension.cpp</a><li>nglVertexAttribs1dvNV
: <a class="el" href="a04222.html#a103">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a103">driver_opengl_extension.cpp</a><li>nglVertexAttribs1fvNV
: <a class="el" href="a04222.html#a104">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a104">driver_opengl_extension.cpp</a><li>nglVertexAttribs1svNV
: <a class="el" href="a04222.html#a105">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a105">driver_opengl_extension.cpp</a><li>nglVertexAttribs2dvNV
: <a class="el" href="a04222.html#a106">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a106">driver_opengl_extension.cpp</a><li>nglVertexAttribs2fvNV
: <a class="el" href="a04222.html#a107">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a107">driver_opengl_extension.cpp</a><li>nglVertexAttribs2svNV
: <a class="el" href="a04222.html#a108">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a108">driver_opengl_extension.cpp</a><li>nglVertexAttribs3dvNV
: <a class="el" href="a04222.html#a109">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a109">driver_opengl_extension.cpp</a><li>nglVertexAttribs3fvNV
: <a class="el" href="a04222.html#a110">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a110">driver_opengl_extension.cpp</a><li>nglVertexAttribs3svNV
: <a class="el" href="a04222.html#a111">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a111">driver_opengl_extension.cpp</a><li>nglVertexAttribs4dvNV
: <a class="el" href="a04222.html#a112">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a112">driver_opengl_extension.cpp</a><li>nglVertexAttribs4fvNV
: <a class="el" href="a04222.html#a113">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a113">driver_opengl_extension.cpp</a><li>nglVertexAttribs4svNV
: <a class="el" href="a04222.html#a114">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a114">driver_opengl_extension.cpp</a><li>nglVertexAttribs4ubvNV
: <a class="el" href="a04222.html#a115">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a115">driver_opengl_extension.cpp</a><li>nglVertexWeightfEXT
: <a class="el" href="a04222.html#a50">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a50">driver_opengl_extension.cpp</a><li>nglVertexWeightfvEXT
: <a class="el" href="a04222.html#a51">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a51">driver_opengl_extension.cpp</a><li>nglVertexWeightPointerEXT
: <a class="el" href="a04222.html#a52">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a52">driver_opengl_extension.cpp</a><li>nglWriteMaskEXT
: <a class="el" href="a04222.html#a125">driver_opengl_extension.h</a>, <a class="el" href="a04221.html#a125">driver_opengl_extension.cpp</a><li>NILL
: <a class="el" href="a05334.html#a35">ytable.h</a>, <a class="el" href="a05333.html#a35">ytable.cpp</a><li>NL3D_asmAssembleShading1x1()
: <a class="el" href="a05096.html#a4">texture_far.cpp</a><li>NL3D_asmAssembleShading2x2()
: <a class="el" href="a05096.html#a5">texture_far.cpp</a><li>NL3D_asmAssembleShading4x4()
: <a class="el" href="a05096.html#a6">texture_far.cpp</a><li>NL3D_asmBlendLines()
: <a class="el" href="a05096.html#a3">texture_far.cpp</a><li>NL3D_asmEndMMX()
: <a class="el" href="a05096.html#a0">texture_far.cpp</a><li>NL3D_asmExpandLineColor565()
: <a class="el" href="a05096.html#a1">texture_far.cpp</a><li>NL3D_asmExpandLineColor8888()
: <a class="el" href="a05096.html#a2">texture_far.cpp</a><li>NL3D_asmModulateAndBlendLineColors()
: <a class="el" href="a05096.html#a9">texture_far.cpp</a><li>NL3D_asmModulateLineColors()
: <a class="el" href="a05096.html#a8">texture_far.cpp</a><li>NL3D_ATM_MIN_DISTANCE
: <a class="el" href="a04040.html#a0">async_texture_manager.cpp</a><li>NL3D_CLIP_PLANE_BOTTOM
: <a class="el" href="a04133.html#a5">clip_trav.h</a><li>NL3D_CLIP_PLANE_FAR
: <a class="el" href="a04133.html#a1">clip_trav.h</a><li>NL3D_CLIP_PLANE_LEFT
: <a class="el" href="a04133.html#a2">clip_trav.h</a><li>NL3D_CLIP_PLANE_NEAR
: <a class="el" href="a04133.html#a0">clip_trav.h</a><li>NL3D_CLIP_PLANE_RIGHT
: <a class="el" href="a04133.html#a4">clip_trav.h</a><li>NL3D_CLIP_PLANE_TOP
: <a class="el" href="a04133.html#a3">clip_trav.h</a><li>NL3D_CLOD_BIGTEXT_HEIGHT
: <a class="el" href="a04512.html#a8">lod_character_manager.cpp</a><li>NL3D_CLOD_BIGTEXT_WIDTH
: <a class="el" href="a04512.html#a7">lod_character_manager.cpp</a><li>NL3D_CLOD_COLOR_OFF
: <a class="el" href="a04512.html#a3">lod_character_manager.cpp</a><li>NL3D_CLOD_DEFAULT_TEXCOLOR
: <a class="el" href="a04512.html#a9">lod_character_manager.cpp</a><li>NL3D_CLOD_TEXT_HEIGHT
: <a class="el" href="a04519.html#a1">lod_character_texture.h</a><li>NL3D_CLOD_TEXT_NLOD_HEIGHT
: <a class="el" href="a04512.html#a5">lod_character_manager.cpp</a><li>NL3D_CLOD_TEXT_NLOD_WIDTH
: <a class="el" href="a04512.html#a4">lod_character_manager.cpp</a><li>NL3D_CLOD_TEXT_NUM_IDS
: <a class="el" href="a04512.html#a6">lod_character_manager.cpp</a><li>NL3D_CLOD_TEXT_SIZE
: <a class="el" href="a04519.html#a2">lod_character_texture.h</a><li>NL3D_CLOD_TEXT_WIDTH
: <a class="el" href="a04519.html#a0">lod_character_texture.h</a><li>NL3D_CLOD_UV_OFF
: <a class="el" href="a04512.html#a2">lod_character_manager.cpp</a><li>NL3D_CLOD_VERTEX_FORMAT
: <a class="el" href="a04512.html#a0">lod_character_manager.cpp</a><li>NL3D_CLOD_VERTEX_SIZE
: <a class="el" href="a04512.html#a1">lod_character_manager.cpp</a><li>NL3D_COARSEMESH_TRIANGLE_SIZE
: <a class="el" href="a04147.html#a1">coarse_mesh_manager.h</a><li>NL3D_COARSEMESH_VERTEX_FORMAT_EXPORT
: <a class="el" href="a04147.html#a3">coarse_mesh_manager.h</a><li>NL3D_COARSEMESH_VERTEX_FORMAT_MGR
: <a class="el" href="a04147.html#a2">coarse_mesh_manager.h</a><li>NL3D_COARSEMESH_VERTEXBUFFER_SIZE
: <a class="el" href="a04147.html#a0">coarse_mesh_manager.h</a><li>NL3D_CTILE_FREE_FLAG
: <a class="el" href="a05114.html#a6">tile_bank.h</a><li>NL3D_CTILE_FREE_FLAG_V2
: <a class="el" href="a05114.html#a7">tile_bank.h</a><li>NL3D_CTILE_FREE_FLAG_V3
: <a class="el" href="a05114.html#a8">tile_bank.h</a><li>NL3D_CTILE_GROUP_MASK
: <a class="el" href="a05114.html#a2">tile_bank.h</a><li>NL3D_CTILE_GROUP_MASK_V2
: <a class="el" href="a05114.html#a3">tile_bank.h</a><li>NL3D_CTILE_GROUP_MASK_V3
: <a class="el" href="a05114.html#a4">tile_bank.h</a><li>NL3D_CTILE_GROUP_RSHIFT
: <a class="el" href="a05114.html#a5">tile_bank.h</a><li>NL3D_CTILE_NUM_GROUP
: <a class="el" href="a05114.html#a9">tile_bank.h</a><li>NL3D_CTILE_ROT_MASK
: <a class="el" href="a05114.html#a0">tile_bank.h</a><li>NL3D_CTILE_ROT_RSHIFT
: <a class="el" href="a05114.html#a1">tile_bank.h</a><li>NL3D_DEFAULT_LIGHT_TRANSITION_THRESHOLD
: <a class="el" href="a04478.html#a6">lighting_manager.cpp</a><li>NL3D_DEFAULT_LOADBALANCING_VALUE_SMOOTHER
: <a class="el" href="a04500.html#a0">load_balancing_trav.cpp</a><li>NL3D_DEFAULT_NOATT_LIGHT_RADIUS
: <a class="el" href="a04478.html#a4">lighting_manager.cpp</a><li>NL3D_DEFAULT_OUT_OF_ATT_LIGHT_INF_FACTOR
: <a class="el" href="a04478.html#a5">lighting_manager.cpp</a><li>NL3D_drawFarTileInFarTexture()
: <a class="el" href="a05097.html#a10">texture_far.h</a>, <a class="el" href="a05096.html#a10">texture_far.cpp</a><li>NL3D_drawFarTileInFarTextureAdditive()
: <a class="el" href="a05097.html#a11">texture_far.h</a>, <a class="el" href="a05096.html#a12">texture_far.cpp</a><li>NL3D_drawFarTileInFarTextureAdditiveAlpha()
: <a class="el" href="a05097.html#a13">texture_far.h</a>, <a class="el" href="a05096.html#a13">texture_far.cpp</a><li>NL3D_drawFarTileInFarTextureAlpha()
: <a class="el" href="a05097.html#a12">texture_far.h</a>, <a class="el" href="a05096.html#a11">texture_far.cpp</a><li>NL3D_DRV_ATI_FAKE_MEM_START
: <a class="el" href="a04232.html#a0">driver_opengl_vertex_buffer_hard.h</a><li>NL3D_DRV_MAX_LIGHTMAP
: <a class="el" href="a04220.html#a1">driver_opengl.h</a><li>NL3D_DRV_SOFTSKIN_VCOMPUTED
: <a class="el" href="a04230.html#a2">driver_opengl_vertex.cpp</a><li>NL3D_DRV_SOFTSKIN_VMUSTCOMPUTE
: <a class="el" href="a04230.html#a1">driver_opengl_vertex.cpp</a><li>NL3D_DRV_SOFTSKIN_VNEEDCOMPUTE
: <a class="el" href="a04230.html#a0">driver_opengl_vertex.cpp</a><li>NL3D_DRV_VERTEXARRAY_AGP_INIT_SIZE
: <a class="el" href="a04219.html#a0">driver_opengl.cpp</a><li>NL3D_DRV_VERTEXARRAY_MINIMUM_SIZE
: <a class="el" href="a04230.html#a3">driver_opengl_vertex.cpp</a><li>NL3D_expandLightmap()
: <a class="el" href="a05097.html#a9">texture_far.h</a>, <a class="el" href="a05096.html#a7">texture_far.cpp</a><li>NL3D_FACE_VECTOR_NUMBLOCK
: <a class="el" href="a04445.html#a0">landscape_face_vector_manager.cpp</a><li>NL3D_HAUTO_ASYNC_IG
: <a class="el" href="a04929.html#a6">scene_user.cpp</a><li>NL3D_HAUTO_CLEAR_DRIVER
: <a class="el" href="a04234.html#a1">driver_user.cpp</a><li>NL3D_HAUTO_CREATE_INSTANCE
: <a class="el" href="a04929.html#a3">scene_user.cpp</a><li>NL3D_HAUTO_CREATE_SKELETON
: <a class="el" href="a04929.html#a4">scene_user.cpp</a><li>NL3D_HAUTO_DRAW_DRIVER
: <a class="el" href="a04234.html#a3">driver_user.cpp</a><li>NL3D_HAUTO_ELT_SCENE
: <a class="el" href="a04929.html#a1">scene_user.cpp</a><li>NL3D_HAUTO_LAND_MNGR_LOAD_ZONEIG
: <a class="el" href="a04455.html#a0">landscapeig_manager.cpp</a><li>NL3D_HAUTO_LAND_MNGR_UNLOAD_ZONEIG
: <a class="el" href="a04455.html#a1">landscapeig_manager.cpp</a><li>NL3D_HAUTO_LANDSCAPE_UPDATE_LIGHTING_ALL
: <a class="el" href="a04451.html#a1">landscape_user.cpp</a><li>NL3D_HAUTO_LIGHT_VCE
: <a class="el" href="a05304.html#a2">visual_collision_entity_user.cpp</a><li>NL3D_HAUTO_LOAD_ANIMSET
: <a class="el" href="a04929.html#a2">scene_user.cpp</a><li>NL3D_HAUTO_LOAD_LANDSCAPE
: <a class="el" href="a04451.html#a2">landscape_user.cpp</a><li>NL3D_HAUTO_LOAD_LOD
: <a class="el" href="a04929.html#a5">scene_user.cpp</a><li>NL3D_HAUTO_RENDER_2D_TEXTCONTEXT
: <a class="el" href="a05080.html#a1">text_context_user.cpp</a><li>NL3D_HAUTO_RENDER_3D_TEXTCONTEXT
: <a class="el" href="a05080.html#a2">text_context_user.cpp</a><li>NL3D_HAUTO_RENDER_SCENE
: <a class="el" href="a04929.html#a7">scene_user.cpp</a><li>NL3D_HAUTO_RENDER_SCENE_ANIMATE
: <a class="el" href="a04929.html#a8">scene_user.cpp</a><li>NL3D_HAUTO_SET_CLUSTER_SYSTEM
: <a class="el" href="a05149.html#a0">transform_user.cpp</a><li>NL3D_HAUTO_SNAP_VCE
: <a class="el" href="a05304.html#a1">visual_collision_entity_user.cpp</a><li>NL3D_HAUTO_SWAP_DRIVER
: <a class="el" href="a04234.html#a2">driver_user.cpp</a><li>NL3D_HAUTO_TEX_DRIVER
: <a class="el" href="a04234.html#a4">driver_user.cpp</a><li>NL3D_HAUTO_UI_ANIMATION
: <a class="el" href="a04020.html#a0">animation.cpp</a><li>NL3D_HAUTO_UI_DRIVER
: <a class="el" href="a04234.html#a0">driver_user.cpp</a><li>NL3D_HAUTO_UI_LANDSCAPE
: <a class="el" href="a04451.html#a0">landscape_user.cpp</a><li>NL3D_HAUTO_UI_PLAY_LIST
: <a class="el" href="a04754.html#a0">play_list_user.cpp</a><li>NL3D_HAUTO_UI_SCENE
: <a class="el" href="a04929.html#a0">scene_user.cpp</a><li>NL3D_HAUTO_UI_SKELETON
: <a class="el" href="a04974.html#a0">skeleton_user.cpp</a><li>NL3D_HAUTO_UI_TEXTCONTEXT
: <a class="el" href="a05080.html#a0">text_context_user.cpp</a><li>NL3D_HAUTO_UI_VCE
: <a class="el" href="a05304.html#a0">visual_collision_entity_user.cpp</a><li>NL3D_HAUTO_UTRACK_INTERPOLATE
: <a class="el" href="a05132.html#a0">track.cpp</a><li>NL3D_INSTANCE_LIGHTER_CUBE_GRID_SIZE
: <a class="el" href="a04401.html#a0">instance_lighter.cpp</a><li>NL3D_LANDSCAPE_DLM_HEIGHT
: <a class="el" href="a04444.html#a14">landscape_def.h</a><li>NL3D_LANDSCAPE_DLM_WIDTH
: <a class="el" href="a04444.html#a13">landscape_def.h</a><li>NL3D_LANDSCAPE_VEGETABLE_BLOCK_NCTXVERTS
: <a class="el" href="a04454.html#a0">landscape_vegetable_block.h</a><li>NL3D_LANDSCAPE_VEGETABLE_MAX_AGP_VERTEX_LIGHTED
: <a class="el" href="a04444.html#a9">landscape_def.h</a><li>NL3D_LANDSCAPE_VEGETABLE_MAX_AGP_VERTEX_MAX
: <a class="el" href="a04444.html#a10">landscape_def.h</a><li>NL3D_LANDSCAPE_VEGETABLE_MAX_AGP_VERTEX_UNLIT
: <a class="el" href="a04444.html#a8">landscape_def.h</a><li>NL3D_LANDSCAPE_VERTEX_ALLOCATE_SECURITY
: <a class="el" href="a04457.html#a0">landscapevb_allocator.cpp</a><li>NL3D_LANDSCAPE_VERTEX_ALLOCATE_START
: <a class="el" href="a04457.html#a1">landscapevb_allocator.cpp</a><li>NL3D_LANDSCAPE_VPPOS_ALPHAINFO
: <a class="el" href="a04458.html#a6">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_DELTAPOS
: <a class="el" href="a04458.html#a5">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_GEOMINFO
: <a class="el" href="a04458.html#a4">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_STARTPOS
: <a class="el" href="a04458.html#a0">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_TEX0
: <a class="el" href="a04458.html#a1">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_TEX1
: <a class="el" href="a04458.html#a2">landscapevb_allocator.h</a><li>NL3D_LANDSCAPE_VPPOS_TEX2
: <a class="el" href="a04458.html#a3">landscapevb_allocator.h</a><li>NL3D_LIGHT_QUAD_GRID_ELTSIZE
: <a class="el" href="a04478.html#a1">lighting_manager.cpp</a><li>NL3D_LIGHT_QUAD_GRID_FACTOR
: <a class="el" href="a04478.html#a3">lighting_manager.cpp</a><li>NL3D_LIGHT_QUAD_GRID_RADIUS_LIMIT
: <a class="el" href="a04478.html#a2">lighting_manager.cpp</a><li>NL3D_LIGHT_QUAD_GRID_SIZE
: <a class="el" href="a04478.html#a0">lighting_manager.cpp</a><li>NL3D_LIGHTED_MODEL_ALLOC_BLOCKSIZE
: <a class="el" href="a04757.html#a0">point_light.h</a><li>NL3D_LOADBALANCING_SMOOTHER_MAX_RATIO
: <a class="el" href="a04500.html#a1">load_balancing_trav.cpp</a><li>NL3D_MAX_LIGHT_CONTRIBUTION
: <a class="el" href="a04471.html#a0">light_contribution.h</a><li>NL3D_MAX_TILE_FACE
: <a class="el" href="a04444.html#a1">landscape_def.h</a><li>NL3D_MAX_TILE_PASS
: <a class="el" href="a04444.html#a0">landscape_def.h</a><li>NL3D_MBM_MAX_VBHEAP
: <a class="el" href="a04574.html#a0">mesh_block_manager.cpp</a><li>NL3D_MBM_VBHEAP_HEAP_MASK
: <a class="el" href="a04574.html#a3">mesh_block_manager.cpp</a><li>NL3D_MBM_VBHEAP_MESH_MASK
: <a class="el" href="a04574.html#a2">mesh_block_manager.cpp</a><li>NL3D_MBM_VBHEAP_MESH_SHIFT
: <a class="el" href="a04574.html#a1">mesh_block_manager.cpp</a><li>NL3D_MEM_ANIMATION
: <a class="el" href="a04021.html#a0">animation.h</a><li>NL3D_MEM_ANIMATION_SET
: <a class="el" href="a04029.html#a0">animation_set_user.h</a><li>NL3D_MEM_BONES
: <a class="el" href="a04071.html#a0">bone_user.h</a><li>NL3D_MEM_CAMERA
: <a class="el" href="a04112.html#a0">camera_user.h</a><li>NL3D_MEM_CAMERA_COLLISION
: <a class="el" href="a05309.html#a1">visual_collision_manager_user.h</a><li>NL3D_MEM_CLOUDS
: <a class="el" href="a04929.html#a15">scene_user.cpp</a><li>NL3D_MEM_DRIVER
: <a class="el" href="a04235.html#a0">driver_user.h</a><li>NL3D_MEM_ENTITY_USER
: <a class="el" href="a05305.html#a0">visual_collision_entity_user.h</a><li>NL3D_MEM_FRUSTRUM
: <a class="el" href="a04310.html#a0">frustum.h</a><li>NL3D_MEM_HMAP
: <a class="el" href="a04363.html#a0">height_map.h</a><li>NL3D_MEM_IG
: <a class="el" href="a04929.html#a10">scene_user.cpp</a>, <a class="el" href="a04400.html#a0">instance_group_user.h</a>, <a class="el" href="a04034.html#a1">async_file_manager_3d.cpp</a><li>NL3D_MEM_INSTANCE
: <a class="el" href="a05147.html#a0">transform_shape.cpp</a>, <a class="el" href="a04929.html#a13">scene_user.cpp</a>, <a class="el" href="a04925.html#a1">scene.cpp</a>, <a class="el" href="a04406.html#a0">instance_user.h</a>, <a class="el" href="a04034.html#a0">async_file_manager_3d.cpp</a><li>NL3D_MEM_LANDSCAPE
: <a class="el" href="a04929.html#a14">scene_user.cpp</a>, <a class="el" href="a04452.html#a0">landscape_user.h</a>, <a class="el" href="a04447.html#a0">landscape_model.cpp</a><li>NL3D_MEM_LANDSCAPE_IG
: <a class="el" href="a04456.html#a0">landscapeig_manager.h</a><li>NL3D_MEM_LIGHT
: <a class="el" href="a04929.html#a9">scene_user.cpp</a>, <a class="el" href="a04477.html#a0">light_user.h</a><li>NL3D_MEM_LOD
: <a class="el" href="a04929.html#a11">scene_user.cpp</a><li>NL3D_MEM_LOGIC
: <a class="el" href="a04528.html#a0">logic_info.h</a><li>NL3D_MEM_MATERIAL
: <a class="el" href="a04548.html#a0">material_user.h</a><li>NL3D_MEM_MATERIAL_INSTANCE
: <a class="el" href="a04404.html#a0">instance_material_user.h</a><li>NL3D_MEM_MOT
: <a class="el" href="a04925.html#a2">scene.cpp</a><li>NL3D_MEM_PLAYLIST
: <a class="el" href="a04755.html#a0">play_list_user.h</a><li>NL3D_MEM_PLAYLIST_MANAGER
: <a class="el" href="a04753.html#a0">play_list_manager_user.h</a><li>NL3D_MEM_POINTLIGHT
: <a class="el" href="a04766.html#a0">point_light_user.h</a><li>NL3D_MEM_PRIMITIVE_PROFILE
: <a class="el" href="a04783.html#a0">primitive_profile.h</a><li>NL3D_MEM_PS_INSTANCE
: <a class="el" href="a04722.html#a0">particle_system_instance_user.h</a><li>NL3D_MEM_PS_SOUND
: <a class="el" href="a05199.html#a0">u_ps_sound_impl.h</a>, <a class="el" href="a04731.html#a0">particle_system_sound_user.cpp</a><li>NL3D_MEM_SCENE
: <a class="el" href="a04930.html#a0">scene_user.h</a><li>NL3D_MEM_SCENE_INIT
: <a class="el" href="a04930.html#a1">scene_user.h</a><li>NL3D_MEM_SCENE_INIT0
: <a class="el" href="a04930.html#a2">scene_user.h</a><li>NL3D_MEM_SCENE_INIT1
: <a class="el" href="a04930.html#a3">scene_user.h</a><li>NL3D_MEM_SCENE_INIT2
: <a class="el" href="a04930.html#a4">scene_user.h</a><li>NL3D_MEM_SCENE_INIT3
: <a class="el" href="a04930.html#a5">scene_user.h</a><li>NL3D_MEM_SCENE_INIT4
: <a class="el" href="a04930.html#a6">scene_user.h</a><li>NL3D_MEM_SCENE_INIT5
: <a class="el" href="a04930.html#a7">scene_user.h</a><li>NL3D_MEM_SCENE_INIT6
: <a class="el" href="a04930.html#a8">scene_user.h</a><li>NL3D_MEM_SCENE_RENDER
: <a class="el" href="a04929.html#a12">scene_user.cpp</a><li>NL3D_MEM_SCISSOR
: <a class="el" href="a04932.html#a0">scissor.h</a><li>NL3D_MEM_SHAPE_BANK
: <a class="el" href="a04958.html#a0">shape_bank_user.h</a><li>NL3D_MEM_SKELETON
: <a class="el" href="a04975.html#a0">skeleton_user.h</a><li>NL3D_MEM_TEXT_CONTEXT
: <a class="el" href="a05081.html#a0">text_context_user.h</a><li>NL3D_MEM_TEXTURE
: <a class="el" href="a05111.html#a0">texture_user.h</a><li>NL3D_MEM_TRANSFORM
: <a class="el" href="a05150.html#a0">transform_user.h</a><li>NL3D_MEM_TRANSFORMABLE
: <a class="el" href="a05154.html#a0">transformable_user.h</a><li>NL3D_MEM_VIEWPORT
: <a class="el" href="a05300.html#a0">viewport.h</a><li>NL3D_MEM_VISUAL_COLLISION
: <a class="el" href="a05309.html#a0">visual_collision_manager_user.h</a>, <a class="el" href="a04929.html#a16">scene_user.cpp</a><li>NL3D_MEM_WATER
: <a class="el" href="a05321.html#a0">water_user.h</a><li>NL3D_MESH_MRM_SKINNED_DEFAULT_POS_SCALE
: <a class="el" href="a04589.html#a3">mesh_mrm_skinned.h</a><li>NL3D_MESH_MRM_SKINNED_MAX_MATRIX
: <a class="el" href="a04589.html#a4">mesh_mrm_skinned.h</a><li>NL3D_MESH_MRM_SKINNED_NORMAL_FACTOR
: <a class="el" href="a04589.html#a2">mesh_mrm_skinned.h</a><li>NL3D_MESH_MRM_SKINNED_UV_FACTOR
: <a class="el" href="a04589.html#a1">mesh_mrm_skinned.h</a><li>NL3D_MESH_MRM_SKINNED_VERTEX_FORMAT
: <a class="el" href="a04589.html#a5">mesh_mrm_skinned.h</a><li>NL3D_MESH_MRM_SKINNED_WEIGHT_FACTOR
: <a class="el" href="a04589.html#a0">mesh_mrm_skinned.h</a><li>NL3D_MESH_PRECISE_CLIP_THRESHOLD
: <a class="el" href="a04567.html#a1">mesh.h</a><li>NL3D_MESH_SKIN_MANAGER_MAXVERTICES
: <a class="el" href="a04907.html#a1">render_trav.h</a><li>NL3D_MESH_SKIN_MANAGER_NUMVB
: <a class="el" href="a04907.html#a2">render_trav.h</a><li>NL3D_MESH_SKIN_MANAGER_VERTEXFORMAT
: <a class="el" href="a04907.html#a0">render_trav.h</a><li>NL3D_MESH_SKINNING_MAX_MATRIX
: <a class="el" href="a04567.html#a0">mesh.h</a><li>NL3D_MRM_LD_SHIFT_POLY_COUNT
: <a class="el" href="a04637.html#a0">mrm_level_detail.h</a><li>NL3D_MRM_MAX_ATTRIB
: <a class="el" href="a04639.html#a0">mrm_mesh.h</a><li>NL3D_NOISE_GRID_SIZE
: <a class="el" href="a04682.html#a2">noise_value.cpp</a><li>NL3D_NOISE_GRID_SIZE_SHIFT
: <a class="el" href="a04682.html#a1">noise_value.cpp</a><li>NL3D_NOISE_LEVEL
: <a class="el" href="a04682.html#a0">noise_value.cpp</a><li>NL3D_NOISE_MAX
: <a class="el" href="a04733.html#a11">patch.h</a><li>NL3D_PATCH_TILE_AREA
: <a class="el" href="a04444.html#a11">landscape_def.h</a><li>NL3D_PATCH_TILE_RADIUS
: <a class="el" href="a04444.html#a12">landscape_def.h</a><li>NL3D_PATCH_VEGETABLE_NUM_TESSBLOCK_PER_CLIPBLOCK
: <a class="el" href="a04733.html#a13">patch.h</a><li>NL3D_PATCH_VEGETABLE_NUM_TESSBLOCK_PER_CLIPBLOCK_SHIFT
: <a class="el" href="a04733.html#a12">patch.h</a><li>NL3D_PROFILE_LAND
: <a class="el" href="a04450.html#a0">landscape_profile.h</a><li>NL3D_PROFILE_LAND_ADD
: <a class="el" href="a04450.html#a2">landscape_profile.h</a><li>NL3D_PROFILE_LAND_ADD_FACE_VECTOR
: <a class="el" href="a04738.html#a0">patch_render.cpp</a><li>NL3D_PROFILE_LAND_SET
: <a class="el" href="a04450.html#a1">landscape_profile.h</a><li>NL3D_QCC_LEFT_DOWN
: <a class="el" href="a04879.html#a1">quad_grid_clip_cluster.cpp</a><li>NL3D_QCC_LEFT_UP
: <a class="el" href="a04879.html#a3">quad_grid_clip_cluster.cpp</a><li>NL3D_QCC_RIGHT_DOWN
: <a class="el" href="a04879.html#a2">quad_grid_clip_cluster.cpp</a><li>NL3D_QCC_RIGHT_UP
: <a class="el" href="a04879.html#a4">quad_grid_clip_cluster.cpp</a><li>NL3D_QUAD_GRID_ALLOC_BLOCKSIZE
: <a class="el" href="a04877.html#a0">3d/quad_grid.h</a><li>NL3D_QUADGRID_CLIP_CLUSTER_DEPTH
: <a class="el" href="a04879.html#a0">quad_grid_clip_cluster.cpp</a><li>NL3D_QUADGRID_LIGHT_NUM_LEVEL
: <a class="el" href="a04479.html#a0">lighting_manager.h</a><li>NL3D_QuadGridClipClusterSize
: <a class="el" href="a04925.html#a11">scene.cpp</a><li>NL3D_QuadGridClipManagerRadiusMax
: <a class="el" href="a04925.html#a10">scene.cpp</a><li>NL3D_QuadGridClipMaxDist
: <a class="el" href="a04925.html#a13">scene.cpp</a><li>NL3D_QuadGridClipNumDist
: <a class="el" href="a04925.html#a12">scene.cpp</a><li>NL3D_RAWSKIN_NORMAL_OFF
: <a class="el" href="a04592.html#a3">mesh_mrm_skinned_template.cpp</a>, <a class="el" href="a04587.html#a3">mesh_mrm_skin_template.cpp</a>, <a class="el" href="a04580.html#a0">mesh_morpher.cpp</a><li>NL3D_RAWSKIN_UV_OFF
: <a class="el" href="a04592.html#a4">mesh_mrm_skinned_template.cpp</a>, <a class="el" href="a04587.html#a4">mesh_mrm_skin_template.cpp</a>, <a class="el" href="a04580.html#a1">mesh_morpher.cpp</a><li>NL3D_RAWSKIN_VERTEX_SIZE
: <a class="el" href="a04592.html#a5">mesh_mrm_skinned_template.cpp</a>, <a class="el" href="a04587.html#a5">mesh_mrm_skin_template.cpp</a>, <a class="el" href="a04580.html#a2">mesh_morpher.cpp</a><li>NL3D_REFINE_MERGE_THRESHOLD
: <a class="el" href="a04444.html#a7">landscape_def.h</a><li>NL3D_REFINE_PLIST_DIST_MAX_MOD
: <a class="el" href="a04439.html#a4">landscape.cpp</a><li>NL3D_REFINE_PLIST_DIST_STEP
: <a class="el" href="a04439.html#a2">landscape.cpp</a><li>NL3D_REFINE_PLIST_NUM_ENTRIES
: <a class="el" href="a04439.html#a3">landscape.cpp</a><li>NL3D_REFINE_PLIST_SPLIT_NUMQUADRANT
: <a class="el" href="a04439.html#a5">landscape.cpp</a><li>NL3D_SCENE_COARSE_MANAGER_TEXTURE
: <a class="el" href="a04925.html#a0">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_BLUR_SIZE
: <a class="el" href="a04925.html#a5">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_DEPTH
: <a class="el" href="a04925.html#a4">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_DIST_FADE_END
: <a class="el" href="a04925.html#a7">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_DIST_FADE_START
: <a class="el" href="a04925.html#a6">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_MAX_CASTER_AROUND
: <a class="el" href="a04925.html#a9">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_MAX_CASTER_IN_SCREEN
: <a class="el" href="a04925.html#a8">scene.cpp</a><li>NL3D_SCENE_DEFAULT_SHADOW_MAP_SIZE
: <a class="el" href="a04925.html#a3">scene.cpp</a><li>NL3D_SHADOW_MESH_SKIN_MANAGER_MAXVERTICES
: <a class="el" href="a04907.html#a4">render_trav.h</a><li>NL3D_SHADOW_MESH_SKIN_MANAGER_NUMVB
: <a class="el" href="a04907.html#a5">render_trav.h</a><li>NL3D_SHADOW_MESH_SKIN_MANAGER_VERTEXFORMAT
: <a class="el" href="a04907.html#a3">render_trav.h</a><li>NL3D_SMM_FADE_SPEED
: <a class="el" href="a04950.html#a4">shadow_map_manager.h</a><li>NL3D_SMM_MAX_FREETEXT
: <a class="el" href="a04950.html#a3">shadow_map_manager.h</a><li>NL3D_SMM_MAX_TEXTDEST_SIZE
: <a class="el" href="a04950.html#a2">shadow_map_manager.h</a><li>NL3D_SMM_QUADCELL_SIZE
: <a class="el" href="a04950.html#a1">shadow_map_manager.h</a><li>NL3D_SMM_QUADGRID_SIZE
: <a class="el" href="a04950.html#a0">shadow_map_manager.h</a><li>NL3D_SOFTSKIN_VCOMPUTED
: <a class="el" href="a04566.html#a2">mesh.cpp</a><li>NL3D_SOFTSKIN_VMUSTCOMPUTE
: <a class="el" href="a04566.html#a1">mesh.cpp</a><li>NL3D_SOFTSKIN_VNEEDCOMPUTE
: <a class="el" href="a04566.html#a0">mesh.cpp</a><li>NL3D_SPR_MAX_REF_COUNT
: <a class="el" href="a04952.html#a3">shadow_poly_receiver.h</a><li>NL3D_SPR_NUM_CLIP_PLANE
: <a class="el" href="a04952.html#a0">shadow_poly_receiver.h</a><li>NL3D_SPR_NUM_CLIP_PLANE_MASK
: <a class="el" href="a04952.html#a2">shadow_poly_receiver.h</a><li>NL3D_SPR_NUM_CLIP_PLANE_SHIFT
: <a class="el" href="a04952.html#a1">shadow_poly_receiver.h</a><li>NL3D_SSE_ALIGNEMENT
: <a class="el" href="a04588.html#a0">mesh_mrm_skinned.cpp</a>, <a class="el" href="a04586.html#a0">mesh_mrm_skin.cpp</a><li>NL3D_TESS_ALLOC_BLOCKSIZE
: <a class="el" href="a04439.html#a0">landscape.cpp</a><li>NL3D_TESS_USE_QUADRANT_THRESHOLD
: <a class="el" href="a05074.html#a0">tessellation.cpp</a><li>NL3D_TESSBLOCK_NUM_CLIP_PLANE
: <a class="el" href="a05069.html#a0">tess_block.h</a><li>NL3D_TESSBLOCK_TILESIZE
: <a class="el" href="a05069.html#a1">tess_block.h</a><li>NL3D_TESSRDR_ALLOC_BLOCKSIZE
: <a class="el" href="a04439.html#a1">landscape.cpp</a><li>NL3D_TILE_NOISE_MAP_SIZE
: <a class="el" href="a05126.html#a1">tile_noise_map.h</a><li>NL3D_TILE_NOISE_MAP_TILE_FACTOR
: <a class="el" href="a05126.html#a0">tile_noise_map.h</a><li>NL3D_TILE_PASS_ADD
: <a class="el" href="a04444.html#a5">landscape_def.h</a><li>NL3D_TILE_PASS_LIGHTMAP
: <a class="el" href="a04444.html#a6">landscape_def.h</a><li>NL3D_TILE_PASS_RGB0
: <a class="el" href="a04444.html#a2">landscape_def.h</a><li>NL3D_TILE_PASS_RGB1
: <a class="el" href="a04444.html#a3">landscape_def.h</a><li>NL3D_TILE_PASS_RGB2
: <a class="el" href="a04444.html#a4">landscape_def.h</a><li>NL3D_TRACKDEF_CTOR
: <a class="el" href="a05133.html#a0">track.h</a><li>NL3D_TSQ_ALLOW_QUAT_COMPRESS
: <a class="el" href="a05140.html#a0">track_sampled_quat.h</a><li>NL3D_VEGETABLE_BLOCK_BLEND_TRANSITION_DIST
: <a class="el" href="a05270.html#a9">vegetable_def.h</a><li>NL3D_VEGETABLE_BLOCK_ELTDIST
: <a class="el" href="a05270.html#a8">vegetable_def.h</a><li>NL3D_VEGETABLE_BLOCK_NUMDIST
: <a class="el" href="a05270.html#a7">vegetable_def.h</a><li>NL3D_VEGETABLE_CLIP_BLOCK_BLOCKSIZE
: <a class="el" href="a05275.html#a0">vegetable_manager.cpp</a><li>NL3D_VEGETABLE_DEFAULT_DIST_MAX
: <a class="el" href="a05276.html#a1">vegetable_manager.h</a><li>NL3D_VEGETABLE_DEFAULT_NUM_BLEND_LAYER
: <a class="el" href="a05276.html#a0">vegetable_manager.h</a><li>NL3D_VEGETABLE_FREQUENCY_FACTOR_PREC
: <a class="el" href="a05270.html#a11">vegetable_def.h</a><li>NL3D_VEGETABLE_INSTANCE_GROUP_BLOCKSIZE
: <a class="el" href="a05275.html#a2">vegetable_manager.cpp</a><li>NL3D_VEGETABLE_NRDRPASS
: <a class="el" href="a05270.html#a0">vegetable_def.h</a><li>NL3D_VEGETABLE_NUM_QUADRANT
: <a class="el" href="a05270.html#a10">vegetable_def.h</a><li>NL3D_VEGETABLE_RDRPASS_LIGHTED
: <a class="el" href="a05270.html#a1">vegetable_def.h</a><li>NL3D_VEGETABLE_RDRPASS_LIGHTED_2SIDED
: <a class="el" href="a05270.html#a2">vegetable_def.h</a><li>NL3D_VEGETABLE_RDRPASS_UNLIT
: <a class="el" href="a05270.html#a3">vegetable_def.h</a><li>NL3D_VEGETABLE_RDRPASS_UNLIT_2SIDED
: <a class="el" href="a05270.html#a4">vegetable_def.h</a><li>NL3D_VEGETABLE_RDRPASS_UNLIT_2SIDED_ZSORT
: <a class="el" href="a05270.html#a5">vegetable_def.h</a><li>NL3D_VEGETABLE_SORT_BLOCK_BLOCKSIZE
: <a class="el" href="a05275.html#a1">vegetable_manager.cpp</a><li>NL3D_VEGETABLE_TRI_RADIX_KEY_PRECISION
: <a class="el" href="a05281.html#a0">vegetable_sort_block.cpp</a><li>NL3D_VEGETABLE_VERTEX_ALLOCATE_SECURITY
: <a class="el" href="a05285.html#a0">vegetablevb_allocator.cpp</a><li>NL3D_VEGETABLE_VERTEX_ALLOCATE_START
: <a class="el" href="a05285.html#a1">vegetablevb_allocator.cpp</a><li>NL3D_VEGETABLE_VERTEX_FREE_MEMORY_RESERVE
: <a class="el" href="a05285.html#a2">vegetablevb_allocator.cpp</a><li>NL3D_VEGETABLE_VP_LUT_SIZE
: <a class="el" href="a05270.html#a6">vegetable_def.h</a><li>NL3D_VEGETABLE_VPPOS_BENDINFO
: <a class="el" href="a05286.html#a5">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_CENTER
: <a class="el" href="a05286.html#a6">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_COLOR0
: <a class="el" href="a05286.html#a2">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_COLOR1
: <a class="el" href="a05286.html#a3">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_NORMAL
: <a class="el" href="a05286.html#a1">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_POS
: <a class="el" href="a05286.html#a0">vegetablevb_allocator.h</a><li>NL3D_VEGETABLE_VPPOS_TEX0
: <a class="el" href="a05286.html#a4">vegetablevb_allocator.h</a><li>NL3D_VERTEX_FREE_MEMORY_RESERVE
: <a class="el" href="a04457.html#a2">landscapevb_allocator.cpp</a><li>NL3D_VERTEX_MAX_VERTEX_VBHARD
: <a class="el" href="a04457.html#a3">landscapevb_allocator.cpp</a><li>NL3D_ZONE_LIGHTER_CUBE_GRID_SIZE
: <a class="el" href="a05345.html#a9">zone_lighter.cpp</a><li>NL_ALIGN_SIZE_FOR_SMALLBLOCK
: <a class="el" href="a04355.html#a3">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a5">src/memory/heap_allocator.h</a><li>NL_ALLOC_STOP
: <a class="el" href="a04357.html#a3">include/nel/misc/heap_allocator_inline.h</a>, <a class="el" href="a04356.html#a7">src/memory/heap_allocator_inline.h</a><li>NL_BEGIN_STRING_CONVERSION_TABLE
: <a class="el" href="a05043.html#a0">string_conversion.h</a><li>NL_BITLEN
: <a class="el" href="a04062.html#a0">bit_set.h</a><li>NL_BITLEN_SHIFT
: <a class="el" href="a04062.html#a1">bit_set.h</a><li>NL_BLOCK_LUMEL_COMPRESSED_SIZE
: <a class="el" href="a04733.html#a8">patch.h</a><li>NL_COLGRID_SIZE
: <a class="el" href="a04442.html#a0">landscape_collision_grid.h</a><li>NL_COMP_GCC
: <a class="el" href="a05167.html#a1">types_nl.h</a><li>NL_DISPLAY_PATH
: <a class="el" href="a04744.html#a0">path.cpp</a><li>NL_DLM_BLOCK_SIZE
: <a class="el" href="a05093.html#a0">texture_dlm.h</a><li>NL_DLM_CLIP_FACTOR
: <a class="el" href="a04740.html#a0">patchdlm_context.cpp</a><li>NL_DLM_CLIP_NUM_LEVEL
: <a class="el" href="a04740.html#a1">patchdlm_context.cpp</a><li>NL_DLM_LIGHTMAP_TYPE_SIZE
: <a class="el" href="a05093.html#a1">texture_dlm.h</a><li>NL_DLM_TILE_RES
: <a class="el" href="a04444.html#a15">landscape_def.h</a><li>NL_END_STRING_CONVERSION_TABLE
: <a class="el" href="a05043.html#a1">string_conversion.h</a><li>NL_FAR_TEXTURE_EDGE_SIZE
: <a class="el" href="a05097.html#a8">texture_far.h</a><li>NL_HEAP_ALLOCATION_NDEBUG
: <a class="el" href="a04559.html#a0">memory_config.h</a><li>NL_HEAP_CATEGORY_BLOCK_CATEGORY
: <a class="el" href="a04353.html#a1">misc/heap_allocator.cpp</a>, <a class="el" href="a04352.html#a1">memory/heap_allocator.cpp</a><li>NL_HEAP_MEM_DEBUG_CATEGORY
: <a class="el" href="a04353.html#a2">misc/heap_allocator.cpp</a>, <a class="el" href="a04352.html#a2">memory/heap_allocator.cpp</a><li>NL_HEAP_NODE_END_SIZE
: <a class="el" href="a04355.html#a0">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a2">src/memory/heap_allocator.h</a><li>NL_HEAP_SB_CATEGORY
: <a class="el" href="a04353.html#a0">misc/heap_allocator.cpp</a>, <a class="el" href="a04352.html#a0">memory/heap_allocator.cpp</a><li>NL_HEAP_UNKNOWN_CATEGORY
: <a class="el" href="a04353.html#a3">misc/heap_allocator.cpp</a>, <a class="el" href="a04352.html#a3">memory/heap_allocator.cpp</a><li>NL_I64
: <a class="el" href="a05167.html#a4">types_nl.h</a>, <a class="el" href="a04558.html#a4">memory_common.h</a><li>NL_LITTLE_ENDIAN
: <a class="el" href="a05167.html#a2">types_nl.h</a>, <a class="el" href="a04558.html#a3">memory_common.h</a><li>NL_LUMEL_BY_TILE
: <a class="el" href="a04733.html#a7">patch.h</a><li>NL_LUMEL_BY_TILE_SHIFT
: <a class="el" href="a04733.html#a6">patch.h</a><li>NL_MAKEFOURCC
: <a class="el" href="a04064.html#a0">bitmap.h</a><li>NL_MAX_FAR_PATCH_EDGE
: <a class="el" href="a05097.html#a1">texture_far.h</a><li>NL_MAX_FAR_RECTANGLE_RATIO
: <a class="el" href="a05097.html#a5">texture_far.h</a><li>NL_MAX_FAR_RECTANGLE_RATIO_SHIFT
: <a class="el" href="a05097.html#a4">texture_far.h</a><li>NL_MAX_SIZE_OF_TEXTURE_EDGE
: <a class="el" href="a04440.html#a1">landscape.h</a><li>NL_MAX_SIZE_OF_TEXTURE_EDGE_SHIFT
: <a class="el" href="a04440.html#a0">landscape.h</a><li>NL_MAX_TILES_BY_PATCH_EDGE
: <a class="el" href="a04733.html#a1">patch.h</a><li>NL_MAX_TILES_BY_PATCH_EDGE_SHIFT
: <a class="el" href="a04733.html#a0">patch.h</a><li>NL_MIN_FAR_PATCH_EDGE
: <a class="el" href="a05097.html#a2">texture_far.h</a><li>NL_NO_ASM
: <a class="el" href="a05167.html#a3">types_nl.h</a><li>NL_NUM_FAR_BIGGEST_PATCH_PER_EDGE
: <a class="el" href="a05097.html#a6">texture_far.h</a><li>NL_NUM_FAR_BIGGEST_PATCH_PER_TEXTURE
: <a class="el" href="a05097.html#a7">texture_far.h</a><li>NL_NUM_FAR_PATCH_EDGE_LEVEL
: <a class="el" href="a05097.html#a0">texture_far.h</a><li>NL_NUM_FAR_RECTANGLE_RATIO
: <a class="el" href="a05097.html#a3">texture_far.h</a><li>NL_NUM_PIXELS_ON_FAR_TILE_EDGE
: <a class="el" href="a05120.html#a1">tile_far_bank.h</a><li>NL_NUM_PIXELS_ON_FAR_TILE_EDGE_SHIFT
: <a class="el" href="a05120.html#a0">tile_far_bank.h</a><li>NL_OS_UNIX
: <a class="el" href="a05167.html#a0">types_nl.h</a>, <a class="el" href="a04558.html#a2">memory_common.h</a><li>NL_OV_USE_NEW_ALLOCATOR
: <a class="el" href="a05011.html#a0">static_map.h</a>, <a class="el" href="a04693.html#a0">object_vector.h</a><li>NL_PATCH_BLOCK_MAX_QUAD
: <a class="el" href="a04733.html#a9">patch.h</a><li>NL_PATCH_BLOCK_MAX_VERTEX
: <a class="el" href="a04733.html#a10">patch.h</a><li>NL_PATCH_FAR0_ROTATED
: <a class="el" href="a04733.html#a2">patch.h</a><li>NL_PATCH_FAR1_ROTATED
: <a class="el" href="a04733.html#a3">patch.h</a><li>NL_PATCH_SMOOTH_FLAG_MASK
: <a class="el" href="a04733.html#a5">patch.h</a><li>NL_PATCH_SMOOTH_FLAG_SHIFT
: <a class="el" href="a04733.html#a4">patch.h</a><li>NL_PROFILE_MIXER
: <a class="el" href="a04043.html#a0">audio_mixer_user.h</a><li>NL_SIZE_TO_SMALLBLOCK_INDEX
: <a class="el" href="a04355.html#a2">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a4">src/memory/heap_allocator.h</a><li>NL_SMALLBLOCK_COUNT
: <a class="el" href="a04355.html#a1">include/nel/misc/heap_allocator.h</a>, <a class="el" href="a04354.html#a3">src/memory/heap_allocator.h</a><li>NL_SMID
: <a class="el" href="a04960.html#a1">shared_memory.h</a><li>NL_STRING_CONVERSION_TABLE_ENTRY
: <a class="el" href="a05043.html#a2">string_conversion.h</a><li>NL_TILE_ELM_LAYER_EMPTY
: <a class="el" href="a05118.html#a12">tile_element.h</a><li>NL_TILE_ELM_MASK_ROTATE
: <a class="el" href="a05118.html#a0">tile_element.h</a><li>NL_TILE_ELM_MASK_SUBNOISE
: <a class="el" href="a05118.html#a6">tile_element.h</a><li>NL_TILE_ELM_MASK_UVINFO
: <a class="el" href="a05118.html#a3">tile_element.h</a><li>NL_TILE_ELM_MASK_VEGETABLE
: <a class="el" href="a05118.html#a10">tile_element.h</a><li>NL_TILE_ELM_OFFSET_ROTATE
: <a class="el" href="a05118.html#a1">tile_element.h</a><li>NL_TILE_ELM_OFFSET_SUBNOISE
: <a class="el" href="a05118.html#a7">tile_element.h</a><li>NL_TILE_ELM_OFFSET_UVINFO
: <a class="el" href="a05118.html#a4">tile_element.h</a><li>NL_TILE_ELM_OFFSET_VEGETABLE
: <a class="el" href="a05118.html#a9">tile_element.h</a><li>NL_TILE_ELM_SIZE_ROTATE
: <a class="el" href="a05118.html#a2">tile_element.h</a><li>NL_TILE_ELM_SIZE_SUBNOISE
: <a class="el" href="a05118.html#a8">tile_element.h</a><li>NL_TILE_ELM_SIZE_UVINFO
: <a class="el" href="a05118.html#a5">tile_element.h</a><li>NL_TILE_ELM_SIZE_VEGETABLE
: <a class="el" href="a05118.html#a11">tile_element.h</a><li>NL_TILE_FAR_SIZE_ORDER0
: <a class="el" href="a04439.html#a6">landscape.cpp</a><li>NL_TILE_FAR_SIZE_ORDER1
: <a class="el" href="a04439.html#a7">landscape.cpp</a><li>NL_TILE_FAR_SIZE_ORDER2
: <a class="el" href="a04439.html#a8">landscape.cpp</a><li>NL_TILE_LIGHTMAP_SIZE
: <a class="el" href="a05109.html#a0">texture_near.h</a><li>NL_TOKEN_DOUBLE_QUOTE
: <a class="el" href="a05163.html#a1">type.cpp</a><li>NL_TOKEN_END
: <a class="el" href="a05163.html#a4">type.cpp</a><li>NL_TOKEN_NAME
: <a class="el" href="a05163.html#a3">type.cpp</a><li>NL_TOKEN_OPEN_BRACKET
: <a class="el" href="a05163.html#a2">type.cpp</a><li>NL_TOKEN_STRING
: <a class="el" href="a05163.html#a0">type.cpp</a><li>NL_TRACE_MIXER
: <a class="el" href="a04042.html#a0">audio_mixer_user.cpp</a><li>NL_TRIVIAL_TYPE_TRAITS
: <a class="el" href="a05144.html#a0">traits_nl.h</a><li>NL_UPDATE_MAGIC_NUMBER
: <a class="el" href="a04357.html#a1">include/nel/misc/heap_allocator_inline.h</a>, <a class="el" href="a04356.html#a5">src/memory/heap_allocator_inline.h</a><li>NL_UPDATE_MAGIC_NUMBER_FREE_NODE
: <a class="el" href="a04357.html#a2">include/nel/misc/heap_allocator_inline.h</a>, <a class="el" href="a04356.html#a6">src/memory/heap_allocator_inline.h</a><li>NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR
: <a class="el" href="a04687.html#a0">object_arena_allocator.h</a><li>nlassert
: <a class="el" href="a04199.html#a6">debug.h</a><li>nlassertex
: <a class="el" href="a04199.html#a8">debug.h</a><li>nlassertonce
: <a class="el" href="a04199.html#a7">debug.h</a><li>nlctassert
: <a class="el" href="a04199.html#a16">debug.h</a><li>nldebug
: <a class="el" href="a04199.html#a0">debug.h</a><li>nlerror
: <a class="el" href="a04199.html#a3">debug.h</a><li>nlerrornoex
: <a class="el" href="a04199.html#a4">debug.h</a><li>NLGEORGES_FIRST_ROUND
: <a class="el" href="a04306.html#a0">form_elm.h</a><li>NLGEORGES_MAX_RECURSION
: <a class="el" href="a04306.html#a1">form_elm.h</a><li>nlinfo
: <a class="el" href="a04199.html#a1">debug.h</a><li>nlisprint
: <a class="el" href="a04164.html#a1">common.h</a><li>NLLIGO_PRIMITVE_VERSION
: <a class="el" href="a04772.html#a0">primitive.cpp</a><li>NLMISC_BREAKPOINT
: <a class="el" href="a04199.html#a5">debug.h</a><li>NLMISC_BSWAP16
: <a class="el" href="a05039.html#a0">stream.h</a><li>NLMISC_BSWAP32
: <a class="el" href="a05039.html#a1">stream.h</a><li>NLMISC_BSWAP64
: <a class="el" href="a05039.html#a2">stream.h</a><li>NLMISC_COMMAND
: <a class="el" href="a05244.html#a0">varpath.cpp</a>, <a class="el" href="a04162.html#a0">command.h</a><li>NLMISC_CONVERT_VARGS
: <a class="el" href="a05042.html#a0">string_common.h</a><li>NLMISC_DECLARE_CLASS
: <a class="el" href="a04127.html#a0">class_registry.h</a><li>NLMISC_DONE_FILE_OPENED
: <a class="el" href="a04285.html#a0">file.cpp</a><li>NLMISC_DONE_TASK_SIZE
: <a class="el" href="a05062.html#a0">task_manager.cpp</a><li>NLMISC_DYNVARIABLE
: <a class="el" href="a05243.html#a1">variable.h</a><li>NLMISC_READ_BUFFER_SIZE
: <a class="el" href="a04377.html#a0">i_xml.cpp</a><li>NLMISC_REGISTER_CLASS
: <a class="el" href="a04127.html#a1">class_registry.h</a><li>NLMISC_VARIABLE
: <a class="el" href="a04338.html#a13">global_retriever.cpp</a>, <a class="el" href="a05243.html#a0">variable.h</a><li>NLNET_PACS_PROTOCOL_VERSION
: <a class="el" href="a04715.html#a0">pacs_client.h</a><li>NLNET_SERVICE_MAIN
: <a class="el" href="a04942.html#a0">service.h</a><li>nlnetinput
: <a class="el" href="a04674.html#a2">net_log.h</a><li>nlnetoutput
: <a class="el" href="a04674.html#a1">net_log.h</a><li>nlnettrace
: <a class="el" href="a04092.html#a0">buf_sock.h</a><li>NLPACS_HAUTO_EVAL_COLLISION
: <a class="el" href="a04624.html#a2">move_container.cpp</a><li>NLPACS_HAUTO_GET_GLOBAL_POSITION
: <a class="el" href="a04630.html#a0">move_primitive.cpp</a><li>NLPACS_HAUTO_MOVE
: <a class="el" href="a04630.html#a3">move_primitive.cpp</a><li>NLPACS_HAUTO_REFRESH_LR_AROUND
: <a class="el" href="a04338.html#a0">global_retriever.cpp</a><li>NLPACS_HAUTO_RETRIEVE_POSITION
: <a class="el" href="a04338.html#a1">global_retriever.cpp</a><li>NLPACS_HAUTO_SET_GLOBAL_POSITION
: <a class="el" href="a04630.html#a1">move_primitive.cpp</a><li>NLPACS_HAUTO_SET_UGLOBAL_POSITION
: <a class="el" href="a04630.html#a2">move_primitive.cpp</a><li>nlsetnet
: <a class="el" href="a04674.html#a0">net_log.h</a><li>NLSOUND_DISTANCE
: <a class="el" href="a05006.html#a3">source_dsound.cpp</a><li>NLSOUND_MIN
: <a class="el" href="a05006.html#a2">source_dsound.cpp</a><li>nlstop
: <a class="el" href="a04199.html#a12">debug.h</a><li>nlstopex
: <a class="el" href="a04199.html#a14">debug.h</a><li>nlstoponce
: <a class="el" href="a04199.html#a13">debug.h</a><li>nlverify
: <a class="el" href="a04199.html#a9">debug.h</a><li>nlverifyex
: <a class="el" href="a04199.html#a11">debug.h</a><li>nlverifyonce
: <a class="el" href="a04199.html#a10">debug.h</a><li>nlwarning
: <a class="el" href="a04199.html#a2">debug.h</a><li>NOMBRE
: <a class="el" href="a05334.html#a2">ytable.h</a>, <a class="el" href="a05333.html#a2">ytable.cpp</a><li>NON_BIN
: <a class="el" href="a05334.html#a20">ytable.h</a>, <a class="el" href="a05333.html#a20">ytable.cpp</a><li>num
: <a class="el" href="a04223.html#a653">driver_opengl_extension_def.h</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>offset
: <a class="el" href="a04223.html#a586">driver_opengl_extension_def.h</a><li>OP_DIVIDE
: <a class="el" href="a04113.html#a83a75">cf_gramatical.cpp</a><li>OP_MINUS
: <a class="el" href="a04113.html#a83a73">cf_gramatical.cpp</a><li>OP_MULT
: <a class="el" href="a04113.html#a83a74">cf_gramatical.cpp</a><li>OP_NEG
: <a class="el" href="a04113.html#a83a76">cf_gramatical.cpp</a><li>OP_PLUS
: <a class="el" href="a04113.html#a83a72">cf_gramatical.cpp</a><li>operator+()
: <a class="el" href="a05217.html#a6">ucstring.h</a><li>operator&lt;()
: <a class="el" href="a04944.html#a0">sha1.h</a>, <a class="el" href="a05345.html#a35">zone_lighter.cpp</a><li>OR
: <a class="el" href="a05334.html#a79">ytable.h</a>, <a class="el" href="a05333.html#a79">ytable.cpp</a><li>OR_BIN
: <a class="el" href="a05334.html#a21">ytable.h</a>, <a class="el" href="a05333.html#a21">ytable.cpp</a><li>OR_LOG
: <a class="el" href="a05334.html#a18">ytable.h</a>, <a class="el" href="a05333.html#a18">ytable.cpp</a><li>outputRegisterToName
: <a class="el" href="a05295.html#a1">vertex_program_parse.cpp</a><li>outW
: <a class="el" href="a04223.html#a651">driver_opengl_extension_def.h</a><li>outX
: <a class="el" href="a04223.html#a648">driver_opengl_extension_def.h</a><li>outY
: <a class="el" href="a04223.html#a649">driver_opengl_extension_def.h</a><li>outZ
: <a class="el" href="a04223.html#a650">driver_opengl_extension_def.h</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>PACKED_SHEET_HEADER
: <a class="el" href="a04503.html#a0">load_form.h</a><li>PACKED_SHEET_VERSION
: <a class="el" href="a04503.html#a1">load_form.h</a><li>PACKED_SHEET_VERSION_COMPATIBLE
: <a class="el" href="a04503.html#a2">load_form.h</a><li>PacsRetrieveVerbose
: <a class="el" href="a04338.html#a10">global_retriever.cpp</a><li>PAR_D
: <a class="el" href="a05334.html#a5">ytable.h</a>, <a class="el" href="a05333.html#a5">ytable.cpp</a><li>PAR_G
: <a class="el" href="a05334.html#a4">ytable.h</a>, <a class="el" href="a05333.html#a4">ytable.cpp</a><li>param
: <a class="el" href="a04223.html#a590">driver_opengl_extension_def.h</a><li>params
: <a class="el" href="a04223.html#a565">driver_opengl_extension_def.h</a><li>PARSER_NO_REDEF_YYTABLE_H_
: <a class="el" href="a05333.html#a94">ytable.cpp</a><li>parseUInt()
: <a class="el" href="a05295.html#a3">vertex_program_parse.cpp</a><li>PARTICLES_CHECK_MEM
: <a class="el" href="a04826.html#a1">ps_macro.h</a>, <a class="el" href="a04729.html#a0">particle_system_shape.cpp</a><li>PathTicks
: <a class="el" href="a04338.html#a3">global_retriever.cpp</a><li>PERROR
: <a class="el" href="a05334.html#a42">ytable.h</a>, <a class="el" href="a05333.html#a42">ytable.cpp</a><li>PFNGLALPHAFRAGMENTOP1ATIPROC
: <a class="el" href="a04223.html#a601">driver_opengl_extension_def.h</a><li>PFNGLALPHAFRAGMENTOP2ATIPROC
: <a class="el" href="a04223.html#a602">driver_opengl_extension_def.h</a><li>PFNGLALPHAFRAGMENTOP3ATIPROC
: <a class="el" href="a04223.html#a603">driver_opengl_extension_def.h</a><li>PFNGLBEGINFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a594">driver_opengl_extension_def.h</a><li>PFNGLBINDFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a592">driver_opengl_extension_def.h</a><li>PFNGLBINDPROGRAMARBPROC
: <a class="el" href="a04223.html#a608">driver_opengl_extension_def.h</a><li>PFNGLCOLORFRAGMENTOP1ATIPROC
: <a class="el" href="a04223.html#a598">driver_opengl_extension_def.h</a><li>PFNGLCOLORFRAGMENTOP2ATIPROC
: <a class="el" href="a04223.html#a599">driver_opengl_extension_def.h</a><li>PFNGLCOLORFRAGMENTOP3ATIPROC
: <a class="el" href="a04223.html#a600">driver_opengl_extension_def.h</a><li>PFNGLDELETEFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a593">driver_opengl_extension_def.h</a><li>PFNGLDELETEPROGRAMSARBPROC
: <a class="el" href="a04223.html#a609">driver_opengl_extension_def.h</a><li>PFNGLENDFRAGMENTSHADERATIPROC
: <a class="el" href="a04223.html#a595">driver_opengl_extension_def.h</a><li>PFNGLGENFRAGMENTSHADERSATIPROC
: <a class="el" href="a04223.html#a591">driver_opengl_extension_def.h</a><li>PFNGLGENPROGRAMSARBPROC
: <a class="el" href="a04223.html#a610">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMENVPARAMETERDVARBPROC
: <a class="el" href="a04223.html#a619">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMENVPARAMETERFVARBPROC
: <a class="el" href="a04223.html#a620">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMIVARBPROC
: <a class="el" href="a04223.html#a623">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC
: <a class="el" href="a04223.html#a621">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC
: <a class="el" href="a04223.html#a622">driver_opengl_extension_def.h</a><li>PFNGLGETPROGRAMSTRINGARBPROC
: <a class="el" href="a04223.html#a624">driver_opengl_extension_def.h</a><li>PFNGLISPROGRAMARBPROC
: <a class="el" href="a04223.html#a625">driver_opengl_extension_def.h</a><li>PFNGLMAPOBJECTBUFFERATIPROC
: <a class="el" href="a04223.html#a605">driver_opengl_extension_def.h</a><li>PFNGLPASSTEXCOORDATIPROC
: <a class="el" href="a04223.html#a596">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMENVPARAMETER4DARBPROC
: <a class="el" href="a04223.html#a611">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMENVPARAMETER4DVARBPROC
: <a class="el" href="a04223.html#a612">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMENVPARAMETER4FARBPROC
: <a class="el" href="a04223.html#a613">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMENVPARAMETER4FVARBPROC
: <a class="el" href="a04223.html#a614">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMLOCALPARAMETER4DARBPROC
: <a class="el" href="a04223.html#a615">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMLOCALPARAMETER4DVARBPROC
: <a class="el" href="a04223.html#a616">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMLOCALPARAMETER4FARBPROC
: <a class="el" href="a04223.html#a617">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMLOCALPARAMETER4FVARBPROC
: <a class="el" href="a04223.html#a618">driver_opengl_extension_def.h</a><li>PFNGLPROGRAMSTRINGARBPROC
: <a class="el" href="a04223.html#a607">driver_opengl_extension_def.h</a><li>PFNGLSAMPLEMAPATIPROC
: <a class="el" href="a04223.html#a597">driver_opengl_extension_def.h</a><li>PFNGLSETFRAGMENTSHADERCONSTANTATIPROC
: <a class="el" href="a04223.html#a604">driver_opengl_extension_def.h</a><li>PFNGLUNMAPOBJECTBUFFERATIPROC
: <a class="el" href="a04223.html#a606">driver_opengl_extension_def.h</a><li>PLUS
: <a class="el" href="a05334.html#a25">ytable.h</a>, <a class="el" href="a04114.html#a5">cf_gramatical.h</a>, <a class="el" href="a04113.html#a13">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a25">ytable.cpp</a><li>pname
: <a class="el" href="a04223.html#a567">driver_opengl_extension_def.h</a><li>POINT_DEUX
: <a class="el" href="a05334.html#a32">ytable.h</a>, <a class="el" href="a05333.html#a32">ytable.cpp</a><li>POINT_VI
: <a class="el" href="a05334.html#a30">ytable.h</a>, <a class="el" href="a05333.html#a30">ytable.cpp</a><li>pointer
: <a class="el" href="a04223.html#a570">driver_opengl_extension_def.h</a><li>PORTALPRECISION
: <a class="el" href="a04770.html#a0">portal.cpp</a><li>POSTCONDITION
: <a class="el" href="a05334.html#a68">ytable.h</a>, <a class="el" href="a05333.html#a68">ytable.cpp</a><li>POW
: <a class="el" href="a05334.html#a90">ytable.h</a>, <a class="el" href="a05333.html#a90">ytable.cpp</a><li>POWER
: <a class="el" href="a05334.html#a29">ytable.h</a>, <a class="el" href="a05333.html#a29">ytable.cpp</a><li>PRECONDITION
: <a class="el" href="a05334.html#a67">ytable.h</a>, <a class="el" href="a05333.html#a67">ytable.cpp</a><li>preserve
: <a class="el" href="a04223.html#a588">driver_opengl_extension_def.h</a><li>PRIORITY
: <a class="el" href="a05334.html#a74">ytable.h</a>, <a class="el" href="a05333.html#a74">ytable.cpp</a><li>program
: <a class="el" href="a04223.html#a568">driver_opengl_extension_def.h</a><li>programs
: <a class="el" href="a04223.html#a562">driver_opengl_extension_def.h</a><li>PS_FAST_OBJ_ALLOC
: <a class="el" href="a04789.html#a0">ps_allocator.h</a><li>PyCastMethod
: <a class="el" href="a04869.html#a0">pylib.h</a></ul>
<h3><a class="anchor" name="index_q">- q -</a></h3><ul>
<li>q
: <a class="el" href="a04223.html#a629">driver_opengl_extension_def.h</a><li>QUEUE_SIZE
: <a class="el" href="a04136.html#a3">cloud_scape.cpp</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>r
: <a class="el" href="a04223.html#a628">driver_opengl_extension_def.h</a><li>range
: <a class="el" href="a04223.html#a655">driver_opengl_extension_def.h</a><li>RBRACE
: <a class="el" href="a04114.html#a11">cf_gramatical.h</a>, <a class="el" href="a04113.html#a19">cf_gramatical.cpp</a><li>ReadBool()
: <a class="el" href="a04778.html#a2">primitive_class.cpp</a><li>ReadChild()
: <a class="el" href="a04778.html#a4">primitive_class.cpp</a><li>ReadColor()
: <a class="el" href="a04780.html#a0">primitive_configuration.cpp</a>, <a class="el" href="a04778.html#a3">primitive_class.cpp</a><li>ReadFloat()
: <a class="el" href="a04778.html#a0">primitive_class.cpp</a><li>ReadInt()
: <a class="el" href="a04778.html#a1">primitive_class.cpp</a><li>readnumber
: <a class="el" href="a04556.html#a0">mem_stream.h</a>, <a class="el" href="a05048.html#a0">string_stream.cpp</a>, <a class="el" href="a04377.html#a1">i_xml.cpp</a><li>REAL
: <a class="el" href="a04114.html#a15">cf_gramatical.h</a>, <a class="el" href="a04113.html#a23">cf_gramatical.cpp</a><li>REF_TRACE
: <a class="el" href="a04979.html#a1">smart_ptr.h</a><li>registerLibClass()
: <a class="el" href="a05010.html#a1">static_init.h</a>, <a class="el" href="a03974.html#a1">agent_init.cpp</a><li>REJECT
: <a class="el" href="a04115.html#a49">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a31">lexlang.cpp</a><li>RenderTriangle()
: <a class="el" href="a05345.html#a27">zone_lighter.cpp</a><li>res
: <a class="el" href="a04223.html#a643">driver_opengl_extension_def.h</a><li>residences
: <a class="el" href="a04223.html#a563">driver_opengl_extension_def.h</a><li>RETURN
: <a class="el" href="a05334.html#a70">ytable.h</a>, <a class="el" href="a05333.html#a70">ytable.cpp</a><li>ROLLOFF_FACTOR_DEFAULT
: <a class="el" href="a04995.html#a4">sound_driver_al.cpp</a><li>RPAREN
: <a class="el" href="a04114.html#a9">cf_gramatical.h</a>, <a class="el" href="a04113.html#a17">cf_gramatical.cpp</a><li>RULE
: <a class="el" href="a05334.html#a77">ytable.h</a>, <a class="el" href="a05333.html#a77">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>s
: <a class="el" href="a04223.html#a626">driver_opengl_extension_def.h</a><li>S3TC_ENCODE_ALPHA_EXPLICIT
: <a class="el" href="a04922.html#a5">s3_intrf.h</a><li>S3TC_ENCODE_ALPHA_INTERPOLATED
: <a class="el" href="a04922.html#a6">s3_intrf.h</a><li>S3TC_ENCODE_ALPHA_NONE
: <a class="el" href="a04922.html#a4">s3_intrf.h</a><li>S3TC_ENCODE_RGB_ALPHA_COMPARE
: <a class="el" href="a04922.html#a2">s3_intrf.h</a><li>S3TC_ENCODE_RGB_COLOR_KEY
: <a class="el" href="a04922.html#a1">s3_intrf.h</a><li>S3TC_ENCODE_RGB_FULL
: <a class="el" href="a04922.html#a0">s3_intrf.h</a><li>S3TCdecode()
: <a class="el" href="a04922.html#a15">s3_intrf.h</a><li>S3TCencode()
: <a class="el" href="a04922.html#a12">s3_intrf.h</a><li>S3TCencodeEx()
: <a class="el" href="a04922.html#a13">s3_intrf.h</a><li>S3TCgetDecodeSize()
: <a class="el" href="a04922.html#a14">s3_intrf.h</a><li>S3TCgetEncodeSize()
: <a class="el" href="a04922.html#a11">s3_intrf.h</a><li>S3TCsetAlphaReference()
: <a class="el" href="a04922.html#a10">s3_intrf.h</a><li>SCOP
: <a class="el" href="a05334.html#a24">ytable.h</a>, <a class="el" href="a05333.html#a24">ytable.cpp</a><li>SEMICOLON
: <a class="el" href="a04114.html#a4">cf_gramatical.h</a>, <a class="el" href="a04113.html#a12">cf_gramatical.cpp</a><li>serialAdapt
: <a class="el" href="a04060.html#a3">bit_mem_stream.h</a><li>serialAdapt64
: <a class="el" href="a04060.html#a4">bit_mem_stream.h</a><li>serialAndLog1
: <a class="el" href="a04060.html#a0">bit_mem_stream.h</a><li>serialAndLog2
: <a class="el" href="a04060.html#a1">bit_mem_stream.h</a><li>serialBitAndLog
: <a class="el" href="a04060.html#a2">bit_mem_stream.h</a><li>setCPUMask()
: <a class="el" href="a05345.html#a26">zone_lighter.cpp</a><li>SETS
: <a class="el" href="a05334.html#a84">ytable.h</a>, <a class="el" href="a05333.html#a84">ytable.cpp</a><li>SHA1CircularShift
: <a class="el" href="a04943.html#a1">sha1.cpp</a><li>SHA1Context
: <a class="el" href="a04943.html#a7">sha1.cpp</a><li>SHA1HashSize
: <a class="el" href="a04943.html#a0">sha1.cpp</a><li>SHA1Input()
: <a class="el" href="a04943.html#a13">sha1.cpp</a><li>SHA1PadMessage()
: <a class="el" href="a04943.html#a17">sha1.cpp</a><li>SHA1ProcessMessageBlock()
: <a class="el" href="a04943.html#a18">sha1.cpp</a><li>SHA1Reset()
: <a class="el" href="a04943.html#a12">sha1.cpp</a><li>SHA1Result()
: <a class="el" href="a04943.html#a14">sha1.cpp</a><li>shaInputTooLong
: <a class="el" href="a04943.html#a19a10">sha1.cpp</a><li>shaNull
: <a class="el" href="a04943.html#a19a9">sha1.cpp</a><li>SHAPE_MAX
: <a class="el" href="a05346.html#a1">zone_lighter.h</a><li>SHAPE_VERTICES_MAX
: <a class="el" href="a05346.html#a0">zone_lighter.h</a><li>shaStateError
: <a class="el" href="a04943.html#a19a11">sha1.cpp</a><li>shaSuccess
: <a class="el" href="a04943.html#a19a8">sha1.cpp</a><li>SIN
: <a class="el" href="a05334.html#a88">ytable.h</a>, <a class="el" href="a05333.html#a88">ytable.cpp</a><li>sint
: <a class="el" href="a05167.html#a16">types_nl.h</a>, <a class="el" href="a04558.html#a14">memory_common.h</a><li>sint16
: <a class="el" href="a05167.html#a10">types_nl.h</a>, <a class="el" href="a04558.html#a8">memory_common.h</a><li>sint32
: <a class="el" href="a05167.html#a12">types_nl.h</a>, <a class="el" href="a04558.html#a10">memory_common.h</a><li>sint64
: <a class="el" href="a05167.html#a14">types_nl.h</a>, <a class="el" href="a04558.html#a12">memory_common.h</a><li>SINT64_CONSTANT
: <a class="el" href="a05167.html#a6">types_nl.h</a><li>sint8
: <a class="el" href="a05167.html#a8">types_nl.h</a>, <a class="el" href="a04558.html#a6">memory_common.h</a><li>size
: <a class="el" href="a04115.html#a94">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a56">lexlang.cpp</a>, <a class="el" href="a04223.html#a587">driver_opengl_extension_def.h</a><li>SMART_INLINE
: <a class="el" href="a04980.html#a0">smart_ptr_inline.h</a><li>SMART_TRACE
: <a class="el" href="a04979.html#a0">smart_ptr.h</a><li>SOURCE_ALLOC_RATE
: <a class="el" href="a04995.html#a3">sound_driver_al.cpp</a><li>SPARSE_CH
: <a class="el" href="a04254.html#a3">env_sound_user.h</a><li>SQR
: <a class="el" href="a04136.html#a0">cloud_scape.cpp</a><li>src
: <a class="el" href="a04223.html#a652">driver_opengl_extension_def.h</a><li>StackDef
: <a class="el" href="a04871.html#a0">pythonmethode.cpp</a><li>STAT_FIFO
: <a class="el" href="a04085.html#a1">buf_fifo.cpp</a><li>STATIC
: <a class="el" href="a05334.html#a54">ytable.h</a>, <a class="el" href="a05333.html#a54">ytable.cpp</a><li>staticAgent
: <a class="el" href="a05009.html#a1">static_def_init.cpp</a><li>staticId
: <a class="el" href="a05009.html#a0">static_def_init.cpp</a><li>staticInitAgent()
: <a class="el" href="a05010.html#a0">static_init.h</a>, <a class="el" href="a03974.html#a0">agent_init.cpp</a><li>staticOperatorScript
: <a class="el" href="a05009.html#a2">static_def_init.cpp</a><li>staticReleaseLibClass()
: <a class="el" href="a05010.html#a2">static_init.h</a>, <a class="el" href="a03974.html#a2">agent_init.cpp</a><li>STEPS
: <a class="el" href="a05334.html#a72">ytable.h</a>, <a class="el" href="a05333.html#a72">ytable.cpp</a><li>storagetype
: <a class="el" href="a04223.html#a654">driver_opengl_extension_def.h</a><li>STORE_MUTEX_NAME
: <a class="el" href="a04665.html#a0">mutex.h</a><li>stricmp
: <a class="el" href="a04303.html#a0">form_dfn.cpp</a><li>stride
: <a class="el" href="a04223.html#a582">driver_opengl_extension_def.h</a><li>STRING
: <a class="el" href="a04114.html#a3">cf_gramatical.h</a>, <a class="el" href="a04113.html#a11">cf_gramatical.cpp</a><li>STRING_NO_CAT_TYPE
: <a class="el" href="a05340.html#a0">zone_bank.h</a><li>STRING_OUT_OF_BOUND
: <a class="el" href="a05350.html#a0">zone_region.h</a><li>STRING_UNUSED
: <a class="el" href="a05350.html#a1">zone_region.h</a><li>SUP
: <a class="el" href="a05334.html#a13">ytable.h</a>, <a class="el" href="a05333.html#a13">ytable.cpp</a><li>SUP_EG
: <a class="el" href="a05334.html#a15">ytable.h</a>, <a class="el" href="a05333.html#a15">ytable.cpp</a><li>SurfTicks
: <a class="el" href="a04338.html#a5">global_retriever.cpp</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>t
: <a class="el" href="a04223.html#a627">driver_opengl_extension_def.h</a><li>T_INT
: <a class="el" href="a04115.html#a123a98">cf_lexical.cpp</a><li>T_REAL
: <a class="el" href="a04115.html#a123a100">cf_lexical.cpp</a><li>T_STRING
: <a class="el" href="a04115.html#a123a99">cf_lexical.cpp</a><li>T_UNKNOWN
: <a class="el" href="a04115.html#a123a97">cf_lexical.cpp</a><li>TAN
: <a class="el" href="a05334.html#a89">ytable.h</a>, <a class="el" href="a05333.html#a89">ytable.cpp</a><li>TELL
: <a class="el" href="a05334.html#a40">ytable.h</a>, <a class="el" href="a05333.html#a40">ytable.cpp</a><li>TestALError
: <a class="el" href="a04996.html#a0">sound_driver_al.h</a><li>testZPercentageCloserFilter()
: <a class="el" href="a05345.html#a24">zone_lighter.cpp</a><li>TEXTUREFONT_NBCATEGORY
: <a class="el" href="a05101.html#a0">texture_font.h</a><li>THEN
: <a class="el" href="a05334.html#a62">ytable.h</a>, <a class="el" href="a05333.html#a62">ytable.cpp</a><li>ThisAStarTicks
: <a class="el" href="a04338.html#a6">global_retriever.cpp</a><li>ThisChainTicks
: <a class="el" href="a04338.html#a8">global_retriever.cpp</a><li>ThisPathTicks
: <a class="el" href="a04338.html#a7">global_retriever.cpp</a><li>ThisSurfTicks
: <a class="el" href="a04338.html#a9">global_retriever.cpp</a><li>TIME_BLOCK
: <a class="el" href="a05222.html#a1">unified_network.cpp</a><li>toSharedMemId
: <a class="el" href="a04960.html#a0">shared_memory.h</a><li>transform
: <a class="el" href="a04223.html#a579">driver_opengl_extension_def.h</a><li>transformVectorToZBuffer()
: <a class="el" href="a05345.html#a23">zone_lighter.cpp</a><li>TRANSPORT_CLASS_REGISTER
: <a class="el" href="a05158.html#a0">transport_class.h</a><li>TrapCrashInDebugger
: <a class="el" href="a04198.html#a4">debug.cpp</a><li>TRIGGER
: <a class="el" href="a05334.html#a66">ytable.h</a>, <a class="el" href="a05333.html#a66">ytable.cpp</a><li>TrucInst
: <a class="el" href="a05009.html#a3">static_def_init.cpp</a><li>TTileOfPatchMap
: <a class="el" href="a05345.html#a21">zone_lighter.cpp</a><li>type
: <a class="el" href="a04223.html#a581">driver_opengl_extension_def.h</a></ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>ucchar
: <a class="el" href="a05167.html#a18">types_nl.h</a><li>ucstringbase
: <a class="el" href="a05217.html#a0">ucstring.h</a><li>uint
: <a class="el" href="a05167.html#a17">types_nl.h</a>, <a class="el" href="a04558.html#a15">memory_common.h</a><li>uint16
: <a class="el" href="a05167.html#a11">types_nl.h</a>, <a class="el" href="a04558.html#a9">memory_common.h</a><li>uint32
: <a class="el" href="a05167.html#a13">types_nl.h</a>, <a class="el" href="a04558.html#a11">memory_common.h</a><li>uint32_t
: <a class="el" href="a04943.html#a2">sha1.cpp</a><li>uint64
: <a class="el" href="a05167.html#a15">types_nl.h</a>, <a class="el" href="a04558.html#a13">memory_common.h</a><li>UINT64_CONSTANT
: <a class="el" href="a05167.html#a7">types_nl.h</a><li>uint8
: <a class="el" href="a05167.html#a9">types_nl.h</a>, <a class="el" href="a04558.html#a7">memory_common.h</a><li>uint8_t
: <a class="el" href="a04943.html#a3">sha1.cpp</a><li>unput
: <a class="el" href="a04115.html#a35">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a18">lexlang.cpp</a><li>UPDATEEVERY
: <a class="el" href="a05334.html#a73">ytable.h</a>, <a class="el" href="a05333.html#a73">ytable.cpp</a><li>usage
: <a class="el" href="a04223.html#a585">driver_opengl_extension_def.h</a><li>USE_JPEG
: <a class="el" href="a05345.html#a0">zone_lighter.cpp</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>v
: <a class="el" href="a04223.html#a576">driver_opengl_extension_def.h</a><li>value
: <a class="el" href="a04223.html#a658">driver_opengl_extension_def.h</a><li>VARIABLE
: <a class="el" href="a04114.html#a2">cf_gramatical.h</a>, <a class="el" href="a04113.html#a10">cf_gramatical.cpp</a><li>VIRGULE
: <a class="el" href="a05334.html#a11">ytable.h</a>, <a class="el" href="a05333.html#a11">ytable.cpp</a><li>void()
: <a class="el" href="a04223.html#a700">driver_opengl_extension_def.h</a></ul>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>w
: <a class="el" href="a04223.html#a575">driver_opengl_extension_def.h</a><li>WGL_ACCELERATION_ARB
: <a class="el" href="a04223.html#a88">driver_opengl_extension_def.h</a><li>WGL_ACCUM_ALPHA_BITS_ARB
: <a class="el" href="a04223.html#a122">driver_opengl_extension_def.h</a><li>WGL_ACCUM_BITS_ARB
: <a class="el" href="a04223.html#a118">driver_opengl_extension_def.h</a><li>WGL_ACCUM_BLUE_BITS_ARB
: <a class="el" href="a04223.html#a121">driver_opengl_extension_def.h</a><li>WGL_ACCUM_GREEN_BITS_ARB
: <a class="el" href="a04223.html#a120">driver_opengl_extension_def.h</a><li>WGL_ACCUM_RED_BITS_ARB
: <a class="el" href="a04223.html#a119">driver_opengl_extension_def.h</a><li>WGL_ALPHA_BITS_ARB
: <a class="el" href="a04223.html#a116">driver_opengl_extension_def.h</a><li>WGL_ALPHA_SHIFT_ARB
: <a class="el" href="a04223.html#a117">driver_opengl_extension_def.h</a><li>WGL_ARB_pbuffer
: <a class="el" href="a04223.html#a134">driver_opengl_extension_def.h</a><li>WGL_ARB_pixel_format
: <a class="el" href="a04223.html#a84">driver_opengl_extension_def.h</a><li>WGL_AUX_BUFFERS_ARB
: <a class="el" href="a04223.html#a125">driver_opengl_extension_def.h</a><li>WGL_BLUE_BITS_ARB
: <a class="el" href="a04223.html#a114">driver_opengl_extension_def.h</a><li>WGL_BLUE_SHIFT_ARB
: <a class="el" href="a04223.html#a115">driver_opengl_extension_def.h</a><li>WGL_COLOR_BITS_ARB
: <a class="el" href="a04223.html#a109">driver_opengl_extension_def.h</a><li>WGL_DEPTH_BITS_ARB
: <a class="el" href="a04223.html#a123">driver_opengl_extension_def.h</a><li>WGL_DOUBLE_BUFFER_ARB
: <a class="el" href="a04223.html#a106">driver_opengl_extension_def.h</a><li>WGL_DRAW_TO_BITMAP_ARB
: <a class="el" href="a04223.html#a87">driver_opengl_extension_def.h</a><li>WGL_DRAW_TO_PBUFFER_ARB
: <a class="el" href="a04223.html#a135">driver_opengl_extension_def.h</a><li>WGL_DRAW_TO_WINDOW_ARB
: <a class="el" href="a04223.html#a86">driver_opengl_extension_def.h</a><li>WGL_FULL_ACCELERATION_ARB
: <a class="el" href="a04223.html#a128">driver_opengl_extension_def.h</a><li>WGL_GENERIC_ACCELERATION_ARB
: <a class="el" href="a04223.html#a127">driver_opengl_extension_def.h</a><li>WGL_GREEN_BITS_ARB
: <a class="el" href="a04223.html#a112">driver_opengl_extension_def.h</a><li>WGL_GREEN_SHIFT_ARB
: <a class="el" href="a04223.html#a113">driver_opengl_extension_def.h</a><li>WGL_MAX_PBUFFER_HEIGHT_ARB
: <a class="el" href="a04223.html#a138">driver_opengl_extension_def.h</a><li>WGL_MAX_PBUFFER_PIXELS_ARB
: <a class="el" href="a04223.html#a136">driver_opengl_extension_def.h</a><li>WGL_MAX_PBUFFER_WIDTH_ARB
: <a class="el" href="a04223.html#a137">driver_opengl_extension_def.h</a><li>WGL_NEED_PALETTE_ARB
: <a class="el" href="a04223.html#a89">driver_opengl_extension_def.h</a><li>WGL_NEED_SYSTEM_PALETTE_ARB
: <a class="el" href="a04223.html#a90">driver_opengl_extension_def.h</a><li>WGL_NO_ACCELERATION_ARB
: <a class="el" href="a04223.html#a126">driver_opengl_extension_def.h</a><li>WGL_NUMBER_OVERLAYS_ARB
: <a class="el" href="a04223.html#a93">driver_opengl_extension_def.h</a><li>WGL_NUMBER_PIXEL_FORMATS_ARB
: <a class="el" href="a04223.html#a85">driver_opengl_extension_def.h</a><li>WGL_NUMBER_UNDERLAYS_ARB
: <a class="el" href="a04223.html#a94">driver_opengl_extension_def.h</a><li>WGL_PBUFFER_HEIGHT_ARB
: <a class="el" href="a04223.html#a141">driver_opengl_extension_def.h</a><li>WGL_PBUFFER_LARGEST_ARB
: <a class="el" href="a04223.html#a139">driver_opengl_extension_def.h</a><li>WGL_PBUFFER_LOST_ARB
: <a class="el" href="a04223.html#a142">driver_opengl_extension_def.h</a><li>WGL_PBUFFER_WIDTH_ARB
: <a class="el" href="a04223.html#a140">driver_opengl_extension_def.h</a><li>WGL_PIXEL_TYPE_ARB
: <a class="el" href="a04223.html#a108">driver_opengl_extension_def.h</a><li>WGL_RED_BITS_ARB
: <a class="el" href="a04223.html#a110">driver_opengl_extension_def.h</a><li>WGL_RED_SHIFT_ARB
: <a class="el" href="a04223.html#a111">driver_opengl_extension_def.h</a><li>WGL_SHARE_ACCUM_ARB
: <a class="el" href="a04223.html#a103">driver_opengl_extension_def.h</a><li>WGL_SHARE_DEPTH_ARB
: <a class="el" href="a04223.html#a101">driver_opengl_extension_def.h</a><li>WGL_SHARE_STENCIL_ARB
: <a class="el" href="a04223.html#a102">driver_opengl_extension_def.h</a><li>WGL_STENCIL_BITS_ARB
: <a class="el" href="a04223.html#a124">driver_opengl_extension_def.h</a><li>WGL_STEREO_ARB
: <a class="el" href="a04223.html#a107">driver_opengl_extension_def.h</a><li>WGL_SUPPORT_GDI_ARB
: <a class="el" href="a04223.html#a104">driver_opengl_extension_def.h</a><li>WGL_SUPPORT_OPENGL_ARB
: <a class="el" href="a04223.html#a105">driver_opengl_extension_def.h</a><li>WGL_SWAP_COPY_ARB
: <a class="el" href="a04223.html#a130">driver_opengl_extension_def.h</a><li>WGL_SWAP_EXCHANGE_ARB
: <a class="el" href="a04223.html#a129">driver_opengl_extension_def.h</a><li>WGL_SWAP_LAYER_BUFFERS_ARB
: <a class="el" href="a04223.html#a91">driver_opengl_extension_def.h</a><li>WGL_SWAP_METHOD_ARB
: <a class="el" href="a04223.html#a92">driver_opengl_extension_def.h</a><li>WGL_SWAP_UNDEFINED_ARB
: <a class="el" href="a04223.html#a131">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_ALPHA_VALUE_ARB
: <a class="el" href="a04223.html#a99">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_ARB
: <a class="el" href="a04223.html#a95">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_BLUE_VALUE_ARB
: <a class="el" href="a04223.html#a98">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_GREEN_VALUE_ARB
: <a class="el" href="a04223.html#a97">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_INDEX_VALUE_ARB
: <a class="el" href="a04223.html#a100">driver_opengl_extension_def.h</a><li>WGL_TRANSPARENT_RED_VALUE_ARB
: <a class="el" href="a04223.html#a96">driver_opengl_extension_def.h</a><li>WGL_TYPE_COLORINDEX_ARB
: <a class="el" href="a04223.html#a133">driver_opengl_extension_def.h</a><li>WGL_TYPE_RGBA_ARB
: <a class="el" href="a04223.html#a132">driver_opengl_extension_def.h</a><li>width
: <a class="el" href="a04223.html#a632">driver_opengl_extension_def.h</a><li>WITH
: <a class="el" href="a05334.html#a58">ytable.h</a>, <a class="el" href="a05333.html#a58">ytable.cpp</a><li>writenumber
: <a class="el" href="a04556.html#a1">mem_stream.h</a>, <a class="el" href="a05048.html#a1">string_stream.cpp</a>, <a class="el" href="a04684.html#a0">o_xml.cpp</a></ul>
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
<li>x
: <a class="el" href="a04223.html#a572">driver_opengl_extension_def.h</a><li>xoffset
: <a class="el" href="a04223.html#a638">driver_opengl_extension_def.h</a><li>XOR_BIN
: <a class="el" href="a05334.html#a23">ytable.h</a>, <a class="el" href="a05333.html#a23">ytable.cpp</a></ul>
<h3><a class="anchor" name="index_y">- y -</a></h3><ul>
<li>y
: <a class="el" href="a04223.html#a573">driver_opengl_extension_def.h</a><li>yoffset
: <a class="el" href="a04223.html#a639">driver_opengl_extension_def.h</a><li>yy_accept
: <a class="el" href="a04115.html#a87">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a54">lexlang.cpp</a><li>YY_AT_BOL
: <a class="el" href="a04115.html#a44">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a26">lexlang.cpp</a><li>YY_BREAK
: <a class="el" href="a04115.html#a67">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a45">lexlang.cpp</a><li>YY_BUF_SIZE
: <a class="el" href="a04115.html#a30">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a13">lexlang.cpp</a><li>YY_BUFFER_EOF_PENDING
: <a class="el" href="a04115.html#a38">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a21">lexlang.cpp</a><li>YY_BUFFER_NEW
: <a class="el" href="a04115.html#a36">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a19">lexlang.cpp</a><li>YY_BUFFER_NORMAL
: <a class="el" href="a04115.html#a37">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a20">lexlang.cpp</a><li>YY_BUFFER_STATE
: <a class="el" href="a04115.html#a71">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a49">lexlang.cpp</a><li>yy_c_buf_p
: <a class="el" href="a04115.html#a79">cf_lexical.cpp</a><li>YY_CHAR
: <a class="el" href="a04115.html#a83">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a52">lexlang.cpp</a><li>yy_create_buffer
: <a class="el" href="a04115.html#a0">cf_lexical.cpp</a><li>yy_current_buffer
: <a class="el" href="a04115.html#a76">cf_lexical.cpp</a><li>YY_CURRENT_BUFFER
: <a class="el" href="a04115.html#a39">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a22">lexlang.cpp</a><li>YY_DECL
: <a class="el" href="a04115.html#a66">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a44">lexlang.cpp</a><li>yy_delete_buffer
: <a class="el" href="a04115.html#a1">cf_lexical.cpp</a><li>yy_did_buffer_switch_on_eof
: <a class="el" href="a04115.html#a82">cf_lexical.cpp</a><li>YY_DO_BEFORE_ACTION
: <a class="el" href="a04115.html#a46">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a28">lexlang.cpp</a><li>YY_END_OF_BUFFER
: <a class="el" href="a04115.html#a48">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a30">lexlang.cpp</a><li>YY_END_OF_BUFFER_CHAR
: <a class="el" href="a04115.html#a29">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a12">lexlang.cpp</a><li>YY_EXIT_FAILURE
: <a class="el" href="a04115.html#a69">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a47">lexlang.cpp</a><li>yy_fatal_error()
: <a class="el" href="a04115.html#a117">cf_lexical.cpp</a><li>YY_FATAL_ERROR
: <a class="el" href="a04115.html#a65">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a43">lexlang.cpp</a><li>yy_flex_alloc()
: <a class="el" href="a04115.html#a111">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a62">lexlang.cpp</a><li>yy_flex_debug
: <a class="el" href="a04115.html#a5">cf_lexical.cpp</a><li>yy_flex_free()
: <a class="el" href="a04115.html#a113">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a59">lexlang.cpp</a><li>YY_FLEX_MAJOR_VERSION
: <a class="el" href="a04115.html#a18">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a1">lexlang.cpp</a><li>YY_FLEX_MINOR_VERSION
: <a class="el" href="a04115.html#a19">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a2">lexlang.cpp</a><li>yy_flex_realloc()
: <a class="el" href="a04115.html#a112">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a58">lexlang.cpp</a><li>yy_flush_buffer
: <a class="el" href="a04115.html#a7">cf_lexical.cpp</a><li>YY_FLUSH_BUFFER
: <a class="el" href="a04115.html#a40">cf_lexical.cpp</a><li>yy_get_next_buffer()
: <a class="el" href="a04115.html#a116">cf_lexical.cpp</a><li>yy_get_previous_state()
: <a class="el" href="a04115.html#a114">cf_lexical.cpp</a><li>yy_hold_char
: <a class="el" href="a04115.html#a77">cf_lexical.cpp</a><li>yy_init
: <a class="el" href="a04115.html#a80">cf_lexical.cpp</a><li>yy_init_buffer
: <a class="el" href="a04115.html#a6">cf_lexical.cpp</a><li>YY_INPUT
: <a class="el" href="a04115.html#a56">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a40">lexlang.cpp</a><li>yy_last_accepting_cpos
: <a class="el" href="a04115.html#a89">cf_lexical.cpp</a><li>yy_last_accepting_state
: <a class="el" href="a04115.html#a88">cf_lexical.cpp</a><li>yy_load_buffer_state
: <a class="el" href="a04115.html#a8">cf_lexical.cpp</a><li>YY_MORE_ADJ
: <a class="el" href="a04115.html#a51">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a33">lexlang.cpp</a><li>yy_n_chars
: <a class="el" href="a04115.html#a78">cf_lexical.cpp</a><li>YY_NEVER_INTERACTIVE
: <a class="el" href="a04115.html#a55">cf_lexical.cpp</a><li>yy_new_buffer
: <a class="el" href="a04115.html#a41">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a23">lexlang.cpp</a><li>YY_NEW_FILE
: <a class="el" href="a04115.html#a28">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a11">lexlang.cpp</a><li>YY_NO_POP_STATE
: <a class="el" href="a04115.html#a59">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a36">lexlang.cpp</a><li>YY_NO_PUSH_STATE
: <a class="el" href="a04115.html#a58">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a35">lexlang.cpp</a><li>YY_NO_TOP_STATE
: <a class="el" href="a04115.html#a60">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a37">lexlang.cpp</a><li>YY_NO_UNPUT
: <a class="el" href="a04115.html#a57">cf_lexical.cpp</a><li>yy_NUL_trans
: <a class="el" href="a04115.html#a90">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a55">lexlang.cpp</a><li>YY_NULL
: <a class="el" href="a04115.html#a22">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a5">lexlang.cpp</a><li>YY_NUM_RULES
: <a class="el" href="a04115.html#a47">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a29">lexlang.cpp</a><li>yy_nxt
: <a class="el" href="a04115.html#a86">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a53">lexlang.cpp</a><li>YY_PROTO
: <a class="el" href="a04115.html#a21">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a4">lexlang.cpp</a><li>YY_READ_BUF_SIZE
: <a class="el" href="a04115.html#a61">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a38">lexlang.cpp</a><li>YY_RESTORE_YY_MORE_OFFSET
: <a class="el" href="a04115.html#a52">cf_lexical.cpp</a><li>YY_RULE_SETUP
: <a class="el" href="a04115.html#a68">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a46">lexlang.cpp</a><li>YY_SC_TO_UI
: <a class="el" href="a04115.html#a23">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a6">lexlang.cpp</a><li>yy_scan_buffer
: <a class="el" href="a04115.html#a2">cf_lexical.cpp</a><li>yy_scan_bytes
: <a class="el" href="a04115.html#a4">cf_lexical.cpp</a><li>yy_scan_string
: <a class="el" href="a04115.html#a3">cf_lexical.cpp</a><li>yy_set_bol
: <a class="el" href="a04115.html#a43">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a25">lexlang.cpp</a><li>yy_set_interactive
: <a class="el" href="a04115.html#a42">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a24">lexlang.cpp</a><li>yy_size_t
: <a class="el" href="a04115.html#a75">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a51">lexlang.cpp</a><li>YY_SKIP_YYWRAP
: <a class="el" href="a04462.html#a0">lex.h</a><li>yy_start
: <a class="el" href="a04115.html#a81">cf_lexical.cpp</a><li>YY_START
: <a class="el" href="a04115.html#a25">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a8">lexlang.cpp</a><li>YY_START_STACK_INCR
: <a class="el" href="a04115.html#a64">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a42">lexlang.cpp</a><li>YY_STATE_EOF
: <a class="el" href="a04115.html#a27">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a10">lexlang.cpp</a><li>yy_state_type
: <a class="el" href="a04462.html#a2">lex.h</a>, <a class="el" href="a04115.html#a84">cf_lexical.cpp</a><li>yy_switch_to_buffer
: <a class="el" href="a04115.html#a9">cf_lexical.cpp</a><li>yy_try_NUL_trans()
: <a class="el" href="a04115.html#a122">cf_lexical.cpp</a><li>YYABORT
: <a class="el" href="a04113.html#a39">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a107">ytable.cpp</a><li>YYACCEPT
: <a class="el" href="a04113.html#a38">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a106">ytable.cpp</a><li>YYBACKUP
: <a class="el" href="a04113.html#a43">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a111">ytable.cpp</a><li>YYBISON
: <a class="el" href="a04113.html#a0">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a0">ytable.cpp</a><li>yychar
: <a class="el" href="a05333.html#a129">ytable.cpp</a>, <a class="el" href="a04113.html#a5">cf_gramatical.cpp</a><li>yycheck
: <a class="el" href="a04113.html#a66">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a128">ytable.cpp</a><li>yyclearin
: <a class="el" href="a04113.html#a35">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a103">ytable.cpp</a><li>yyconst
: <a class="el" href="a04115.html#a20">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a3">lexlang.cpp</a><li>yydebug
: <a class="el" href="a04113.html#a6">cf_gramatical.cpp</a><li>yydefact
: <a class="el" href="a04113.html#a61">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a123">ytable.cpp</a><li>yydefgoto
: <a class="el" href="a04113.html#a62">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a124">ytable.cpp</a><li>YYEMPTY
: <a class="el" href="a04113.html#a36">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a104">ytable.cpp</a><li>YYEOF
: <a class="el" href="a04113.html#a37">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a105">ytable.cpp</a><li>YYERRCODE
: <a class="el" href="a04113.html#a45">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a113">ytable.cpp</a><li>yyerrok
: <a class="el" href="a04113.html#a34">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a102">ytable.cpp</a><li>yyerror
: <a class="el" href="a04113.html#a3">cf_gramatical.cpp</a><li>YYERROR
: <a class="el" href="a04113.html#a40">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a108">ytable.cpp</a><li>YYFAIL
: <a class="el" href="a04113.html#a41">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a109">ytable.cpp</a><li>YYFINAL
: <a class="el" href="a04113.html#a28">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a97">ytable.cpp</a><li>YYFLAG
: <a class="el" href="a04113.html#a29">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a98">ytable.cpp</a><li>yyFlexLexerOnce
: <a class="el" href="a04462.html#a1">lex.h</a><li>yyin
: <a class="el" href="a04113.html#a54">cf_gramatical.cpp</a>, <a class="el" href="a04115.html#a10">cf_lexical.cpp</a><li>YYINITDEPTH
: <a class="el" href="a04113.html#a47">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a115">ytable.cpp</a><li>YYLAST
: <a class="el" href="a04113.html#a32">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a101">ytable.cpp</a><li>yyleng
: <a class="el" href="a04463.html#a50">lexlang.cpp</a>, <a class="el" href="a04115.html#a11">cf_lexical.cpp</a><li>yyless
: <a class="el" href="a04115.html#a70">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a48">lexlang.cpp</a><li>yylex
: <a class="el" href="a04115.html#a12">cf_lexical.cpp</a>, <a class="el" href="a04113.html#a2">cf_gramatical.cpp</a><li>YYLEX
: <a class="el" href="a04113.html#a46">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a114">ytable.cpp</a><li>yylval
: <a class="el" href="a05334.html#a94">ytable.h</a>, <a class="el" href="a05333.html#a130">ytable.cpp</a>, <a class="el" href="a04113.html#a4">cf_gramatical.cpp</a><li>YYMAXDEPTH
: <a class="el" href="a04113.html#a48">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a116">ytable.cpp</a><li>yymore
: <a class="el" href="a04115.html#a50">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a32">lexlang.cpp</a><li>yynerrs
: <a class="el" href="a05333.html#a131">ytable.cpp</a>, <a class="el" href="a04113.html#a7">cf_gramatical.cpp</a><li>YYNTBASE
: <a class="el" href="a04113.html#a30">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a99">ytable.cpp</a><li>yyout
: <a class="el" href="a04115.html#a13">cf_lexical.cpp</a><li>yypact
: <a class="el" href="a04113.html#a63">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a125">ytable.cpp</a><li>yyparse
: <a class="el" href="a04113.html#a1">cf_gramatical.cpp</a><li>YYPARSE_PARAM
: <a class="el" href="a04113.html#a24">cf_gramatical.cpp</a><li>YYPARSE_PARAM_ARG
: <a class="el" href="a04113.html#a49">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a117">ytable.cpp</a><li>YYPARSE_PARAM_DECL
: <a class="el" href="a04113.html#a50">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a118">ytable.cpp</a><li>yypgoto
: <a class="el" href="a04113.html#a64">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a126">ytable.cpp</a><li>YYPOPSTACK
: <a class="el" href="a04113.html#a51">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a119">ytable.cpp</a><li>yyr1
: <a class="el" href="a04113.html#a59">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a121">ytable.cpp</a><li>yyr2
: <a class="el" href="a04113.html#a60">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a122">ytable.cpp</a><li>YYRECOVERING
: <a class="el" href="a04113.html#a42">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a110">ytable.cpp</a><li>yyrestart
: <a class="el" href="a04115.html#a14">cf_lexical.cpp</a><li>YYSTACK_ALLOC
: <a class="el" href="a04113.html#a33">cf_gramatical.cpp</a><li>YYSTATE
: <a class="el" href="a04115.html#a26">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a9">lexlang.cpp</a><li>YYSTYPE
: <a class="el" href="a05334.html#a0">ytable.h</a>, <a class="el" href="a05333.html#a95">ytable.cpp</a><li>yytable
: <a class="el" href="a04113.html#a65">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a127">ytable.cpp</a><li>yyterminate
: <a class="el" href="a04115.html#a63">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a41">lexlang.cpp</a><li>YYTERROR
: <a class="el" href="a04113.html#a44">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a112">ytable.cpp</a><li>yytext
: <a class="el" href="a04115.html#a15">cf_lexical.cpp</a><li>yytext_ptr
: <a class="el" href="a04115.html#a45">cf_lexical.cpp</a>, <a class="el" href="a04463.html#a27">lexlang.cpp</a><li>YYTRANSLATE
: <a class="el" href="a04113.html#a31">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a100">ytable.cpp</a><li>yytranslate
: <a class="el" href="a04113.html#a58">cf_gramatical.cpp</a>, <a class="el" href="a05333.html#a120">ytable.cpp</a><li>yywrap
: <a class="el" href="a04463.html#a60">lexlang.cpp</a>, <a class="el" href="a04115.html#a16">cf_lexical.cpp</a></ul>
<h3><a class="anchor" name="index_z">- z -</a></h3><ul>
<li>z
: <a class="el" href="a04223.html#a574">driver_opengl_extension_def.h</a><li>zoffset
: <a class="el" href="a04223.html#a640">driver_opengl_extension_def.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:55:02 2004 for NeL by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.6 </small></address>
</body>
</html>