Home
last modified time | relevance | path

Searched refs:ActualUse (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp60 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
62 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrResourceAllocator.h93 enum class ActualUse : bool { enum
100 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
DGrTransferFromRenderTask.cpp20 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrWaitRenderTask.cpp21 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrResourceAllocator.cpp47 ActualUse actualUse
88 if (ActualUse::kYes == actualUse) {
96 if (ActualUse::kYes == actualUse) {
DGrWritePixelsRenderTask.cpp47 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrTextureResolveRenderTask.cpp59 alloc->addInterval(target.get(), fakeOp, fakeOp, GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
/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()
405 GrResourceAllocator::ActualUse::kYes); in memory_budget_test()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp935 alloc->addInterval(fDeferredProxies[i], 0, 0, GrResourceAllocator::ActualUse::kNo); in gatherProxyIntervals()
945 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
951 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
959 GrResourceAllocator::ActualUse::kYes in gatherProxyIntervals()