Searched refs:numFindableResources (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/graphite/ |
D | GraphiteResourceCacheTest.cpp | 84 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 100 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 108 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 1); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 119 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 0); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 135 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 2); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 140 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 2); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 147 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 2); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 182 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 2); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 200 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 4); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 224 REPORTER_ASSERT(reporter, resourceCache->numFindableResources() == 4); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
/external/skia/src/gpu/graphite/ |
D | ResourceCache.h | 64 int numFindableResources() const;
|
D | ResourceCache.cpp | 493 int ResourceCache::numFindableResources() const { in numFindableResources() function in skgpu::graphite::ResourceCache
|