Searched refs:getBatchId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp96 index, this, mOps.size(), getBatchId(), getMergeId());
114 if (getBatchId() & 0x1) batchColor |= 0x0000ff;
115 if (getBatchId() & 0x2) batchColor |= 0x00ff00;
116 if (getBatchId() & 0x4) batchColor |= 0xff0000;
137 inline int getBatchId() const { return mBatchId; } function in class:android::uirenderer::DrawBatch
185 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text ||
186 getBatchId() == DeferredDisplayList::kOpBatch_ColorText;
275 index, this, mOps.size(), mClipSideFlags, getBatchId(), getMergeId());
585 if (deferInfo.batchId == overBatch->getBatchId()) {

Completed in 77 milliseconds