Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h216 void pruneUnusedFunctions(TIntermBlock *root);
DCompiler.cpp550 pruneUnusedFunctions(root); in checkAndSimplifyAST()
1280 void TCompiler::pruneUnusedFunctions(TIntermBlock *root) in pruneUnusedFunctions() function in sh::TCompiler
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h274 bool pruneUnusedFunctions(TIntermBlock *root);
DCompiler.cpp763 if (!pruneUnusedFunctions(root)) in checkAndSimplifyAST()
1494 bool TCompiler::pruneUnusedFunctions(TIntermBlock *root) in pruneUnusedFunctions() function in sh::TCompiler