Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h185 ExportForeachFuncListTy mExportForeachFuncs; variable
226 { return mExportForeachFuncs; } in getExportForeachFuncs()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp140 mHeader.exportForeachFuncList.count = mExportForeachFuncs.size(); in layout()
198 foreach_iter = mExportForeachFuncs.begin(), in dump()
199 foreach_end = mExportForeachFuncs.end(); foreach_iter != foreach_end; in dump()
DRSInfoExtractor.cpp282 result->mExportForeachFuncs.push(std::make_pair( in ExtractFromSource()
304 result->mExportForeachFuncs.push(std::make_pair( in ExtractFromSource()
DRSInfoWriter.cpp200 (pOutput, *this, mHeader.exportForeachFuncList, mExportForeachFuncs)) { in write()
DRSInfoReader.cpp293 (data, *result, header->exportForeachFuncList, result->mExportForeachFuncs)) { in ReadFromFile()