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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 621673002: command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/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 7510ad1b46e9056ca9d732dc10f1117de671f77a..c8432dabd0ac2dc6b94e05627a4a24fdb30f7a68 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -1549,40 +1549,6 @@ void GetMaxValueInBufferCHROMIUM(GLuint buffer_id,
}
}
-void GenSharedIdsCHROMIUM(GLuint namespace_id,
- GLuint id_offset,
- GLsizei n,
- uint32_t ids_shm_id,
- uint32_t ids_shm_offset) {
- gles2::cmds::GenSharedIdsCHROMIUM* c =
- GetCmdSpace<gles2::cmds::GenSharedIdsCHROMIUM>();
- if (c) {
- c->Init(namespace_id, id_offset, n, ids_shm_id, ids_shm_offset);
- }
-}
-
-void DeleteSharedIdsCHROMIUM(GLuint namespace_id,
- GLsizei n,
- uint32_t ids_shm_id,
- uint32_t ids_shm_offset) {
- gles2::cmds::DeleteSharedIdsCHROMIUM* c =
- GetCmdSpace<gles2::cmds::DeleteSharedIdsCHROMIUM>();
- if (c) {
- c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
- }
-}
-
-void RegisterSharedIdsCHROMIUM(GLuint namespace_id,
- GLsizei n,
- uint32_t ids_shm_id,
- uint32_t ids_shm_offset) {
- gles2::cmds::RegisterSharedIdsCHROMIUM* c =
- GetCmdSpace<gles2::cmds::RegisterSharedIdsCHROMIUM>();
- if (c) {
- c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
- }
-}
-
void EnableFeatureCHROMIUM(GLuint bucket_id,
uint32_t result_shm_id,
uint32_t result_shm_offset) {
« 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