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

Unified Diff: gpu/command_buffer/client/gles2_interface_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
Index: gpu/command_buffer/client/gles2_interface_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
index 4ab4116c6c0097528324287e3ad8a8065b6d81d8..d52ff9bb459e3a9312b176c756cd881375e2b79b 100644
--- a/gpu/command_buffer/client/gles2_interface_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h
@@ -730,16 +730,6 @@ virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
virtual void BindUniformLocationCHROMIUM(GLuint program,
GLint location,
const char* name) = 0;
-virtual void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) = 0;
-virtual void DeleteValuebuffersCHROMIUM(GLsizei n,
- const GLuint* valuebuffers) = 0;
-virtual GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) = 0;
-virtual void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) = 0;
-virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0;
-virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0;
-virtual void UniformValuebufferCHROMIUM(GLint location,
- GLenum target,
- GLenum subscription) = 0;
virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
virtual void TraceBeginCHROMIUM(const char* category_name,

Powered by Google App Engine
This is Rietveld 408576698