Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCopyRenderTask.cpp59 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
61 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrResourceAllocator.h84 enum class ActualUse : bool { enum
91 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
DGrWaitRenderTask.cpp21 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
DGrTransferFromRenderTask.cpp19 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()
DGrOpsTask.cpp915 alloc->addInterval(fDeferredProxies[i], 0, 0, GrResourceAllocator::ActualUse::kNo); in gatherProxyIntervals()
925 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
931 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
939 GrResourceAllocator::ActualUse::kYes in gatherProxyIntervals()
/external/skia/tests/
DResourceAllocatorTest.cpp160 alloc.addInterval(p1.get(), 0, 4, GrResourceAllocator::ActualUse::kYes); in overlap_test()
162 alloc.addInterval(p2.get(), 1, 2, GrResourceAllocator::ActualUse::kYes); in overlap_test()
189 alloc.addInterval(p1.get(), 0, 2, GrResourceAllocator::ActualUse::kYes); in non_overlap_test()
190 alloc.addInterval(p2.get(), 3, 5, GrResourceAllocator::ActualUse::kYes); in non_overlap_test()
403 GrResourceAllocator::ActualUse::kYes); in memory_budget_test()