Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp58 helper_adapt_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>( in helper_adapt_list_item()
59 rsinfo::ObjectSlotItem &pResult, in helper_adapt_list_item()
181 if (!helper_write_list<rsinfo::ObjectSlotItem, ObjectSlotListTy> in write()
DRSInfoReader.cpp65 helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>( in helper_read_list_item()
66 const rsinfo::ObjectSlotItem &pItem, in helper_read_list_item()
205 (header->objectSlotList.itemSize != sizeof(rsinfo::ObjectSlotItem)) || in ReadFromFile()
277 if (!helper_read_list<rsinfo::ObjectSlotItem, ObjectSlotListTy> in ReadFromFile()
DRSInfo.cpp100 mHeader.objectSlotList.itemSize = sizeof(rsinfo::ObjectSlotItem); in RSInfo()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h103 struct __attribute__((packed)) ObjectSlotItem { struct
130 inline const char *GetItemTypeName<ObjectSlotItem>()