Home
last modified time | relevance | path

Searched refs:createPrototypeNodeFromFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h646 TIntermFunctionPrototype *createPrototypeNodeFromFunction(const TFunction &function,
DParseContext.cpp3818 TIntermFunctionPrototype *TParseContext::createPrototypeNodeFromFunction( in createPrototypeNodeFromFunction() function in sh::TParseContext
3878 createPrototypeNodeFromFunction(*function, location, false); in addFunctionPrototypeDeclaration()
3940 *prototypeOut = createPrototypeNodeFromFunction(*function, location, true); in parseFunctionDefinitionHeader()