Home
last modified time | relevance | path

Searched refs:functionOut (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp69 const TFunction **functionOut) in IsTopLevelNodeUnusedFunction() argument
74 *functionOut = nullptr; in IsTopLevelNodeUnusedFunction()
78 *functionOut = asFunctionDefinition->getFunction(); in IsTopLevelNodeUnusedFunction()
82 *functionOut = asFunctionPrototype->getFunction(); in IsTopLevelNodeUnusedFunction()
84 if (*functionOut == nullptr) in IsTopLevelNodeUnusedFunction()
89 size_t callDagIndex = callDag.findIndex((*functionOut)->uniqueId()); in IsTopLevelNodeUnusedFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp306 TFunction **functionOut, in declareCoordTranslationFunction() argument
699 *functionOut = function; in declareCoordTranslationFunction()