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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_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/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 84770436c8daa76222d275da586f96f83ffc9afb..24d8be24c6b121cb2701156dd90e8327876885df 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -1722,73 +1722,6 @@
GetCmdSpace<gles2::cmds::BindUniformLocationCHROMIUMBucket>();
if (c) {
c->Init(program, location, name_bucket_id);
- }
-}
-
-void GenValuebuffersCHROMIUMImmediate(GLsizei n, GLuint* buffers) {
- const uint32_t size =
- gles2::cmds::GenValuebuffersCHROMIUMImmediate::ComputeSize(n);
- gles2::cmds::GenValuebuffersCHROMIUMImmediate* c =
- GetImmediateCmdSpaceTotalSize<
- gles2::cmds::GenValuebuffersCHROMIUMImmediate>(size);
- if (c) {
- c->Init(n, buffers);
- }
-}
-
-void DeleteValuebuffersCHROMIUMImmediate(GLsizei n,
- const GLuint* valuebuffers) {
- const uint32_t size =
- gles2::cmds::DeleteValuebuffersCHROMIUMImmediate::ComputeSize(n);
- gles2::cmds::DeleteValuebuffersCHROMIUMImmediate* c =
- GetImmediateCmdSpaceTotalSize<
- gles2::cmds::DeleteValuebuffersCHROMIUMImmediate>(size);
- if (c) {
- c->Init(n, valuebuffers);
- }
-}
-
-void IsValuebufferCHROMIUM(GLuint valuebuffer,
- uint32_t result_shm_id,
- uint32_t result_shm_offset) {
- gles2::cmds::IsValuebufferCHROMIUM* c =
- GetCmdSpace<gles2::cmds::IsValuebufferCHROMIUM>();
- if (c) {
- c->Init(valuebuffer, result_shm_id, result_shm_offset);
- }
-}
-
-void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) {
- gles2::cmds::BindValuebufferCHROMIUM* c =
- GetCmdSpace<gles2::cmds::BindValuebufferCHROMIUM>();
- if (c) {
- c->Init(target, valuebuffer);
- }
-}
-
-void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) {
- gles2::cmds::SubscribeValueCHROMIUM* c =
- GetCmdSpace<gles2::cmds::SubscribeValueCHROMIUM>();
- if (c) {
- c->Init(target, subscription);
- }
-}
-
-void PopulateSubscribedValuesCHROMIUM(GLenum target) {
- gles2::cmds::PopulateSubscribedValuesCHROMIUM* c =
- GetCmdSpace<gles2::cmds::PopulateSubscribedValuesCHROMIUM>();
- if (c) {
- c->Init(target);
- }
-}
-
-void UniformValuebufferCHROMIUM(GLint location,
- GLenum target,
- GLenum subscription) {
- gles2::cmds::UniformValuebufferCHROMIUM* c =
- GetCmdSpace<gles2::cmds::UniformValuebufferCHROMIUM>();
- if (c) {
- c->Init(location, target, subscription);
}
}
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698