| 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 b53085f08b1102971e8dd574ce024744a44e8495..ce953d7f9656ef28f6ceab05e7160ef603fdd7cd 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -79,6 +79,23 @@ GLenum GLES2InterfaceStub::CheckFramebufferStatus(GLenum /* target */) {
|
| }
|
| void GLES2InterfaceStub::Clear(GLbitfield /* mask */) {
|
| }
|
| +void GLES2InterfaceStub::ClearBufferfi(GLenum /* buffer */,
|
| + GLint /* drawbuffers */,
|
| + GLfloat /* depth */,
|
| + GLint /* stencil */) {
|
| +}
|
| +void GLES2InterfaceStub::ClearBufferfv(GLenum /* buffer */,
|
| + GLint /* drawbuffers */,
|
| + const GLfloat* /* value */) {
|
| +}
|
| +void GLES2InterfaceStub::ClearBufferiv(GLenum /* buffer */,
|
| + GLint /* drawbuffers */,
|
| + const GLint* /* value */) {
|
| +}
|
| +void GLES2InterfaceStub::ClearBufferuiv(GLenum /* buffer */,
|
| + GLint /* drawbuffers */,
|
| + const GLuint* /* value */) {
|
| +}
|
| void GLES2InterfaceStub::ClearColor(GLclampf /* red */,
|
| GLclampf /* green */,
|
| GLclampf /* blue */,
|
|
|