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

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_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_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index 5073353be759be422e866dd071dcb748f8221762..ddf50bddd7b2d8cf56e5ac8b477bc6982238d78d 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -908,10 +908,10 @@
GLint /* width */,
GLint /* height */) {}
void GLES2InterfaceStub::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 */,
@@ -919,10 +919,10 @@
GLboolean /* unpack_premultiply_alpha */,
GLboolean /* unpack_unmultiply_alpha */) {}
void GLES2InterfaceStub::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 */,
@@ -933,8 +933,8 @@
GLboolean /* unpack_flip_y */,
GLboolean /* unpack_premultiply_alpha */,
GLboolean /* unpack_unmultiply_alpha */) {}
-void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLuint /* source_id */,
- GLuint /* dest_id */) {}
+void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* source_id */,
+ GLenum /* dest_id */) {}
void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
GLint /* first */,
GLsizei /* count */,

Powered by Google App Engine
This is Rietveld 408576698