| 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 fade8fa37431e153ae18aba63911e4f207e73abc..42da99ff960ae58bb8ee82841b765821750c0c7c 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| @@ -4560,6 +4560,7 @@ std::string GLES2Util::GetStringCapability(uint32_t value) {
|
| {GL_SAMPLE_COVERAGE, "GL_SAMPLE_COVERAGE"},
|
| {GL_SCISSOR_TEST, "GL_SCISSOR_TEST"},
|
| {GL_STENCIL_TEST, "GL_STENCIL_TEST"},
|
| + {GL_RASTERIZER_DISCARD, "GL_RASTERIZER_DISCARD"},
|
| };
|
| return GLES2Util::GetQualifiedEnumString(string_table,
|
| arraysize(string_table), value);
|
| @@ -4768,6 +4769,7 @@ std::string GLES2Util::GetStringGLState(uint32_t value) {
|
| {GL_SAMPLE_COVERAGE, "GL_SAMPLE_COVERAGE"},
|
| {GL_SCISSOR_TEST, "GL_SCISSOR_TEST"},
|
| {GL_STENCIL_TEST, "GL_STENCIL_TEST"},
|
| + {GL_RASTERIZER_DISCARD, "GL_RASTERIZER_DISCARD"},
|
| };
|
| return GLES2Util::GetQualifiedEnumString(string_table,
|
| arraysize(string_table), value);
|
|
|