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

Unified Diff: ui/gl/gl_enums_implementation_autogen.h

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: fix msvc signedness warning in an unittest Created 5 years, 2 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 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 e6d7c36128e737bcf9ac8ed37b97f75ca1a2e334..a24028502e7a467d2955ab1c734f9e3a276ec4c8 100644
--- a/ui/gl/gl_enums_implementation_autogen.h
+++ b/ui/gl/gl_enums_implementation_autogen.h
@@ -598,6 +598,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x1D00, "GL_FLAT_CHROMIUM",
},
{
+ 0x8A30, "GL_MAX_UNIFORM_BLOCK_SIZE",
+ },
+ {
0x9144, "GL_MAX_DEBUG_LOGGED_MESSAGES_KHR",
},
{
@@ -1555,9 +1558,21 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x9253, "GL_DMP_PROGRAM_BINARY_DMP",
},
{
+ 0x9096, "GL_TRANSPOSE_AFFINE_2D_CHROMIUM",
+ },
+ {
+ 0x9094, "GL_AFFINE_3D_CHROMIUM",
+ },
+ {
0x8DC8, "GL_UNSIGNED_INT_VEC4",
},
{
+ 0x9092, "GL_AFFINE_2D_CHROMIUM",
+ },
+ {
+ 0x9090, "GL_TRANSLATE_2D_CHROMIUM",
+ },
+ {
0x3000, "GL_CLIP_DISTANCE0_APPLE",
},
{
@@ -1699,7 +1714,7 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x8DF6, "GL_UNSIGNED_INT_10_10_10_2_OES",
},
{
- 0x8A30, "GL_MAX_UNIFORM_BLOCK_SIZE",
+ 0x9091, "GL_TRANSLATE_3D_CHROMIUM",
},
{
0x9273, "GL_COMPRESSED_SIGNED_RG11_EAC",
@@ -2665,9 +2680,15 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x83FA, "GL_PERFQUERY_FLUSH_INTEL",
},
{
+ 0x909C, "GL_BOUNDING_BOX_OF_BOUNDING_BOXES_CHROMIUM",
+ },
+ {
0x0D03, "GL_PACK_SKIP_ROWS",
},
{
+ 0x908E, "GL_TRANSLATE_X_CHROMIUM",
+ },
+ {
0x84F3, "GL_FENCE_STATUS_NV",
},
{
@@ -2725,6 +2746,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x1004, "GL_TEXTURE_BORDER_COLOR_EXT",
},
{
+ 0x908F, "GL_TRANSLATE_Y_CHROMIUM",
+ },
+ {
0x908B, "GL_CONVEX_HULL_CHROMIUM",
},
{
@@ -2881,6 +2905,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x00000200, "GL_DEPTH_BUFFER_BIT1_QCOM",
},
{
+ 0x9098, "GL_TRANSPOSE_AFFINE_3D_CHROMIUM",
+ },
+ {
0x8C85, "GL_TRANSFORM_FEEDBACK_BUFFER_SIZE",
},
{
« 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