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