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 205 ObjectSlotListTy mObjectSlots;
244 { return mObjectSlots; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 266 mHeader.objectSlotList.count = mObjectSlots.size();
310 for (ObjectSlotListTy::const_iterator slot_iter = mObjectSlots.begin(),
311 slot_end = mObjectSlots.end(); slot_iter != slot_end; slot_iter++) {
RSInfoExtractor.cpp 344 result->mObjectSlots.push(0);
358 result->mObjectSlots.editItemAt(slot) = 1;
RSInfoWriter.cpp 211 (pOutput, *this, mHeader.objectSlotList, mObjectSlots)) {
RSInfoReader.cpp 298 (data, *result, header->objectSlotList, result->mObjectSlots)) {

Completed in 36 milliseconds