Home
last modified time | relevance | path

Searched refs:kAllocatorGather (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrTextureOpList.cpp201 op->visitProxies(gather, GrOp::VisitorType::kAllocatorGather); in gatherProxyIntervals()
DGrRenderTargetOpList.cpp638 recordedOp.visitProxies(gather, GrOp::VisitorType::kAllocatorGather); in gatherProxyIntervals()
/external/skqp/src/gpu/ops/
DGrOp.h83 kAllocatorGather, enumerator
DGrTextureOp.cpp141 if (visitor == VisitorType::kAllocatorGather && fCanSkipAllocatorGather) { in visitProxies()