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

/external/skia/src/gpu/
H A DGrResourceCache.h243 int countUniqueKeysWithTag(const char* tag) const;
/external/skia/tools/gpu/
H A DGrTest.cpp230 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { function in class:GrResourceCache
/external/skia/tests/
H A DClipStackTest.cpp1484 REPORTER_ASSERT(reporter, i + 1 == cache->countUniqueKeysWithTag(kTag));
1490 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag));
H A DResourceCacheTest.cpp1606 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i);

Completed in 952 milliseconds