Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h142 void addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType,
DSkSLJIT.cpp128 void JIT::addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType, in addBuiltinFunction() argument
134 if (pair.first != ourName || returnType != this->getType(f.fReturnType) || in addBuiltinFunction()
152 if (pair.first != ourName || returnType != this->getType(f->fReturnType) || in addBuiltinFunction()