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

  /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/
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/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...]
render_frame_impl.cc 3513 GpuChannelHost* gpu_channel_host = local
    [all...]

Completed in 171 milliseconds