HomeSort by relevance Sort by last modified time
    Searched refs:kMaxOpLookahead (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 25 static const int kMaxOpLookahead = 10;
390 int maxCandidateIdx = SkTMin(i + kMaxOpLookahead, fRecordedOps.count() - 1);
  /external/skqp/src/gpu/
GrRenderTargetOpList.cpp 25 static const int kMaxOpLookahead = 10;
390 int maxCandidateIdx = SkTMin(i + kMaxOpLookahead, fRecordedOps.count() - 1);

Completed in 551 milliseconds