Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b4792ca9438dcf838bed6d30c50e4ae1ff3f7644..a5797f02ab8c5c2019a48c097c2b3dc28d389b9b 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 */,

Powered by Google App Engine
This is Rietveld 408576698