Home
last modified time | relevance | path

Searched refs:addInterval (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp59 alloc->addInterval(fSrc.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
61 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrTransferFromRenderTask.cpp19 alloc->addInterval(fSrcProxy.get(), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrWaitRenderTask.cpp20 alloc->addInterval(fWaitedOn.proxy(), fakeOp, fakeOp, in gatherProxyIntervals()
DGrWritePixelsRenderTask.cpp46 alloc->addInterval(this->target(0), alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
DGrTextureResolveRenderTask.cpp59 alloc->addInterval(target.get(), fakeOp, fakeOp, GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrResourceAllocator.h100 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
DGrResourceAllocator.cpp46 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end,
/third_party/skia/tests/
DResourceAllocatorTest.cpp162 alloc.addInterval(p1.get(), 0, 4, GrResourceAllocator::ActualUse::kYes); in overlap_test()
164 alloc.addInterval(p2.get(), 1, 2, GrResourceAllocator::ActualUse::kYes); in overlap_test()
191 alloc.addInterval(p1.get(), 0, 2, GrResourceAllocator::ActualUse::kYes); in non_overlap_test()
192 alloc.addInterval(p2.get(), 3, 5, GrResourceAllocator::ActualUse::kYes); in non_overlap_test()
404 alloc.addInterval(interval.fProxy.get(), interval.fStart, interval.fEnd, in memory_budget_test()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp935 alloc->addInterval(fDeferredProxies[i], 0, 0, GrResourceAllocator::ActualUse::kNo); in gatherProxyIntervals()
944 alloc->addInterval(targetProxy, cur, cur + fOpChains.count() - 1, in gatherProxyIntervals()
950 alloc->addInterval(targetProxy, alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
956 alloc->addInterval(p, in gatherProxyIntervals()
/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts100 addInterval(interval: HTMLElement) { method in IntervalElementsAccessor
308 this.view.intervalsAccessor.addInterval(interval);