Lines Matching refs:wrappedCacheable
548 TestResource* wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, 12);
557 wrappedCacheable->resourcePriv().setUniqueKey(uniqueKey2);
571 wrappedCacheable->gpuMemorySize() +
584 wrappedCacheable->gpuMemorySize() +
595 wrappedCacheable->unref();
599 wrappedCacheable->gpuMemorySize() +
608 // This will free 'unique' but not wrappedCacheable which has a key. That requires the key to be
617 wrappedCacheable->unref();
623 wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes);
624 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + wrappedCacheable->gpuMemorySize() +
636 REPORTER_ASSERT(reporter, unbudgeted->gpuMemorySize() + wrappedCacheable->gpuMemorySize() +
645 wrappedCacheable->unref();