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

  /frameworks/base/libs/hwui/
LayerBuilder.h 128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];
LayerBuilder.cpp 314 auto getResult = mMergingBatchLookup[batchId].find(mergeId);
315 if (getResult != mMergingBatchLookup[batchId].end()) {
331 mMergingBatchLookup[batchId].insert(std::make_pair(mergeId, targetBatch));
371 mMergingBatchLookup[i].clear();

Completed in 50 milliseconds