HomeSort by relevance Sort by last modified time
    Searched refs:gpu_host_id (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 57 int gpu_host_id; member in struct:content::BrowserGpuChannelHostFactory::CreateRequest
66 int gpu_host_id; member in struct:content::BrowserGpuChannelHostFactory::EstablishRequest
95 int gpu_host_id,
browser_gpu_channel_host_factory.cc 24 gpu_host_id(0),
35 gpu_host_id(0),
213 if (host->host_id() == request->gpu_host_id) {
223 request->gpu_host_id = gpu_host_id_;
282 this, request.gpu_host_id, gpu_client_id_,
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 91 int gpu_host_id,
143 int gpu_host_id() const { return gpu_host_id_; } function in class:content::GpuChannelHost
165 int gpu_host_id,
gpu_channel_host.cc 37 int gpu_host_id,
43 factory, gpu_host_id, client_id, gpu_info);
49 int gpu_host_id,
54 gpu_host_id_(gpu_host_id),
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.h 119 int gpu_host_id,
browser_plugin_guest_manager.cc 227 int gpu_host_id,
231 gpu_host_id,
browser_plugin_guest.h 265 int gpu_host_id,
406 int gpu_host_id,
browser_plugin_guest.cc     [all...]
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 222 int gpu_host_id) = 0;
227 int gpu_host_id) = 0;
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 50 int gpu_host_id,
browser_plugin_compositing_helper.cc 264 int gpu_host_id,
272 swap_info.host_id = gpu_host_id;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 266 int gpu_host_id,
303 int gpu_host_id,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 118 int gpu_host_id) OVERRIDE;
121 int gpu_host_id) OVERRIDE;
render_widget_host_view_guest.h 125 int gpu_host_id) OVERRIDE;
128 int gpu_host_id) OVERRIDE;
test_render_view_host.h 136 int gpu_host_id) OVERRIDE;
139 int gpu_host_id) OVERRIDE;
render_widget_host_view_guest.cc 175 int gpu_host_id) {
183 guest_params.host_id = gpu_host_id;
190 int gpu_host_id) {
render_widget_host_view_android.h 123 int gpu_host_id) OVERRIDE;
126 int gpu_host_id) OVERRIDE;
test_render_view_host.cc 138 int gpu_host_id) {
143 int gpu_host_id) {
render_widget_host_view_android.cc 56 int gpu_host_id, int route_id, const std::string& return_mailbox) {
63 route_id, gpu_host_id, ack_params);
742 int gpu_host_id) {
756 gpu_host_id, params.route_id,
864 int gpu_host_id) {
    [all...]
render_widget_host_view_mac.h 295 int gpu_host_id) OVERRIDE;
298 int gpu_host_id) OVERRIDE;
538 // pairs of (route_id, gpu_host_id).
render_widget_host_view_aura.h 216 int gpu_host_id) OVERRIDE;
219 int gpu_host_id) OVERRIDE;
render_widget_host_view_win.h 229 int gpu_host_id) OVERRIDE;
232 int gpu_host_id) OVERRIDE;
render_widget_host_view_gtk.cc     [all...]
render_widget_host_impl.h 456 int gpu_host_id,
    [all...]
render_widget_host_view_win.cc 129 void SendToGpuProcessHost(int gpu_host_id, scoped_ptr<IPC::Message> message) {
130 GpuProcessHost* gpu_process_host = GpuProcessHost::FromID(gpu_host_id);
    [all...]

Completed in 706 milliseconds

1 2