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

/frameworks/base/libs/hwui/
H A DLayerBuilder.cpp125 bool canMergeWith(BakedOpState* op) const { function in class:android::uirenderer::MergingOpBatch
187 // Because a new op must have passed canMergeWith(), we know it's passed the clipping compat
317 if (!targetBatch->canMergeWith(op)) {
H A DDeferredDisplayList.cpp182 bool canMergeWith(const DrawOp* op, const DeferredDisplayState* state) { function in class:android::uirenderer::MergingDrawBatch
548 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {

Completed in 40 milliseconds