Searched refs:countUniqueKeysWithTag (Results 1 – 9 of 9) sorted by relevance
41 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
242 int countUniqueKeysWithTag(const char* tag) const;
243 int countUniqueKeysWithTag(const char* tag) const;
191 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
1591 REPORTER_ASSERT(reporter, i + 1 == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()1597 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
1540 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()
2010 int numProxies = cache->countUniqueKeysWithTag(tag); in DEF_GPUTEST_FOR_CONTEXTS()
1518 REPORTER_ASSERT(reporter, i + 1 == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()1524 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
1536 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()