Home
last modified time | relevance | path

Searched refs:WrapMain (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.h24 ANGLE_NO_DISCARD bool WrapMain(TCompiler &compiler, IdGen &idGen, TIntermBlock &root);
DWrapMain.cpp84 bool sh::WrapMain(TCompiler &compiler, IdGen &idGen, TIntermBlock &root) in WrapMain() function in sh
/external/angle/src/
Dcompiler.gni439 "src/compiler/translator/TranslatorMetalDirect/WrapMain.cpp",
440 "src/compiler/translator/TranslatorMetalDirect/WrapMain.h",
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp720 if (!WrapMain(*this, idGen, *root)) in translateImpl()