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

Unified Diff: mojo/gpu/mojo_gles2_impl_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 | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/mojo_gles2_impl_autogen.h
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index bedb8e09ad48e9b64c08784a8f804fa00f84043c..59740bfa40fe29ce35f586f11c6257bc2ff51bbd 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -732,16 +732,6 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
void BindUniformLocationCHROMIUM(GLuint program,
GLint location,
const char* name) override;
- void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) override;
- void DeleteValuebuffersCHROMIUM(GLsizei n,
- const GLuint* valuebuffers) override;
- GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
- void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
- void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
- void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
- void UniformValuebufferCHROMIUM(GLint location,
- GLenum target,
- GLenum subscription) override;
void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
void TraceBeginCHROMIUM(const char* category_name,
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698