Home
last modified time | relevance | path

Searched refs:countUniqueKeysWithTag (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrResourceCache.h243 int countUniqueKeysWithTag(const char* tag) const;
/external/skia/tools/gpu/
DGrTest.cpp230 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
/external/skia/tests/
DClipStackTest.cpp1484 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()
DResourceCacheTest.cpp1606 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()