| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 1a3694334204a938ae6f0669217c80496a883c09..5465fc77995793b874e4af62f585731f102feed2 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -559,10 +559,6 @@ virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) override;
|
|
|
| virtual GLboolean UnmapBufferCHROMIUM(GLuint target) override;
|
|
|
| -virtual void* MapImageCHROMIUM(GLuint image_id) override;
|
| -
|
| -virtual void UnmapImageCHROMIUM(GLuint image_id) override;
|
| -
|
| virtual void* MapBufferSubDataCHROMIUM(GLuint target,
|
| GLintptr offset,
|
| GLsizeiptr size,
|
| @@ -604,17 +600,13 @@ virtual void GetProgramInfoCHROMIUM(GLuint program,
|
|
|
| virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
|
|
|
| -virtual GLuint CreateImageCHROMIUM(GLsizei width,
|
| +virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
|
| + GLsizei width,
|
| GLsizei height,
|
| - GLenum internalformat,
|
| - GLenum usage) override;
|
| + GLenum internalformat) override;
|
|
|
| virtual void DestroyImageCHROMIUM(GLuint image_id) override;
|
|
|
| -virtual void GetImageParameterivCHROMIUM(GLuint image_id,
|
| - GLenum pname,
|
| - GLint* params) override;
|
| -
|
| virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat,
|
|
|