Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h178 …TIntermAggregate *parseDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration,…
Dglslang.y808 $$.intermAggregate = context->parseDeclarator($$.type, $1.intermAggregate, @3, *$3.string);
Dglslang_tab.cpp3361 …(yyval.interm).intermAggregate = context->parseDeclarator((yyval.interm).type, (yyvsp[-2].interm).… in yyparse()
DParseHelper.cpp1625 TIntermAggregate *TParseContext::parseDeclarator(TPublicType &publicType, TIntermAggregate *aggrega… in parseDeclarator() function in TParseContext
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h268 void parseDeclarator(TPublicType &publicType,
Dglslang.y739 context->parseDeclarator($$.type, @3, ImmutableString($3.string), $$.intermDeclaration);
Dglslang_tab_autogen.cpp3388 context->parseDeclarator((yyval.interm).type, (yylsp[0]), in yyparse()
DParseContext.cpp3149 void TParseContext::parseDeclarator(TPublicType &publicType, in parseDeclarator() function in sh::TParseContext