Searched defs:pForeachFuncs (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp152 RSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs, argument
154 : ModulePass(ID), M(NULL), C(NULL), mFuncs(pForeachFuncs),
649 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs, argument
651 return new RSForEachExpandPass(pForeachFuncs, pEnableStepOpt);

Completed in 26 milliseconds