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

  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h 39 // Takes a ref on |gpu_channel_host| and tests |context| for loss before each
42 GpuChannelHost* gpu_channel_host,
69 GpuChannelHost* gpu_channel_host,
renderer_gpu_video_accelerator_factories.cc 13 #include "content/common/gpu/client/gpu_channel_host.h"
27 GpuChannelHost* gpu_channel_host,
32 gpu_channel_host, message_loop_proxy, context_provider);
43 GpuChannelHost* gpu_channel_host,
47 gpu_channel_host_(gpu_channel_host),
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 204 GpuChannelHost* gpu_channel_host = local
206 if (!gpu_channel_host)
209 int32 route_id = gpu_channel_host->GenerateRouteID();
211 gpu_channel_host->Send(
216 gpu_channel_host->AddRoute(gpu_route_id_, AsWeakPtr());
221 GpuChannelHost* gpu_channel_host = local
223 if (!gpu_channel_host || gpu_route_id_ == MSG_ROUTING_NONE)
225 gpu_channel_host->Send(new GpuChannelMsg_DevToolsStopEventsRecording());
226 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 34 #include "content/common/gpu/client/gpu_channel_host.h"
472 const scoped_refptr<GpuChannelHost>& gpu_channel_host,
475 DCHECK(gpu_channel_host);
495 gpu_channel_host.get(),
522 scoped_refptr<GpuChannelHost> gpu_channel_host = factory->GetGpuChannel(); local
523 if (gpu_channel_host && !gpu_channel_host->IsLost()) {
525 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 31 #include "content/common/gpu/client/gpu_channel_host.h"
399 scoped_refptr<GpuChannelHost> gpu_channel_host(
401 if (!gpu_channel_host) {
410 gpu_channel_host.get(),
  /external/chromium_org/content/renderer/
render_thread_impl.cc 50 #include "content/common/gpu/client/gpu_channel_host.h"
1009 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 3513 GpuChannelHost* gpu_channel_host = local
    [all...]
  /external/chromium_org/content/
content_common.target.darwin-arm64.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-mips.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-x86.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-x86_64.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-arm64.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-mips.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-x86.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-x86_64.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.darwin-arm.mk 113 content/common/gpu/client/gpu_channel_host.cc \
content_common.target.linux-arm.mk 113 content/common/gpu/client/gpu_channel_host.cc \

Completed in 290 milliseconds