Searched refs:ActualUse (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrCopyRenderTask.cpp | 62 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals() 64 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
|
D | GrResourceAllocator.h | 93 enum class ActualUse : bool { enum 100 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
|
D | GrTransferFromRenderTask.cpp | 20 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
|
D | GrWaitRenderTask.cpp | 21 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
|
D | GrResourceAllocator.cpp | 48 ActualUse actualUse 89 if (ActualUse::kYes == actualUse) { 97 if (ActualUse::kYes == actualUse) {
|
D | GrWritePixelsRenderTask.cpp | 47 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
|
D | GrTextureResolveRenderTask.cpp | 79 alloc->addInterval(target.get(), fakeOp, fakeOp, GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals()
|
/external/skia/tests/ |
D | ResourceAllocatorTest.cpp | 197 alloc.addInterval(p1.get(), 0, 4, GrResourceAllocator::ActualUse::kYes); in overlap_test() 199 alloc.addInterval(p2.get(), 1, 2, GrResourceAllocator::ActualUse::kYes); in overlap_test() 226 alloc.addInterval(p1.get(), 0, 2, GrResourceAllocator::ActualUse::kYes); in non_overlap_test() 227 alloc.addInterval(p2.get(), 3, 5, GrResourceAllocator::ActualUse::kYes); in non_overlap_test() 447 GrResourceAllocator::ActualUse::kYes); in memory_budget_test()
|
/external/skia/src/gpu/ganesh/ops/ |
D | OpsTask.cpp | 906 alloc->addInterval(fDeferredProxies[i], 0, 0, GrResourceAllocator::ActualUse::kNo); in gatherProxyIntervals() 916 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals() 922 GrResourceAllocator::ActualUse::kYes); in gatherProxyIntervals() 930 GrResourceAllocator::ActualUse::kYes in gatherProxyIntervals()
|