Searched defs:sync_point_manager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h99 SyncPointManager* sync_point_manager() { return sync_point_manager_.get(); } function in class:content::GpuChannelManager
H A Dgpu_channel.cc24 #include "content/common/gpu/sync_point_manager.h"
74 scoped_refptr<SyncPointManager> sync_point_manager,
80 sync_point_manager_(sync_point_manager),
445 gpu_channel_manager_->sync_point_manager(),
73 GpuChannelMessageFilter(base::WeakPtr<GpuChannel> gpu_channel, scoped_refptr<SyncPointManager> sync_point_manager, scoped_refptr<base::MessageLoopProxy> message_loop, bool future_sync_points) argument

Completed in 79 milliseconds