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