Searched refs:mailboxes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_synchronizer.cc92 it->second.group->mailboxes.find(target_name);
94 mb_it != it->second.group->mailboxes.end()) {
95 it->second.group->mailboxes.erase(mb_it);
98 group->mailboxes.insert(target_name);
107 it->second.group->mailboxes.find(target_name);
108 if (mb_it != it->second.group->mailboxes.end())
160 group->mailboxes.find(target_name);
161 if (mb_it == group->mailboxes.end()) {
H A Dmailbox_synchronizer.h67 std::set<TargetName> mailboxes; member in struct:gpu::gles2::MailboxSynchronizer::TextureGroup
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.h31 // Specifies what type of data is contained in the mailboxes, as well as how
32 // many mailboxes will be present.
52 std::vector<TextureMailbox> mailboxes; member in class:cc::VideoFrameExternalResources
H A Dvideo_resource_updater.cc273 external_resources.mailboxes.push_back(
315 external_resources.mailboxes.push_back(
362 external_resources.mailboxes.push_back(
/external/chromium_org/cc/layers/
H A Dvideo_layer_impl.cc115 DCHECK_EQ(external_resources.mailboxes.size(),
117 for (size_t i = 0; i < external_resources.mailboxes.size(); ++i) {
119 external_resources.mailboxes[i],

Completed in 179 milliseconds