Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h192 …*addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggr…
DParseHelper.cpp1880 …:addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggr… in addFunctionDefinition() argument
1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h304 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
DParseContext.cpp3892 TIntermFunctionPrototype *functionPrototype, in addFunctionDefinition() argument
3907 "function does not return a value:", functionPrototype->getFunction()->name()); in addFunctionDefinition()
3916 new TIntermFunctionDefinition(functionPrototype, functionBody); in addFunctionDefinition()