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

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

Completed in 59 milliseconds