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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h29 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
/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 79 milliseconds