Home
last modified time | relevance | path

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

/external/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()
/external/angle/src/compiler/translator/
DParseContext.h300 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
DParseContext.cpp3844 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/
Dcommon.h677 std::string functionPrototype; in ProgramHeader() local