HomeSort by relevance Sort by last modified time
    Searched refs:targetBatch (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 213 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];
293 if (targetBatch) {
295 (BatchBase**)(&targetBatch), &insertBatchIndex);
298 if (targetBatch) {
299 targetBatch->batchOp(op);
302 targetBatch = allocator.create<OpBatch>(batchId, op)
    [all...]
DeferredDisplayList.cpp 522 DrawBatch* targetBatch = nullptr;
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, i)
    [all...]
LayerBuilder.h 86 BatchBase** targetBatch, size_t* insertBatchIndex) const;

Completed in 49 milliseconds