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

/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc94 class SGIVideoSyncThread class in namespace:gfx::__anon14391
97 public base::RefCounted<SGIVideoSyncThread> {
99 static scoped_refptr<SGIVideoSyncThread> Create() {
101 g_video_sync_thread = new SGIVideoSyncThread();
108 friend class base::RefCounted<SGIVideoSyncThread>;
110 SGIVideoSyncThread() : base::Thread("SGI_video_sync") { function in class:gfx::__anon14391::SGIVideoSyncThread
114 virtual ~SGIVideoSyncThread() {
120 static SGIVideoSyncThread* g_video_sync_thread;
122 DISALLOW_COPY_AND_ASSIGN(SGIVideoSyncThread);
233 : vsync_thread_(SGIVideoSyncThread
[all...]

Completed in 48 milliseconds