Searched refs:functionPrototype (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h190 TIntermAggregate *addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceLoc &location);
H A DParseHelper.cpp1872 TIntermAggregate *TParseContext::addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceLoc &location) argument
1882 TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location);

Completed in 83 milliseconds