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

Unified Diff: ui/gl/generate_bindings.py

Issue 2801783002: Revert of Update robust read pixels to output number of columns and rows written. (Closed)
Patch Set: Created 3 years, 8 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 a4268c6358a6c843c4fc1062624c5907d7334959..b6b98d18964e6b5233d7d35d10926f94783cc424 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -1295,8 +1295,7 @@
'extensions': ['GL_ANGLE_robust_client_memory']}],
'arguments':
'GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, '
- 'GLenum type, GLsizei bufSize, GLsizei* length, GLsizei* columns, '
- 'GLsizei* rows, void* data', },
+ 'GLenum type, GLsizei bufSize, GLsizei* length, void* data', },
{ 'return_type': 'void',
'names': ['glReadPixels'],
'arguments':
@@ -1307,8 +1306,7 @@
'extensions': ['GL_ANGLE_robust_client_memory']}],
'arguments':
'GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, '
- 'GLenum type, GLsizei bufSize, GLsizei* length, GLsizei* columns, '
- 'GLsizei* rows, void* pixels', },
+ 'GLenum type, GLsizei bufSize, GLsizei* length, void* pixels', },
{ 'return_type': 'void',
'names': ['glReleaseShaderCompiler'],
'arguments': 'void', },
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers.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