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

  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 26 EnterResource<PPB_Graphics3D_API> enter(instance, true);
46 EnterResource<PPB_Graphics3D_API> enter(resource, false);
52 EnterResource<PPB_Graphics3D_API> enter(context, true);
60 EnterResource<PPB_Graphics3D_API> enter(context, true);
68 EnterResource<PPB_Graphics3D_API> enter(context, true);
76 EnterResource<PPB_Graphics3D_API> enter(context, true);
85 EnterResource<PPB_Graphics3D_API> enter(context, callback, true);
ppb_graphics_3d_api.h 20 class PPAPI_THUNK_EXPORT PPB_Graphics3D_API {
22 virtual ~PPB_Graphics3D_API() {}
ppb_gles_chromium_texture_mapping_thunk.cc 15 typedef EnterResource<PPB_Graphics3D_API> EnterGraphics3D;
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 20 using ppapi::thunk::PPB_Graphics3D_API;
153 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
245 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
253 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
267 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
278 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
287 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
297 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
308 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
320 EnterHostFromHostResourceForceCallback<PPB_Graphics3D_API> enter
    [all...]
ppb_video_decoder_proxy.cc 20 using ppapi::thunk::PPB_Graphics3D_API;
195 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context,
ppb_instance_proxy.cc 52 using ppapi::thunk::PPB_Graphics3D_API;
234 EnterResourceNoLock<PPB_Graphics3D_API> enter_3d(device, false);
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 29 using ppapi::thunk::PPB_Graphics3D_API;
83 PPB_Graphics3D_API* share_api = NULL;
87 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
103 PPB_Graphics3D_API* share_api = NULL;
107 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
224 bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context,
243 bool PPB_Graphics3D_Impl::InitRaw(PPB_Graphics3D_API* share_context,
ppb_graphics_3d_impl.h 24 // PPB_Graphics3D_API trusted implementation.
65 bool Init(PPB_Graphics3D_API* share_context,
67 bool InitRaw(PPB_Graphics3D_API* share_context,
ppb_video_decoder_impl.cc 34 using ppapi::thunk::PPB_Graphics3D_API;
118 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context, true);
pepper_plugin_instance_impl.cc 152 using ppapi::thunk::PPB_Graphics3D_API;
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 30 public thunk::PPB_Graphics3D_API {
33 virtual thunk::PPB_Graphics3D_API* AsPPB_Graphics3D_API() OVERRIDE;
35 // PPB_Graphics3D_API implementation.
ppb_graphics_3d_shared.cc 30 thunk::PPB_Graphics3D_API* PPB_Graphics3D_Shared::AsPPB_Graphics3D_API() {
resource.h 49 F(PPB_Graphics3D_API) \
ppb_opengles2_shared.cc 20 typedef thunk::EnterResource<thunk::PPB_Graphics3D_API> Enter3D;
    [all...]

Completed in 466 milliseconds