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

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

Issue 2639973002: Add target argument to Copy{Sub}TextureCHROMIUM entry point (Closed)
Patch Set: use dest_target instead of target Created 3 years, 11 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_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
index 52e8ffba8bc45a55bb0beab4ba90cacccab44fc2..d33fd4b13d0dc50d8934f17f30934dbad0308b5e 100644
--- a/gpu/command_buffer/client/gles2_interface_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h
@@ -690,6 +690,7 @@ virtual void PostSubBufferCHROMIUM(GLint x,
GLint height) = 0;
virtual void CopyTextureCHROMIUM(GLenum source_id,
GLint source_level,
+ GLenum dest_target,
GLenum dest_id,
GLint dest_level,
GLint internalformat,
@@ -699,6 +700,7 @@ virtual void CopyTextureCHROMIUM(GLenum source_id,
GLboolean unpack_unmultiply_alpha) = 0;
virtual void CopySubTextureCHROMIUM(GLenum source_id,
GLint source_level,
+ GLenum dest_target,
GLenum dest_id,
GLint dest_level,
GLint xoffset,

Powered by Google App Engine
This is Rietveld 408576698