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

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

Issue 1309743005: command_buffer: Implement EXT_blend_func_extended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase 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 | « gpu/command_buffer/common/gles2_cmd_ids_autogen.h ('k') | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b84fbb0699e69c6e16983875e20199d6ac705fb4..af31a5109626443536404dba3aadf686052cff1c 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -643,6 +643,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x78FB, "GL_RGB_YCBCR_422_CHROMIUM",
},
{
+ 0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM",
+ },
+ {
0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM",
},
{
@@ -1279,6 +1282,9 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x8576, "GL_CONSTANT_CHROMIUM",
},
{
+ 0x8589, "GL_SRC1_ALPHA_EXT",
+ },
+ {
0x85B5, "GL_VERTEX_ARRAY_BINDING_OES",
},
{
@@ -1555,6 +1561,18 @@ static const GLES2Util::EnumToString enum_to_string_table[] = {
0x88F0, "GL_DEPTH24_STENCIL8_OES",
},
{
+ 0x88F9, "GL_SRC1_COLOR_EXT",
+ },
+ {
+ 0x88FA, "GL_ONE_MINUS_SRC1_COLOR_EXT",
+ },
+ {
+ 0x88FB, "GL_ONE_MINUS_SRC1_ALPHA_EXT",
+ },
+ {
+ 0x88FC, "GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT",
+ },
+ {
0x88FD, "GL_VERTEX_ATTRIB_ARRAY_INTEGER",
},
{
@@ -3956,6 +3974,7 @@ std::string GLES2Util::GetStringImageInternalFormat(uint32_t value) {
{GL_RGB, "GL_RGB"},
{GL_RGB_YUV_420_CHROMIUM, "GL_RGB_YUV_420_CHROMIUM"},
{GL_RGB_YCBCR_422_CHROMIUM, "GL_RGB_YCBCR_422_CHROMIUM"},
+ {GL_RGB_YCBCR_420V_CHROMIUM, "GL_RGB_YCBCR_420V_CHROMIUM"},
{GL_RGBA, "GL_RGBA"},
};
return GLES2Util::GetQualifiedEnumString(string_table,
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_ids_autogen.h ('k') | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698