Home
last modified time | relevance | path

Searched refs:gpu_channel_host (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/content/renderer/devtools/
Ddevtools_agent.cc207 GpuChannelHost* gpu_channel_host = in startGPUEventsRecording() local
209 if (!gpu_channel_host) in startGPUEventsRecording()
212 int32 route_id = gpu_channel_host->GenerateRouteID(); in startGPUEventsRecording()
214 gpu_channel_host->Send( in startGPUEventsRecording()
219 gpu_channel_host->AddRoute(gpu_route_id_, AsWeakPtr()); in startGPUEventsRecording()
224 GpuChannelHost* gpu_channel_host = in stopGPUEventsRecording() local
226 if (!gpu_channel_host || gpu_route_id_ == MSG_ROUTING_NONE) in stopGPUEventsRecording()
228 gpu_channel_host->Send(new GpuChannelMsg_DevToolsStopEventsRecording()); in stopGPUEventsRecording()
229 gpu_channel_host->RemoveRoute(gpu_route_id_); in stopGPUEventsRecording()
/external/chromium_org/content/browser/renderer_host/
Dimage_transport_factory_android.cc56 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync( in CmdBufferImageTransportFactory() local
58 DCHECK(gpu_channel_host); in CmdBufferImageTransportFactory()
80 gpu_channel_host.get(), in CmdBufferImageTransportFactory()
Dcompositor_impl_android.cc510 const scoped_refptr<GpuChannelHost>& gpu_channel_host, in CreateGpuProcessViewContext() argument
513 DCHECK(gpu_channel_host); in CreateGpuProcessViewContext()
533 gpu_channel_host.get(), in CreateGpuProcessViewContext()
575 scoped_refptr<GpuChannelHost> gpu_channel_host = factory->GetGpuChannel(); in CreateOutputSurface() local
576 if (gpu_channel_host && !gpu_channel_host->IsLost()) { in CreateOutputSurface()
578 CreateGpuProcessViewContext(gpu_channel_host, attrs, surface_id_), in CreateOutputSurface()
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc28 GpuChannelHost* gpu_channel_host, in Create() argument
33 gpu_channel_host, task_runner, context_provider); in Create()
44 GpuChannelHost* gpu_channel_host, in RendererGpuVideoAcceleratorFactories() argument
48 gpu_channel_host_(gpu_channel_host), in RendererGpuVideoAcceleratorFactories()
Drenderer_gpu_video_accelerator_factories.h43 GpuChannelHost* gpu_channel_host,
72 GpuChannelHost* gpu_channel_host,
/external/chromium_org/content/browser/gpu/
Dgpu_ipc_browsertests.cc39 scoped_refptr<content::GpuChannelHost> gpu_channel_host( in SetUpOnMainThread() local
43 gpu_channel_host.get(), in SetUpOnMainThread()
/external/chromium_org/content/browser/compositor/
Dgpu_process_transport_factory.cc434 scoped_refptr<GpuChannelHost> gpu_channel_host( in CreateContextCommon() local
436 if (!gpu_channel_host.get()) { in CreateContextCommon()
445 gpu_channel_host.get(), in CreateContextCommon()
/external/chromium_org/content/renderer/
Drender_thread_impl.cc1085 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel(); in GetGpuFactories() local
1093 if (!gpu_channel_host.get()) { in GetGpuFactories()
1094 gpu_channel_host = EstablishGpuChannelSync( in GetGpuFactories()
1102 gpu_channel_host.get(), in GetGpuFactories()
1113 gpu_channel_host.get(), media_task_runner, gpu_va_context_provider_); in GetGpuFactories()
1123 scoped_refptr<GpuChannelHost> gpu_channel_host(EstablishGpuChannelSync( in CreateOffscreenContext3d() local
1127 gpu_channel_host.get(), in CreateOffscreenContext3d()
Drenderer_webkitplatformsupport_impl.cc965 scoped_refptr<GpuChannelHost> gpu_channel_host( in createOffscreenGraphicsContext3D() local
972 gpu_channel_host.get(), in createOffscreenGraphicsContext3D()
Drender_widget.cc2153 scoped_refptr<GpuChannelHost> gpu_channel_host( in CreateGraphicsContext3D() local
2155 if (!gpu_channel_host.get()) in CreateGraphicsContext3D()
2202 gpu_channel_host.get(), in CreateGraphicsContext3D()
Drender_frame_impl.cc3860 GpuChannelHost* gpu_channel_host = in CreateAndroidWebMediaPlayer() local
3863 if (!gpu_channel_host) { in CreateAndroidWebMediaPlayer()
3882 context_provider, gpu_channel_host, routing_id_); in CreateAndroidWebMediaPlayer()
/external/chromium_org/content/
Dcontent_common.target.darwin-mips64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.linux-mips64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.darwin-arm64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.linux-arm64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.gypi251 'common/gpu/client/gpu_channel_host.cc',
252 'common/gpu/client/gpu_channel_host.h',
Dcontent_common.target.linux-mips.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.linux-x86.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.darwin-x86.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.darwin-mips.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.darwin-x86_64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.darwin-arm.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.linux-x86_64.mk116 content/common/gpu/client/gpu_channel_host.cc \
Dcontent_common.target.linux-arm.mk116 content/common/gpu/client/gpu_channel_host.cc \