HomeSort by relevance Sort by last modified time
    Searched refs:gpu_channel_host (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 40 // Takes a ref on |gpu_channel_host| and tests |context| for loss before each
43 GpuChannelHost* gpu_channel_host,
72 GpuChannelHost* gpu_channel_host,
renderer_gpu_video_accelerator_factories.cc 14 #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),
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 207 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/
image_transport_factory_android.cc 56 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
58 DCHECK(gpu_channel_host);
80 gpu_channel_host.get(),
compositor_impl_android.cc 35 #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_),
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 39 scoped_refptr<content::GpuChannelHost> gpu_channel_host(
43 gpu_channel_host.get(),
  /external/chromium_org/content/browser/compositor/
gpu_process_transport_factory.cc 33 #include "content/common/gpu/client/gpu_channel_host.h"
434 scoped_refptr<GpuChannelHost> gpu_channel_host(
436 if (!gpu_channel_host.get()) {
445 gpu_channel_host.get(),
  /external/chromium_org/content/renderer/
render_thread_impl.cc 56 #include "content/common/gpu/client/gpu_channel_host.h"
1085 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel(); local
    [all...]
renderer_webkitplatformsupport_impl.cc 32 #include "content/common/gpu/client/gpu_channel_host.h"
    [all...]
render_widget.cc     [all...]
render_frame_impl.cc 3860 GpuChannelHost* gpu_channel_host = local
    [all...]
  /external/chromium_org/content/
content_common.target.darwin-arm.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-arm64.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-mips.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-mips64.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-x86.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-x86_64.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-arm.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-arm64.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-mips.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-mips64.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-x86.mk 116 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-x86_64.mk 116 content/common/gpu/client/gpu_channel_host.cc \

Completed in 1703 milliseconds