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

/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc234 shim_(new SGIVideoSyncProviderThreadShim(window)),
235 cancel_vsync_flag_(shim_->cancel_vsync_flag()),
236 vsync_lock_(shim_->vsync_lock()) {
240 base::Unretained(shim_.get())));
249 // Hand-off |shim_| to be deleted on the |vsync_thread_|.
252 shim_.release());
264 base::Unretained(shim_.get()),
282 scoped_ptr<SGIVideoSyncProviderThreadShim> shim_; member in class:gfx::__anon14391::SGIVideoSyncVSyncProvider
286 // Raw pointers to sync primitives owned by the shim_.
288 // the shim_, s
[all...]

Completed in 71 milliseconds