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

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

Issue 1135943002: Pull in various gpu/command_buffer fixes from chromium (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months 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 7b9569d7a151924654516a43a90b497c220a81ff..911cf0240485674f11a2a1491a54a5d6fb98c444 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -346,6 +346,17 @@ void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv(
GLenum /* pname */,
GLint* /* params */) {
}
+void GLES2InterfaceStub::GetInteger64v(GLenum /* pname */,
+ GLint64* /* params */) {
+}
+void GLES2InterfaceStub::GetIntegeri_v(GLenum /* pname */,
+ GLuint /* index */,
+ GLint* /* data */) {
+}
+void GLES2InterfaceStub::GetInteger64i_v(GLenum /* pname */,
+ GLuint /* index */,
+ GLint64* /* data */) {
+}
void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) {
}
void GLES2InterfaceStub::GetInternalformativ(GLenum /* target */,

Powered by Google App Engine
This is Rietveld 408576698