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