Home
last modified time | relevance | path

Searched refs:CreateWrapped (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.h44 static ClangExpressionSourceCode *CreateWrapped(llvm::StringRef filename, in CreateWrapped() function
DClangUserExpression.cpp426 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped( in CreateSourceCode()
/external/skqp/tests/
DResourceCacheTest.cpp280 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() function in TestResource
505 TestResource* wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, 12); in test_budgeting()
506 TestResource* wrappedUncacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kNo, 13); in test_budgeting()
562 wrappedUncacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kNo); in test_budgeting()
580 wrappedCacheable = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_budgeting()
666 wrapped = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes, large); in test_unbudgeted()
1547 TestResource* wrapped1 = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_free_resource_messages()
1552 TestResource* wrapped2 = TestResource::CreateWrapped(gpu, GrWrapCacheable::kYes); in test_free_resource_messages()
1558 TestResource* wrapped3 = TestResource::CreateWrapped(gpu, GrWrapCacheable::kNo); in test_free_resource_messages()
/external/skia/tests/
DResourceCacheTest.cpp258 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()