Searched refs:ExportForeachFuncListTy (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h29 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
H A DRSInfo.h152 uint32_t> > ExportForeachFuncListTy; typedef in class:bcc::RSInfo
195 ExportForeachFuncListTy mExportForeachFuncs;
236 inline const ExportForeachFuncListTy &getExportForeachFuncs() const
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp68 const RSInfo::ExportForeachFuncListTy &export_foreach_func =
71 for (RSInfo::ExportForeachFuncListTy::const_iterator
H A DRSInfoWriter.cpp122 RSInfo::ExportForeachFuncListTy>(
125 const RSInfo::ExportForeachFuncListTy::const_iterator &pItem) {
228 if (!helper_write_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
H A DRSExecutable.cpp97 const RSInfo::ExportForeachFuncListTy &export_foreach_funcs =
99 for (RSInfo::ExportForeachFuncListTy::const_iterator
H A DRSInfoReader.cpp139 helper_read_list_item<rsinfo::ExportForeachFuncItem, RSInfo::ExportForeachFuncListTy>(
142 RSInfo::ExportForeachFuncListTy &pResult)
312 if (!helper_read_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
H A DRSForEachExpand.cpp55 const RSInfo::ExportForeachFuncListTy &mFuncs;
152 RSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
619 for (RSInfo::ExportForeachFuncListTy::const_iterator
649 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
H A DRSInfo.cpp282 for (ExportForeachFuncListTy::const_iterator

Completed in 113 milliseconds