Searched defs:gpu_host_id (Results 1 - 9 of 9) 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...]
/external/chromium_org/content/browser/renderer_host/
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_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/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_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

Completed in 142 milliseconds