Searched defs:TextureMailbox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dtexture_mailbox.cc13 TextureMailbox::TextureMailbox() : shared_memory_(NULL) {} function in class:cc::TextureMailbox
15 TextureMailbox::TextureMailbox(const gpu::MailboxHolder& mailbox_holder) function in class:cc::TextureMailbox
20 TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox, function in class:cc::TextureMailbox
27 TextureMailbox::TextureMailbox(base::SharedMemory* shared_memory, function in class:cc::TextureMailbox
32 // If an embedder of cc gives an invalid TextureMailbox, we should crash
37 TextureMailbox
[all...]
H A Dtexture_mailbox.h20 class CC_EXPORT TextureMailbox { class in namespace:cc
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 105 milliseconds