Home
last modified time | relevance | path

Searched refs:mBatchLookup (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDeferredDisplayList.h166 Batch* mBatchLookup[kOpBatch_Count]; variable
DDeferredDisplayList.cpp346 mBatchLookup[i] = nullptr; in resetBatchingState()
546 targetBatch = (DrawBatch*)mBatchLookup[deferInfo.batchId]; in addDrawOp()
586 mBatchLookup[deferInfo.batchId] = targetBatch; in addDrawOp()