OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
...]
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
...]
Completed in 67 milliseconds