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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer_browsertest.cc 33 scoped_refptr<GpuChannelHost> gpu_channel_host(
38 gpu_channel_host.get(),
gpu_video_encode_accelerator_host.h 40 // _not_ own this object, a reference to |gpu_channel_host| is taken.
43 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
gpu_video_encode_accelerator_host.cc 9 #include "content/common/gpu/client/gpu_channel_host.h"
18 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
22 channel_(gpu_channel_host),
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 179 GpuChannelHost* gpu_channel_host = local
181 if (!gpu_channel_host)
184 gpu_channel_host->Send(
188 gpu_channel_host->AddRoute(gpu_route_id_, AsWeakPtr());
193 GpuChannelHost* gpu_channel_host = local
195 if (!gpu_channel_host || gpu_route_id_ == MSG_ROUTING_NONE)
197 gpu_channel_host->Send(new GpuChannelMsg_DevToolsStopEventsRecording());
198 gpu_channel_host->RemoveRoute(gpu_route_id_);
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 64 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
66 DCHECK(gpu_channel_host);
87 gpu_channel_host.get(),
compositor_impl_android.cc 33 #include "content/common/gpu/client/gpu_channel_host.h"
361 scoped_refptr<GpuChannelHost> gpu_channel_host(
363 if (!gpu_channel_host)
383 gpu_channel_host.get(),
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 35 scoped_refptr<content::GpuChannelHost> gpu_channel_host(
41 gpu_channel_host.get(),
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 44 // Takes a ref on |gpu_channel_host| and tests |context| for loss before each
47 GpuChannelHost* gpu_channel_host,
renderer_gpu_video_accelerator_factories.cc 13 #include "content/common/gpu/client/gpu_channel_host.h"
23 GpuChannelHost* gpu_channel_host,
27 gpu_channel_host_(gpu_channel_host),
  /external/chromium_org/content/renderer/
render_thread_impl.cc 46 #include "content/common/gpu/client/gpu_channel_host.h"
877 scoped_refptr<GpuChannelHost> gpu_channel_host = GetGpuChannel(); local
883 if (!gpu_channel_host) {
884 gpu_channel_host = EstablishGpuChannelSync(
890 gpu_channel_host.get(),
897 if (gpu_channel_host) {
899 gpu_channel_host.get(), gpu_va_context_provider_);
913 scoped_refptr<GpuChannelHost> gpu_channel_host(EstablishGpuChannelSync(
917 gpu_channel_host.get(),
    [all...]
renderer_webkitplatformsupport_impl.cc 29 #include "content/common/gpu/client/gpu_channel_host.h"
    [all...]
render_widget.cc     [all...]
render_view_impl.cc 6180 GpuChannelHost* gpu_channel_host = local
    [all...]
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 27 #include "content/common/gpu/client/gpu_channel_host.h"
466 scoped_refptr<GpuChannelHost> gpu_channel_host(
468 if (!gpu_channel_host)
475 gpu_channel_host.get(),
  /external/chromium_org/content/
content_common.target.darwin-mips.mk 86 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-mips.mk 86 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-arm.mk 86 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-x86.mk 86 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-arm.mk 86 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-x86.mk 86 content/common/gpu/client/gpu_channel_host.cc \

Completed in 647 milliseconds