Home
last modified time | relevance | path

Searched refs:takeOwnershipOfIRNode (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLSymbolTable.h102 const T* takeOwnershipOfIRNode(std::unique_ptr<T> node) { in takeOwnershipOfIRNode() function
/third_party/skia/src/sksl/dsl/
DDSLVar.cpp123 fVar = ThreadContext::SymbolTable()->takeOwnershipOfIRNode(std::make_unique<SkSL::Variable>( in DSLGlobalVar()