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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp150 class MergingDrawBatch : public DrawBatch { class in namespace:android::uirenderer
152 MergingDrawBatch(DeferInfo& deferInfo, int width, int height) : function in class:android::uirenderer::MergingDrawBatch
157 * Helper for determining if a new op can merge with a MergingDrawBatch based on their bounds
273 DEFER_LOGD("%d replaying MergingDrawBatch %p, with %d ops,"
567 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {
608 targetBatch = new MergingDrawBatch(deferInfo,
H A DDeferredDisplayList.h44 class MergingDrawBatch;
176 * MergingDrawBatch of that id. These ids are unique per draw type and guaranteed to not
H A DDisplayListOp.h116 friend class MergingDrawBatch;
144 * Currently guarantees certain similarities between ops (see MergingDrawBatch::canMergeWith),
731 // MergingDrawBatch::canMergeWith()

Completed in 10 milliseconds