Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp68 this->addWithoutOwnership(name, symbol.get()); in add()
72 void SymbolTable::addWithoutOwnership(const String& name, const Symbol* symbol) { in addWithoutOwnership() function in SkSL::SymbolTable
DSkSLSymbolTable.h38 void addWithoutOwnership(const String& name, const Symbol* symbol);
/external/skia/src/sksl/
DSkSLCompiler.cpp64 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \ in Compiler()
88 types->addWithoutOwnership(String("mat2x2"), fContext.fMat2x2_Type.get()); in Compiler()
93 types->addWithoutOwnership(String("mat3x3"), fContext.fMat3x3_Type.get()); in Compiler()
98 types->addWithoutOwnership(String("mat4x4"), fContext.fMat4x4_Type.get()); in Compiler()
DSkSLIRGenerator.cpp679 fSymbolTable->addWithoutOwnership(parameters[i]->fName, decl->fParameters[i]); in convertFunction()
779 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock()