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

Unified Diff: ui/gl/generate_bindings.py

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: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index b6b98d18964e6b5233d7d35d10926f94783cc424..74b80c7e6821744ad3a34ce5ede16311f95addb8 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -264,10 +264,10 @@
'versions': [{ 'name': 'glCopySubTextureCHROMIUM',
'extensions': ['GL_CHROMIUM_copy_texture'], }],
'arguments':
- 'GLuint sourceId, GLint sourceLevel, GLenum destTarget, GLuint destId, '
- 'GLint destLevel, GLint xoffset, GLint yoffset, GLint x, GLint y, '
- 'GLsizei width, GLsizei height, GLboolean unpackFlipY, '
- 'GLboolean unpackPremultiplyAlpha, GLboolean unpackUnmultiplyAlpha', },
+ 'GLuint sourceId, GLuint destId, GLint xoffset, GLint yoffset, '
+ 'GLint x, GLint y, GLsizei width, GLsizei height, '
+ 'GLboolean unpackFlipY, GLboolean unpackPremultiplyAlpha, '
+ 'GLboolean unpackUnmultiplyAlpha', },
{ 'return_type': 'void',
'names': ['glCopyTexImage2D'],
'arguments':
@@ -287,10 +287,9 @@
'versions': [{ 'name': 'glCopyTextureCHROMIUM',
'extensions': ['GL_CHROMIUM_copy_texture'], }],
'arguments':
- 'GLuint sourceId, GLint sourceLevel, GLenum destTarget, GLuint destId, '
- 'GLint destLevel, GLint internalFormat, GLenum destType, '
- 'GLboolean unpackFlipY, GLboolean unpackPremultiplyAlpha, '
- 'GLboolean unpackUnmultiplyAlpha', },
+ 'GLuint sourceId, GLuint destId, GLint internalFormat, '
+ 'GLenum destType, GLboolean unpackFlipY, '
+ 'GLboolean unpackPremultiplyAlpha, GLboolean unpackUnmultiplyAlpha', },
{ 'return_type': 'void',
'names': ['glCoverageModulationNV'],
'arguments': 'GLenum components'},
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc ('k') | ui/gl/gl_bindings_api_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698