Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp81 ArrayReturnValueToOutParameterTraverser arrayReturnValueToOutParam(symbolTable); in apply() local
82 root->traverse(&arrayReturnValueToOutParam); in apply()
83 return arrayReturnValueToOutParam.updateTree(compiler, root); in apply()