HomeSort by relevance Sort by last modified time
    Searched refs:ExportForeachFuncListTy (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 29 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
RSInfo.h 158 uint32_t> > ExportForeachFuncListTy;
208 ExportForeachFuncListTy mExportForeachFuncs;
249 inline const ExportForeachFuncListTy &getExportForeachFuncs() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 68 const RSInfo::ExportForeachFuncListTy &export_foreach_func =
71 for (RSInfo::ExportForeachFuncListTy::const_iterator
RSEmbedInfo.cpp 96 const RSInfo::ExportForeachFuncListTy &export_foreach_funcs =
100 for (RSInfo::ExportForeachFuncListTy::const_iterator
RSExecutable.cpp 97 const RSInfo::ExportForeachFuncListTy &export_foreach_funcs =
99 for (RSInfo::ExportForeachFuncListTy::const_iterator
RSInfoWriter.cpp 122 RSInfo::ExportForeachFuncListTy>(
125 const RSInfo::ExportForeachFuncListTy::const_iterator &pItem) {
228 if (!helper_write_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
RSInfoReader.cpp 139 helper_read_list_item<rsinfo::ExportForeachFuncItem, RSInfo::ExportForeachFuncListTy>(
142 RSInfo::ExportForeachFuncListTy &pResult)
312 if (!helper_read_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
RSForEachExpand.cpp 60 const RSInfo::ExportForeachFuncListTy &mFuncs;
282 RSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
605 for (RSInfo::ExportForeachFuncListTy::const_iterator
679 for (RSInfo::ExportForeachFuncListTy::const_iterator
720 createRSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs,
RSInfo.cpp 328 for (ExportForeachFuncListTy::const_iterator

Completed in 47 milliseconds