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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h

Issue 9420017: Add Pepper support for several GL extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build_gles2_cmd_buffer Created 8 years, 10 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 | « ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
index 84af986ce65ab825d4ca02bfebf19bfce2fdd4b1..a071e4b979ce76229f54222b46d7670832abf0aa 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
@@ -11,6 +11,7 @@
#include "ppapi/c/pp_graphics_3d.h"
#include "ppapi/c/ppb_graphics_3d.h"
#include "ppapi/c/ppb_opengles2.h"
+#include "ppapi/c/dev/ppb_opengles2ext_dev.h"
#include "ppapi/c/pp_instance.h"
namespace gpu {
@@ -32,6 +33,16 @@ class PluginGraphics3D : public PluginResource {
static const PPB_Graphics3D* GetInterface();
static const PPB_OpenGLES2* GetOpenGLESInterface();
+ static const PPB_OpenGLES2InstancedArrays_Dev*
+ GetOpenGLESInstancedArraysInterface();
+ static const PPB_OpenGLES2FramebufferBlit_Dev*
+ GetOpenGLESFramebufferBlitInterface();
+ static const PPB_OpenGLES2FramebufferMultisample_Dev*
+ GetOpenGLESFramebufferMultisampleInterface();
+ static const PPB_OpenGLES2ChromiumEnableFeature_Dev*
+ GetOpenGLESChromiumEnableFeatureInterface();
+ static const PPB_OpenGLES2ChromiumMapSub_Dev*
+ GetOpenGLESChromiumMapSubInterface();
virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698