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

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

Issue 1559203003: Add GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: getCustomMatrix Created 4 years, 10 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: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 9230be3fe01ed4868474c5435a81d1fbda06ab67..c04342f88bc038445e31d76e38847f2155f7affa 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -11,6 +11,14 @@
VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ())
VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ())
VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ())
+VISIT_GL_CALL(UniformMatrix4fvWithCustomMatrixCHROMIUM,
+ void,
+ (GLint location,
+ GLsizei count,
+ GLint custom_matrix_id,
+ GLboolean transpose,
+ const GLfloat* default_value),
+ (location, count, custom_matrix_id, transpose, default_value))
VISIT_GL_CALL(
BlitFramebufferCHROMIUM,
void,

Powered by Google App Engine
This is Rietveld 408576698