| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index fac68f7ba4eb6f7f1e89b51d3595a21772d1b796..f852f0a26acf5c52d5fc13c454a908de4b636e9e 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -712,22 +712,6 @@ GLuint GLES2GetMaxValueInBufferCHROMIUM(GLuint buffer_id,
|
| return gles2::GetGLContext()->GetMaxValueInBufferCHROMIUM(
|
| buffer_id, count, type, offset);
|
| }
|
| -void GLES2GenSharedIdsCHROMIUM(GLuint namespace_id,
|
| - GLuint id_offset,
|
| - GLsizei n,
|
| - GLuint* ids) {
|
| - gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids);
|
| -}
|
| -void GLES2DeleteSharedIdsCHROMIUM(GLuint namespace_id,
|
| - GLsizei n,
|
| - const GLuint* ids) {
|
| - gles2::GetGLContext()->DeleteSharedIdsCHROMIUM(namespace_id, n, ids);
|
| -}
|
| -void GLES2RegisterSharedIdsCHROMIUM(GLuint namespace_id,
|
| - GLsizei n,
|
| - const GLuint* ids) {
|
| - gles2::GetGLContext()->RegisterSharedIdsCHROMIUM(namespace_id, n, ids);
|
| -}
|
| GLboolean GLES2EnableFeatureCHROMIUM(const char* feature) {
|
| return gles2::GetGLContext()->EnableFeatureCHROMIUM(feature);
|
| }
|
| @@ -1647,18 +1631,6 @@ extern const NameToFunc g_gles2_function_table[] = {
|
| reinterpret_cast<GLES2FunctionPointer>(glGetMaxValueInBufferCHROMIUM),
|
| },
|
| {
|
| - "glGenSharedIdsCHROMIUM",
|
| - reinterpret_cast<GLES2FunctionPointer>(glGenSharedIdsCHROMIUM),
|
| - },
|
| - {
|
| - "glDeleteSharedIdsCHROMIUM",
|
| - reinterpret_cast<GLES2FunctionPointer>(glDeleteSharedIdsCHROMIUM),
|
| - },
|
| - {
|
| - "glRegisterSharedIdsCHROMIUM",
|
| - reinterpret_cast<GLES2FunctionPointer>(glRegisterSharedIdsCHROMIUM),
|
| - },
|
| - {
|
| "glEnableFeatureCHROMIUM",
|
| reinterpret_cast<GLES2FunctionPointer>(glEnableFeatureCHROMIUM),
|
| },
|
|
|