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

  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 30 : event(true, false), gpu_host_id(0), route_id(MSG_ROUTING_NONE),
34 int gpu_host_id; member in struct:content::BrowserGpuChannelHostFactory::CreateRequest
44 int gpu_host_id);
48 int gpu_host_id() { return gpu_host_id_; } function in class:content::BrowserGpuChannelHostFactory::EstablishRequest
56 int gpu_host_id);
78 int gpu_host_id) {
80 new EstablishRequest(cause, gpu_client_id, gpu_host_id);
94 int gpu_host_id)
98 gpu_host_id_(gpu_host_id),
417 gpu_host_id_ = pending_request_->gpu_host_id();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 321 int gpu_host_id) OVERRIDE;
324 int gpu_host_id) OVERRIDE;
506 PendingSwapAck(int32 route_id, int gpu_host_id, int32 renderer_id)
508 gpu_host_id(gpu_host_id),
511 int gpu_host_id; member in struct:content::RenderWidgetHostViewMac::PendingSwapAck
515 void AddPendingSwapAck(int32 route_id, int gpu_host_id, int32 renderer_id);

Completed in 191 milliseconds