Home | History | Annotate | Download | only in base

Lines Matching defs:mailbox

11 #include "gpu/command_buffer/common/mailbox.h"
60 // mailbox with sync_point(), and should call Resync() with a new sync point
61 // to ensure the mailbox remains valid for the issued commands.
68 MailboxHolder(const gpu::Mailbox& mailbox,
73 const gpu::Mailbox& mailbox() const { return mailbox_; }
80 gpu::Mailbox mailbox_;
227 // Returns the mailbox of the native texture wrapped by this frame. Only
229 // mailbox, the caller must wait for the included sync point.
289 // Native texture mailbox, if this is a NATIVE_TEXTURE frame.