HomeSort by relevance Sort by last modified time
    Searched full:slotiter (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 97 auto slotIter = slots.begin();
99 const int slot = *slotIter++;
226 auto slotIter = slots.begin();
228 int slot = *slotIter;
272 if (slotIter != slots.begin()) {
293 slotIter++;
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 549 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin();
550 slotIter != allocations.end();
551 ++slotIter)
553 if (slotIter->isLive)
554 results->liveAllocations.push_back(slotIter->record);

Completed in 94 milliseconds