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

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

Issue 1185963002: Add some Mojo C thunks used by cc when turning on impl-side painting. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase 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: mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
similarity index 64%
copy from mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h
copy to mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
index ff7dabea7ec74241e68a828f118ed5af0c5944f5..534a20aeae61235147a23ecb4f7c403e5e602964 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
@@ -8,4 +8,8 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ())
+VISIT_GL_CALL(MapBufferCHROMIUM,
+ void*,
+ (GLuint target, GLenum access),
+ (target, access))
+VISIT_GL_CALL(UnmapBufferCHROMIUM, GLboolean, (GLuint target), (target))
« no previous file with comments | « mojo/public/c/gles2/gles2_call_visitor_chromium_image_autogen.h ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698