Index: gpu/command_buffer/client/gles2_c_lib_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
index b789a6be6d48346d91f4437ad0eef73689d8b5c4..5940339377b24f9fc5546692e14a1cee6bed8d94 100644 |
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h |
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
@@ -1329,10 +1329,10 @@ |
GLint height) { |
gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height); |
} |
-void GL_APIENTRY GLES2CopyTextureCHROMIUM(GLuint source_id, |
+void GL_APIENTRY GLES2CopyTextureCHROMIUM(GLenum source_id, |
GLint source_level, |
GLenum dest_target, |
- GLuint dest_id, |
+ GLenum dest_id, |
GLint dest_level, |
GLint internalformat, |
GLenum dest_type, |
@@ -1345,10 +1345,10 @@ |
unpack_unmultiply_alpha); |
} |
void GL_APIENTRY |
-GLES2CopySubTextureCHROMIUM(GLuint source_id, |
+GLES2CopySubTextureCHROMIUM(GLenum source_id, |
GLint source_level, |
GLenum dest_target, |
- GLuint dest_id, |
+ GLenum dest_id, |
GLint dest_level, |
GLint xoffset, |
GLint yoffset, |
@@ -1364,8 +1364,8 @@ |
yoffset, x, y, width, height, unpack_flip_y, unpack_premultiply_alpha, |
unpack_unmultiply_alpha); |
} |
-void GL_APIENTRY GLES2CompressedCopyTextureCHROMIUM(GLuint source_id, |
- GLuint dest_id) { |
+void GL_APIENTRY GLES2CompressedCopyTextureCHROMIUM(GLenum source_id, |
+ GLenum dest_id) { |
gles2::GetGLContext()->CompressedCopyTextureCHROMIUM(source_id, dest_id); |
} |
void GL_APIENTRY GLES2DrawArraysInstancedANGLE(GLenum mode, |