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

Unified Diff: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile 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
Index: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
index af31a5109626443536404dba3aadf686052cff1c..622f75dee3f99de8550a6088a13306d87c5cb681 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -409,6 +409,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x0DE1, "GL_TEXTURE_2D",
},
{
+ 0x1, "GL_CA_LAYER_EDGE_LEFT_CHROMIUM",
+ },
+ {
0x10000000, "GL_MULTISAMPLE_BUFFER_BIT4_QCOM",
},
{
@@ -535,6 +538,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x1F03, "GL_EXTENSIONS",
},
{
+ 0x2, "GL_CA_LAYER_EDGE_RIGHT_CHROMIUM",
+ },
+ {
0x20000000, "GL_MULTISAMPLE_BUFFER_BIT5_QCOM",
},
{
@@ -607,6 +613,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x300E, "GL_CONTEXT_LOST",
},
{
+ 0x4, "GL_CA_LAYER_EDGE_BOTTOM_CHROMIUM",
+ },
+ {
0x40000000, "GL_MULTISAMPLE_BUFFER_BIT6_QCOM",
},
{
@@ -646,6 +655,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM",
},
{
+ 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM",
+ },
+ {
0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM",
},
{
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698