Home
last modified time | relevance | path

Searched refs:cacheEntriesPerProxy (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DTextureProxyTest.cpp125 int cacheEntriesPerProxy) { in basic_test() argument
156 int expectedCacheCount = startCacheCount + (proxy->isInstantiated() ? 0 : cacheEntriesPerProxy); in basic_test()
178 expectedCacheCount -= cacheEntriesPerProxy; in basic_test()
193 expectedCacheCount -= cacheEntriesPerProxy; in basic_test()
208 expectedCacheCount -= cacheEntriesPerProxy; in basic_test()
221 int cacheEntriesPerProxy) { in invalidation_test() argument
252 REPORTER_ASSERT(reporter, cacheEntriesPerProxy + bufferResources == cache->getResourceCount()); in invalidation_test()
261 REPORTER_ASSERT(reporter, cacheEntriesPerProxy + bufferResources == cache->getResourceCount()); in invalidation_test()
288 int cacheEntriesPerProxy) { in invalidation_and_instantiation_test() argument
319 REPORTER_ASSERT(reporter, cacheEntriesPerProxy == cache->getResourceCount()); in invalidation_and_instantiation_test()
[all …]
DBackendAllocationTest.cpp73 int cacheEntriesPerProxy = 1; in test_wrapping() local
78 cacheEntriesPerProxy++; in test_wrapping()
93 initialCount + cacheEntriesPerProxy == cache->getResourceCount()); in test_wrapping()
116 initialCount + cacheEntriesPerProxy == cache->getResourceCount()); in test_wrapping()