Searched refs:addConstMatrixNode (Results 1 – 2 of 2) sorted by relevance
199 TIntermTyped* addConstMatrixNode(int, TIntermTyped*, const TSourceLoc&);
2230 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, const TSourceLoc &li… in addConstMatrixNode() function in TParseContext2527 indexedExpression = addConstMatrixNode(index, baseExpression, location); in addIndexExpression()