Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: ui/gl/gl_enums_implementation_autogen.h

Issue 2136223002: Introduce GLStubApi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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
11 static const GLEnums::EnumToString enum_to_string_table[] = { 11 static const GLEnums::EnumToString enum_to_string_table[] = {
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 { 645 {
646 0x78FA, "GL_RGB_YCRCB_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 {
658 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM", 655 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM",
659 }, 656 },
660 { 657 {
661 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM", 658 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM",
662 }, 659 },
663 { 660 {
664 0x8001, "GL_CONSTANT_COLOR", 661 0x8001, "GL_CONSTANT_COLOR",
665 }, 662 },
666 { 663 {
667 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR", 664 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR",
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 }, 3455 },
3459 { 3456 {
3460 64, "GL_MAILBOX_SIZE_CHROMIUM", 3457 64, "GL_MAILBOX_SIZE_CHROMIUM",
3461 }, 3458 },
3462 }; 3459 };
3463 3460
3464 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = 3461 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ =
3465 enum_to_string_table; 3462 enum_to_string_table;
3466 const size_t GLEnums::enum_to_string_table_len_ = 3463 const size_t GLEnums::enum_to_string_table_len_ =
3467 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); 3464 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698