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

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

Issue 1307883004: Use C OpenGL interface in mojo::GLContext (Closed) Base URL: git@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
Index: mojo/public/c/gles2/gles2_call_visitor_chromium_map_sub_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_sub_image_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_map_sub_autogen.h
similarity index 74%
rename from mojo/public/c/gles2/gles2_call_visitor_chromium_sub_image_autogen.h
rename to mojo/public/c/gles2/gles2_call_visitor_chromium_map_sub_autogen.h
index c10f29f08d32acf1d94cc87eec746528b6bbf9a3..27e90e4dd0df53fe4b758532afea47b8cfde554e 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_sub_image_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_map_sub_autogen.h
@@ -8,6 +8,11 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
+VISIT_GL_CALL(MapBufferSubDataCHROMIUM,
+ void*,
+ (GLuint target, GLintptr offset, GLsizeiptr size, GLenum access),
+ (target, offset, size, access))
+VISIT_GL_CALL(UnmapBufferSubDataCHROMIUM, void, (const void* mem), (mem))
VISIT_GL_CALL(
MapTexSubImage2DCHROMIUM,
void*,

Powered by Google App Engine
This is Rietveld 408576698