Searched refs:countUniqueKeysWithTag (Results 1 – 4 of 4) sorted by relevance
243 int countUniqueKeysWithTag(const char* tag) const;
230 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
1484 REPORTER_ASSERT(reporter, i + 1 == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()1490 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
1606 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()