Lines Matching refs:alloc
922 void OpsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const {
935 alloc->addInterval(fDeferredProxies[i], 0, 0, GrResourceAllocator::ActualUse::kNo);
942 unsigned int cur = alloc->curOp();
944 alloc->addInterval(targetProxy, cur, cur + fOpChains.count() - 1,
950 alloc->addInterval(targetProxy, alloc->curOp(), alloc->curOp(),
952 alloc->incOps();
955 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipmapped) {
956 alloc->addInterval(p,
957 alloc->curOp(),
958 alloc->curOp(),
968 alloc->incOps();