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

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

Issue 2781863002: Revert of Update the passthrough command decoder to use the new CHROMIUM_copy_texture. (Closed)
Patch Set: Created 3 years, 9 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_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 834b474f6e235ccfe64b97a2daa622f758b91014..5ff6a5f04964fd1be35f1937c04730fc5ea5edd8 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -2504,10 +2504,10 @@
}
}
-void CopyTextureCHROMIUM(GLuint source_id,
+void CopyTextureCHROMIUM(GLenum source_id,
GLint source_level,
GLenum dest_target,
- GLuint dest_id,
+ GLenum dest_id,
GLint dest_level,
GLint internalformat,
GLenum dest_type,
@@ -2523,10 +2523,10 @@
}
}
-void CopySubTextureCHROMIUM(GLuint source_id,
+void CopySubTextureCHROMIUM(GLenum source_id,
GLint source_level,
GLenum dest_target,
- GLuint dest_id,
+ GLenum dest_id,
GLint dest_level,
GLint xoffset,
GLint yoffset,
@@ -2546,7 +2546,7 @@
}
}
-void CompressedCopyTextureCHROMIUM(GLuint source_id, GLuint dest_id) {
+void CompressedCopyTextureCHROMIUM(GLenum source_id, GLenum dest_id) {
gles2::cmds::CompressedCopyTextureCHROMIUM* c =
GetCmdSpace<gles2::cmds::CompressedCopyTextureCHROMIUM>();
if (c) {
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698