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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 101 struct __attribute__((packed)) ObjectSlotItem {
132 inline const char *GetItemTypeName<ObjectSlotItem>()
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 90 // Procee ObjectSlotItem in the file
92 helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>(
93 const rsinfo::ObjectSlotItem &pItem,
233 (header->objectSlotList.itemSize != sizeof(rsinfo::ObjectSlotItem)) ||
297 if (!helper_read_list<rsinfo::ObjectSlotItem, ObjectSlotListTy>
RSInfoWriter.cpp 81 helper_adapt_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>(
82 rsinfo::ObjectSlotItem &pResult,
210 if (!helper_write_list<rsinfo::ObjectSlotItem, ObjectSlotListTy>
RSInfo.cpp 236 mHeader.objectSlotList.itemSize = sizeof(rsinfo::ObjectSlotItem);

Completed in 38 milliseconds