HomeSort by relevance Sort by last modified time
    Searched defs:sync_point_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
texture_mailbox.h 53 void ResetSyncPoint() { sync_point_ = 0; }
57 unsigned sync_point() const { return sync_point_; }
69 unsigned sync_point_; member in class:cc::TextureMailbox
  /external/chromium_org/cc/layers/
texture_layer.h 134 unsigned sync_point_; member in class:cc::TextureLayer::MailboxHolder
  /external/chromium_org/media/base/
video_frame.h 76 unsigned sync_point() const { return sync_point_; }
78 void Return(unsigned sync_point) { sync_point_ = sync_point; }
85 unsigned sync_point_; member in class:media::VideoFrame::MailboxHolder

Completed in 97 milliseconds