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

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

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Uploading again Created 7 years, 8 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 b1c4ac57ff86944eabb2549903a7c281487de50e..bd0c6f473e65aecbd9070011a72bc895d24e544b 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -259,6 +259,9 @@ void GLES2InterfaceStub::GetVertexAttribPointerv(
}
void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) {
}
+void GLES2InterfaceStub::ImageBufferDataCHROMIUM(
+ GLenum /* target */, GLsizei /* width */, GLsizei /* height */) {
+}
GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698