Searched refs:targetBatch (Results 1 – 1 of 1) sorted by relevance
545 DrawBatch* targetBatch = NULL; in addDrawOp() local566 if (mMergingBatches[deferInfo.batchId].get(deferInfo.mergeId, targetBatch)) { in addDrawOp()567 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) { in addDrawOp()568 targetBatch = NULL; in addDrawOp()573 targetBatch = (DrawBatch*)mBatchLookup[deferInfo.batchId]; in addDrawOp()576 if (targetBatch || deferInfo.mergeable) { in addDrawOp()582 if (overBatch == targetBatch) break; in addDrawOp()587 if (!targetBatch) break; // found insert position, quit in addDrawOp()594 targetBatch = NULL; in addDrawOp()597 targetBatch, i); in addDrawOp()[all …]