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 311 auto getResult = mMergingBatchLookup[batchId].find(mergeId);
312 if (getResult != mMergingBatchLookup[batchId].end()) {
328 mMergingBatchLookup[batchId].insert(std::make_pair(mergeId, targetBatch));
365 mMergingBatchLookup[i].clear();

Completed in 519 milliseconds