Searched refs:getPurgeableBytes (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 578 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 591 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 602 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 607 REPORTER_ASSERT(reporter, 11 == cache->getPurgeableBytes()); in test_budgeting() 630 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 633 REPORTER_ASSERT(reporter, 10 == cache->getPurgeableBytes()); in test_budgeting() 641 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 650 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 657 REPORTER_ASSERT(reporter, 0 == cache->getPurgeableBytes()); in test_budgeting() 682 REPORTER_ASSERT(reporter, 10 == cache->getPurgeableBytes()); in test_unbudgeted() [all...] |
H A D | ResourceAllocatorTest.cpp | 380 REPORTER_ASSERT(reporter, expectedPurgeableBytes == cache->getPurgeableBytes(), in memory_budget_test() 381 "%zu", cache->getPurgeableBytes()); in memory_budget_test() 394 auto unpurgeableBytes = cache->getBudgetedResourceBytes() - cache->getPurgeableBytes(); in memory_budget_test()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.h | 128 size_t getPurgeableBytes() const { return fPurgeableBytes; } in getPurgeableBytes() function in GrResourceCache
|
H A D | GrDirectContext.cpp | 289 return fResourceCache->getPurgeableBytes(); in getResourceCachePurgeableBytes()
|
Completed in 7 milliseconds