Searched refs:MergingOpBatch (Results 1 – 2 of 2) sorted by relevance
77 class MergingOpBatch : public BatchBase { class79 MergingOpBatch(batchid_t batchId, BakedOpState* op) in MergingOpBatch() function in android::uirenderer::MergingOpBatch311 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()
36 class MergingOpBatch; variable128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];