Searched refs:getBatchId (Results 1 – 2 of 2) sorted by relevance
98 index, this, mOps.size(), getBatchId(), getMergeId()); in replay()113 if (getBatchId() & 0x1) batchColor |= 0x0000ff; in replay()114 if (getBatchId() & 0x2) batchColor |= 0x00ff00; in replay()115 if (getBatchId() & 0x4) batchColor |= 0xff0000; in replay()135 inline int getBatchId() const { return mBatchId; } in getBatchId() function in android::uirenderer::DrawBatch183 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text || in canMergeWith()184 getBatchId() == DeferredDisplayList::kOpBatch_ColorText; in canMergeWith()258 index, this, mOps.size(), mClipSideFlags, getBatchId(), getMergeId()); in replay()566 if (deferInfo.batchId == overBatch->getBatchId()) { in addDrawOp()
49 batchid_t getBatchId() const { return mBatchId; } in getBatchId() function in android::uirenderer::BatchBase126 bool isTextBatch = getBatchId() == OpBatchType::Text in canMergeWith()127 || getBatchId() == OpBatchType::ColorText; in canMergeWith()220 if (batchId == overBatch->getBatchId()) { in locateInsertIndex()