| 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);
|
|
|