Searched refs:batchList (Results 1 – 1 of 1) sorted by relevance
651 static status_t replayBatchList(const Vector<Batch*>& batchList, in replayBatchList() argument655 for (unsigned int i = 0; i < batchList.size(); i++) { in replayBatchList()656 if (batchList[i]) { in replayBatchList()657 status |= batchList[i]->replay(renderer, dirty, i); in replayBatchList()660 DEFER_LOGD("--flushed, drew %d batches", batchList.size()); in replayBatchList()