Searched refs:fMaxOpLookback (Results 1 – 2 of 2) sorted by relevance
155 int fMaxOpLookback; variable
40 fMaxOpLookback = (options.fMaxOpCombineLookback < 0) ? kDefaultMaxOpLookback in GrRenderTargetOpList()298 int maxCandidates = SkTMin(fMaxOpLookback, fRecordedOps.count()); in recordOp()