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