Home | History | Annotate | Download | only in src

Lines Matching refs:active_samplers_

1735 List<Sampler*>* SamplerRegistry::active_samplers_ = NULL;
1741 ActiveSamplersExist() && i < active_samplers_->length();
1743 func(active_samplers_->at(i), param);
1767 if (active_samplers_ == NULL) {
1768 active_samplers_ = new List<Sampler*>;
1770 ASSERT(!active_samplers_->Contains(sampler));
1772 active_samplers_->Add(sampler);
1779 ASSERT(active_samplers_ != NULL);
1780 bool removed = active_samplers_->RemoveElement(sampler);