Home
last modified time | relevance | path

Searched refs:addFunctionPrototypeDeclaration (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h191 …TIntermAggregate *addFunctionPrototypeDeclaration(const TFunction &function, const TSourceLoc &loc…
Dglslang.y608 $$ = context->addFunctionPrototypeDeclaration(*($1.function), @1);
Dglslang_tab.cpp3076 …(yyval.interm.intermNode) = context->addFunctionPrototypeDeclaration(*((yyvsp[-1].interm).function… in yyparse()
DParseHelper.cpp1828 TIntermAggregate *TParseContext::addFunctionPrototypeDeclaration(const TFunction &function, const T… in addFunctionPrototypeDeclaration() function in TParseContext
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h290 TIntermFunctionPrototype *addFunctionPrototypeDeclaration(const TFunction &parsedFunction,
Dglslang.y598 $$ = context->addFunctionPrototypeDeclaration(*($1.function), @1);
Dglslang_tab.cpp3191 …(yyval.interm.intermNode) = context->addFunctionPrototypeDeclaration(*((yyvsp[-1].interm).function… in yyparse()
DParseContext.cpp3254 TIntermFunctionPrototype *TParseContext::addFunctionPrototypeDeclaration( in addFunctionPrototypeDeclaration() function in sh::TParseContext
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h302 TIntermFunctionPrototype *addFunctionPrototypeDeclaration(const TFunction &parsedFunction,
Dglslang.y604 $$ = context->addFunctionPrototypeDeclaration(*($1.function), @1);
Dglslang_tab_autogen.cpp3144 (yyval.interm.intermNode) = context->addFunctionPrototypeDeclaration( in yyparse()
DParseContext.cpp3859 TIntermFunctionPrototype *TParseContext::addFunctionPrototypeDeclaration( in addFunctionPrototypeDeclaration() function in sh::TParseContext