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

  /frameworks/base/libs/hwui/
DeferredDisplayList.h 177 TinyHashMap<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];
DeferredDisplayList.cpp 367 mMergingBatches[i].clear();
557 if (mMergingBatches[deferInfo.batchId].get(deferInfo.mergeId, targetBatch)) {
601 mMergingBatches[deferInfo.batchId].put(deferInfo.mergeId, targetBatch);

Completed in 727 milliseconds