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

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: removed enum, added GLStreamTextureImage : GLImage. 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..831ce786fa326630bd24b87bf659eaaa57773805 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,12 @@
VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ())
VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ())
VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ())
+VISIT_GL_CALL(UniformMatrix4fvWithStreamTextureMatrixCHROMIUM,
+ void,
+ (GLint location,
+ GLboolean transpose,
+ const GLfloat* default_value),
+ (location, transpose, default_value))
VISIT_GL_CALL(
BlitFramebufferCHROMIUM,
void,
« gpu/command_buffer/service/texture_manager.cc ('K') | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698