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

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

Issue 1435183002: WebGL 2: fix the bug in invalidate-framebuffer.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 1 month 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 169a8bb82c4d65ba65d9fdbdf2193517b6bdcbe0..411d7b4d1ccde11ab0366b0fe66a9ec4c37a470e 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -4007,14 +4007,6 @@ std::string GLES2Util::GetStringInternalFormatParameter(uint32_t value) {
arraysize(string_table), value);
}
-std::string GLES2Util::GetStringInvalidateFrameBufferTarget(uint32_t value) {
- static const EnumToString string_table[] = {
- {GL_FRAMEBUFFER, "GL_FRAMEBUFFER"},
- };
- return GLES2Util::GetQualifiedEnumString(string_table,
- arraysize(string_table), value);
-}
-
std::string GLES2Util::GetStringMapBufferAccess(uint32_t value) {
static const EnumToString string_table[] = {
{GL_MAP_READ_BIT, "GL_MAP_READ_BIT"},
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_autogen.h ('k') | gpu/command_buffer/service/gles2_cmd_validation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698