Searched refs:functionPrototype (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | ParseHelper.h | 192 …*addFunctionDefinition(const TFunction &function, TIntermAggregate *functionPrototype, TIntermAggr…
|
| D | ParseHelper.cpp | 1880 …: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/ |
| D | ParseContext.h | 304 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
|
| D | ParseContext.cpp | 3892 TIntermFunctionPrototype *functionPrototype, in addFunctionDefinition() argument 3907 "function does not return a value:", functionPrototype->getFunction()->name()); in addFunctionDefinition() 3916 new TIntermFunctionDefinition(functionPrototype, functionBody); in addFunctionDefinition()
|