| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 72860f1d23333f7ec904798a8c7402ef8c991497..b88ec6adb1d0057e7285553914c4ffbe632da5f1 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -201,6 +201,16 @@ void GetVertexAttribPointerv(GLuint index,
|
| GLenum pname,
|
| void** pointer) override;
|
| 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;
|
| GLboolean IsFramebuffer(GLuint framebuffer) override;
|
| @@ -212,6 +222,7 @@ void LineWidth(GLfloat width) override;
|
| void LinkProgram(GLuint program) override;
|
| 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,
|
|
|