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

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: rebase Created 5 years, 3 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
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 de370dac666f6deb2980ecea0f2485baf5d21fb1..195a6f3a52b075b167f780ce7c93aaa6410a9ce3 100644
--- a/ui/gl/gl_enums_implementation_autogen.h
+++ b/ui/gl/gl_enums_implementation_autogen.h
@@ -247,6 +247,9 @@ static const GLEnums::EnumToString enum_to_string_table[] = {
0x8A53, "GL_SYNC_OBJECT_APPLE",
},
{
+ 0x78FB, "GL_RGB_YCBCR_422_CHROMIUM",
+ },
+ {
0x8DF8, "GL_SHADER_BINARY_FORMATS",
},
{
@@ -598,6 +601,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",
},
{
@@ -1558,9 +1564,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",
},
{
@@ -1702,7 +1720,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",
@@ -2668,9 +2686,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",
},
{
@@ -2728,6 +2752,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",
},
{
@@ -2884,6 +2911,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",
},
{

Powered by Google App Engine
This is Rietveld 408576698