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

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

Issue 706903004: Revert of Add subscribeUniform extension pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_autogen.h ('k') | gpu/command_buffer/service/BUILD.gn » ('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 623be626ed7190fe5de84a8d786a1a3021aa61ef..5d7cebd0e55a1cb8698872be28dec90fa762d7b9 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -3063,14 +3063,6 @@
{
0x8DE0,
"GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT",
- },
- {
- 0x924C,
- "GL_MOUSE_POSITION_CHROMIUM",
- },
- {
- 0x924B,
- "GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM",
},
{
0x924A,
@@ -4363,14 +4355,6 @@
string_table, arraysize(string_table), value);
}
-std::string GLES2Util::GetStringSubscriptionTarget(uint32_t value) {
- static const EnumToString string_table[] = {
- {GL_MOUSE_POSITION_CHROMIUM, "GL_MOUSE_POSITION_CHROMIUM"},
- };
- return GLES2Util::GetQualifiedEnumString(string_table,
- arraysize(string_table), value);
-}
-
std::string GLES2Util::GetStringTextureBindTarget(uint32_t value) {
static const EnumToString string_table[] = {
{GL_TEXTURE_2D, "GL_TEXTURE_2D"},
@@ -4495,15 +4479,6 @@
string_table, arraysize(string_table), value);
}
-std::string GLES2Util::GetStringValueBufferTarget(uint32_t value) {
- static const EnumToString string_table[] = {
- {GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM,
- "GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM"},
- };
- return GLES2Util::GetQualifiedEnumString(string_table,
- arraysize(string_table), value);
-}
-
std::string GLES2Util::GetStringVertexAttribType(uint32_t value) {
static const EnumToString string_table[] = {
{GL_BYTE, "GL_BYTE"},
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_autogen.h ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698