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

/external/chromium_org/content/browser/gpu/
H A Dgpu_memory_buffer_factory_host_impl.h31 void set_gpu_host_id(int gpu_host_id) { gpu_host_id_ = gpu_host_id; } argument
H A Dbrowser_gpu_channel_host_factory.cc33 gpu_host_id(0),
38 int gpu_host_id; member in struct:content::BrowserGpuChannelHostFactory::CreateRequest
70 int gpu_host_id);
74 int gpu_host_id() { return gpu_host_id_; } function in class:content::BrowserGpuChannelHostFactory::EstablishRequest
82 int gpu_host_id);
104 int gpu_host_id) {
106 new EstablishRequest(cause, gpu_client_id, gpu_host_id);
120 int gpu_host_id)
124 gpu_host_id_(gpu_host_id),
384 gpu_host_id_ = pending_request_->gpu_host_id();
102 Create(CauseForGpuLaunch cause, int gpu_client_id, int gpu_host_id) argument
117 EstablishRequest( CauseForGpuLaunch cause, int gpu_client_id, int gpu_host_id) argument
[all...]
H A Dbrowser_gpu_channel_host_factory.h76 static void AddFilterOnIO(int gpu_host_id,
/external/chromium_org/content/common/
H A Dframe_param_macros.h26 IPC_STRUCT_MEMBER(int, gpu_host_id)
43 IPC_STRUCT_MEMBER(int, gpu_host_id)
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_resize_helper.h69 // the GpuProcessHostUIShim corresponding to |gpu_host_id|.
70 void PostGpuProcessMsg(int gpu_host_id, const IPC::Message& msg);
H A Drender_widget_resize_helper.cc111 void HandleGpuIPC(int gpu_host_id, const IPC::Message& message) { argument
112 GpuProcessHostUIShim* host = GpuProcessHostUIShim::FromID(gpu_host_id);
333 int gpu_host_id, const IPC::Message& msg) {
338 new WrappedTask(base::Bind(HandleGpuIPC, gpu_host_id, msg),
332 PostGpuProcessMsg( int gpu_host_id, const IPC::Message& msg) argument
H A Drender_widget_host_view_base.h301 int gpu_host_id) = 0;
306 int gpu_host_id) = 0;
H A Drender_widget_host_view_android.h149 int gpu_host_id) OVERRIDE;
152 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_mac.h311 int gpu_host_id) OVERRIDE;
314 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_aura.h204 int gpu_host_id) OVERRIDE;
207 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_impl.h407 int gpu_host_id,
H A Drender_widget_host_impl.cc2057 int32 route_id, int gpu_host_id,
2059 GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(gpu_host_id);
2056 AcknowledgeBufferPresent( int32 route_id, int gpu_host_id, const AcceleratedSurfaceMsg_BufferPresented_Params& params) argument
H A Drender_widget_host_view_android.cc1248 int gpu_host_id) {
1345 int gpu_host_id) {
1246 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
1343 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Drender_widget_host_view_aura.cc1040 int gpu_host_id) {
1090 int gpu_host_id) {
1038 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params_in_pixel, int gpu_host_id) argument
1088 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params_in_pixel, int gpu_host_id) argument
/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_view_mac.h74 int gpu_host_id, int gpu_route_id);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc214 int gpu_host_id) {
220 int gpu_host_id) {
212 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
218 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Drender_widget_host_view_child_frame.h101 int gpu_host_id) OVERRIDE;
104 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_guest.h101 int gpu_host_id) OVERRIDE;
104 int gpu_host_id) OVERRIDE;
H A Drender_widget_host_view_guest.cc198 int gpu_host_id) {
204 int gpu_host_id) {
196 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
202 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc136 int gpu_host_id) {
141 int gpu_host_id) {
134 AcceleratedSurfaceBuffersSwapped( const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, int gpu_host_id) argument
139 AcceleratedSurfacePostSubBuffer( const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params, int gpu_host_id) argument
H A Dtest_render_view_host.h130 int gpu_host_id) OVERRIDE;
133 int gpu_host_id) OVERRIDE;

Completed in 2713 milliseconds