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

  /external/skia/tests/
SkpSkGrTest.cpp 655 static int threadTestCount;
656 sk_atomic_inc(&threadTestCount);
657 if (!skipping && threadTestCount % 100 == 0) {
658 SkDebugf("#%d\n", threadTestCount);
660 if (skipping && threadTestCount % 10000 == 0) {
661 SkDebugf("#%d\n", threadTestCount);
PathOpsSkpClipTest.cpp 579 static int threadTestCount;
581 sk_atomic_inc(&threadTestCount);
582 if (threadTestCount % 100 == 0) {
583 SkDebugf("%d\n", threadTestCount);

Completed in 23 milliseconds