Searched refs:CreateInternalFunctionPrototypeNode (Results 1 – 4 of 4) sorted by relevance
21 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func);
37 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func) in CreateInternalFunctionPrototypeNode() function
115 CreateInternalFunctionPrototypeNode(*initGlobalsFunction); in InsertInitCallToMain()
179 TIntermFunctionPrototype *prototypeNode = CreateInternalFunctionPrototypeNode(func); in GetIndexFunctionDefinition()