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

/frameworks/base/libs/hwui/
H A DLayerBuilder.h36 class MergingOpBatch;
128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];
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 1192 milliseconds