Home
last modified time | relevance | path

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

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