Searched defs:targetBatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp536 DrawBatch* targetBatch = NULL; local
557 if (mMergingBatches[deferInfo.batchId].get(deferInfo.mergeId, targetBatch)) {
558 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {
559 targetBatch = NULL;
564 targetBatch = (DrawBatch*)mBatchLookup[deferInfo.batchId];
567 if (targetBatch || deferInfo.mergeable) {
573 if (overBatch == targetBatch) break;
578 if (!targetBatch) break; // found insert position, quit
585 targetBatch = NULL;
588 targetBatch,
[all...]

Completed in 110 milliseconds