| 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 6ddde81d17e9c5bb4357a8eca04978df8bdf7768..aa2bb48d8df367a1ad98e51445dfa8e4e9ab98df 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -331,6 +331,20 @@ void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */,
|
| }
|
| void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {
|
| }
|
| +void GLES2InterfaceStub::InvalidateFramebuffer(
|
| + GLenum /* target */,
|
| + GLsizei /* count */,
|
| + const GLenum* /* attachments */) {
|
| +}
|
| +void GLES2InterfaceStub::InvalidateSubFramebuffer(
|
| + GLenum /* target */,
|
| + GLsizei /* count */,
|
| + const GLenum* /* attachments */,
|
| + GLint /* x */,
|
| + GLint /* y */,
|
| + GLsizei /* width */,
|
| + GLsizei /* height */) {
|
| +}
|
| GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) {
|
| return 0;
|
| }
|
| @@ -361,6 +375,8 @@ void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) {
|
| void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */,
|
| GLfloat /* units */) {
|
| }
|
| +void GLES2InterfaceStub::ReadBuffer(GLenum /* src */) {
|
| +}
|
| void GLES2InterfaceStub::ReadPixels(GLint /* x */,
|
| GLint /* y */,
|
| GLsizei /* width */,
|
|
|