HomeSort by relevance Sort by last modified time
    Searched refs:ExportForeachFuncItem (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 113 struct __attribute__((packed)) ExportForeachFuncItem {
144 inline const char *GetItemTypeName<ExportForeachFuncItem>()
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 137 // Procee ExportForeachFuncItem in the file
139 helper_read_list_item<rsinfo::ExportForeachFuncItem, RSInfo::ExportForeachFuncListTy>(
140 const rsinfo::ExportForeachFuncItem &pItem,
236 (header->exportForeachFuncList.itemSize != sizeof(rsinfo::ExportForeachFuncItem))) {
312 if (!helper_read_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
RSInfoWriter.cpp 121 helper_adapt_list_item<rsinfo::ExportForeachFuncItem,
123 rsinfo::ExportForeachFuncItem &pResult,
228 if (!helper_write_list<rsinfo::ExportForeachFuncItem, ExportForeachFuncListTy>
RSInfo.cpp 239 mHeader.exportForeachFuncList.itemSize = sizeof(rsinfo::ExportForeachFuncItem);

Completed in 82 milliseconds