Home
last modified time | relevance | path

Searched refs:PPB_OpenGLES2 (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_graphics_3d.h11 struct PPB_OpenGLES2;
39 const PPB_OpenGLES2* opengl_es2_;
Dtest_graphics_3d.cc26 opengl_es2_ = static_cast<const PPB_OpenGLES2*>( in Init()
/external/chromium_org/ppapi/lib/gl/gles2/
Dgl2ext_ppapi.c28 static const struct PPB_OpenGLES2* g_gles2_interface = NULL;
92 const struct PPB_OpenGLES2* GL_APIENTRY glGetInterfacePPAPI(void) { in glGetInterfacePPAPI()
Dgl2ext_ppapi.h39 GL_APICALL const struct PPB_OpenGLES2* GL_APIENTRY glGetInterfacePPAPI(void);
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
Dget_browser_interface.cc129 const PPB_OpenGLES2* PPBOpenGLES2() { in PPBOpenGLES2()
130 return reinterpret_cast<const PPB_OpenGLES2*>( in PPBOpenGLES2()
Dget_browser_interface.h61 const PPB_OpenGLES2* PPBOpenGLES2();
/external/chromium_org/ppapi/examples/gles2/
Dgles2.cc77 const PPB_OpenGLES2* gles2_if_;
91 assert((gles2_if_ = static_cast<const PPB_OpenGLES2*>( in GLES2DemoInstance()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.h16 static const PPB_OpenGLES2* GetInterface();
Dppb_opengles2_shared.cc1361 const PPB_OpenGLES2* PPB_OpenGLES2_Shared::GetInterface() { in GetInterface()
1362 static const struct PPB_OpenGLES2 ppb_opengles2 = { in GetInterface()
/external/chromium_org/ppapi/examples/video_capture/
Dvideo_capture.cc151 const struct PPB_OpenGLES2* gles2_if_;
172 gles2_if_ = static_cast<const struct PPB_OpenGLES2*>( in VCDemoInstance()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc183 const PPB_OpenGLES2* gles2_if_;
234 assert((gles2_if_ = static_cast<const PPB_OpenGLES2*>( in VideoDecodeDemoInstance()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h38 struct PPB_OpenGLES2 { struct
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
D3D-graphics.rst266 Your code can call the Pepper `PPB_OpenGLES2