Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerBuilder.cpp213 BatchBase** targetBatch, size_t* insertBatchIndex) const { in locateInsertIndex() argument
217 if (overBatch == *targetBatch) break; in locateInsertIndex()
222 if (!*targetBatch) break; // found insert position, quit in locateInsertIndex()
229 *targetBatch = nullptr; in locateInsertIndex()
290 OpBatch* targetBatch = mBatchLookup[batchId]; in deferUnmergeableOp() local
293 if (targetBatch) { in deferUnmergeableOp()
295 (BatchBase**)(&targetBatch), &insertBatchIndex); in deferUnmergeableOp()
298 if (targetBatch) { in deferUnmergeableOp()
299 targetBatch->batchOp(op); in deferUnmergeableOp()
302 targetBatch = allocator.create<OpBatch>(batchId, op); in deferUnmergeableOp()
[all …]
DLayerBuilder.h86 BatchBase** targetBatch, size_t* insertBatchIndex) const;