Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerBuilder.cpp77 class MergingOpBatch : public BatchBase { class
79 MergingOpBatch(batchid_t batchId, BakedOpState* op) in MergingOpBatch() function in android::uirenderer::MergingOpBatch
311 MergingOpBatch* targetBatch = nullptr; in deferMergeableOp()
330 targetBatch = allocator.create<MergingOpBatch>(batchId, op); in deferMergeableOp()
350 const MergingOpBatch* mergingBatch = static_cast<const MergingOpBatch*>(batch); in replayBakedOpsImpl()
DLayerBuilder.h36 class MergingOpBatch; variable
128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];