Searched refs:CreateWrapped (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 258 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() function in TestResource 548 TestResource* wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, 12); in test_budgeting() 549 TestResource* wrappedUncacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kNo, 13); in test_budgeting() 605 wrappedUncacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kNo); in test_budgeting() 623 wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_budgeting() 708 wrapped = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, large); in test_unbudgeted()
|
Completed in 3 milliseconds