Home
last modified time | relevance | path

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

/external/skia/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()
/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()