HomeSort by relevance Sort by last modified time
    Searched refs:targetBatch (Results 1 - 2 of 2) 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...]
LayerBuilder.h 86 BatchBase** targetBatch, size_t* insertBatchIndex) const;

Completed in 74 milliseconds