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

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

Issue 1277543002: Add support for GL_EXT_debug_marker. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « mojo/public/c/gles2/ext_debug_marker.h ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gles2/gles2_call_visitor_ext_debug_marker_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_ext_debug_marker_autogen.h
similarity index 56%
copy from mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
copy to mojo/public/c/gles2/gles2_call_visitor_ext_debug_marker_autogen.h
index be4d6da2f4e99d98ae0cccae4f959d33cec0d14a..fe1741a9ca323489c0c18dfc93fbe697aecea493 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_ext_debug_marker_autogen.h
@@ -8,7 +8,12 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-VISIT_GL_CALL(ResizeCHROMIUM,
+VISIT_GL_CALL(InsertEventMarkerEXT,
void,
- (GLuint width, GLuint height, GLfloat scale_factor),
- (width, height, scale_factor))
+ (GLsizei length, const GLchar* marker),
+ (length, marker))
+VISIT_GL_CALL(PushGroupMarkerEXT,
+ void,
+ (GLsizei length, const GLchar* marker),
+ (length, marker))
+VISIT_GL_CALL(PopGroupMarkerEXT, void, (), ())
« no previous file with comments | « mojo/public/c/gles2/ext_debug_marker.h ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698