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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h46 class MergingDrawBatch;
171 * MergingDrawBatch of that id. These ids are unique per draw type and guaranteed to not
H A DDeferredDisplayList.cpp148 class MergingDrawBatch : public DrawBatch { class in namespace:android::uirenderer
150 MergingDrawBatch(DeferInfo& deferInfo, int width, int height) : function in class:android::uirenderer::MergingDrawBatch
155 * Helper for determining if a new op can merge with a MergingDrawBatch based on their bounds
256 DEFER_LOGD("%d replaying MergingDrawBatch %p, with %d ops,"
548 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {
589 targetBatch = new MergingDrawBatch(deferInfo,
H A DDisplayListOp.h112 friend class MergingDrawBatch;
140 * Currently guarantees certain similarities between ops (see MergingDrawBatch::canMergeWith),
689 // MergingDrawBatch::canMergeWith()

Completed in 110 milliseconds