| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index cde303f60dfb49f04a221f975502a92c9802ff24..09360860177ebd8eae54664a9482f14226bb9452 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -662,11 +662,6 @@ void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
|
| GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
|
| return 0;
|
| }
|
| -void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */) {
|
| - return 0;
|
| -}
|
| -void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
|
| -}
|
| void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */,
|
| GLintptr /* offset */,
|
| GLsizeiptr /* size */,
|
| @@ -712,18 +707,14 @@ void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
|
| GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
|
| return 0;
|
| }
|
| -GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */,
|
| +GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
|
| + GLsizei /* width */,
|
| GLsizei /* height */,
|
| - GLenum /* internalformat */,
|
| - GLenum /* usage */) {
|
| + GLenum /* internalformat */) {
|
| return 0;
|
| }
|
| void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
|
| }
|
| -void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */,
|
| - GLenum /* pname */,
|
| - GLint* /* params */) {
|
| -}
|
| GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
|
| GLsizei /* width */,
|
| GLsizei /* height */,
|
|
|