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

  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 24 EnterResource<PPB_Graphics3D_API> enter(instance, true);
44 EnterResource<PPB_Graphics3D_API> enter(resource, false);
50 EnterResource<PPB_Graphics3D_API> enter(context, true);
58 EnterResource<PPB_Graphics3D_API> enter(context, true);
66 EnterResource<PPB_Graphics3D_API> enter(context, true);
74 EnterResource<PPB_Graphics3D_API> enter(context, true);
83 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;
149 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
253 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
264 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
279 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
290 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
301 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
321 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context);
327 EnterHostFromHostResourceForceCallback<PPB_Graphics3D_API> enter(
337 EnterHostFromHostResource<PPB_Graphics3D_API> enter(context)
    [all...]
compositor_layer_resource.cc 20 using ppapi::thunk::PPB_Graphics3D_API;
51 EnterResourceNoLock<PPB_Graphics3D_API> enter(context.get(), true);
144 EnterResourceNoLock<PPB_Graphics3D_API> enter(context, true);
ppb_video_decoder_proxy.cc 20 using ppapi::thunk::PPB_Graphics3D_API;
198 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context,
video_decoder_resource.cc 26 using ppapi::thunk::PPB_Graphics3D_API;
128 EnterResourceNoLock<PPB_Graphics3D_API> enter_graphics(graphics3d_.get(),
ppb_instance_proxy.cc 59 using ppapi::thunk::PPB_Graphics3D_API;
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 29 // PPB_Graphics3D_API trusted implementation.
75 bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list);
76 bool InitRaw(PPB_Graphics3D_API* share_context,
ppb_graphics_3d_impl.cc 31 using ppapi::thunk::PPB_Graphics3D_API;
69 PPB_Graphics3D_API* share_api = NULL;
71 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
89 PPB_Graphics3D_API* share_api = NULL;
91 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
210 bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context,
225 PPB_Graphics3D_API* share_context,
ppb_video_decoder_impl.cc 33 using ppapi::thunk::PPB_Graphics3D_API;
121 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context, true);
pepper_video_decoder_host.cc 26 using ppapi::thunk::PPB_Graphics3D_API;
118 EnterResourceNoLock<PPB_Graphics3D_API> enter_graphics(
pepper_plugin_instance_impl.cc 159 using ppapi::thunk::PPB_Graphics3D_API;
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.h 19 public ppapi::thunk::PPB_Graphics3D_API {
27 virtual ppapi::thunk::PPB_Graphics3D_API* AsPPB_Graphics3D_API() OVERRIDE;
29 // ppapi::thunk::PPB_Graphics3D_API implementation.
graphics_3d_resource.cc 46 ppapi::thunk::PPB_Graphics3D_API* Graphics3DResource::AsPPB_Graphics3D_API() {
plugin_instance.cc 87 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_Graphics3D_API>
ppb_opengles2_thunk.cc 17 typedef ppapi::thunk::EnterResource<ppapi::thunk::PPB_Graphics3D_API> Enter3D;
    [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 28 thunk::PPB_Graphics3D_API* PPB_Graphics3D_Shared::AsPPB_Graphics3D_API() {
resource.h 52 F(PPB_Graphics3D_API) \
ppb_opengles2_shared.cc 22 typedef thunk::EnterResource<thunk::PPB_Graphics3D_API> Enter3D;
    [all...]

Completed in 407 milliseconds