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

  /external/chromium_org/cc/resources/
texture_mailbox.cc 13 TextureMailbox::TextureMailbox() : shared_memory_(NULL) {}
15 TextureMailbox::TextureMailbox(const gpu::MailboxHolder& mailbox_holder)
20 TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox,
27 TextureMailbox::TextureMailbox(base::SharedMemory* shared_memory,
32 // If an embedder of cc gives an invalid TextureMailbox, we should crash
37 TextureMailbox::~TextureMailbox() {
    [all...]
texture_mailbox.h 20 class CC_EXPORT TextureMailbox {
22 TextureMailbox();
23 explicit TextureMailbox(const gpu::MailboxHolder& mailbox_holder);
24 TextureMailbox(const gpu::Mailbox& mailbox, uint32 target, uint32 sync_point);
25 TextureMailbox(base::SharedMemory* shared_memory, const gfx::Size& size);
27 ~TextureMailbox();
33 bool Equals(const TextureMailbox&) const;

Completed in 50 milliseconds