Searched refs:getBatchId (Results 1 – 1 of 1) sorted by relevance
97 index, this, mOps.size(), getBatchId(), getMergeId()); in replay()112 if (getBatchId() & 0x1) batchColor |= 0x0000ff; in replay()113 if (getBatchId() & 0x2) batchColor |= 0x00ff00; in replay()114 if (getBatchId() & 0x4) batchColor |= 0xff0000; in replay()134 inline int getBatchId() const { return mBatchId; } in getBatchId() function in android::uirenderer::DrawBatch182 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text || in canMergeWith()183 getBatchId() == DeferredDisplayList::kOpBatch_ColorText; in canMergeWith()254 index, this, mOps.size(), mClipSideFlags, getBatchId(), getMergeId()); in replay()558 if (deferInfo.batchId == overBatch->getBatchId()) { in addDrawOp()