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

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

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
similarity index 64%
copy from third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
copy to third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
index 3c3c4b9cbd74a550a8935c8a0a2ef9a8997329d1..534a20aeae61235147a23ecb4f7c403e5e602964 100644
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
@@ -8,5 +8,8 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ())
-VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point))
+VISIT_GL_CALL(MapBufferCHROMIUM,
+ void*,
+ (GLuint target, GLenum access),
+ (target, access))
+VISIT_GL_CALL(UnmapBufferCHROMIUM, GLboolean, (GLuint target), (target))

Powered by Google App Engine
This is Rietveld 408576698