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

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: change name 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
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..1785d7ad4177be2d4bd406da1e22f4043f6e02b7 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
@@ -32,6 +32,16 @@ class PluginGraphics3D : public PluginResource {
static const PPB_Graphics3D* GetInterface();
static const PPB_OpenGLES2* GetOpenGLESInterface();
+ static const PPB_OpenGLES2InstancedArrays*
+ GetOpenGLESInstancedArraysInterface();
+ static const PPB_OpenGLES2FramebufferBlit*
+ GetOpenGLESFramebufferBlitInterface();
+ static const PPB_OpenGLES2FramebufferMultisample*
+ GetOpenGLESFramebufferMultisampleInterface();
+ static const PPB_OpenGLES2ChromiumEnableFeature*
+ GetOpenGLESChromiumEnableFeatureInterface();
+ static const PPB_OpenGLES2ChromiumMapSub*
+ GetOpenGLESChromiumMapSubInterface();
virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);

Powered by Google App Engine
This is Rietveld 408576698