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

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 350 const MergingOpBatch* mergingBatch = static_cast<const MergingOpBatch*>(batch);
354 mergingBatch->getClipSideFlags(),
355 mergingBatch->getClipRect()
DeferredDisplayList.cpp 543 std::unordered_map<mergeid_t, DrawBatch*>& mergingBatch
545 auto getResult = mergingBatch.find(deferInfo.mergeId);
546 if (getResult != mergingBatch.end()) {

Completed in 2228 milliseconds