Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetOpList.cpp25 static const int kMaxOpLookahead = 10; variable
327 int maxCandidateIdx = SkTMin(i + kMaxOpLookahead, fRecordedOps.count() - 1); in forwardCombine()