Home
last modified time | relevance | path

Searched refs:wrappedCacheable (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DResourceCacheTest.cpp548 TestResource* wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, 12); in test_budgeting() local
557 wrappedCacheable->resourcePriv().setUniqueKey(uniqueKey2); in test_budgeting()
571 wrappedCacheable->gpuMemorySize() + in test_budgeting()
584 wrappedCacheable->gpuMemorySize() + in test_budgeting()
595 wrappedCacheable->unref(); in test_budgeting()
599 wrappedCacheable->gpuMemorySize() + in test_budgeting()
608 // This will free 'unique' but not wrappedCacheable which has a key. That requires the key to be in test_budgeting()
617 wrappedCacheable->unref(); in test_budgeting()
623 wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_budgeting()
624 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + wrappedCacheable in test_budgeting()
[all...]

Completed in 2 milliseconds