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

  /external/chromium_org/ppapi/api/
ppp_graphics_3d.idl 7 * Defines the <code>PPP_Graphics3D</code> struct representing a 3D graphics
16 * <code>PPP_Graphics3D</code> defines the notification interface for a 3D
20 interface PPP_Graphics3D {
  /external/chromium_org/ppapi/c/
ppp_graphics_3d.h 20 * Defines the <code>PPP_Graphics3D</code> struct representing a 3D graphics
30 * <code>PPP_Graphics3D</code> defines the notification interface for a 3D
40 typedef struct PPP_Graphics3D_1_0 PPP_Graphics3D;
  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.cc 24 static const PPP_Graphics3D graphics_3d_interface = {
29 static const PPP_Graphics3D graphics_3d_interface = {};
42 ppp_graphics_3d_impl_ = static_cast<const PPP_Graphics3D*>(
ppp_graphics_3d_proxy.h 33 const PPP_Graphics3D* ppp_graphics_3d_impl_;
  /external/chromium_org/ppapi/cpp/
graphics_3d_client.cc 27 static PPP_Graphics3D graphics3d_interface = {
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 337 const PPP_Graphics3D* ppp_graphics_3d =
338 static_cast<const PPP_Graphics3D*>(
pepper_plugin_instance_impl.h 755 const PPP_Graphics3D* plugin_graphics_3d_interface_;
    [all...]

Completed in 485 milliseconds