Searched defs:gpu_channel_host (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc14 #include "content/common/gpu/client/gpu_channel_host.h"
28 GpuChannelHost* gpu_channel_host,
33 gpu_channel_host, task_runner, context_provider);
44 GpuChannelHost* gpu_channel_host,
48 gpu_channel_host_(gpu_channel_host),
27 Create( GpuChannelHost* gpu_channel_host, const scoped_refptr<base::SingleThreadTaskRunner>& task_runner, const scoped_refptr<ContextProviderCommandBuffer>& context_provider) argument
43 RendererGpuVideoAcceleratorFactories( GpuChannelHost* gpu_channel_host, const scoped_refptr<base::SingleThreadTaskRunner>& task_runner, const scoped_refptr<ContextProviderCommandBuffer>& context_provider) argument
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent.cc207 GpuChannelHost* gpu_channel_host = local
209 if (!gpu_channel_host)
212 int32 route_id = gpu_channel_host->GenerateRouteID();
214 gpu_channel_host->Send(
219 gpu_channel_host->AddRoute(gpu_route_id_, AsWeakPtr());
224 GpuChannelHost* gpu_channel_host = local
226 if (!gpu_channel_host || gpu_route_id_ == MSG_ROUTING_NONE)
228 gpu_channel_host->Send(new GpuChannelMsg_DevToolsStopEventsRecording());
229 gpu_channel_host->RemoveRoute(gpu_route_id_);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc35 #include "content/common/gpu/client/gpu_channel_host.h"
510 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
513 DCHECK(gpu_channel_host);
533 gpu_channel_host.get(),
575 scoped_refptr<GpuChannelHost> gpu_channel_host = factory->GetGpuChannel(); local
576 if (gpu_channel_host && !gpu_channel_host->IsLost()) {
578 CreateGpuProcessViewContext(gpu_channel_host, attrs, surface_id_),
509 CreateGpuProcessViewContext( const scoped_refptr<GpuChannelHost>& gpu_channel_host, const blink::WebGraphicsContext3D::Attributes attributes, int surface_id) argument
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc56 #include "content/common/gpu/client/gpu_channel_host.h"
1085 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel(); local
1093 if (!gpu_channel_host.get()) {
1094 gpu_channel_host = EstablishGpuChannelSync(
1102 gpu_channel_host.get(),
1113 gpu_channel_host.get(), media_task_runner, gpu_va_context_provider_);
1123 scoped_refptr<GpuChannelHost> gpu_channel_host(EstablishGpuChannelSync(
1127 gpu_channel_host.get(),
H A Drender_frame_impl.cc3860 GpuChannelHost* gpu_channel_host = local
3863 if (!gpu_channel_host) {
3882 context_provider, gpu_channel_host, routing_id_);

Completed in 360 milliseconds