Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrTest.cpp55 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
/external/skqp/src/gpu/
DGrResourceCache.h242 int countUniqueKeysWithTag(const char* tag) const;
/external/skia/src/gpu/
DGrResourceCache.h246 int countUniqueKeysWithTag(const char* tag) const;
/external/skqp/tools/gpu/
DGrTest.cpp191 int GrResourceCache::countUniqueKeysWithTag(const char* tag) const { in countUniqueKeysWithTag() function in GrResourceCache
/external/skqp/tests/
DClipStackTest.cpp1518 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()
DResourceCacheTest.cpp1536 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()
/external/skia/tests/
DClipStackTest.cpp1554 REPORTER_ASSERT(reporter, i + 1 == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
1560 REPORTER_ASSERT(reporter, kN - (i + 1) == cache->countUniqueKeysWithTag(kTag)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
DResourceCacheTest.cpp1536 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()