Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp31 static const int kMaxOpMergeDistance = 10; variable
214 if (++numMergeChecks == kMaxOpMergeDistance) { in DoConcat()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp33 static const int kMaxOpMergeDistance = 10; variable
249 if (++numMergeChecks == kMaxOpMergeDistance) { in DoConcat()