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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp422 DrawBatch* targetBatch = NULL; local
443 if (mMergingBatches[batchId].get(mergeId, targetBatch)) {
444 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op)) {
445 targetBatch = NULL;
450 targetBatch = (DrawBatch*)mBatchLookup[batchId];
453 if (targetBatch || mergeable) {
459 if (overBatch == targetBatch) break;
464 if (!targetBatch) break; // found insert position, quit
471 targetBatch = NULL;
483 if (!targetBatch) {
[all...]

Completed in 32 milliseconds