Searched refs:gpu_host_id (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h57 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,
H A Dbrowser_gpu_channel_host_factory.cc24 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/browser/browser_plugin/
H A Dbrowser_plugin_guest_manager.h119 int gpu_host_id,
H A Dbrowser_plugin_guest_manager.cc227 int gpu_host_id,
231 gpu_host_id,
224 OnUnhandledSwapBuffersACK( int instance_id, int route_id, int gpu_host_id, const std::string& mailbox_name, uint32 sync_point) argument
H A Dbrowser_plugin_guest.h265 int gpu_host_id,
406 int gpu_host_id,
H A Dbrowser_plugin_guest.cc1019 int gpu_host_id,
1026 gpu_host_id,
1399 int gpu_host_id,
1402 AcknowledgeBufferPresent(route_id, gpu_host_id, mailbox_name, sync_point);
1017 AcknowledgeBufferPresent( int route_id, int gpu_host_id, const std::string& mailbox_name, uint32 sync_point) argument
1397 OnSwapBuffersACK(int instance_id, int route_id, int gpu_host_id, const std::string& mailbox_name, uint32 sync_point) argument
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_compositing_helper.h50 int gpu_host_id,
H A Dbrowser_plugin_compositing_helper.cc264 int gpu_host_id,
272 swap_info.host_id = gpu_host_id;
260 OnBuffersSwapped( const gfx::Size& size, const std::string& mailbox_name, int gpu_route_id, int gpu_host_id, float device_scale_factor) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h91 int gpu_host_id,
143 int gpu_host_id() const { return gpu_host_id_; } function in class:content::GpuChannelHost
165 int gpu_host_id,
H A Dgpu_channel_host.cc37 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),
35 Create( GpuChannelHostFactory* factory, int gpu_host_id, int client_id, const gpu::GPUInfo& gpu_info, const IPC::ChannelHandle& channel_handle) argument
48 GpuChannelHost(GpuChannelHostFactory* factory, int gpu_host_id, int client_id, const gpu::GPUInfo& gpu_info) argument
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_mac.h266 int gpu_host_id,
303 int gpu_host_id,
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.h118 int gpu_host_id) OVERRIDE;
121 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_guest.h125 int gpu_host_id) OVERRIDE;
128 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_guest.cc175 int gpu_host_id) {
183 guest_params.host_id = gpu_host_id;
190 int gpu_host_id) {
173 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
188 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Drender_widget_host_view_android.h123 int gpu_host_id) OVERRIDE;
126 int gpu_host_id) OVERRIDE;
H A Dtest_render_view_host.cc138 int gpu_host_id) {
143 int gpu_host_id) {
136 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
141 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Dtest_render_view_host.h136 int gpu_host_id) OVERRIDE;
139 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_android.cc56 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) {
55 InsertSyncPointAndAckForGpu( int gpu_host_id, int route_id, const std::string& return_mailbox) argument
740 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
862 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Drender_widget_host_view_mac.h295 int gpu_host_id) OVERRIDE;
298 int gpu_host_id) OVERRIDE;
538 // pairs of (route_id, gpu_host_id).
H A Drender_widget_host_view_aura.h216 int gpu_host_id) OVERRIDE;
219 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_win.h229 int gpu_host_id) OVERRIDE;
232 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_gtk.cc1067 int gpu_host_id) {
1071 params.route_id, gpu_host_id, ack_params);
1077 int gpu_host_id) {
1081 params.route_id, gpu_host_id, ack_params);
1065 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
1075 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Drender_widget_host_impl.h456 int gpu_host_id,
H A Drender_widget_host_view_win.cc129 void SendToGpuProcessHost(int gpu_host_id, scoped_ptr<IPC::Message> message) { argument
130 GpuProcessHost* gpu_process_host = GpuProcessHost::FromID(gpu_host_id);
2618 int gpu_host_id) {
2624 int gpu_host_id) {
2616 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
2622 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
/external/chromium_org/content/port/browser/
H A Drender_widget_host_view_port.h222 int gpu_host_id) = 0;
227 int gpu_host_id) = 0;

Completed in 192 milliseconds

12