Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateYUVBuiltIns.cpp40 TIntermFunctionDefinition **funcDefOut);
208 TIntermFunctionDefinition **funcDefOut) in getYUVFunc() argument
210 if (*funcDefOut != nullptr) in getYUVFunc()
212 return (*funcDefOut)->getFunction(); in getYUVFunc()
299 *funcDefOut = new TIntermFunctionDefinition(new TIntermFunctionPrototype(function), body); in getYUVFunc()