Searched refs:handleBuiltInFunctionCall (Results 1 – 2 of 2) sorted by relevance
349 …TIntermTyped* handleBuiltInFunctionCall(TSourceLoc, TIntermNode* arguments, const TFunction& funct…
1443 result = handleBuiltInFunctionCall(loc, arguments, *fnCandidate); in handleFunctionCall()1447 result = handleBuiltInFunctionCall(loc, arguments, *fnCandidate); in handleFunctionCall()1505 TIntermTyped* TParseContext::handleBuiltInFunctionCall(TSourceLoc loc, TIntermNode* arguments, in handleBuiltInFunctionCall() function in glslang::TParseContext