Searched defs:graphics_context (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.cc39 PP_Resource graphics_context,
41 DCHECK(graphics_context);
44 PpapiGlobals::Get()->GetResourceTracker()->AddRefResource(graphics_context);
45 graphics_context_ = graphics_context;
38 InitCommon( PP_Resource graphics_context, gpu::gles2::GLES2Implementation* gles2_impl) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc116 PP_Resource graphics_context,
118 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context, true);
126 if (decoder->Init(graphics_context, graphics3d_impl->platform_context(),
133 PP_Resource graphics_context,
137 InitCommon(graphics_context, gles2_impl);
114 Create( PP_Instance instance, PP_Resource graphics_context, PP_VideoDecoder_Profile profile) argument
132 Init( PP_Resource graphics_context, PlatformContext3D* context, gpu::gles2::GLES2Implementation* gles2_impl, PP_VideoDecoder_Profile profile) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.cc33 PP_Resource graphics_context,
187 PP_Resource graphics_context,
195 EnterResourceNoLock<PPB_Graphics3D_API> enter_context(graphics_context,
211 decoder->InitCommon(graphics_context, context->gles2_impl());
216 PP_Instance instance, const HostResource& graphics_context,
226 instance, graphics_context.host_resource(), profile));
185 CreateProxyResource( PP_Instance instance, PP_Resource graphics_context, PP_VideoDecoder_Profile profile) argument
215 OnMsgCreate( PP_Instance instance, const HostResource& graphics_context, PP_VideoDecoder_Profile profile, HostResource* result) argument

Completed in 142 milliseconds