Searched refs:functionPrototype (Results 1 – 5 of 5) sorted by relevance
/external/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()
|
/external/angle/src/compiler/translator/ |
D | ParseContext.h | 300 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
|
D | ParseContext.cpp | 3844 TIntermFunctionPrototype *functionPrototype, in addFunctionDefinition() argument 3859 "function does not return a value:", functionPrototype->getFunction()->name()); in addFunctionDefinition() 3868 new TIntermFunctionDefinition(functionPrototype, functionBody); in addFunctionDefinition()
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | common.h | 677 std::string functionPrototype; in ProgramHeader() local
|