Home
last modified time | relevance | path

Searched refs:kLastTagIdx (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DResourceCacheTest.cpp1506 // We will insert 1 resource with tag "tag1", 2 with "tag2", and so on, up through kLastTagIdx. in test_tags()
1507 static constexpr int kLastTagIdx = 10; in test_tags() local
1508 static constexpr int kNumResources = kLastTagIdx * (kLastTagIdx + 1) / 2; in test_tags()
1534 SkASSERT(kLastTagIdx == tagIdx); in test_tags()
1535 SkASSERT(currTagCnt == kLastTagIdx); in test_tags()
1538 for (int i = 0; i <= kLastTagIdx; ++i) { in test_tags()

Completed in 3 milliseconds