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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp59 const char **exportVarNameList = me.getExportVarNameList(); local
65 export_symbols.push_back(exportVarNameList[i]);
H A DRSInfo.cpp101 mHeader.exportVarNameList.itemSize = sizeof(rsinfo::ExportVarNameItem);
133 mHeader.exportVarNameList.offset = AFTER(mHeader.objectSlotList);
134 mHeader.exportVarNameList.count = mExportVarNames.size();
136 mHeader.exportFuncNameList.offset = AFTER(mHeader.exportVarNameList);
184 DUMP_LIST_HEADER("RS export variables", mHeader.exportVarNameList);
H A DRSEmbedInfo.cpp73 const char **exportVarNameList = me.getExportVarNameList(); local
90 s << exportVarNameList[i] << "\n"; local
H A DRSInfoReader.cpp206 (header->exportVarNameList.itemSize != sizeof(rsinfo::ExportVarNameItem)) ||
219 (LIST_DATA_RANGE(header->exportVarNameList) > filesize) ||
283 (data, *result, header->exportVarNameList, result->mExportVarNames)) {
H A DRSInfoWriter.cpp186 // Write exportVarNameList.
188 (pOutput, *this, mHeader.exportVarNameList, mExportVarNames)) {
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h88 struct ListHeader exportVarNameList; member in struct:bcc::rsinfo::Header

Completed in 1583 milliseconds