Searched refs:samplerIter (Results 1 – 2 of 2) sorted by relevance
74 SkTDynamicHash<GrMtlSampler, GrMtlSampler::Key>::Iter samplerIter(&fSamplers);75 for (; !samplerIter.done(); ++samplerIter) {76 (*samplerIter).unref();
2405 for (const auto &samplerIter : samplers) in CaptureMidExecutionSetup() local2407 gl::SamplerID samplerID = {samplerIter.first}; in CaptureMidExecutionSetup()2411 gl::Sampler *sampler = samplerIter.second; in CaptureMidExecutionSetup()