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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 95 struct __attribute__((packed)) PragmaItem {
128 inline const char *GetItemTypeName<PragmaItem>()
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 66 // Process PragmaItem in the file
68 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
69 const rsinfo::PragmaItem &pItem,
232 (header->pragmaList.itemSize != sizeof(rsinfo::PragmaItem)) ||
292 if (!helper_read_list<rsinfo::PragmaItem, PragmaListTy>
RSInfoWriter.cpp 59 helper_adapt_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
60 rsinfo::PragmaItem &pResult,
204 if (!helper_write_list<rsinfo::PragmaItem, PragmaListTy>
RSInfo.cpp 235 mHeader.pragmaList.itemSize = sizeof(rsinfo::PragmaItem);

Completed in 1298 milliseconds