Searched refs:batchList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp524 static status_t replayBatchList(const Vector<Batch*>& batchList, argument
528 for (unsigned int i = 0; i < batchList.size(); i++) {
529 status |= batchList[i]->replay(renderer, dirty, i);
531 DEFER_LOGD("--flushed, drew %d batches", batchList.size());

Completed in 29 milliseconds