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

/frameworks/base/libs/hwui/
H A DLayerBuilder.cpp213 BatchBase** targetBatch, size_t* insertBatchIndex) const {
217 if (overBatch == *targetBatch) break;
222 if (!*targetBatch) break; // found insert position, quit
229 *targetBatch = nullptr;
290 OpBatch* targetBatch = mBatchLookup[batchId]; local
293 if (targetBatch) {
295 (BatchBase**)(&targetBatch), &insertBatchIndex);
298 if (targetBatch) {
299 targetBatch->batchOp(op);
302 targetBatch
212 locateInsertIndex(int batchId, const Rect& clippedBounds, BatchBase** targetBatch, size_t* insertBatchIndex) const argument
311 MergingOpBatch* targetBatch = nullptr; local
[all...]
H A DDeferredDisplayList.cpp522 DrawBatch* targetBatch = nullptr; local
547 targetBatch = getResult->second;
548 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {
549 targetBatch = nullptr;
554 targetBatch = (DrawBatch*)mBatchLookup[deferInfo.batchId];
557 if (targetBatch || deferInfo.mergeable) {
563 if (overBatch == targetBatch) break;
568 if (!targetBatch) break; // found insert position, quit
575 targetBatch = nullptr;
578 targetBatch,
[all...]

Completed in 1270 milliseconds