Searched refs:graphics_context (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_video_decoder_shared.cc | 38 PP_Resource graphics_context, in InitCommon() argument 40 DCHECK(graphics_context); in InitCommon() 43 PpapiGlobals::Get()->GetResourceTracker()->AddRefResource(graphics_context); in InitCommon() 44 graphics_context_ = graphics_context; in InitCommon()
|
D | ppb_video_decoder_shared.h | 57 void InitCommon(PP_Resource graphics_context,
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_video_decoder_impl.cc | 110 PP_Resource graphics_context, in Create() argument 114 if (decoder->Init(graphics_context, profile)) in Create() 119 bool PPB_VideoDecoder_Impl::Init(PP_Resource graphics_context, in Init() argument 121 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context, true); in Init() 132 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
|
D | ppb_video_decoder_impl.h | 31 PP_Resource graphics_context, 63 bool Init(PP_Resource graphics_context,
|
D | pepper_video_decoder_host.h | 71 const ppapi::HostResource& graphics_context,
|
D | pepper_video_decoder_host.cc | 112 const ppapi::HostResource& graphics_context, in OnHostMsgInitialize() argument 119 graphics_context.host_resource(), true); in OnHostMsgInitialize()
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_video_decoder_proxy.cc | 33 PP_Resource graphics_context, 187 PP_Resource graphics_context, in CreateProxyResource() argument 198 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context, in CreateProxyResource() 214 decoder->InitCommon(graphics_context, context->gles2_impl()); in CreateProxyResource() 219 PP_Instance instance, const HostResource& graphics_context, in OnMsgCreate() argument 229 instance, graphics_context.host_resource(), profile)); in OnMsgCreate()
|
D | video_decoder_resource.h | 47 PP_Resource graphics_context, 51 virtual int32_t Initialize(PP_Resource graphics_context, 106 int32_t InitializeInternal(PP_Resource graphics_context,
|
D | ppb_video_decoder_proxy.h | 26 PP_Resource graphics_context, 38 const ppapi::HostResource& graphics_context,
|
D | video_decoder_resource.cc | 89 PP_Resource graphics_context, in Initialize0_1() argument 93 return Initialize(graphics_context, in Initialize0_1() 102 PP_Resource graphics_context, in Initialize() argument 112 if (!graphics_context) in Initialize() 127 pp_instance(), graphics_context, attrib_list)); in Initialize()
|