Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawingManager.cpp404 static constexpr int kMaxOpListsBeforeFlush = 100; in executeOpLists() local
414 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()
431 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()
/external/skia/src/gpu/
DGrDrawingManager.cpp429 static constexpr int kMaxOpListsBeforeFlush = 100; in executeOpLists() local
439 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()
457 if (*numOpListsExecuted >= kMaxOpListsBeforeFlush) { in executeOpLists()