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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp138 * Checks if a (mergeable) op can be merged into this batch
407 bool mergeable = op->onDefer(renderer, &batchId, &mergeId); local
411 mergeable &= !recordingComplexClip();
441 if (mergeable) {
453 if (targetBatch || mergeable) {
469 // of the same batch/paint could swap order, such as with a non-mergeable
470 // (clipped) and a mergeable text operation
484 if (mergeable) {

Completed in 30 milliseconds