Home
last modified time | relevance | path

Searched refs:CreateInternalFunctionPrototypeNode (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.h21 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func);
DIntermNode_util.cpp37 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func) in CreateInternalFunctionPrototypeNode() function
/external/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp115 CreateInternalFunctionPrototypeNode(*initGlobalsFunction); in InsertInitCallToMain()
DRemoveDynamicIndexing.cpp179 TIntermFunctionPrototype *prototypeNode = CreateInternalFunctionPrototypeNode(func); in GetIndexFunctionDefinition()