Searched defs:mailbox_holder_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.h25 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/
H A Dtexture_mailbox.h30 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/
H A Dvideo_frame.h366 const scoped_ptr<gpu::MailboxHolder> mailbox_holder_; member in class:media::VideoFrame

Completed in 130 milliseconds