Lines Matching refs:wrappedCacheable
613 TestResource* wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, 12); in test_budgeting() local
622 wrappedCacheable->resourcePriv().setUniqueKey(uniqueKey2); in test_budgeting()
636 wrappedCacheable->gpuMemorySize() + in test_budgeting()
649 wrappedCacheable->gpuMemorySize() + in test_budgeting()
660 wrappedCacheable->unref(); in test_budgeting()
664 wrappedCacheable->gpuMemorySize() + in test_budgeting()
682 wrappedCacheable->unref(); in test_budgeting()
688 wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_budgeting()
689 REPORTER_ASSERT(reporter, scratch->gpuMemorySize() + wrappedCacheable->gpuMemorySize() + in test_budgeting()
701 REPORTER_ASSERT(reporter, unbudgeted->gpuMemorySize() + wrappedCacheable->gpuMemorySize() + in test_budgeting()
710 wrappedCacheable->unref(); in test_budgeting()