Searched refs:mBatchLookup (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerBuilder.h131 OpBatch* mBatchLookup[OpBatchType::Count] = { nullptr }; member in class:android::uirenderer::LayerBuilder
H A DDeferredDisplayList.h161 Batch* mBatchLookup[kOpBatch_Count]; member in class:android::uirenderer::DeferredDisplayList
H A DLayerBuilder.cpp290 OpBatch* targetBatch = mBatchLookup[batchId];
303 mBatchLookup[batchId] = targetBatch;
370 mBatchLookup[i] = nullptr;
H A DDeferredDisplayList.cpp350 mBatchLookup[i] = nullptr;
554 targetBatch = (DrawBatch*)mBatchLookup[deferInfo.batchId];
595 mBatchLookup[deferInfo.batchId] = targetBatch;

Completed in 1408 milliseconds