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

Unified Diff: gpu/command_buffer/client/gles2_trace_implementation_impl_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_trace_implementation_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
index 01db22e23c13d35bfe61285d063b7002ac81bbfe..5516df73620b61cec9b5eced8126327995f1031e 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -1937,10 +1937,10 @@
}
void GLES2TraceImplementation::CopyTextureCHROMIUM(
- GLuint source_id,
+ GLenum source_id,
GLint source_level,
GLenum dest_target,
- GLuint dest_id,
+ GLenum dest_id,
GLint dest_level,
GLint internalformat,
GLenum dest_type,
@@ -1954,10 +1954,10 @@
}
void GLES2TraceImplementation::CopySubTextureCHROMIUM(
- GLuint source_id,
+ GLenum source_id,
GLint source_level,
GLenum dest_target,
- GLuint dest_id,
+ GLenum dest_id,
GLint dest_level,
GLint xoffset,
GLint yoffset,
@@ -1975,8 +1975,8 @@
unpack_unmultiply_alpha);
}
-void GLES2TraceImplementation::CompressedCopyTextureCHROMIUM(GLuint source_id,
- GLuint dest_id) {
+void GLES2TraceImplementation::CompressedCopyTextureCHROMIUM(GLenum source_id,
+ GLenum dest_id) {
TRACE_EVENT_BINARY_EFFICIENT0("gpu",
"GLES2Trace::CompressedCopyTextureCHROMIUM");
gl_->CompressedCopyTextureCHROMIUM(source_id, dest_id);
« no previous file with comments | « gpu/command_buffer/client/gles2_trace_implementation_autogen.h ('k') | gpu/command_buffer/cmd_buffer_functions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698