Home
last modified time | relevance | path

Searched refs:takeOwnershipOfSymbol (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp71 ? writableSymbolTable->takeOwnershipOfSymbol( in lookup()
113 refInSymbolTable = this->takeOwnershipOfSymbol( in addWithoutOwnership()
119 refInSymbolTable = this->takeOwnershipOfSymbol( in addWithoutOwnership()
130 type = this->takeOwnershipOfSymbol(Type::MakeArrayType(std::move(arrayName), in addArrayDimension()
DSkSLSymbolTable.h73 this->takeOwnershipOfSymbol(std::move(symbol)); in add()
78 const T* takeOwnershipOfSymbol(std::unique_ptr<T> symbol) { in takeOwnershipOfSymbol() function
DSkSLFunctionDeclaration.cpp317 finalParameters.push_back(symbols.takeOwnershipOfSymbol(std::move(param))); in Convert()
/external/skia/src/sksl/
DSkSLRehydrator.cpp159 const Type* result = fSymbolTable->takeOwnershipOfSymbol( in symbol()
167 const Type* result = fSymbolTable->takeOwnershipOfSymbol(Type::MakeEnumType(name)); in symbol()
183 fSymbolTable->takeOwnershipOfSymbol(std::make_unique<FunctionDeclaration>( in symbol()
196 const Field* result = fSymbolTable->takeOwnershipOfSymbol( in symbol()
212 const Type* result = fSymbolTable->takeOwnershipOfSymbol( in symbol()
226 const SymbolAlias* symbolAlias = fSymbolTable->takeOwnershipOfSymbol( in symbol()
249 const UnresolvedFunction* result = fSymbolTable->takeOwnershipOfSymbol( in symbol()
260 const Variable* result = fSymbolTable->takeOwnershipOfSymbol(std::make_unique<Variable>( in symbol()
DSkSLIRGenerator.cpp1116 const Type* type = old->takeOwnershipOfSymbol(Type::MakeStructType(intf.fOffset, id.fTypeName, in convertInterfaceBlock()
1134 const Variable* var = old->takeOwnershipOfSymbol( in convertInterfaceBlock()
DSkSLInliner.cpp558 symbolTableForStatement->takeOwnershipOfSymbol(std::move(clonedVar)); in inlineStatement()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2085 const Variable* intfVar = fSynthetics.takeOwnershipOfSymbol( in writeVariableReference()