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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 182 ObjectSlotListTy mObjectSlots;
220 { return mObjectSlots; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 131 mHeader.objectSlotList.count = mObjectSlots.size();
179 for (ObjectSlotListTy::const_iterator slot_iter = mObjectSlots.begin(),
180 slot_end = mObjectSlots.end(); slot_iter != slot_end; slot_iter++) {
RSInfoWriter.cpp 182 (pOutput, *this, mHeader.objectSlotList, mObjectSlots)) {
RSInfoExtractor.cpp 315 result->mObjectSlots.push(0);
329 result->mObjectSlots.editItemAt(slot) = 1;
RSInfoReader.cpp 278 (data, *result, header->objectSlotList, result->mObjectSlots)) {

Completed in 77 milliseconds