Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm74 SkTDynamicHash<GrMtlSampler, GrMtlSampler::Key>::Iter samplerIter(&fSamplers);
75 for (; !samplerIter.done(); ++samplerIter) {
76 (*samplerIter).unref();
/external/angle/src/libANGLE/
DFrameCapture.cpp2405 for (const auto &samplerIter : samplers) in CaptureMidExecutionSetup() local
2407 gl::SamplerID samplerID = {samplerIter.first}; in CaptureMidExecutionSetup()
2411 gl::Sampler *sampler = samplerIter.second; in CaptureMidExecutionSetup()