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

Unified Diff: ppapi/api/dev/ppb_opengles2ext_dev.idl

Issue 538903002: Generate Pepper IDL for OpenGLES2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments Created 6 years, 3 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 | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | ppapi/api/ppb_opengles2.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_opengles2ext_dev.idl
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h b/ppapi/api/dev/ppb_opengles2ext_dev.idl
similarity index 50%
copy from mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
copy to ppapi/api/dev/ppb_opengles2ext_dev.idl
index 3c3c4b9cbd74a550a8935c8a0a2ef9a8997329d1..7d1b5d1ab6a7dd361cbdd69ab691f562dd91df2f 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
+++ b/ppapi/api/dev/ppb_opengles2ext_dev.idl
@@ -8,5 +8,20 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ())
-VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point))
+label Chrome {
+ M39 = 1.0
+};
+
+#inline c
+#include "ppapi/c/pp_resource.h"
+#include "ppapi/c/ppb_opengles2.h"
+
+#endinl
+
+[macro="PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE", force_struct_namespace]
+interface PPB_OpenGLES2DrawBuffers_Dev {
+ void DrawBuffersEXT([in] PP_Resource context,
+ [in] GLsizei count,
+ [in] GLenum_ptr_t bufs);
+};
+
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | ppapi/api/ppb_opengles2.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698