| 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 66cfcefcbf706b04496e1db6c99d73f23b489aa7..48bccd5128a807ecaa6b238a0f42c5da20aa96d2 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -278,6 +278,18 @@ void GetVertexAttribPointerv(GLuint index,
|
|
|
| void Hint(GLenum target, GLenum mode) override;
|
|
|
| +void InvalidateFramebuffer(GLenum target,
|
| + GLsizei count,
|
| + const GLenum* attachments) override;
|
| +
|
| +void InvalidateSubFramebuffer(GLenum target,
|
| + GLsizei count,
|
| + const GLenum* attachments,
|
| + GLint x,
|
| + GLint y,
|
| + GLsizei width,
|
| + GLsizei height) override;
|
| +
|
| GLboolean IsBuffer(GLuint buffer) override;
|
|
|
| GLboolean IsEnabled(GLenum cap) override;
|
| @@ -300,6 +312,8 @@ void PixelStorei(GLenum pname, GLint param) override;
|
|
|
| void PolygonOffset(GLfloat factor, GLfloat units) override;
|
|
|
| +void ReadBuffer(GLenum src) override;
|
| +
|
| void ReadPixels(GLint x,
|
| GLint y,
|
| GLsizei width,
|
|
|