Home
last modified time | relevance | path

Searched refs:PragmaItem (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp36 helper_adapt_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>( in helper_adapt_list_item()
37 rsinfo::PragmaItem &pResult, in helper_adapt_list_item()
175 if (!helper_write_list<rsinfo::PragmaItem, PragmaListTy> in write()
DRSInfoReader.cpp41 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>( in helper_read_list_item()
42 const rsinfo::PragmaItem &pItem, in helper_read_list_item()
204 (header->pragmaList.itemSize != sizeof(rsinfo::PragmaItem)) || in ReadFromFile()
272 if (!helper_read_list<rsinfo::PragmaItem, PragmaListTy> in ReadFromFile()
DRSInfo.cpp99 mHeader.pragmaList.itemSize = sizeof(rsinfo::PragmaItem); in RSInfo()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h97 struct __attribute__((packed)) PragmaItem { struct
126 inline const char *GetItemTypeName<PragmaItem>()