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

Unified Diff: gpu/command_buffer/client/gles2_c_lib_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_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,
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698