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

  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 54 gpu_host_id_(0) {
90 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_);
138 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_);
182 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_);
202 GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_);
210 gpu_host_id_ = host->host_id();
223 request->gpu_host_id = gpu_host_id_;
303 DCHECK(gpu_host_id_)
317 gpu_host_id_,
browser_gpu_channel_host_factory.h 50 int GpuProcessHostId() { return gpu_host_id_; }
101 int gpu_host_id_; member in class:content::BrowserGpuChannelHostFactory
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 143 int gpu_host_id() const { return gpu_host_id_; }
231 const int gpu_host_id_; member in class:content::GpuChannelHost
gpu_channel_host.cc 54 gpu_host_id_(gpu_host_id),

Completed in 154 milliseconds