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
117 CreateInternalFunctionPrototypeNode(*initGlobalsFunction); in InsertInitCallToMain()
187 TIntermFunctionPrototype *prototypeNode = CreateInternalFunctionPrototypeNode(func); in GetIndexFunctionDefinition()