Home
last modified time | relevance | path

Searched defs:MergingDrawBatch (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DDeferredDisplayList.h41 class MergingDrawBatch; variable
DDeferredDisplayList.cpp133 class MergingDrawBatch : public DrawBatch { class
135 MergingDrawBatch(int batchId, mergeid_t mergeId) : DrawBatch(batchId, mergeId) {} in MergingDrawBatch() function in android::uirenderer::MergingDrawBatch
DDisplayListOp.h128 friend class MergingDrawBatch; variable