Home | History | Annotate | Download | only in service

Lines Matching refs:Texture

23 class Texture;
31 // Look up the texture definition from the named mailbox.
32 Texture* ConsumeTexture(unsigned target, const Mailbox& mailbox);
34 // Put the texture into the named mailbox.
37 Texture* texture);
42 // Used with the MailboxSynchronizer to push/pull texture state to/from
47 // Destroy any mailbox that reference the given texture.
48 void TextureDeleted(Texture* texture);
61 void InsertTexture(TargetName target_name, Texture* texture);
66 // multiple mailboxes per texture, but one texture per mailbox. We keep an
69 typedef std::multimap<Texture*, TargetName> TextureToMailboxMap;