Searched refs:addFunctionDefinition (Results 1 – 4 of 4) sorted by relevance
191 …TIntermAggregate *addFunctionDefinition(const TFunction &function, TIntermAggregate *functionProto…
1612 $$ = context->addFunctionDefinition(*($1.function), $1.intermAggregate, $3, @1);
4849 …(yyval.interm.intermNode) = context->addFunctionDefinition(*((yyvsp[-2].interm).function), (yyvsp[… in yyparse()
1921 TIntermAggregate *TParseContext::addFunctionDefinition(const TFunction &function, TIntermAggregate … in addFunctionDefinition() function in TParseContext