Searched defs:MergingOpBatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerBuilder.cpp77 class MergingOpBatch : public BatchBase { class in namespace:android::uirenderer
79 MergingOpBatch(batchid_t batchId, BakedOpState* op) function in class:android::uirenderer::MergingOpBatch
311 MergingOpBatch* targetBatch = nullptr;
330 targetBatch = allocator.create<MergingOpBatch>(batchId, op);
350 const MergingOpBatch* mergingBatch = static_cast<const MergingOpBatch*>(batch);

Completed in 509 milliseconds