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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 2443023002: gpu: Add CHROMIUM_copy_image extension.
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_image.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index 4f627a19ffa63ad2d42caa96c0a83052804ee07d..eff582504763f4035be77ea11d05deb3b6b59406 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -80,6 +80,16 @@ class TestWebGraphicsContext3D {
const void* pixels) {}
virtual void waitAsyncTexImage2DCHROMIUM(GLenum target) {}
virtual void releaseTexImage2DCHROMIUM(GLenum target, GLint image_id) {}
+ virtual void copyImageSubDataCHROMIUM(GLint source_image_id,
+ GLint dest_texture_id,
+ GLint xoffset,
+ GLint yoffset,
+ GLint x,
+ GLint y,
+ GLsizei width,
+ GLsizei height,
+ GLint in_fence_id,
+ GLint out_fence_id) {}
virtual void framebufferRenderbuffer(GLenum target,
GLenum attachment,
GLenum renderbuffertarget,
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_image.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698