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

Unified Diff: ui/gl/gl_enums_implementation_autogen.h

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_enums_implementation_autogen.h
diff --git a/ui/gl/gl_enums_implementation_autogen.h b/ui/gl/gl_enums_implementation_autogen.h
index 6f9e1e0ffd7f70545b116e3bad2e454f453cff29..4568fe85a6b5f8dc0a63dc7b0019b320c9c340f5 100644
--- a/ui/gl/gl_enums_implementation_autogen.h
+++ b/ui/gl/gl_enums_implementation_autogen.h
@@ -406,6 +406,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x0DE1, "GL_TEXTURE_2D",
},
{
+ 0x1, "GL_CA_LAYER_EDGE_LEFT_CHROMIUM",
+ },
+ {
0x10000000, "GL_MULTISAMPLE_BUFFER_BIT4_QCOM",
},
{
@@ -532,6 +535,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x1F03, "GL_EXTENSIONS",
},
{
+ 0x2, "GL_CA_LAYER_EDGE_RIGHT_CHROMIUM",
+ },
+ {
0x20000000, "GL_MULTISAMPLE_BUFFER_BIT5_QCOM",
},
{
@@ -604,6 +610,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x300E, "GL_CONTEXT_LOST",
},
{
+ 0x4, "GL_CA_LAYER_EDGE_BOTTOM_CHROMIUM",
+ },
+ {
0x40000000, "GL_MULTISAMPLE_BUFFER_BIT6_QCOM",
},
{
@@ -643,6 +652,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM",
},
{
+ 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM",
+ },
+ {
0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM",
},
{
@@ -3220,6 +3232,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x9317, "GL_MAX_FRAMEBUFFER_LAYERS_EXT",
},
{
+ 0x9332, "GL_COVERAGE_MODULATION_CHROMIUM",
+ },
+ {
0x9380, "GL_NUM_SAMPLE_COUNTS",
},
{
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698