Searched refs:cacheEntriesPerProxy (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | TextureProxyTest.cpp | 125 int cacheEntriesPerProxy) { in basic_test() 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() 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() 319 REPORTER_ASSERT(reporter, cacheEntriesPerProxy in invalidation_and_instantiation_test() 122 basic_test(GrDirectContext* dContext, skiatest::Reporter* reporter, sk_sp<GrTextureProxy> proxy, int cacheEntriesPerProxy) basic_test() argument 219 invalidation_test(GrDirectContext* dContext, skiatest::Reporter* reporter, int cacheEntriesPerProxy) invalidation_test() argument 286 invalidation_and_instantiation_test(GrDirectContext* dContext, skiatest::Reporter* reporter, int cacheEntriesPerProxy) invalidation_and_instantiation_test() argument 339 int cacheEntriesPerProxy = 1; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
H A D | BackendAllocationTest.cpp | 73 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()
|
Completed in 3 milliseconds