This file is indexed.

/usr/share/gtk-doc/html/cogl-2.0-experimental/index.sgml is in libcogl-doc 1.22.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html">
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-2.0-experimental-The-Object-Interface.functions">
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface.other" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-2.0-experimental-The-Object-Interface.other">
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface.description" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-2.0-experimental-The-Object-Interface.description">
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-2.0-experimental-The-Object-Interface.functions_details">
<ANCHOR id="cogl-object-ref" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-object-ref">
<ANCHOR id="cogl-object-unref" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-object-unref">
<ANCHOR id="cogl-object-get-user-data" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-object-get-user-data">
<ANCHOR id="cogl-object-set-user-data" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-object-set-user-data">
<ANCHOR id="cogl-2.0-experimental-The-Object-Interface.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#cogl-2.0-experimental-The-Object-Interface.other_details">
<ANCHOR id="CoglObject" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#CoglObject">
<ANCHOR id="CoglUserDataKey" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#CoglUserDataKey">
<ANCHOR id="CoglUserDataDestroyCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Object-Interface.html#CoglUserDataDestroyCallback">
<ANCHOR id="cogl-2.0-experimental-Exception-handling" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html">
<ANCHOR id="cogl-2.0-experimental-Exception-handling.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-2.0-experimental-Exception-handling.functions">
<ANCHOR id="cogl-2.0-experimental-Exception-handling.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-2.0-experimental-Exception-handling.other">
<ANCHOR id="cogl-2.0-experimental-Exception-handling.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-2.0-experimental-Exception-handling.description">
<ANCHOR id="cogl-2.0-experimental-Exception-handling.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-2.0-experimental-Exception-handling.functions_details">
<ANCHOR id="cogl-error-matches" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-error-matches">
<ANCHOR id="cogl-error-free" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-error-free">
<ANCHOR id="cogl-error-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-error-copy">
<ANCHOR id="COGL-GLIB-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#COGL-GLIB-ERROR:CAPS">
<ANCHOR id="cogl-2.0-experimental-Exception-handling.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#cogl-2.0-experimental-Exception-handling.other_details">
<ANCHOR id="CoglError" href="cogl-2.0-experimental/cogl-2.0-experimental-Exception-handling.html#CoglError">
<ANCHOR id="cogl-2.0-experimental-Common-Types" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html">
<ANCHOR id="cogl-2.0-experimental-Common-Types.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#cogl-2.0-experimental-Common-Types.functions">
<ANCHOR id="cogl-2.0-experimental-Common-Types.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#cogl-2.0-experimental-Common-Types.other">
<ANCHOR id="cogl-2.0-experimental-Common-Types.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#cogl-2.0-experimental-Common-Types.description">
<ANCHOR id="cogl-2.0-experimental-Common-Types.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#cogl-2.0-experimental-Common-Types.functions_details">
<ANCHOR id="CoglFuncPtr" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglFuncPtr">
<ANCHOR id="cogl-2.0-experimental-Common-Types.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#cogl-2.0-experimental-Common-Types.other_details">
<ANCHOR id="CoglVertexP2" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP2">
<ANCHOR id="CoglVertexP3" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP3">
<ANCHOR id="CoglVertexP2C4" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP2C4">
<ANCHOR id="CoglVertexP3C4" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP3C4">
<ANCHOR id="CoglVertexP2T2" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP2T2">
<ANCHOR id="CoglVertexP3T2" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP3T2">
<ANCHOR id="CoglVertexP2T2C4" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP2T2C4">
<ANCHOR id="CoglVertexP3T2C4" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVertexP3T2C4">
<ANCHOR id="CoglVerticesMode" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglVerticesMode">
<ANCHOR id="COGL-VERTICES-MODE-POINTS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-POINTS:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-LINES:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-LINES:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-LINE-LOOP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-LINE-LOOP:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-LINE-STRIP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-LINE-STRIP:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-TRIANGLES:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-TRIANGLES:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-TRIANGLE-STRIP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-TRIANGLE-STRIP:CAPS">
<ANCHOR id="COGL-VERTICES-MODE-TRIANGLE-FAN:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-VERTICES-MODE-TRIANGLE-FAN:CAPS">
<ANCHOR id="CoglPixelFormat" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglPixelFormat">
<ANCHOR id="COGL-PIXEL-FORMAT-ANY:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ANY:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-A-8:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-A-8:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGB-565:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGB-565:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-4444:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-4444:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-5551:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-5551:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-YUV:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-YUV:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-G-8:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-G-8:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RG-88:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RG-88:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGB-888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGB-888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-BGR-888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-BGR-888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-8888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-8888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-BGRA-8888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-BGRA-8888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ARGB-8888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ARGB-8888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ABGR-8888:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ABGR-8888:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-1010102:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-1010102:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-BGRA-1010102:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-BGRA-1010102:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ARGB-2101010:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ARGB-2101010:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ABGR-2101010:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ABGR-2101010:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-8888-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-8888-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-BGRA-8888-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-BGRA-8888-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ARGB-8888-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ARGB-8888-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ABGR-8888-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ABGR-8888-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-4444-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-4444-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-5551-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-5551-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-RGBA-1010102-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-RGBA-1010102-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-BGRA-1010102-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-BGRA-1010102-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ARGB-2101010-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ARGB-2101010-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-ABGR-2101010-PRE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-ABGR-2101010-PRE:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-DEPTH-16:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-DEPTH-16:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-DEPTH-32:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-DEPTH-32:CAPS">
<ANCHOR id="COGL-PIXEL-FORMAT-DEPTH-24-STENCIL-8:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-PIXEL-FORMAT-DEPTH-24-STENCIL-8:CAPS">
<ANCHOR id="CoglBufferTarget" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglBufferTarget">
<ANCHOR id="COGL-WINDOW-BUFFER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-WINDOW-BUFFER:CAPS">
<ANCHOR id="COGL-OFFSCREEN-BUFFER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-OFFSCREEN-BUFFER:CAPS">
<ANCHOR id="CoglBufferBit" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglBufferBit">
<ANCHOR id="COGL-BUFFER-BIT-COLOR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-BUFFER-BIT-COLOR:CAPS">
<ANCHOR id="COGL-BUFFER-BIT-DEPTH:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-BUFFER-BIT-DEPTH:CAPS">
<ANCHOR id="COGL-BUFFER-BIT-STENCIL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-BUFFER-BIT-STENCIL:CAPS">
<ANCHOR id="CoglAttributeType" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglAttributeType">
<ANCHOR id="COGL-ATTRIBUTE-TYPE-BYTE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-ATTRIBUTE-TYPE-BYTE:CAPS">
<ANCHOR id="COGL-ATTRIBUTE-TYPE-UNSIGNED-BYTE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-ATTRIBUTE-TYPE-UNSIGNED-BYTE:CAPS">
<ANCHOR id="COGL-ATTRIBUTE-TYPE-SHORT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-ATTRIBUTE-TYPE-SHORT:CAPS">
<ANCHOR id="COGL-ATTRIBUTE-TYPE-UNSIGNED-SHORT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-ATTRIBUTE-TYPE-UNSIGNED-SHORT:CAPS">
<ANCHOR id="COGL-ATTRIBUTE-TYPE-FLOAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-ATTRIBUTE-TYPE-FLOAT:CAPS">
<ANCHOR id="CoglColorMask" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglColorMask">
<ANCHOR id="COGL-COLOR-MASK-NONE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-NONE:CAPS">
<ANCHOR id="COGL-COLOR-MASK-RED:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-RED:CAPS">
<ANCHOR id="COGL-COLOR-MASK-GREEN:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-GREEN:CAPS">
<ANCHOR id="COGL-COLOR-MASK-BLUE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-BLUE:CAPS">
<ANCHOR id="COGL-COLOR-MASK-ALPHA:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-ALPHA:CAPS">
<ANCHOR id="COGL-COLOR-MASK-ALL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-COLOR-MASK-ALL:CAPS">
<ANCHOR id="CoglTextureFlags" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglTextureFlags">
<ANCHOR id="COGL-TEXTURE-NONE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-TEXTURE-NONE:CAPS">
<ANCHOR id="COGL-TEXTURE-NO-AUTO-MIPMAP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-TEXTURE-NO-AUTO-MIPMAP:CAPS">
<ANCHOR id="COGL-TEXTURE-NO-SLICING:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-TEXTURE-NO-SLICING:CAPS">
<ANCHOR id="COGL-TEXTURE-NO-ATLAS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#COGL-TEXTURE-NO-ATLAS:CAPS">
<ANCHOR id="CoglBool" href="cogl-2.0-experimental/cogl-2.0-experimental-Common-Types.html#CoglBool">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.functions">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.other">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.description">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.functions_details">
<ANCHOR id="cogl-is-renderer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-is-renderer">
<ANCHOR id="cogl-renderer-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-new">
<ANCHOR id="cogl-renderer-get-n-fragment-texture-units" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-get-n-fragment-texture-units">
<ANCHOR id="cogl-renderer-connect" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-connect">
<ANCHOR id="cogl-renderer-set-winsys-id" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-set-winsys-id">
<ANCHOR id="cogl-renderer-get-winsys-id" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-get-winsys-id">
<ANCHOR id="cogl-renderer-add-constraint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-add-constraint">
<ANCHOR id="cogl-renderer-remove-constraint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-renderer-remove-constraint">
<ANCHOR id="cogl-xlib-renderer-set-foreign-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-xlib-renderer-set-foreign-display">
<ANCHOR id="cogl-xlib-renderer-get-foreign-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-xlib-renderer-get-foreign-display">
<ANCHOR id="CoglXlibFilterFunc" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglXlibFilterFunc">
<ANCHOR id="cogl-xlib-renderer-add-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-xlib-renderer-add-filter">
<ANCHOR id="cogl-xlib-renderer-remove-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-xlib-renderer-remove-filter">
<ANCHOR id="cogl-xlib-renderer-handle-event" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-xlib-renderer-handle-event">
<ANCHOR id="CoglWin32FilterFunc" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglWin32FilterFunc">
<ANCHOR id="cogl-win32-renderer-add-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-win32-renderer-add-filter">
<ANCHOR id="cogl-win32-renderer-remove-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-win32-renderer-remove-filter">
<ANCHOR id="cogl-win32-renderer-handle-event" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-win32-renderer-handle-event">
<ANCHOR id="cogl-win32-renderer-set-event-retrieval-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-win32-renderer-set-event-retrieval-enabled">
<ANCHOR id="cogl-wayland-renderer-set-foreign-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-wayland-renderer-set-foreign-display">
<ANCHOR id="cogl-wayland-renderer-set-event-dispatch-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-wayland-renderer-set-event-dispatch-enabled">
<ANCHOR id="cogl-wayland-renderer-get-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-wayland-renderer-get-display">
<ANCHOR id="cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.other_details">
<ANCHOR id="CoglRenderer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglRenderer">
<ANCHOR id="CoglWinsysID" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglWinsysID">
<ANCHOR id="COGL-WINSYS-ID-ANY:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-ANY:CAPS">
<ANCHOR id="COGL-WINSYS-ID-STUB:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-STUB:CAPS">
<ANCHOR id="COGL-WINSYS-ID-GLX:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-GLX:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-XLIB:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-XLIB:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-NULL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-NULL:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-GDL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-GDL:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-WAYLAND:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-WAYLAND:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-KMS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-KMS:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-ANDROID:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-ANDROID:CAPS">
<ANCHOR id="COGL-WINSYS-ID-EGL-MIR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-EGL-MIR:CAPS">
<ANCHOR id="COGL-WINSYS-ID-WGL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-WGL:CAPS">
<ANCHOR id="COGL-WINSYS-ID-SDL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-WINSYS-ID-SDL:CAPS">
<ANCHOR id="CoglRendererConstraint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglRendererConstraint">
<ANCHOR id="COGL-RENDERER-CONSTRAINT-USES-X11:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-RENDERER-CONSTRAINT-USES-X11:CAPS">
<ANCHOR id="COGL-RENDERER-CONSTRAINT-USES-XLIB:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-RENDERER-CONSTRAINT-USES-XLIB:CAPS">
<ANCHOR id="COGL-RENDERER-CONSTRAINT-USES-EGL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-RENDERER-CONSTRAINT-USES-EGL:CAPS">
<ANCHOR id="COGL-RENDERER-CONSTRAINT-SUPPORTS-COGL-GLES2:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-RENDERER-CONSTRAINT-SUPPORTS-COGL-GLES2:CAPS">
<ANCHOR id="CoglFilterReturn" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#CoglFilterReturn">
<ANCHOR id="COGL-FILTER-CONTINUE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-FILTER-CONTINUE:CAPS">
<ANCHOR id="COGL-FILTER-REMOVE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglRenderer---Connect-to-a-backend-renderer.html#COGL-FILTER-REMOVE:CAPS">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.functions">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.other">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.description">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.functions_details">
<ANCHOR id="cogl-is-onscreen-template" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-is-onscreen-template">
<ANCHOR id="cogl-onscreen-template-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-onscreen-template-new">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.other_details">
<ANCHOR id="CoglOnscreenTemplate" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreenTemplate---Describe-a-template-for-onscreen-framebuffers.html#CoglOnscreenTemplate">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.functions">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.other">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.description">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.functions_details">
<ANCHOR id="cogl-is-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-is-display">
<ANCHOR id="cogl-display-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-display-new">
<ANCHOR id="cogl-display-get-renderer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-display-get-renderer">
<ANCHOR id="cogl-display-setup" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-display-setup">
<ANCHOR id="cogl-gdl-display-set-plane" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-gdl-display-set-plane">
<ANCHOR id="cogl-wayland-display-set-compositor-display" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-wayland-display-set-compositor-display">
<ANCHOR id="cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.other_details">
<ANCHOR id="CoglDisplay" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglDisplay---Setup-a-display-pipeline.html#CoglDisplay">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-2.0-experimental-The-Top-Level-Context.functions">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context.other" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-2.0-experimental-The-Top-Level-Context.other">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context.description" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-2.0-experimental-The-Top-Level-Context.description">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-2.0-experimental-The-Top-Level-Context.functions_details">
<ANCHOR id="cogl-is-context" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-is-context">
<ANCHOR id="cogl-context-new" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-context-new">
<ANCHOR id="cogl-context-get-display" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-context-get-display">
<ANCHOR id="cogl-has-feature" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-has-feature">
<ANCHOR id="cogl-has-features" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-has-features">
<ANCHOR id="CoglFeatureCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#CoglFeatureCallback">
<ANCHOR id="cogl-foreach-feature" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-foreach-feature">
<ANCHOR id="cogl-push-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-push-matrix">
<ANCHOR id="cogl-pop-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-pop-matrix">
<ANCHOR id="cogl-scale" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-scale">
<ANCHOR id="cogl-translate" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-translate">
<ANCHOR id="cogl-rotate" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-rotate">
<ANCHOR id="cogl-transform" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-transform">
<ANCHOR id="cogl-frustum" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-frustum">
<ANCHOR id="cogl-perspective" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-perspective">
<ANCHOR id="cogl-ortho" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-ortho">
<ANCHOR id="cogl-get-modelview-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-get-modelview-matrix">
<ANCHOR id="cogl-set-modelview-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-modelview-matrix">
<ANCHOR id="cogl-get-projection-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-get-projection-matrix">
<ANCHOR id="cogl-set-projection-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-projection-matrix">
<ANCHOR id="cogl-set-viewport" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-viewport">
<ANCHOR id="cogl-get-viewport" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-get-viewport">
<ANCHOR id="cogl-set-source" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-source">
<ANCHOR id="cogl-set-source-color" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-source-color">
<ANCHOR id="cogl-set-source-color4ub" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-source-color4ub">
<ANCHOR id="cogl-set-source-color4f" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-source-color4f">
<ANCHOR id="cogl-set-source-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-set-source-texture">
<ANCHOR id="cogl-get-source" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-get-source">
<ANCHOR id="cogl-push-source" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-push-source">
<ANCHOR id="cogl-pop-source" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-pop-source">
<ANCHOR id="cogl-clear" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-clear">
<ANCHOR id="cogl-read-pixels" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-read-pixels">
<ANCHOR id="cogl-flush" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-flush">
<ANCHOR id="cogl-2.0-experimental-The-Top-Level-Context.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#cogl-2.0-experimental-The-Top-Level-Context.other_details">
<ANCHOR id="CoglContext" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#CoglContext">
<ANCHOR id="CoglFeatureID" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#CoglFeatureID">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-NPOT-BASIC:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-NPOT-BASIC:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-NPOT-MIPMAP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-NPOT-MIPMAP:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-NPOT-REPEAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-NPOT-REPEAT:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-NPOT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-NPOT:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-RECTANGLE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-RECTANGLE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-3D:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-3D:CAPS">
<ANCHOR id="COGL-FEATURE-ID-GLSL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-GLSL:CAPS">
<ANCHOR id="COGL-FEATURE-ID-ARBFP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-ARBFP:CAPS">
<ANCHOR id="COGL-FEATURE-ID-OFFSCREEN:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-OFFSCREEN:CAPS">
<ANCHOR id="COGL-FEATURE-ID-OFFSCREEN-MULTISAMPLE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-OFFSCREEN-MULTISAMPLE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-ONSCREEN-MULTIPLE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-ONSCREEN-MULTIPLE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-UNSIGNED-INT-INDICES:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-UNSIGNED-INT-INDICES:CAPS">
<ANCHOR id="COGL-FEATURE-ID-DEPTH-RANGE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-DEPTH-RANGE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-POINT-SPRITE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-POINT-SPRITE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-MAP-BUFFER-FOR-READ:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-MAP-BUFFER-FOR-READ:CAPS">
<ANCHOR id="COGL-FEATURE-ID-MAP-BUFFER-FOR-WRITE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-MAP-BUFFER-FOR-WRITE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-MIRRORED-REPEAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-MIRRORED-REPEAT:CAPS">
<ANCHOR id="COGL-FEATURE-ID-SWAP-BUFFERS-EVENT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-SWAP-BUFFERS-EVENT:CAPS">
<ANCHOR id="COGL-FEATURE-ID-GLES2-CONTEXT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-GLES2-CONTEXT:CAPS">
<ANCHOR id="COGL-FEATURE-ID-DEPTH-TEXTURE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-DEPTH-TEXTURE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-PRESENTATION-TIME:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-PRESENTATION-TIME:CAPS">
<ANCHOR id="COGL-FEATURE-ID-FENCE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-FENCE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-PER-VERTEX-POINT-SIZE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-PER-VERTEX-POINT-SIZE:CAPS">
<ANCHOR id="COGL-FEATURE-ID-TEXTURE-RG:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-TEXTURE-RG:CAPS">
<ANCHOR id="COGL-FEATURE-ID-BUFFER-AGE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-FEATURE-ID-BUFFER-AGE:CAPS">
<ANCHOR id="CoglReadPixelsFlags" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#CoglReadPixelsFlags">
<ANCHOR id="COGL-READ-PIXELS-COLOR-BUFFER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Top-Level-Context.html#COGL-READ-PIXELS-COLOR-BUFFER:CAPS">
<ANCHOR id="cogl-Blend-Strings" href="cogl-2.0-experimental/cogl-Blend-Strings.html">
<ANCHOR id="cogl-Blend-Strings.description" href="cogl-2.0-experimental/cogl-Blend-Strings.html#cogl-Blend-Strings.description">
<ANCHOR id="cogl-2.0-experimental-Pipeline" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html">
<ANCHOR id="cogl-2.0-experimental-Pipeline.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-2.0-experimental-Pipeline.functions">
<ANCHOR id="cogl-2.0-experimental-Pipeline.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-2.0-experimental-Pipeline.other">
<ANCHOR id="cogl-2.0-experimental-Pipeline.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-2.0-experimental-Pipeline.description">
<ANCHOR id="cogl-2.0-experimental-Pipeline.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-2.0-experimental-Pipeline.functions_details">
<ANCHOR id="cogl-pipeline-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-new">
<ANCHOR id="cogl-pipeline-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-copy">
<ANCHOR id="cogl-is-pipeline" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-is-pipeline">
<ANCHOR id="cogl-pipeline-set-color" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-color">
<ANCHOR id="cogl-pipeline-set-color4ub" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-color4ub">
<ANCHOR id="cogl-pipeline-set-color4f" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-color4f">
<ANCHOR id="cogl-pipeline-get-color" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-color">
<ANCHOR id="cogl-pipeline-set-ambient" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-ambient">
<ANCHOR id="cogl-pipeline-get-ambient" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-ambient">
<ANCHOR id="cogl-pipeline-set-diffuse" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-diffuse">
<ANCHOR id="cogl-pipeline-get-diffuse" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-diffuse">
<ANCHOR id="cogl-pipeline-set-ambient-and-diffuse" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-ambient-and-diffuse">
<ANCHOR id="cogl-pipeline-set-emission" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-emission">
<ANCHOR id="cogl-pipeline-get-emission" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-emission">
<ANCHOR id="cogl-pipeline-set-specular" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-specular">
<ANCHOR id="cogl-pipeline-get-specular" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-specular">
<ANCHOR id="cogl-pipeline-set-shininess" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-shininess">
<ANCHOR id="cogl-pipeline-get-shininess" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-shininess">
<ANCHOR id="cogl-pipeline-set-alpha-test-function" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-alpha-test-function">
<ANCHOR id="COGL-BLEND-STRING-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-BLEND-STRING-ERROR:CAPS">
<ANCHOR id="cogl-pipeline-set-blend" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-blend">
<ANCHOR id="cogl-pipeline-set-blend-constant" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-blend-constant">
<ANCHOR id="cogl-pipeline-set-point-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-point-size">
<ANCHOR id="cogl-pipeline-get-point-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-point-size">
<ANCHOR id="cogl-pipeline-set-per-vertex-point-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-per-vertex-point-size">
<ANCHOR id="cogl-pipeline-get-per-vertex-point-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-per-vertex-point-size">
<ANCHOR id="cogl-pipeline-get-color-mask" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-color-mask">
<ANCHOR id="cogl-pipeline-set-color-mask" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-color-mask">
<ANCHOR id="cogl-pipeline-set-depth-state" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-depth-state">
<ANCHOR id="cogl-pipeline-get-depth-state" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-depth-state">
<ANCHOR id="cogl-pipeline-set-cull-face-mode" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-cull-face-mode">
<ANCHOR id="cogl-pipeline-set-front-face-winding" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-front-face-winding">
<ANCHOR id="cogl-pipeline-set-layer-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-texture">
<ANCHOR id="cogl-pipeline-set-layer-null-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-null-texture">
<ANCHOR id="cogl-pipeline-get-layer-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-layer-texture">
<ANCHOR id="cogl-pipeline-set-layer-filters" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-filters">
<ANCHOR id="cogl-pipeline-get-layer-min-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-layer-min-filter">
<ANCHOR id="cogl-pipeline-get-layer-mag-filter" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-layer-mag-filter">
<ANCHOR id="cogl-pipeline-set-layer-wrap-mode" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-wrap-mode">
<ANCHOR id="cogl-pipeline-set-layer-wrap-mode-s" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-wrap-mode-s">
<ANCHOR id="cogl-pipeline-set-layer-wrap-mode-t" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-wrap-mode-t">
<ANCHOR id="cogl-pipeline-set-layer-wrap-mode-p" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-wrap-mode-p">
<ANCHOR id="cogl-pipeline-set-layer-combine" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-combine">
<ANCHOR id="cogl-Layer-Combine-Examples" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-Layer-Combine-Examples">
<ANCHOR id="cogl-pipeline-set-layer-combine-constant" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-combine-constant">
<ANCHOR id="cogl-pipeline-set-layer-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-matrix">
<ANCHOR id="cogl-pipeline-set-layer-point-sprite-coords-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-layer-point-sprite-coords-enabled">
<ANCHOR id="cogl-pipeline-get-layer-point-sprite-coords-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-layer-point-sprite-coords-enabled">
<ANCHOR id="cogl-pipeline-remove-layer" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-remove-layer">
<ANCHOR id="cogl-pipeline-get-n-layers" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-n-layers">
<ANCHOR id="CoglPipelineLayerCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipelineLayerCallback">
<ANCHOR id="cogl-pipeline-foreach-layer" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-foreach-layer">
<ANCHOR id="cogl-pipeline-get-uniform-location" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-get-uniform-location">
<ANCHOR id="cogl-pipeline-set-uniform-1f" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-uniform-1f">
<ANCHOR id="cogl-pipeline-set-uniform-1i" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-uniform-1i">
<ANCHOR id="cogl-pipeline-set-uniform-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-uniform-float">
<ANCHOR id="cogl-pipeline-set-uniform-int" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-uniform-int">
<ANCHOR id="cogl-pipeline-set-uniform-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-set-uniform-matrix">
<ANCHOR id="cogl-pipeline-add-snippet" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-add-snippet">
<ANCHOR id="cogl-pipeline-add-layer-snippet" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-pipeline-add-layer-snippet">
<ANCHOR id="cogl-2.0-experimental-Pipeline.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#cogl-2.0-experimental-Pipeline.other_details">
<ANCHOR id="CoglPipeline" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipeline">
<ANCHOR id="CoglPipelineAlphaFunc" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipelineAlphaFunc">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-NEVER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-NEVER:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-LESS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-LESS:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-EQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-EQUAL:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-LEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-LEQUAL:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-GREATER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-GREATER:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-NOTEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-NOTEQUAL:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-GEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-GEQUAL:CAPS">
<ANCHOR id="COGL-PIPELINE-ALPHA-FUNC-ALWAYS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-ALPHA-FUNC-ALWAYS:CAPS">
<ANCHOR id="CoglBlendStringError" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglBlendStringError">
<ANCHOR id="COGL-BLEND-STRING-ERROR-PARSE-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-BLEND-STRING-ERROR-PARSE-ERROR:CAPS">
<ANCHOR id="COGL-BLEND-STRING-ERROR-ARGUMENT-PARSE-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-BLEND-STRING-ERROR-ARGUMENT-PARSE-ERROR:CAPS">
<ANCHOR id="COGL-BLEND-STRING-ERROR-INVALID-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-BLEND-STRING-ERROR-INVALID-ERROR:CAPS">
<ANCHOR id="COGL-BLEND-STRING-ERROR-GPU-UNSUPPORTED-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-BLEND-STRING-ERROR-GPU-UNSUPPORTED-ERROR:CAPS">
<ANCHOR id="CoglPipelineCullFaceMode" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipelineCullFaceMode">
<ANCHOR id="COGL-PIPELINE-CULL-FACE-MODE-NONE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-CULL-FACE-MODE-NONE:CAPS">
<ANCHOR id="COGL-PIPELINE-CULL-FACE-MODE-FRONT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-CULL-FACE-MODE-FRONT:CAPS">
<ANCHOR id="COGL-PIPELINE-CULL-FACE-MODE-BACK:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-CULL-FACE-MODE-BACK:CAPS">
<ANCHOR id="COGL-PIPELINE-CULL-FACE-MODE-BOTH:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-CULL-FACE-MODE-BOTH:CAPS">
<ANCHOR id="CoglWinding" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglWinding">
<ANCHOR id="COGL-WINDING-CLOCKWISE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-WINDING-CLOCKWISE:CAPS">
<ANCHOR id="COGL-WINDING-COUNTER-CLOCKWISE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-WINDING-COUNTER-CLOCKWISE:CAPS">
<ANCHOR id="CoglPipelineFilter" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipelineFilter">
<ANCHOR id="COGL-PIPELINE-FILTER-NEAREST:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-NEAREST:CAPS">
<ANCHOR id="COGL-PIPELINE-FILTER-LINEAR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-LINEAR:CAPS">
<ANCHOR id="COGL-PIPELINE-FILTER-NEAREST-MIPMAP-NEAREST:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-NEAREST-MIPMAP-NEAREST:CAPS">
<ANCHOR id="COGL-PIPELINE-FILTER-LINEAR-MIPMAP-NEAREST:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-LINEAR-MIPMAP-NEAREST:CAPS">
<ANCHOR id="COGL-PIPELINE-FILTER-NEAREST-MIPMAP-LINEAR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-NEAREST-MIPMAP-LINEAR:CAPS">
<ANCHOR id="COGL-PIPELINE-FILTER-LINEAR-MIPMAP-LINEAR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-FILTER-LINEAR-MIPMAP-LINEAR:CAPS">
<ANCHOR id="CoglPipelineWrapMode" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#CoglPipelineWrapMode">
<ANCHOR id="COGL-PIPELINE-WRAP-MODE-REPEAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-WRAP-MODE-REPEAT:CAPS">
<ANCHOR id="COGL-PIPELINE-WRAP-MODE-MIRRORED-REPEAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-WRAP-MODE-MIRRORED-REPEAT:CAPS">
<ANCHOR id="COGL-PIPELINE-WRAP-MODE-CLAMP-TO-EDGE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-WRAP-MODE-CLAMP-TO-EDGE:CAPS">
<ANCHOR id="COGL-PIPELINE-WRAP-MODE-AUTOMATIC:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Pipeline.html#COGL-PIPELINE-WRAP-MODE-AUTOMATIC:CAPS">
<ANCHOR id="cogl-2.0-experimental-Depth-State" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html">
<ANCHOR id="cogl-2.0-experimental-Depth-State.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-2.0-experimental-Depth-State.functions">
<ANCHOR id="cogl-2.0-experimental-Depth-State.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-2.0-experimental-Depth-State.other">
<ANCHOR id="cogl-2.0-experimental-Depth-State.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-2.0-experimental-Depth-State.description">
<ANCHOR id="cogl-2.0-experimental-Depth-State.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-2.0-experimental-Depth-State.functions_details">
<ANCHOR id="cogl-depth-state-init" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-init">
<ANCHOR id="cogl-depth-state-set-test-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-set-test-enabled">
<ANCHOR id="cogl-depth-state-get-test-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-get-test-enabled">
<ANCHOR id="cogl-depth-state-set-test-function" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-set-test-function">
<ANCHOR id="cogl-depth-state-get-test-function" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-get-test-function">
<ANCHOR id="cogl-depth-state-set-write-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-set-write-enabled">
<ANCHOR id="cogl-depth-state-get-write-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-get-write-enabled">
<ANCHOR id="cogl-depth-state-set-range" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-set-range">
<ANCHOR id="cogl-depth-state-get-range" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-depth-state-get-range">
<ANCHOR id="cogl-2.0-experimental-Depth-State.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#cogl-2.0-experimental-Depth-State.other_details">
<ANCHOR id="CoglDepthState" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#CoglDepthState">
<ANCHOR id="CoglDepthTestFunction" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#CoglDepthTestFunction">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-NEVER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-NEVER:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-LESS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-LESS:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-EQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-EQUAL:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-LEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-LEQUAL:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-GREATER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-GREATER:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-NOTEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-NOTEQUAL:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-GEQUAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-GEQUAL:CAPS">
<ANCHOR id="COGL-DEPTH-TEST-FUNCTION-ALWAYS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Depth-State.html#COGL-DEPTH-TEST-FUNCTION-ALWAYS:CAPS">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-2.0-experimental-Shader-snippets.functions">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-2.0-experimental-Shader-snippets.other">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-2.0-experimental-Shader-snippets.description">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-2.0-experimental-Shader-snippets.functions_details">
<ANCHOR id="cogl-snippet-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-new">
<ANCHOR id="cogl-snippet-get-hook" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-get-hook">
<ANCHOR id="cogl-is-snippet" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-is-snippet">
<ANCHOR id="cogl-snippet-set-declarations" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-set-declarations">
<ANCHOR id="cogl-snippet-get-declarations" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-get-declarations">
<ANCHOR id="cogl-snippet-set-pre" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-set-pre">
<ANCHOR id="cogl-snippet-get-pre" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-get-pre">
<ANCHOR id="cogl-snippet-set-replace" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-set-replace">
<ANCHOR id="cogl-snippet-get-replace" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-get-replace">
<ANCHOR id="cogl-snippet-set-post" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-set-post">
<ANCHOR id="cogl-snippet-get-post" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-snippet-get-post">
<ANCHOR id="cogl-2.0-experimental-Shader-snippets.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#cogl-2.0-experimental-Shader-snippets.other_details">
<ANCHOR id="CoglSnippet" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#CoglSnippet">
<ANCHOR id="CoglSnippetHook" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#CoglSnippetHook">
<ANCHOR id="COGL-SNIPPET-HOOK-VERTEX:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-VERTEX:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-VERTEX-TRANSFORM:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-VERTEX-TRANSFORM:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-VERTEX-GLOBALS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-VERTEX-GLOBALS:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-POINT-SIZE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-POINT-SIZE:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-FRAGMENT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-FRAGMENT:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-FRAGMENT-GLOBALS:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-FRAGMENT-GLOBALS:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-TEXTURE-COORD-TRANSFORM:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-TEXTURE-COORD-TRANSFORM:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-LAYER-FRAGMENT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-LAYER-FRAGMENT:CAPS">
<ANCHOR id="COGL-SNIPPET-HOOK-TEXTURE-LOOKUP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Shader-snippets.html#COGL-SNIPPET-HOOK-TEXTURE-LOOKUP:CAPS">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.stability-level" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.stability-level">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.functions">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.other">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.description">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.functions_details">
<ANCHOR id="cogl-is-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-is-buffer">
<ANCHOR id="cogl-buffer-get-size" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-get-size">
<ANCHOR id="cogl-buffer-set-update-hint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-set-update-hint">
<ANCHOR id="cogl-buffer-get-update-hint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-get-update-hint">
<ANCHOR id="cogl-buffer-map" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-map">
<ANCHOR id="cogl-buffer-map-range" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-map-range">
<ANCHOR id="cogl-buffer-unmap" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-unmap">
<ANCHOR id="cogl-buffer-set-data" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-buffer-set-data">
<ANCHOR id="cogl-pixel-buffer-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-pixel-buffer-new">
<ANCHOR id="cogl-is-pixel-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-is-pixel-buffer">
<ANCHOR id="cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.other_details">
<ANCHOR id="CoglBuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#CoglBuffer">
<ANCHOR id="CoglBufferUpdateHint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#CoglBufferUpdateHint">
<ANCHOR id="COGL-BUFFER-UPDATE-HINT-STATIC:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-UPDATE-HINT-STATIC:CAPS">
<ANCHOR id="COGL-BUFFER-UPDATE-HINT-DYNAMIC:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-UPDATE-HINT-DYNAMIC:CAPS">
<ANCHOR id="COGL-BUFFER-UPDATE-HINT-STREAM:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-UPDATE-HINT-STREAM:CAPS">
<ANCHOR id="CoglBufferAccess" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#CoglBufferAccess">
<ANCHOR id="COGL-BUFFER-ACCESS-READ:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-ACCESS-READ:CAPS">
<ANCHOR id="COGL-BUFFER-ACCESS-WRITE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-ACCESS-WRITE:CAPS">
<ANCHOR id="COGL-BUFFER-ACCESS-READ-WRITE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-ACCESS-READ-WRITE:CAPS">
<ANCHOR id="CoglBufferMapHint" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#CoglBufferMapHint">
<ANCHOR id="COGL-BUFFER-MAP-HINT-DISCARD:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-MAP-HINT-DISCARD:CAPS">
<ANCHOR id="COGL-BUFFER-MAP-HINT-DISCARD-RANGE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#COGL-BUFFER-MAP-HINT-DISCARD-RANGE:CAPS">
<ANCHOR id="CoglPixelBuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglBuffer---The-Buffer-Interface.html#CoglPixelBuffer">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.functions">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.other">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.description">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.functions_details">
<ANCHOR id="cogl-attribute-buffer-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-attribute-buffer-new-with-size">
<ANCHOR id="cogl-attribute-buffer-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-attribute-buffer-new">
<ANCHOR id="cogl-is-attribute-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-is-attribute-buffer">
<ANCHOR id="cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.other_details">
<ANCHOR id="CoglAttributeBuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglAttributeBuffer---Buffers-of-vertex-attributes.html#CoglAttributeBuffer">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.functions">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.other">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.description">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.functions_details">
<ANCHOR id="cogl-index-buffer-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-index-buffer-new">
<ANCHOR id="cogl-is-index-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-is-index-buffer">
<ANCHOR id="cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.other_details">
<ANCHOR id="CoglIndexBuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglIndexBuffer---Buffers-of-vertex-indices.html#CoglIndexBuffer">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-2.0-experimental-Vertex-Attributes.functions">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-2.0-experimental-Vertex-Attributes.other">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-2.0-experimental-Vertex-Attributes.description">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-2.0-experimental-Vertex-Attributes.functions_details">
<ANCHOR id="cogl-attribute-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-attribute-new">
<ANCHOR id="cogl-is-attribute" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-is-attribute">
<ANCHOR id="cogl-attribute-set-normalized" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-attribute-set-normalized">
<ANCHOR id="cogl-attribute-get-normalized" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-attribute-get-normalized">
<ANCHOR id="cogl-attribute-get-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-attribute-get-buffer">
<ANCHOR id="cogl-attribute-set-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-attribute-set-buffer">
<ANCHOR id="cogl-2.0-experimental-Vertex-Attributes.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#cogl-2.0-experimental-Vertex-Attributes.other_details">
<ANCHOR id="CoglAttribute" href="cogl-2.0-experimental/cogl-2.0-experimental-Vertex-Attributes.html#CoglAttribute">
<ANCHOR id="cogl-2.0-experimental-Indices" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html">
<ANCHOR id="cogl-2.0-experimental-Indices.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-2.0-experimental-Indices.functions">
<ANCHOR id="cogl-2.0-experimental-Indices.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-2.0-experimental-Indices.other">
<ANCHOR id="cogl-2.0-experimental-Indices.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-2.0-experimental-Indices.description">
<ANCHOR id="cogl-2.0-experimental-Indices.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-2.0-experimental-Indices.functions_details">
<ANCHOR id="cogl-is-indices" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-is-indices">
<ANCHOR id="cogl-indices-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-indices-new">
<ANCHOR id="cogl-get-rectangle-indices" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-get-rectangle-indices">
<ANCHOR id="cogl-2.0-experimental-Indices.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#cogl-2.0-experimental-Indices.other_details">
<ANCHOR id="CoglIndices" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#CoglIndices">
<ANCHOR id="CoglIndicesType" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#CoglIndicesType">
<ANCHOR id="COGL-INDICES-TYPE-UNSIGNED-BYTE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#COGL-INDICES-TYPE-UNSIGNED-BYTE:CAPS">
<ANCHOR id="COGL-INDICES-TYPE-UNSIGNED-SHORT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#COGL-INDICES-TYPE-UNSIGNED-SHORT:CAPS">
<ANCHOR id="COGL-INDICES-TYPE-UNSIGNED-INT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Indices.html#COGL-INDICES-TYPE-UNSIGNED-INT:CAPS">
<ANCHOR id="cogl-2.0-experimental-Primitives" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html">
<ANCHOR id="cogl-2.0-experimental-Primitives.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-2.0-experimental-Primitives.functions">
<ANCHOR id="cogl-2.0-experimental-Primitives.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-2.0-experimental-Primitives.other">
<ANCHOR id="cogl-2.0-experimental-Primitives.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-2.0-experimental-Primitives.description">
<ANCHOR id="cogl-2.0-experimental-Primitives.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-2.0-experimental-Primitives.functions_details">
<ANCHOR id="cogl-primitive-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new">
<ANCHOR id="cogl-primitive-new-with-attributes" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-with-attributes">
<ANCHOR id="cogl-primitive-new-p2" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p2">
<ANCHOR id="cogl-primitive-new-p3" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p3">
<ANCHOR id="cogl-primitive-new-p2c4" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p2c4">
<ANCHOR id="cogl-primitive-new-p3c4" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p3c4">
<ANCHOR id="cogl-primitive-new-p2t2" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p2t2">
<ANCHOR id="cogl-primitive-new-p3t2" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p3t2">
<ANCHOR id="cogl-primitive-new-p2t2c4" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p2t2c4">
<ANCHOR id="cogl-primitive-new-p3t2c4" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-new-p3t2c4">
<ANCHOR id="cogl-is-primitive" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-is-primitive">
<ANCHOR id="cogl-primitive-get-first-vertex" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-get-first-vertex">
<ANCHOR id="cogl-primitive-set-first-vertex" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-set-first-vertex">
<ANCHOR id="cogl-primitive-get-n-vertices" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-get-n-vertices">
<ANCHOR id="cogl-primitive-set-n-vertices" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-set-n-vertices">
<ANCHOR id="cogl-primitive-get-mode" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-get-mode">
<ANCHOR id="cogl-primitive-set-mode" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-set-mode">
<ANCHOR id="cogl-primitive-set-attributes" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-set-attributes">
<ANCHOR id="cogl-primitive-get-indices" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-get-indices">
<ANCHOR id="cogl-primitive-set-indices" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-set-indices">
<ANCHOR id="cogl-primitive-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-copy">
<ANCHOR id="CoglPrimitiveAttributeCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#CoglPrimitiveAttributeCallback">
<ANCHOR id="cogl-primitive-foreach-attribute" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-foreach-attribute">
<ANCHOR id="cogl-primitive-draw" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-primitive-draw">
<ANCHOR id="cogl-2.0-experimental-Primitives.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#cogl-2.0-experimental-Primitives.other_details">
<ANCHOR id="CoglPrimitive" href="cogl-2.0-experimental/cogl-2.0-experimental-Primitives.html#CoglPrimitive">
<ANCHOR id="cogl-2.0-experimental-Path-Primitives" href="cogl-2.0-experimental/cogl-2.0-experimental-Path-Primitives.html">
<ANCHOR id="cogl-2.0-experimental-Path-Primitives.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Path-Primitives.html#cogl-2.0-experimental-Path-Primitives.description">
<ANCHOR id="cogl-2.0-experimental-Path-Primitives.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Path-Primitives.html#cogl-2.0-experimental-Path-Primitives.functions_details">
<ANCHOR id="cogl-2.0-experimental-Path-Primitives.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Path-Primitives.html#cogl-2.0-experimental-Path-Primitives.other_details">
<ANCHOR id="cogl-2.0-experimental-Rectangles" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html">
<ANCHOR id="cogl-2.0-experimental-Rectangles.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-2.0-experimental-Rectangles.functions">
<ANCHOR id="cogl-2.0-experimental-Rectangles.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-2.0-experimental-Rectangles.description">
<ANCHOR id="cogl-2.0-experimental-Rectangles.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-2.0-experimental-Rectangles.functions_details">
<ANCHOR id="cogl-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-rectangle">
<ANCHOR id="cogl-rectangles" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-rectangles">
<ANCHOR id="cogl-rectangle-with-texture-coords" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-rectangle-with-texture-coords">
<ANCHOR id="cogl-rectangles-with-texture-coords" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-rectangles-with-texture-coords">
<ANCHOR id="cogl-rectangle-with-multitexture-coords" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-rectangle-with-multitexture-coords">
<ANCHOR id="cogl-2.0-experimental-Rectangles.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangles.html#cogl-2.0-experimental-Rectangles.other_details">
<ANCHOR id="cogl-2.0-experimental-Bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html">
<ANCHOR id="cogl-2.0-experimental-Bitmap.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-2.0-experimental-Bitmap.functions">
<ANCHOR id="cogl-2.0-experimental-Bitmap.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-2.0-experimental-Bitmap.other">
<ANCHOR id="cogl-2.0-experimental-Bitmap.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-2.0-experimental-Bitmap.description">
<ANCHOR id="cogl-2.0-experimental-Bitmap.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-2.0-experimental-Bitmap.functions_details">
<ANCHOR id="cogl-is-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-is-bitmap">
<ANCHOR id="cogl-bitmap-new-from-file" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-new-from-file">
<ANCHOR id="cogl-bitmap-new-from-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-new-from-buffer">
<ANCHOR id="cogl-bitmap-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-new-with-size">
<ANCHOR id="cogl-bitmap-new-for-data" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-new-for-data">
<ANCHOR id="cogl-bitmap-get-format" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-format">
<ANCHOR id="cogl-bitmap-get-width" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-width">
<ANCHOR id="cogl-bitmap-get-height" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-height">
<ANCHOR id="cogl-bitmap-get-rowstride" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-rowstride">
<ANCHOR id="cogl-bitmap-get-buffer" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-buffer">
<ANCHOR id="cogl-bitmap-get-size-from-file" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-bitmap-get-size-from-file">
<ANCHOR id="cogl-texture-new-from-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-texture-new-from-bitmap">
<ANCHOR id="COGL-BITMAP-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#COGL-BITMAP-ERROR:CAPS">
<ANCHOR id="cogl-2.0-experimental-Bitmap.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#cogl-2.0-experimental-Bitmap.other_details">
<ANCHOR id="CoglBitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#CoglBitmap">
<ANCHOR id="CoglBitmapError" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#CoglBitmapError">
<ANCHOR id="COGL-BITMAP-ERROR-FAILED:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#COGL-BITMAP-ERROR-FAILED:CAPS">
<ANCHOR id="COGL-BITMAP-ERROR-UNKNOWN-TYPE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#COGL-BITMAP-ERROR-UNKNOWN-TYPE:CAPS">
<ANCHOR id="COGL-BITMAP-ERROR-CORRUPT-IMAGE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Bitmap.html#COGL-BITMAP-ERROR-CORRUPT-IMAGE:CAPS">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-2.0-experimental-The-Texture-Interface.functions">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface.other" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-2.0-experimental-The-Texture-Interface.other">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface.description" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-2.0-experimental-The-Texture-Interface.description">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-2.0-experimental-The-Texture-Interface.functions_details">
<ANCHOR id="cogl-is-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-is-texture">
<ANCHOR id="COGL-TEXTURE-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-ERROR:CAPS">
<ANCHOR id="cogl-texture-allocate" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-allocate">
<ANCHOR id="cogl-texture-get-width" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-get-width">
<ANCHOR id="cogl-texture-get-height" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-get-height">
<ANCHOR id="cogl-texture-is-sliced" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-is-sliced">
<ANCHOR id="cogl-texture-get-data" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-get-data">
<ANCHOR id="cogl-texture-set-data" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-set-data">
<ANCHOR id="cogl-texture-set-region" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-set-region">
<ANCHOR id="cogl-texture-set-components" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-set-components">
<ANCHOR id="cogl-texture-get-components" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-get-components">
<ANCHOR id="cogl-texture-set-premultiplied" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-set-premultiplied">
<ANCHOR id="cogl-texture-get-premultiplied" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-texture-get-premultiplied">
<ANCHOR id="cogl-2.0-experimental-The-Texture-Interface.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#cogl-2.0-experimental-The-Texture-Interface.other_details">
<ANCHOR id="CoglTexture" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#CoglTexture">
<ANCHOR id="CoglTextureError" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#CoglTextureError">
<ANCHOR id="COGL-TEXTURE-ERROR-SIZE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-ERROR-SIZE:CAPS">
<ANCHOR id="COGL-TEXTURE-ERROR-FORMAT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-ERROR-FORMAT:CAPS">
<ANCHOR id="COGL-TEXTURE-ERROR-BAD-PARAMETER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-ERROR-BAD-PARAMETER:CAPS">
<ANCHOR id="COGL-TEXTURE-ERROR-TYPE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-ERROR-TYPE:CAPS">
<ANCHOR id="CoglTextureType" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#CoglTextureType">
<ANCHOR id="COGL-TEXTURE-TYPE-2D:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-TYPE-2D:CAPS">
<ANCHOR id="COGL-TEXTURE-TYPE-3D:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-TYPE-3D:CAPS">
<ANCHOR id="COGL-TEXTURE-TYPE-RECTANGLE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-TYPE-RECTANGLE:CAPS">
<ANCHOR id="CoglTextureComponents" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#CoglTextureComponents">
<ANCHOR id="COGL-TEXTURE-COMPONENTS-A:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-COMPONENTS-A:CAPS">
<ANCHOR id="COGL-TEXTURE-COMPONENTS-RG:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-COMPONENTS-RG:CAPS">
<ANCHOR id="COGL-TEXTURE-COMPONENTS-RGB:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-COMPONENTS-RGB:CAPS">
<ANCHOR id="COGL-TEXTURE-COMPONENTS-RGBA:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-COMPONENTS-RGBA:CAPS">
<ANCHOR id="COGL-TEXTURE-COMPONENTS-DEPTH:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-The-Texture-Interface.html#COGL-TEXTURE-COMPONENTS-DEPTH:CAPS">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-2.0-experimental-High-Level-Meta-Textures.functions">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-2.0-experimental-High-Level-Meta-Textures.other">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-2.0-experimental-High-Level-Meta-Textures.description">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-2.0-experimental-High-Level-Meta-Textures.functions_details">
<ANCHOR id="CoglMetaTextureCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#CoglMetaTextureCallback">
<ANCHOR id="cogl-meta-texture-foreach-in-region" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-meta-texture-foreach-in-region">
<ANCHOR id="cogl-2.0-experimental-High-Level-Meta-Textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#cogl-2.0-experimental-High-Level-Meta-Textures.other_details">
<ANCHOR id="CoglMetaTexture" href="cogl-2.0-experimental/cogl-2.0-experimental-High-Level-Meta-Textures.html#CoglMetaTexture">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-2.0-experimental-Sub-Textures.functions">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-2.0-experimental-Sub-Textures.other">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-2.0-experimental-Sub-Textures.description">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-2.0-experimental-Sub-Textures.functions_details">
<ANCHOR id="cogl-sub-texture-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-sub-texture-new">
<ANCHOR id="cogl-is-sub-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-is-sub-texture">
<ANCHOR id="cogl-2.0-experimental-Sub-Textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#cogl-2.0-experimental-Sub-Textures.other_details">
<ANCHOR id="CoglSubTexture" href="cogl-2.0-experimental/cogl-2.0-experimental-Sub-Textures.html#CoglSubTexture">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-2.0-experimental-Sliced-Textures.functions">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-2.0-experimental-Sliced-Textures.other">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-2.0-experimental-Sliced-Textures.description">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-2.0-experimental-Sliced-Textures.functions_details">
<ANCHOR id="cogl-texture-2d-sliced-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-texture-2d-sliced-new-with-size">
<ANCHOR id="cogl-texture-2d-sliced-new-from-file" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-texture-2d-sliced-new-from-file">
<ANCHOR id="cogl-texture-2d-sliced-new-from-data" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-texture-2d-sliced-new-from-data">
<ANCHOR id="cogl-texture-2d-sliced-new-from-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-texture-2d-sliced-new-from-bitmap">
<ANCHOR id="cogl-is-texture-2d-sliced" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-is-texture-2d-sliced">
<ANCHOR id="cogl-2.0-experimental-Sliced-Textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#cogl-2.0-experimental-Sliced-Textures.other_details">
<ANCHOR id="CoglTexture2DSliced" href="cogl-2.0-experimental/cogl-2.0-experimental-Sliced-Textures.html#CoglTexture2DSliced">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-2.0-experimental-X11-Texture-From-Pixmap.functions">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap.other" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-2.0-experimental-X11-Texture-From-Pixmap.other">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap.description" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-2.0-experimental-X11-Texture-From-Pixmap.description">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-2.0-experimental-X11-Texture-From-Pixmap.functions_details">
<ANCHOR id="cogl-is-texture-pixmap-x11" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-is-texture-pixmap-x11">
<ANCHOR id="cogl-texture-pixmap-x11-new" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-texture-pixmap-x11-new">
<ANCHOR id="cogl-texture-pixmap-x11-update-area" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-texture-pixmap-x11-update-area">
<ANCHOR id="cogl-texture-pixmap-x11-is-using-tfp-extension" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-texture-pixmap-x11-is-using-tfp-extension">
<ANCHOR id="cogl-texture-pixmap-x11-set-damage-object" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-texture-pixmap-x11-set-damage-object">
<ANCHOR id="cogl-2.0-experimental-X11-Texture-From-Pixmap.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#cogl-2.0-experimental-X11-Texture-From-Pixmap.other_details">
<ANCHOR id="CoglTexturePixmapX11" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#CoglTexturePixmapX11">
<ANCHOR id="CoglTexturePixmapX11ReportLevel" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#CoglTexturePixmapX11ReportLevel">
<ANCHOR id="COGL-TEXTURE-PIXMAP-X11-DAMAGE-RAW-RECTANGLES:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#COGL-TEXTURE-PIXMAP-X11-DAMAGE-RAW-RECTANGLES:CAPS">
<ANCHOR id="COGL-TEXTURE-PIXMAP-X11-DAMAGE-DELTA-RECTANGLES:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#COGL-TEXTURE-PIXMAP-X11-DAMAGE-DELTA-RECTANGLES:CAPS">
<ANCHOR id="COGL-TEXTURE-PIXMAP-X11-DAMAGE-BOUNDING-BOX:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#COGL-TEXTURE-PIXMAP-X11-DAMAGE-BOUNDING-BOX:CAPS">
<ANCHOR id="COGL-TEXTURE-PIXMAP-X11-DAMAGE-NON-EMPTY:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-X11-Texture-From-Pixmap.html#COGL-TEXTURE-PIXMAP-X11-DAMAGE-NON-EMPTY:CAPS">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-2.0-experimental-Low-level-primitive-textures.functions">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-2.0-experimental-Low-level-primitive-textures.other">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-2.0-experimental-Low-level-primitive-textures.description">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-2.0-experimental-Low-level-primitive-textures.functions_details">
<ANCHOR id="cogl-is-primitive-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-is-primitive-texture">
<ANCHOR id="cogl-primitive-texture-set-auto-mipmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-primitive-texture-set-auto-mipmap">
<ANCHOR id="cogl-2.0-experimental-Low-level-primitive-textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#cogl-2.0-experimental-Low-level-primitive-textures.other_details">
<ANCHOR id="CoglPrimitiveTexture" href="cogl-2.0-experimental/cogl-2.0-experimental-Low-level-primitive-textures.html#CoglPrimitiveTexture">
<ANCHOR id="cogl-2.0-experimental-2D-textures" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html">
<ANCHOR id="cogl-2.0-experimental-2D-textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-2.0-experimental-2D-textures.functions">
<ANCHOR id="cogl-2.0-experimental-2D-textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-2.0-experimental-2D-textures.other">
<ANCHOR id="cogl-2.0-experimental-2D-textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-2.0-experimental-2D-textures.description">
<ANCHOR id="cogl-2.0-experimental-2D-textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-2.0-experimental-2D-textures.functions_details">
<ANCHOR id="cogl-texture-2d-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-texture-2d-new-with-size">
<ANCHOR id="cogl-texture-2d-new-from-file" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-texture-2d-new-from-file">
<ANCHOR id="cogl-texture-2d-new-from-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-texture-2d-new-from-bitmap">
<ANCHOR id="cogl-texture-2d-new-from-data" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-texture-2d-new-from-data">
<ANCHOR id="cogl-texture-2d-gl-new-from-foreign" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-texture-2d-gl-new-from-foreign">
<ANCHOR id="cogl-is-texture-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-is-texture-rectangle">
<ANCHOR id="cogl-2.0-experimental-2D-textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#cogl-2.0-experimental-2D-textures.other_details">
<ANCHOR id="CoglTexture2D" href="cogl-2.0-experimental/cogl-2.0-experimental-2D-textures.html#CoglTexture2D">
<ANCHOR id="cogl-2.0-experimental-3D-textures" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html">
<ANCHOR id="cogl-2.0-experimental-3D-textures.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-2.0-experimental-3D-textures.functions">
<ANCHOR id="cogl-2.0-experimental-3D-textures.other" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-2.0-experimental-3D-textures.other">
<ANCHOR id="cogl-2.0-experimental-3D-textures.description" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-2.0-experimental-3D-textures.description">
<ANCHOR id="cogl-2.0-experimental-3D-textures.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-2.0-experimental-3D-textures.functions_details">
<ANCHOR id="cogl-texture-3d-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-texture-3d-new-with-size">
<ANCHOR id="cogl-texture-3d-new-from-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-texture-3d-new-from-bitmap">
<ANCHOR id="cogl-texture-3d-new-from-data" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-texture-3d-new-from-data">
<ANCHOR id="cogl-is-texture-3d" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-is-texture-3d">
<ANCHOR id="cogl-2.0-experimental-3D-textures.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#cogl-2.0-experimental-3D-textures.other_details">
<ANCHOR id="CoglTexture3D" href="cogl-2.0-experimental/cogl-2.0-experimental-3D-textures.html#CoglTexture3D">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates)" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).functions">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).other" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).other">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).description" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).description">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).functions_details">
<ANCHOR id="cogl-texture-rectangle-new-with-size" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-texture-rectangle-new-with-size">
<ANCHOR id="cogl-texture-rectangle-new-from-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-texture-rectangle-new-from-bitmap">
<ANCHOR id="cogl-is-texture-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-is-texture-rectangle">
<ANCHOR id="cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).other_details">
<ANCHOR id="CoglTextureRectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-Rectangle-textures-(non-normalized-coordinates).html#CoglTextureRectangle">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.functions">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.other">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.description">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.functions_details">
<ANCHOR id="COGL-FRAMEBUFFER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#COGL-FRAMEBUFFER:CAPS">
<ANCHOR id="cogl-framebuffer-allocate" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-allocate">
<ANCHOR id="cogl-framebuffer-get-width" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-width">
<ANCHOR id="cogl-framebuffer-get-height" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-height">
<ANCHOR id="cogl-framebuffer-set-viewport" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-viewport">
<ANCHOR id="cogl-framebuffer-get-viewport-x" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-viewport-x">
<ANCHOR id="cogl-framebuffer-get-viewport-y" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-viewport-y">
<ANCHOR id="cogl-framebuffer-get-viewport-width" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-viewport-width">
<ANCHOR id="cogl-framebuffer-get-viewport-height" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-viewport-height">
<ANCHOR id="cogl-framebuffer-get-viewport4fv" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-viewport4fv">
<ANCHOR id="cogl-framebuffer-get-red-bits" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-red-bits">
<ANCHOR id="cogl-framebuffer-get-green-bits" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-green-bits">
<ANCHOR id="cogl-framebuffer-get-blue-bits" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-blue-bits">
<ANCHOR id="cogl-framebuffer-get-alpha-bits" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-alpha-bits">
<ANCHOR id="cogl-framebuffer-get-depth-bits" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-depth-bits">
<ANCHOR id="cogl-framebuffer-get-color-mask" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-color-mask">
<ANCHOR id="cogl-framebuffer-set-color-mask" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-color-mask">
<ANCHOR id="cogl-framebuffer-get-samples-per-pixel" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-samples-per-pixel">
<ANCHOR id="cogl-framebuffer-set-samples-per-pixel" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-samples-per-pixel">
<ANCHOR id="cogl-framebuffer-resolve-samples" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-resolve-samples">
<ANCHOR id="cogl-framebuffer-resolve-samples-region" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-resolve-samples-region">
<ANCHOR id="cogl-framebuffer-get-context" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-context">
<ANCHOR id="cogl-framebuffer-clear" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-clear">
<ANCHOR id="cogl-framebuffer-clear4f" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-clear4f">
<ANCHOR id="cogl-framebuffer-read-pixels-into-bitmap" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-read-pixels-into-bitmap">
<ANCHOR id="cogl-framebuffer-read-pixels" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-read-pixels">
<ANCHOR id="cogl-framebuffer-set-dither-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-dither-enabled">
<ANCHOR id="cogl-framebuffer-get-dither-enabled" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-dither-enabled">
<ANCHOR id="cogl-framebuffer-draw-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-draw-rectangle">
<ANCHOR id="cogl-framebuffer-draw-textured-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-draw-textured-rectangle">
<ANCHOR id="cogl-framebuffer-draw-multitextured-rectangle" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-draw-multitextured-rectangle">
<ANCHOR id="cogl-framebuffer-draw-rectangles" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-draw-rectangles">
<ANCHOR id="cogl-framebuffer-draw-textured-rectangles" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-draw-textured-rectangles">
<ANCHOR id="cogl-framebuffer-discard-buffers" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-discard-buffers">
<ANCHOR id="cogl-framebuffer-finish" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-finish">
<ANCHOR id="cogl-framebuffer-push-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-push-matrix">
<ANCHOR id="cogl-framebuffer-pop-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-pop-matrix">
<ANCHOR id="cogl-framebuffer-identity-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-identity-matrix">
<ANCHOR id="cogl-framebuffer-scale" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-scale">
<ANCHOR id="cogl-framebuffer-translate" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-translate">
<ANCHOR id="cogl-framebuffer-rotate" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-rotate">
<ANCHOR id="cogl-framebuffer-rotate-euler" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-rotate-euler">
<ANCHOR id="cogl-framebuffer-rotate-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-rotate-quaternion">
<ANCHOR id="cogl-framebuffer-transform" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-transform">
<ANCHOR id="cogl-framebuffer-get-modelview-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-modelview-matrix">
<ANCHOR id="cogl-framebuffer-set-modelview-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-modelview-matrix">
<ANCHOR id="cogl-framebuffer-perspective" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-perspective">
<ANCHOR id="cogl-framebuffer-frustum" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-frustum">
<ANCHOR id="cogl-framebuffer-orthographic" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-orthographic">
<ANCHOR id="cogl-framebuffer-get-projection-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-get-projection-matrix">
<ANCHOR id="cogl-framebuffer-set-projection-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-set-projection-matrix">
<ANCHOR id="cogl-framebuffer-push-scissor-clip" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-push-scissor-clip">
<ANCHOR id="cogl-framebuffer-push-rectangle-clip" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-push-rectangle-clip">
<ANCHOR id="cogl-framebuffer-push-primitive-clip" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-push-primitive-clip">
<ANCHOR id="cogl-framebuffer-pop-clip" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-framebuffer-pop-clip">
<ANCHOR id="cogl-get-draw-framebuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-get-draw-framebuffer">
<ANCHOR id="cogl-set-framebuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-set-framebuffer">
<ANCHOR id="cogl-push-framebuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-push-framebuffer">
<ANCHOR id="cogl-pop-framebuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-pop-framebuffer">
<ANCHOR id="cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.other_details">
<ANCHOR id="CoglFramebuffer" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglFramebuffer---The-Framebuffer-Interface.html#CoglFramebuffer">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.functions">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.other" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.other">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.description" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.description">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.functions_details">
<ANCHOR id="cogl-is-onscreen" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-is-onscreen">
<ANCHOR id="COGL-ONSCREEN:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#COGL-ONSCREEN:CAPS">
<ANCHOR id="cogl-onscreen-new" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-new">
<ANCHOR id="CoglOnscreenX11MaskCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenX11MaskCallback">
<ANCHOR id="cogl-x11-onscreen-set-foreign-window-xid" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-x11-onscreen-set-foreign-window-xid">
<ANCHOR id="cogl-x11-onscreen-get-window-xid" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-x11-onscreen-get-window-xid">
<ANCHOR id="cogl-x11-onscreen-get-visual-xid" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-x11-onscreen-get-visual-xid">
<ANCHOR id="cogl-win32-onscreen-set-foreign-window" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-win32-onscreen-set-foreign-window">
<ANCHOR id="cogl-win32-onscreen-get-window" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-win32-onscreen-get-window">
<ANCHOR id="cogl-onscreen-show" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-show">
<ANCHOR id="cogl-onscreen-hide" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-hide">
<ANCHOR id="CoglFrameCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglFrameCallback">
<ANCHOR id="cogl-onscreen-add-frame-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-add-frame-callback">
<ANCHOR id="cogl-onscreen-remove-frame-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-remove-frame-callback">
<ANCHOR id="CoglOnscreenDirtyCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenDirtyCallback">
<ANCHOR id="cogl-onscreen-add-dirty-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-add-dirty-callback">
<ANCHOR id="cogl-onscreen-remove-dirty-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-remove-dirty-callback">
<ANCHOR id="CoglOnscreenResizeCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenResizeCallback">
<ANCHOR id="cogl-onscreen-add-resize-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-add-resize-callback">
<ANCHOR id="cogl-onscreen-remove-resize-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-remove-resize-callback">
<ANCHOR id="cogl-onscreen-swap-buffers" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-swap-buffers">
<ANCHOR id="cogl-onscreen-swap-buffers-with-damage" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-swap-buffers-with-damage">
<ANCHOR id="cogl-onscreen-swap-region" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-swap-region">
<ANCHOR id="cogl-onscreen-set-swap-throttled" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-set-swap-throttled">
<ANCHOR id="CoglSwapBuffersNotify" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglSwapBuffersNotify">
<ANCHOR id="cogl-onscreen-add-swap-buffers-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-add-swap-buffers-callback">
<ANCHOR id="cogl-onscreen-remove-swap-buffers-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-onscreen-remove-swap-buffers-callback">
<ANCHOR id="cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.other_details">
<ANCHOR id="CoglOnscreen" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreen">
<ANCHOR id="CoglFrameClosure" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglFrameClosure">
<ANCHOR id="CoglOnscreenDirtyInfo" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenDirtyInfo">
<ANCHOR id="CoglOnscreenDirtyClosure" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenDirtyClosure">
<ANCHOR id="CoglOnscreenResizeClosure" href="cogl-2.0-experimental/cogl-2.0-experimental-CoglOnscreen---The-Onscreen-Framebuffer-Interface.html#CoglOnscreenResizeClosure">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-2.0-experimental-Offscreen-Framebuffers.functions">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-2.0-experimental-Offscreen-Framebuffers.other">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-2.0-experimental-Offscreen-Framebuffers.description">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-2.0-experimental-Offscreen-Framebuffers.functions_details">
<ANCHOR id="cogl-is-offscreen" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-is-offscreen">
<ANCHOR id="cogl-offscreen-new-with-texture" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-offscreen-new-with-texture">
<ANCHOR id="cogl-2.0-experimental-Offscreen-Framebuffers.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#cogl-2.0-experimental-Offscreen-Framebuffers.other_details">
<ANCHOR id="CoglOffscreen" href="cogl-2.0-experimental/cogl-2.0-experimental-Offscreen-Framebuffers.html#CoglOffscreen">
<ANCHOR id="cogl-2.0-experimental-Color-Type" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html">
<ANCHOR id="cogl-2.0-experimental-Color-Type.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-2.0-experimental-Color-Type.functions">
<ANCHOR id="cogl-2.0-experimental-Color-Type.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-2.0-experimental-Color-Type.other">
<ANCHOR id="cogl-2.0-experimental-Color-Type.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-2.0-experimental-Color-Type.description">
<ANCHOR id="cogl-2.0-experimental-Color-Type.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-2.0-experimental-Color-Type.functions_details">
<ANCHOR id="cogl-color-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-new">
<ANCHOR id="cogl-color-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-copy">
<ANCHOR id="cogl-color-free" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-free">
<ANCHOR id="cogl-color-set-from-4ub" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-from-4ub">
<ANCHOR id="cogl-color-set-from-4f" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-from-4f">
<ANCHOR id="cogl-color-get-red" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-red">
<ANCHOR id="cogl-color-get-green" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-green">
<ANCHOR id="cogl-color-get-blue" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-blue">
<ANCHOR id="cogl-color-get-alpha" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-alpha">
<ANCHOR id="cogl-color-get-red-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-red-byte">
<ANCHOR id="cogl-color-get-green-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-green-byte">
<ANCHOR id="cogl-color-get-blue-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-blue-byte">
<ANCHOR id="cogl-color-get-alpha-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-alpha-byte">
<ANCHOR id="cogl-color-get-red-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-red-float">
<ANCHOR id="cogl-color-get-green-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-green-float">
<ANCHOR id="cogl-color-get-blue-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-blue-float">
<ANCHOR id="cogl-color-get-alpha-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-get-alpha-float">
<ANCHOR id="cogl-color-set-red" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-red">
<ANCHOR id="cogl-color-set-green" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-green">
<ANCHOR id="cogl-color-set-blue" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-blue">
<ANCHOR id="cogl-color-set-alpha" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-alpha">
<ANCHOR id="cogl-color-set-red-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-red-byte">
<ANCHOR id="cogl-color-set-green-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-green-byte">
<ANCHOR id="cogl-color-set-blue-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-blue-byte">
<ANCHOR id="cogl-color-set-alpha-byte" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-alpha-byte">
<ANCHOR id="cogl-color-set-red-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-red-float">
<ANCHOR id="cogl-color-set-green-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-green-float">
<ANCHOR id="cogl-color-set-blue-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-blue-float">
<ANCHOR id="cogl-color-set-alpha-float" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-set-alpha-float">
<ANCHOR id="cogl-color-premultiply" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-premultiply">
<ANCHOR id="cogl-color-unpremultiply" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-unpremultiply">
<ANCHOR id="cogl-color-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-equal">
<ANCHOR id="cogl-color-init-from-hsl" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-init-from-hsl">
<ANCHOR id="cogl-color-to-hsl" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-color-to-hsl">
<ANCHOR id="cogl-2.0-experimental-Color-Type.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#cogl-2.0-experimental-Color-Type.other_details">
<ANCHOR id="CoglColor" href="cogl-2.0-experimental/cogl-2.0-experimental-Color-Type.html#CoglColor">
<ANCHOR id="cogl-2.0-experimental-Matrices" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html">
<ANCHOR id="cogl-2.0-experimental-Matrices.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-2.0-experimental-Matrices.functions">
<ANCHOR id="cogl-2.0-experimental-Matrices.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-2.0-experimental-Matrices.other">
<ANCHOR id="cogl-2.0-experimental-Matrices.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-2.0-experimental-Matrices.description">
<ANCHOR id="cogl-2.0-experimental-Matrices.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-2.0-experimental-Matrices.functions_details">
<ANCHOR id="cogl-matrix-init-identity" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-init-identity">
<ANCHOR id="cogl-matrix-init-from-array" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-init-from-array">
<ANCHOR id="cogl-matrix-init-translation" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-init-translation">
<ANCHOR id="cogl-matrix-init-from-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-init-from-quaternion">
<ANCHOR id="cogl-matrix-init-from-euler" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-init-from-euler">
<ANCHOR id="cogl-matrix-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-copy">
<ANCHOR id="cogl-matrix-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-equal">
<ANCHOR id="cogl-matrix-free" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-free">
<ANCHOR id="cogl-matrix-frustum" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-frustum">
<ANCHOR id="cogl-matrix-orthographic" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-orthographic">
<ANCHOR id="cogl-matrix-perspective" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-perspective">
<ANCHOR id="cogl-matrix-look-at" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-look-at">
<ANCHOR id="cogl-matrix-multiply" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-multiply">
<ANCHOR id="cogl-matrix-rotate" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-rotate">
<ANCHOR id="cogl-matrix-rotate-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-rotate-quaternion">
<ANCHOR id="cogl-matrix-rotate-euler" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-rotate-euler">
<ANCHOR id="cogl-matrix-translate" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-translate">
<ANCHOR id="cogl-matrix-scale" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-scale">
<ANCHOR id="cogl-matrix-transpose" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-transpose">
<ANCHOR id="cogl-matrix-get-array" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-get-array">
<ANCHOR id="cogl-matrix-get-inverse" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-get-inverse">
<ANCHOR id="cogl-matrix-transform-point" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-transform-point">
<ANCHOR id="cogl-matrix-transform-points" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-transform-points">
<ANCHOR id="cogl-matrix-project-points" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-project-points">
<ANCHOR id="cogl-matrix-is-identity" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-matrix-is-identity">
<ANCHOR id="cogl-2.0-experimental-Matrices.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#cogl-2.0-experimental-Matrices.other_details">
<ANCHOR id="CoglMatrix" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrices.html#CoglMatrix">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-2.0-experimental-Matrix-Stacks.functions">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-2.0-experimental-Matrix-Stacks.other">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-2.0-experimental-Matrix-Stacks.description">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-2.0-experimental-Matrix-Stacks.functions_details">
<ANCHOR id="cogl-matrix-stack-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-new">
<ANCHOR id="cogl-matrix-stack-push" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-push">
<ANCHOR id="cogl-matrix-stack-pop" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-pop">
<ANCHOR id="cogl-matrix-stack-load-identity" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-load-identity">
<ANCHOR id="cogl-matrix-stack-scale" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-scale">
<ANCHOR id="cogl-matrix-stack-translate" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-translate">
<ANCHOR id="cogl-matrix-stack-rotate" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-rotate">
<ANCHOR id="cogl-matrix-stack-rotate-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-rotate-quaternion">
<ANCHOR id="cogl-matrix-stack-rotate-euler" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-rotate-euler">
<ANCHOR id="cogl-matrix-stack-multiply" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-multiply">
<ANCHOR id="cogl-matrix-stack-frustum" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-frustum">
<ANCHOR id="cogl-matrix-stack-perspective" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-perspective">
<ANCHOR id="cogl-matrix-stack-orthographic" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-orthographic">
<ANCHOR id="cogl-matrix-stack-get-inverse" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-get-inverse">
<ANCHOR id="cogl-matrix-stack-get-entry" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-get-entry">
<ANCHOR id="cogl-matrix-stack-get" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-get">
<ANCHOR id="cogl-matrix-entry-get" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-get">
<ANCHOR id="cogl-matrix-stack-set" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-stack-set">
<ANCHOR id="cogl-matrix-entry-calculate-translation" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-calculate-translation">
<ANCHOR id="cogl-matrix-entry-is-identity" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-is-identity">
<ANCHOR id="cogl-matrix-entry-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-equal">
<ANCHOR id="cogl-matrix-entry-ref" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-ref">
<ANCHOR id="cogl-matrix-entry-unref" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-matrix-entry-unref">
<ANCHOR id="cogl-2.0-experimental-Matrix-Stacks.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#cogl-2.0-experimental-Matrix-Stacks.other_details">
<ANCHOR id="CoglMatrixStack" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#CoglMatrixStack">
<ANCHOR id="CoglMatrixEntry" href="cogl-2.0-experimental/cogl-2.0-experimental-Matrix-Stacks.html#CoglMatrixEntry">
<ANCHOR id="cogl-2.0-experimental-3-Component-Vectors" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html">
<ANCHOR id="cogl-2.0-experimental-3-Component-Vectors.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-2.0-experimental-3-Component-Vectors.functions">
<ANCHOR id="cogl-2.0-experimental-3-Component-Vectors.description" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-2.0-experimental-3-Component-Vectors.description">
<ANCHOR id="cogl-2.0-experimental-3-Component-Vectors.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-2.0-experimental-3-Component-Vectors.functions_details">
<ANCHOR id="cogl-vector3-init" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-init">
<ANCHOR id="cogl-vector3-init-zero" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-init-zero">
<ANCHOR id="cogl-vector3-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-equal">
<ANCHOR id="cogl-vector3-equal-with-epsilon" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-equal-with-epsilon">
<ANCHOR id="cogl-vector3-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-copy">
<ANCHOR id="cogl-vector3-free" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-free">
<ANCHOR id="cogl-vector3-invert" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-invert">
<ANCHOR id="cogl-vector3-add" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-add">
<ANCHOR id="cogl-vector3-subtract" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-subtract">
<ANCHOR id="cogl-vector3-multiply-scalar" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-multiply-scalar">
<ANCHOR id="cogl-vector3-divide-scalar" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-divide-scalar">
<ANCHOR id="cogl-vector3-normalize" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-normalize">
<ANCHOR id="cogl-vector3-magnitude" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-magnitude">
<ANCHOR id="cogl-vector3-cross-product" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-cross-product">
<ANCHOR id="cogl-vector3-dot-product" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-dot-product">
<ANCHOR id="cogl-vector3-distance" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-vector3-distance">
<ANCHOR id="cogl-2.0-experimental-3-Component-Vectors.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-3-Component-Vectors.html#cogl-2.0-experimental-3-Component-Vectors.other_details">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations)" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations).functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-2.0-experimental-Eulers-(Rotations).functions">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations).other" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-2.0-experimental-Eulers-(Rotations).other">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations).description" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-2.0-experimental-Eulers-(Rotations).description">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations).functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-2.0-experimental-Eulers-(Rotations).functions_details">
<ANCHOR id="cogl-euler-init" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-init">
<ANCHOR id="cogl-euler-init-from-matrix" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-init-from-matrix">
<ANCHOR id="cogl-euler-init-from-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-init-from-quaternion">
<ANCHOR id="cogl-euler-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-equal">
<ANCHOR id="cogl-euler-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-copy">
<ANCHOR id="cogl-euler-free" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-euler-free">
<ANCHOR id="cogl-2.0-experimental-Eulers-(Rotations).other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#cogl-2.0-experimental-Eulers-(Rotations).other_details">
<ANCHOR id="CoglEuler" href="cogl-2.0-experimental/cogl-2.0-experimental-Eulers-(Rotations).html#CoglEuler">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations)" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations).functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-2.0-experimental-Quaternions-(Rotations).functions">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations).other" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-2.0-experimental-Quaternions-(Rotations).other">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations).description" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-2.0-experimental-Quaternions-(Rotations).description">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations).functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-2.0-experimental-Quaternions-(Rotations).functions_details">
<ANCHOR id="cogl-quaternion-init-identity" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-identity">
<ANCHOR id="cogl-quaternion-init" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init">
<ANCHOR id="cogl-quaternion-init-from-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-quaternion">
<ANCHOR id="cogl-quaternion-init-from-angle-vector" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-angle-vector">
<ANCHOR id="cogl-quaternion-init-from-array" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-array">
<ANCHOR id="cogl-quaternion-init-from-x-rotation" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-x-rotation">
<ANCHOR id="cogl-quaternion-init-from-y-rotation" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-y-rotation">
<ANCHOR id="cogl-quaternion-init-from-z-rotation" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-z-rotation">
<ANCHOR id="cogl-quaternion-init-from-euler" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-init-from-euler">
<ANCHOR id="cogl-quaternion-equal" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-equal">
<ANCHOR id="cogl-quaternion-copy" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-copy">
<ANCHOR id="cogl-quaternion-free" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-free">
<ANCHOR id="cogl-quaternion-get-rotation-angle" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-get-rotation-angle">
<ANCHOR id="cogl-quaternion-get-rotation-axis" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-get-rotation-axis">
<ANCHOR id="cogl-quaternion-normalize" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-normalize">
<ANCHOR id="cogl-quaternion-dot-product" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-dot-product">
<ANCHOR id="cogl-quaternion-invert" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-invert">
<ANCHOR id="cogl-quaternion-multiply" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-multiply">
<ANCHOR id="cogl-quaternion-pow" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-pow">
<ANCHOR id="cogl-quaternion-slerp" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-slerp">
<ANCHOR id="cogl-quaternion-nlerp" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-nlerp">
<ANCHOR id="cogl-quaternion-squad" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-quaternion-squad">
<ANCHOR id="cogl-get-static-identity-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-get-static-identity-quaternion">
<ANCHOR id="cogl-get-static-zero-quaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-get-static-zero-quaternion">
<ANCHOR id="cogl-2.0-experimental-Quaternions-(Rotations).other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#cogl-2.0-experimental-Quaternions-(Rotations).other_details">
<ANCHOR id="CoglQuaternion" href="cogl-2.0-experimental/cogl-2.0-experimental-Quaternions-(Rotations).html#CoglQuaternion">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-2.0-experimental-GPU-synchronisation-fences.functions">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences.other" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-2.0-experimental-GPU-synchronisation-fences.other">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences.description" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-2.0-experimental-GPU-synchronisation-fences.description">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-2.0-experimental-GPU-synchronisation-fences.functions_details">
<ANCHOR id="CoglFenceCallback" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#CoglFenceCallback">
<ANCHOR id="cogl-fence-closure-get-user-data" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-fence-closure-get-user-data">
<ANCHOR id="cogl-framebuffer-add-fence-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-framebuffer-add-fence-callback">
<ANCHOR id="cogl-framebuffer-cancel-fence-callback" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-framebuffer-cancel-fence-callback">
<ANCHOR id="cogl-2.0-experimental-GPU-synchronisation-fences.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#cogl-2.0-experimental-GPU-synchronisation-fences.other_details">
<ANCHOR id="CoglFence" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#CoglFence">
<ANCHOR id="CoglFenceClosure" href="cogl-2.0-experimental/cogl-2.0-experimental-GPU-synchronisation-fences.html#CoglFenceClosure">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#cogl-2.0-experimental-Versioning-utility-macros.functions">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#cogl-2.0-experimental-Versioning-utility-macros.other">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#cogl-2.0-experimental-Versioning-utility-macros.description">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#cogl-2.0-experimental-Versioning-utility-macros.functions_details">
<ANCHOR id="COGL-VERSION-ENCODE:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-ENCODE:CAPS">
<ANCHOR id="COGL-VERSION-CHECK:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-CHECK:CAPS">
<ANCHOR id="COGL-VERSION-GET-MAJOR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-GET-MAJOR:CAPS">
<ANCHOR id="COGL-VERSION-GET-MINOR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-GET-MINOR:CAPS">
<ANCHOR id="COGL-VERSION-GET-MICRO:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-GET-MICRO:CAPS">
<ANCHOR id="cogl-2.0-experimental-Versioning-utility-macros.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#cogl-2.0-experimental-Versioning-utility-macros.other_details">
<ANCHOR id="COGL-VERSION-MAJOR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-MAJOR:CAPS">
<ANCHOR id="COGL-VERSION-MINOR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-MINOR:CAPS">
<ANCHOR id="COGL-VERSION-MICRO:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-MICRO:CAPS">
<ANCHOR id="COGL-VERSION-STRING:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION-STRING:CAPS">
<ANCHOR id="COGL-VERSION:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Versioning-utility-macros.html#COGL-VERSION:CAPS">
<ANCHOR id="cogl-2.0-experimental-SDL-Integration" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html">
<ANCHOR id="cogl-2.0-experimental-SDL-Integration.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-2.0-experimental-SDL-Integration.functions">
<ANCHOR id="cogl-2.0-experimental-SDL-Integration.description" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-2.0-experimental-SDL-Integration.description">
<ANCHOR id="cogl-2.0-experimental-SDL-Integration.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-2.0-experimental-SDL-Integration.functions_details">
<ANCHOR id="cogl-sdl-context-new" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-context-new">
<ANCHOR id="cogl-sdl-renderer-set-event-type" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-renderer-set-event-type">
<ANCHOR id="cogl-sdl-renderer-get-event-type" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-renderer-get-event-type">
<ANCHOR id="cogl-sdl-handle-event" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-handle-event">
<ANCHOR id="cogl-sdl-idle" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-idle">
<ANCHOR id="cogl-sdl-onscreen-get-window" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-sdl-onscreen-get-window">
<ANCHOR id="cogl-2.0-experimental-SDL-Integration.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-SDL-Integration.html#cogl-2.0-experimental-SDL-Integration.other_details">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-2.0-experimental-Main-loop-integration.functions">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration.other" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-2.0-experimental-Main-loop-integration.other">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration.description" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-2.0-experimental-Main-loop-integration.description">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-2.0-experimental-Main-loop-integration.functions_details">
<ANCHOR id="cogl-poll-renderer-get-info" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-poll-renderer-get-info">
<ANCHOR id="cogl-poll-renderer-dispatch" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-poll-renderer-dispatch">
<ANCHOR id="cogl-glib-source-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-glib-source-new">
<ANCHOR id="cogl-glib-renderer-source-new" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-glib-renderer-source-new">
<ANCHOR id="cogl-2.0-experimental-Main-loop-integration.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#cogl-2.0-experimental-Main-loop-integration.other_details">
<ANCHOR id="CoglPollFDEvent" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#CoglPollFDEvent">
<ANCHOR id="COGL-POLL-FD-EVENT-IN:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-IN:CAPS">
<ANCHOR id="COGL-POLL-FD-EVENT-PRI:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-PRI:CAPS">
<ANCHOR id="COGL-POLL-FD-EVENT-OUT:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-OUT:CAPS">
<ANCHOR id="COGL-POLL-FD-EVENT-ERR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-ERR:CAPS">
<ANCHOR id="COGL-POLL-FD-EVENT-HUP:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-HUP:CAPS">
<ANCHOR id="COGL-POLL-FD-EVENT-NVAL:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#COGL-POLL-FD-EVENT-NVAL:CAPS">
<ANCHOR id="CoglPollFD" href="cogl-2.0-experimental/cogl-2.0-experimental-Main-loop-integration.html#CoglPollFD">
<ANCHOR id="cogl-2.0-experimental-GType-Integration-API" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html">
<ANCHOR id="cogl-2.0-experimental-GType-Integration-API.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html#cogl-2.0-experimental-GType-Integration-API.functions">
<ANCHOR id="cogl-2.0-experimental-GType-Integration-API.description" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html#cogl-2.0-experimental-GType-Integration-API.description">
<ANCHOR id="cogl-2.0-experimental-GType-Integration-API.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html#cogl-2.0-experimental-GType-Integration-API.functions_details">
<ANCHOR id="cogl-gtype-matrix-get-type" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html#cogl-gtype-matrix-get-type">
<ANCHOR id="cogl-2.0-experimental-GType-Integration-API.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GType-Integration-API.html#cogl-2.0-experimental-GType-Integration-API.other_details">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context.functions" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-2.0-experimental-GLES-2.0-context.functions">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context.other" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-2.0-experimental-GLES-2.0-context.other">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context.description" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-2.0-experimental-GLES-2.0-context.description">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context.functions_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-2.0-experimental-GLES-2.0-context.functions_details">
<ANCHOR id="COGL-GLES2-CONTEXT-ERROR:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#COGL-GLES2-CONTEXT-ERROR:CAPS">
<ANCHOR id="cogl-gles2-context-new" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-gles2-context-new">
<ANCHOR id="cogl-is-gles2-context" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-is-gles2-context">
<ANCHOR id="cogl-gles2-context-get-vtable" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-gles2-context-get-vtable">
<ANCHOR id="cogl-push-gles2-context" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-push-gles2-context">
<ANCHOR id="cogl-pop-gles2-context" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-pop-gles2-context">
<ANCHOR id="cogl-gles2-get-current-vtable" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-gles2-get-current-vtable">
<ANCHOR id="cogl-gles2-texture-2d-new-from-handle" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-gles2-texture-2d-new-from-handle">
<ANCHOR id="cogl-gles2-texture-get-handle" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-gles2-texture-get-handle">
<ANCHOR id="cogl-2.0-experimental-GLES-2.0-context.other_details" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#cogl-2.0-experimental-GLES-2.0-context.other_details">
<ANCHOR id="CoglGLES2Context" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#CoglGLES2Context">
<ANCHOR id="CoglGLES2Vtable" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#CoglGLES2Vtable">
<ANCHOR id="CoglGLES2ContextError" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#CoglGLES2ContextError">
<ANCHOR id="COGL-GLES2-CONTEXT-ERROR-UNSUPPORTED:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#COGL-GLES2-CONTEXT-ERROR-UNSUPPORTED:CAPS">
<ANCHOR id="COGL-GLES2-CONTEXT-ERROR-DRIVER:CAPS" href="cogl-2.0-experimental/cogl-2.0-experimental-GLES-2.0-context.html#COGL-GLES2-CONTEXT-ERROR-DRIVER:CAPS">
<ANCHOR id="annotation-glossterm-allow-none" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-allow-none">
<ANCHOR id="annotation-glossterm-array" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-array">
<ANCHOR id="annotation-glossterm-closure" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-closure">
<ANCHOR id="annotation-glossterm-constructor" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-constructor">
<ANCHOR id="annotation-glossterm-in" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-in">
<ANCHOR id="annotation-glossterm-inout" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-inout">
<ANCHOR id="annotation-glossterm-out" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-out">
<ANCHOR id="annotation-glossterm-out caller-allocates" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-out caller-allocates">
<ANCHOR id="annotation-glossterm-scope call" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-scope call">
<ANCHOR id="annotation-glossterm-scope notified" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-scope notified">
<ANCHOR id="annotation-glossterm-skip" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-skip">
<ANCHOR id="annotation-glossterm-Stable" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-Stable">
<ANCHOR id="annotation-glossterm-transfer full" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-transfer full">
<ANCHOR id="annotation-glossterm-transfer none" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-transfer none">
<ANCHOR id="annotation-glossterm-Unstable" href="cogl-2.0-experimental/coglglossary.html#annotation-glossterm-Unstable">