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

/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.cc16 mailbox_holder_ = gl_helper_->ProduceMailboxHolderFromTexture(texture_id_);
27 mailbox_holder_.sync_point = sync_point;
32 gl_helper_->WaitSyncPoint(mailbox_holder_.sync_point);
35 mailbox_holder_ = gpu::MailboxHolder();
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
H A Dtexture_mailbox.cc16 : mailbox_holder_(mailbox_holder),
23 : mailbox_holder_(mailbox, target, sync_point),
41 return IsTexture() && !memcmp(mailbox_holder_.mailbox.name,
42 other.mailbox_holder_.mailbox.name,
43 sizeof(mailbox_holder_.mailbox.name));
/external/chromium_org/media/base/
H A Dvideo_frame.h366 const scoped_ptr<gpu::MailboxHolder> mailbox_holder_; member in class:media::VideoFrame
H A Dvideo_frame.cc716 mailbox_holder_(mailbox_holder.Pass()),
891 return mailbox_holder_.get();

Completed in 129 milliseconds