/external/chromium_org/content/renderer/devtools/ |
D | devtools_agent.cc | 207 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/ |
D | image_transport_factory_android.cc | 56 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()
|
D | compositor_impl_android.cc | 510 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/ |
D | renderer_gpu_video_accelerator_factories.cc | 28 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()
|
D | renderer_gpu_video_accelerator_factories.h | 43 GpuChannelHost* gpu_channel_host, 72 GpuChannelHost* gpu_channel_host,
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_ipc_browsertests.cc | 39 scoped_refptr<content::GpuChannelHost> gpu_channel_host( in SetUpOnMainThread() local 43 gpu_channel_host.get(), in SetUpOnMainThread()
|
/external/chromium_org/content/browser/compositor/ |
D | gpu_process_transport_factory.cc | 434 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/ |
D | render_thread_impl.cc | 1085 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()
|
D | renderer_webkitplatformsupport_impl.cc | 965 scoped_refptr<GpuChannelHost> gpu_channel_host( in createOffscreenGraphicsContext3D() local 972 gpu_channel_host.get(), in createOffscreenGraphicsContext3D()
|
D | render_widget.cc | 2153 scoped_refptr<GpuChannelHost> gpu_channel_host( in CreateGraphicsContext3D() local 2155 if (!gpu_channel_host.get()) in CreateGraphicsContext3D() 2202 gpu_channel_host.get(), in CreateGraphicsContext3D()
|
D | render_frame_impl.cc | 3860 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/ |
D | content_common.target.darwin-mips64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.linux-mips64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.darwin-arm64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.linux-arm64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.gypi | 251 'common/gpu/client/gpu_channel_host.cc', 252 'common/gpu/client/gpu_channel_host.h',
|
D | content_common.target.linux-mips.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.linux-x86.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.darwin-x86.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.darwin-mips.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.darwin-x86_64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.darwin-arm.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.linux-x86_64.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|
D | content_common.target.linux-arm.mk | 116 content/common/gpu/client/gpu_channel_host.cc \
|