HomeSort by relevance Sort by last modified time
    Searched refs:PPB_OpenGLES2 (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.h 8 #include "ppapi/c/ppb_opengles2.h"
16 static const PPB_OpenGLES2* GetInterface();
ppb_opengles2_shared.cc 1362 static const struct PPB_OpenGLES2 ppb_opengles2 = { local
1509 static const struct PPB_OpenGLES2InstancedArrays ppb_opengles2 = { local
1517 static const struct PPB_OpenGLES2FramebufferBlit ppb_opengles2 = { local
1523 static const struct PPB_OpenGLES2FramebufferMultisample ppb_opengles2 = { local
1529 static const struct PPB_OpenGLES2ChromiumEnableFeature ppb_opengles2 = { local
1535 static const struct PPB_OpenGLES2ChromiumMapSub ppb_opengles2 = { local
1544 static const struct PPB_OpenGLES2Query ppb_opengles2 = { local
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_3d.h 11 struct PPB_OpenGLES2;
39 const PPB_OpenGLES2* opengl_es2_;
test_graphics_3d.cc 13 #include "ppapi/c/ppb_opengles2.h"
26 opengl_es2_ = static_cast<const PPB_OpenGLES2*>(
  /external/chromium_org/ppapi/lib/gl/gles2/
gl2ext_ppapi.h 14 #include "ppapi/c/ppb_opengles2.h"
39 GL_APICALL const struct PPB_OpenGLES2* GL_APIENTRY glGetInterfacePPAPI(void);
gl2ext_ppapi.c 28 static const struct PPB_OpenGLES2* g_gles2_interface = NULL;
92 const struct PPB_OpenGLES2* GL_APIENTRY glGetInterfacePPAPI(void) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.h 25 #include "ppapi/c/ppb_opengles2.h"
61 const PPB_OpenGLES2* PPBOpenGLES2();
get_browser_interface.cc 24 #include "ppapi/c/ppb_opengles2.h"
129 const PPB_OpenGLES2* PPBOpenGLES2() {
130 return reinterpret_cast<const PPB_OpenGLES2*>(
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 11 #include "ppapi/c/ppb_opengles2.h"
77 const PPB_OpenGLES2* gles2_if_;
91 assert((gles2_if_ = static_cast<const PPB_OpenGLES2*>(
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 13 #include "ppapi/c/ppb_opengles2.h"
151 const struct PPB_OpenGLES2* gles2_if_;
172 gles2_if_ = static_cast<const struct PPB_OpenGLES2*>(
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 16 #include "ppapi/c/ppb_opengles2.h"
183 const PPB_OpenGLES2* gles2_if_;
234 assert((gles2_if_ = static_cast<const PPB_OpenGLES2*>(
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 35 #define PPB_OPENGLES2_INTERFACE_1_0 "PPB_OpenGLES2;1.0"
38 struct PPB_OpenGLES2 {

Completed in 358 milliseconds