Home
last modified time | relevance | path

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

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