OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // | 4 // |
5 // This file is auto-generated from | 5 // This file is auto-generated from |
6 // ui/gl/generate_bindings.py | 6 // ui/gl/generate_bindings.py |
7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
10 | 10 |
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 { | 636 { |
637 0x78EE, "GL_PIXEL_PACK_TRANSFER_BUFFER_BINDING_CHROMIUM", | 637 0x78EE, "GL_PIXEL_PACK_TRANSFER_BUFFER_BINDING_CHROMIUM", |
638 }, | 638 }, |
639 { | 639 { |
640 0x78EF, "GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM", | 640 0x78EF, "GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM", |
641 }, | 641 }, |
642 { | 642 { |
643 0x78F2, "GL_READ_WRITE_CHROMIUM", | 643 0x78F2, "GL_READ_WRITE_CHROMIUM", |
644 }, | 644 }, |
645 { | 645 { |
646 0x78FA, "GL_RGB_YUV_420_CHROMIUM", | 646 0x78FA, "GL_RGB_YCRCB_420_CHROMIUM", |
647 }, | 647 }, |
648 { | 648 { |
649 0x78FB, "GL_RGB_YCBCR_422_CHROMIUM", | 649 0x78FB, "GL_RGB_YCBCR_422_CHROMIUM", |
650 }, | 650 }, |
651 { | 651 { |
652 0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM", | 652 0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM", |
653 }, | 653 }, |
654 { | 654 { |
| 655 0x78FD, "GL_GPU_MEMORY_BUFFER_ID", |
| 656 }, |
| 657 { |
655 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM", | 658 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM", |
656 }, | 659 }, |
657 { | 660 { |
658 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM", | 661 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM", |
659 }, | 662 }, |
660 { | 663 { |
661 0x8001, "GL_CONSTANT_COLOR", | 664 0x8001, "GL_CONSTANT_COLOR", |
662 }, | 665 }, |
663 { | 666 { |
664 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR", | 667 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR", |
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3455 }, | 3458 }, |
3456 { | 3459 { |
3457 64, "GL_MAILBOX_SIZE_CHROMIUM", | 3460 64, "GL_MAILBOX_SIZE_CHROMIUM", |
3458 }, | 3461 }, |
3459 }; | 3462 }; |
3460 | 3463 |
3461 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = | 3464 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = |
3462 enum_to_string_table; | 3465 enum_to_string_table; |
3463 const size_t GLEnums::enum_to_string_table_len_ = | 3466 const size_t GLEnums::enum_to_string_table_len_ = |
3464 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); | 3467 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); |
OLD | NEW |