Searched refs:exportFuncNameList (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp60 const char **exportFuncNameList = me.getExportFuncNameList(); local
69 export_symbols.push_back(exportFuncNameList[i]);
H A DRSInfo.cpp102 mHeader.exportFuncNameList.itemSize = sizeof(rsinfo::ExportFuncNameItem);
136 mHeader.exportFuncNameList.offset = AFTER(mHeader.exportVarNameList);
137 mHeader.exportFuncNameList.count = mExportFuncNames.size();
139 mHeader.exportForeachFuncList.offset = AFTER(mHeader.exportFuncNameList);
190 DUMP_LIST_HEADER("RS export functions", mHeader.exportFuncNameList);
H A DRSEmbedInfo.cpp74 const char **exportFuncNameList = me.getExportFuncNameList(); local
95 s << exportFuncNameList[i] << "\n"; local
H A DRSInfoReader.cpp207 (header->exportFuncNameList.itemSize != sizeof(rsinfo::ExportFuncNameItem)) ||
220 (LIST_DATA_RANGE(header->exportFuncNameList) > filesize) ||
288 (data, *result, header->exportFuncNameList, result->mExportFuncNames)) {
H A DRSInfoWriter.cpp192 // Write exportFuncNameList.
194 (pOutput, *this, mHeader.exportFuncNameList, mExportFuncNames)) {
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h89 struct ListHeader exportFuncNameList; member in struct:bcc::rsinfo::Header

Completed in 699 milliseconds