| 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) {
|
|
|