Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrTest.cpp41 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.h243 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/skia/tests/
DClipStackTest.cpp1591 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()
DResourceCacheTest.cpp1540 REPORTER_ASSERT(reporter, cache->countUniqueKeysWithTag(tagStr.c_str()) == i); in test_tags()
DGrClipStackTest.cpp2010 int numProxies = cache->countUniqueKeysWithTag(tag); in DEF_GPUTEST_FOR_CONTEXTS()
/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()