Home
last modified time | relevance | path

Searched refs:fMaxOpLookback (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrRenderTargetOpList.h155 int fMaxOpLookback; variable
DGrRenderTargetOpList.cpp40 fMaxOpLookback = (options.fMaxOpCombineLookback < 0) ? kDefaultMaxOpLookback in GrRenderTargetOpList()
298 int maxCandidates = SkTMin(fMaxOpLookback, fRecordedOps.count()); in recordOp()