diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h')
-rw-r--r-- | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 6babece..d645e63 100644 --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h @@ -934,16 +934,6 @@ void GLES2InterfaceStub::CopySubTextureCHROMIUM( void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, GLenum /* source_id */, GLenum /* dest_id */) {} -void GLES2InterfaceStub::CompressedCopySubTextureCHROMIUM( - GLenum /* target */, - GLenum /* source_id */, - GLenum /* dest_id */, - GLint /* xoffset */, - GLint /* yoffset */, - GLint /* x */, - GLint /* y */, - GLsizei /* width */, - GLsizei /* height */) {} void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, GLint /* first */, GLsizei /* count */, |