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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 148 typedef android::Vector<uint32_t> ObjectSlotListTy;
199 ObjectSlotListTy mObjectSlots;
237 inline const ObjectSlotListTy &getObjectSlots() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 111 const RSInfo::ObjectSlotListTy &object_slots = mInfo->getObjectSlots();
112 for (RSInfo::ObjectSlotListTy::const_iterator
RSInfoWriter.cpp 81 helper_adapt_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>(
84 const RSInfo::ObjectSlotListTy::const_iterator &pItem) {
210 if (!helper_write_list<rsinfo::ObjectSlotItem, ObjectSlotListTy>
RSInfoReader.cpp 92 helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>(
95 RSInfo::ObjectSlotListTy &pResult)
297 if (!helper_read_list<rsinfo::ObjectSlotItem, ObjectSlotListTy>
RSInfo.cpp 306 for (ObjectSlotListTy::const_iterator slot_iter = mObjectSlots.begin(),
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 770 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_iter =
772 bcc::RSInfo::ObjectSlotListTy::const_iterator is_object_end =

Completed in 44 milliseconds