Home
last modified time | relevance | path

Searched refs:PragmaListTy (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h153 typedef android::Vector<std::pair<const char*, const char*> > PragmaListTy; typedef
204 PragmaListTy mPragmas;
241 inline const PragmaListTy &getPragmas() const in getPragmas()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp59 helper_adapt_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>( in helper_adapt_list_item()
62 const RSInfo::PragmaListTy::const_iterator &pItem) { in helper_adapt_list_item()
204 if (!helper_write_list<rsinfo::PragmaItem, PragmaListTy> in write()
DRSExecutable.cpp116 const RSInfo::PragmaListTy &pragmas = pInfo.getPragmas(); in Create()
117 for (RSInfo::PragmaListTy::const_iterator pragma_iter = pragmas.begin(), in Create()
DRSInfoReader.cpp68 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>( in helper_read_list_item()
71 RSInfo::PragmaListTy &pResult) in helper_read_list_item()
292 if (!helper_read_list<rsinfo::PragmaItem, PragmaListTy> in ReadFromFile()
DRSInfo.cpp304 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(), in dump()
371 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(), in getFloatPrecisionRequirement()