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

  /external/chromium_org/content/browser/compositor/
owned_mailbox.h 25 const gpu::MailboxHolder& holder() const { return mailbox_holder_; }
26 const gpu::Mailbox& mailbox() const { return mailbox_holder_.mailbox; }
28 uint32 target() const { return mailbox_holder_.texture_target; }
29 uint32 sync_point() const { return mailbox_holder_.sync_point; }
43 gpu::MailboxHolder mailbox_holder_; member in class:content::OwnedMailbox
  /external/chromium_org/cc/resources/
texture_mailbox.h 30 bool IsTexture() const { return !mailbox_holder_.mailbox.IsZero(); }
35 const gpu::Mailbox& mailbox() const { return mailbox_holder_.mailbox; }
37 uint32 target() const { return mailbox_holder_.texture_target; }
38 uint32 sync_point() const { return mailbox_holder_.sync_point; }
40 mailbox_holder_.sync_point = sync_point;
51 gpu::MailboxHolder mailbox_holder_; member in class:cc::TextureMailbox
  /external/chromium_org/media/base/
video_frame.h 313 const scoped_ptr<gpu::MailboxHolder> mailbox_holder_; member in class:media::VideoFrame

Completed in 56 milliseconds