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

  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.cc 23 DCHECK(textures_to_mailboxes_.empty());
62 textures_to_mailboxes_.erase(texture_it);
70 textures_to_mailboxes_.insert(std::make_pair(texture, target_name));
72 DCHECK_EQ(mailbox_to_textures_.size(), textures_to_mailboxes_.size());
78 textures_to_mailboxes_.equal_range(texture);
84 textures_to_mailboxes_.erase(range.first, range.second);
85 DCHECK_EQ(mailbox_to_textures_.size(), textures_to_mailboxes_.size());
mailbox_manager.h 85 TextureToMailboxMap textures_to_mailboxes_; member in class:gpu::gles2::MailboxManager

Completed in 1476 milliseconds