HomeSort by relevance Sort by last modified time
    Searched refs:MergingDrawBatch (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
DeferredDisplayList.h 44 class MergingDrawBatch;
176 * MergingDrawBatch of that id. These ids are unique per draw type and guaranteed to not
DeferredDisplayList.cpp 147 class MergingDrawBatch : public DrawBatch {
149 MergingDrawBatch(DeferInfo& deferInfo, int width, int height) :
154 * Helper for determining if a new op can merge with a MergingDrawBatch based on their bounds
252 DEFER_LOGD("%d replaying MergingDrawBatch %p, with %d ops,"
540 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {
581 targetBatch = new MergingDrawBatch(deferInfo,
DisplayListOp.h 109 friend class MergingDrawBatch;
137 * Currently guarantees certain similarities between ops (see MergingDrawBatch::canMergeWith),
707 // MergingDrawBatch::canMergeWith()
    [all...]

Completed in 75 milliseconds