Home
last modified time | relevance | path

Searched refs:heads_ (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.cpp178 if (!heads_.empty()) { in render()
179 for (auto &model : heads_) { in render()
319 heads_.push_back(toAdd); in addHead()
323 if (headCount > heads_.size()) { in setNumHeads()
324 int to_add = headCount - heads_.size(); in setNumHeads()
328 } else if (headCount < heads_.size()) { in setNumHeads()
329 heads_.erase(heads_.begin() + headCount, heads_.end()); in setNumHeads()
DRenderer.h151 std::vector<Model> heads_; variable