| 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 abfc5989e57580b1ea23a2c253686dad7cd9a38a..595bde1eaa7e8ade1dab7493711e76a3764b3458 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -371,8 +371,6 @@ virtual GLuint GetMaxValueInBufferCHROMIUM(GLuint buffer_id,
|
| virtual GLboolean EnableFeatureCHROMIUM(const char* feature) = 0;
|
| virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) = 0;
|
| virtual GLboolean UnmapBufferCHROMIUM(GLuint target) = 0;
|
| -virtual void* MapImageCHROMIUM(GLuint image_id) = 0;
|
| -virtual void UnmapImageCHROMIUM(GLuint image_id) = 0;
|
| virtual void* MapBufferSubDataCHROMIUM(GLuint target,
|
| GLintptr offset,
|
| GLsizeiptr size,
|
| @@ -403,14 +401,11 @@ virtual void GetProgramInfoCHROMIUM(GLuint program,
|
| GLsizei* size,
|
| void* info) = 0;
|
| virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) = 0;
|
| -virtual GLuint CreateImageCHROMIUM(GLsizei width,
|
| +virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
|
| + GLsizei width,
|
| GLsizei height,
|
| - GLenum internalformat,
|
| - GLenum usage) = 0;
|
| + GLenum internalformat) = 0;
|
| virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
|
| -virtual void GetImageParameterivCHROMIUM(GLuint image_id,
|
| - GLenum pname,
|
| - GLint* params) = 0;
|
| virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat,
|
|
|