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

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

Issue 754873002: Add a second unsafe ES3 API in command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 0f05f5596c65a0b80d514d1f666c4bd311c1ca9f..b53c1bf6456e2bf2e48120d0c19f9063357ecc99 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -99,6 +99,12 @@ void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */,
GLsizei /* imageSize */,
const void* /* data */) {
}
+void GLES2InterfaceStub::CopyBufferSubData(GLenum /* readtarget */,
+ GLenum /* writetarget */,
+ GLintptr /* readoffset */,
+ GLintptr /* writeoffset */,
+ GLsizeiptr /* size */) {
+}
void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */,
GLint /* level */,
GLenum /* internalformat */,

Powered by Google App Engine
This is Rietveld 408576698