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

Unified Diff: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1417853006: gpu: introduce glSetStreamTextureSizeCHROMIUM(GLuint texture, GLint stream_id, GLsizei width, GLsiz… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android_webview.test failure Created 5 years, 1 month 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: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 610292b8f9572d63cd32118874f616de2d46e58f..62d8965dc3348850c748b69531a67d7ae57fa864 100644
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -153,7 +153,11 @@ VISIT_GL_CALL(GetProgramInfoCHROMIUM,
void,
(GLuint program, GLsizei bufsize, GLsizei* size, void* info),
(program, bufsize, size, info))
-VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
+VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLint, (GLuint texture), (texture))
+VISIT_GL_CALL(SetStreamTextureSizeCHROMIUM,
+ void,
+ (GLuint texture, GLint stream_id, GLsizei width, GLsizei height),
+ (texture, stream_id, width, height))
VISIT_GL_CALL(
CreateImageCHROMIUM,
GLuint,
« gpu/command_buffer/service/gles2_cmd_decoder.cc ('K') | « ppapi/proxy/ppapi_command_buffer_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698