HomeSort by relevance Sort by last modified time
    Searched refs:MergingOpBatch (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
LayerBuilder.h 36 class MergingOpBatch;
128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];
LayerBuilder.cpp 75 class MergingOpBatch : public BatchBase {
77 MergingOpBatch(batchid_t batchId, BakedOpState* op)
308 MergingOpBatch* targetBatch = nullptr;
327 targetBatch = allocator.create<MergingOpBatch>(batchId, op);
347 const MergingOpBatch* mergingBatch = static_cast<const MergingOpBatch*>(batch);

Completed in 87 milliseconds