Home
last modified time | relevance | path

Searched refs:ObjectSlotListTy (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h148 typedef android::Vector<uint32_t> ObjectSlotListTy; typedef
199 ObjectSlotListTy mObjectSlots;
237 inline const ObjectSlotListTy &getObjectSlots() const in getObjectSlots()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp81 helper_adapt_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>( in helper_adapt_list_item()
84 const RSInfo::ObjectSlotListTy::const_iterator &pItem) { in helper_adapt_list_item()
210 if (!helper_write_list<rsinfo::ObjectSlotItem, ObjectSlotListTy> in write()
DRSEmbedInfo.cpp111 const RSInfo::ObjectSlotListTy &object_slots = mInfo->getObjectSlots(); in runOnModule()
112 for (RSInfo::ObjectSlotListTy::const_iterator in runOnModule()
DRSInfoReader.cpp92 helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>( in helper_read_list_item()
95 RSInfo::ObjectSlotListTy &pResult) in helper_read_list_item()
297 if (!helper_read_list<rsinfo::ObjectSlotItem, ObjectSlotListTy> in ReadFromFile()
DRSInfo.cpp306 for (ObjectSlotListTy::const_iterator slot_iter = mObjectSlots.begin(), in dump()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp780 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_iter = in ~RsdCpuScriptImpl()
782 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_end = in ~RsdCpuScriptImpl()