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

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 5eebe552374aac71a744c489ab5406a56af9af42..21327b893be5ec27be9e15972510addc4c5b1d73 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -262,31 +262,6 @@ VISIT_GL_CALL(BindUniformLocationCHROMIUM,
void,
(GLuint program, GLint location, const char* name),
(program, location, name))
-VISIT_GL_CALL(GenValuebuffersCHROMIUM,
- void,
- (GLsizei n, GLuint* buffers),
- (n, buffers))
-VISIT_GL_CALL(DeleteValuebuffersCHROMIUM,
- void,
- (GLsizei n, const GLuint* valuebuffers),
- (n, valuebuffers))
-VISIT_GL_CALL(IsValuebufferCHROMIUM,
- GLboolean,
- (GLuint valuebuffer),
- (valuebuffer))
-VISIT_GL_CALL(BindValuebufferCHROMIUM,
- void,
- (GLenum target, GLuint valuebuffer),
- (target, valuebuffer))
-VISIT_GL_CALL(SubscribeValueCHROMIUM,
- void,
- (GLenum target, GLenum subscription),
- (target, subscription))
-VISIT_GL_CALL(PopulateSubscribedValuesCHROMIUM, void, (GLenum target), (target))
-VISIT_GL_CALL(UniformValuebufferCHROMIUM,
- void,
- (GLint location, GLenum target, GLenum subscription),
- (location, target, subscription))
VISIT_GL_CALL(BindTexImage2DCHROMIUM,
void,
(GLenum target, GLint imageId),
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698