Home
last modified time | relevance | path

Searched refs:addConstructorFunc (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h195 TFunction *addConstructorFunc(const TPublicType &publicType);
Dglslang.y377 $$ = context->addConstructorFunc($1);
DParseHelper.cpp2071 TFunction *TParseContext::addConstructorFunc(const TPublicType &publicTypeIn) in addConstructorFunc() function in TParseContext
Dglslang_tab.cpp2607 (yyval.interm.function) = context->addConstructorFunc((yyvsp[0].interm.type)); in yyparse()
/external/angle/src/compiler/translator/
DParseContext.h312 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
Dglslang.y389 $$ = context->addConstructorFunc($1);
Dglslang_tab_autogen.cpp2601 (yyval.interm.functionLookup) = context->addConstructorFunc((yyvsp[0].interm.type)); in yyparse()
DParseContext.cpp4050 TFunctionLookup *TParseContext::addConstructorFunc(const TPublicType &publicType) in addConstructorFunc() function in sh::TParseContext