Searched defs:DrawBatch (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp63 class DrawBatch : public Batch { class in namespace:android::uirenderer
65 DrawBatch(const DeferInfo& deferInfo) : mAllOpsOpaque(true), function in class:android::uirenderer::DrawBatch
70 virtual ~DrawBatch() { mOps.clear(); }
97 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
148 class MergingDrawBatch : public DrawBatch {
151 DrawBatch(deferInfo), mClipRect(width, height),
245 DrawBatch::add(op, state, opaqueOverBounds);
260 DrawBatch::replay(renderer, dirty, -1);
515 DrawBatch* b = new DrawBatch(deferInf
[all...]

Completed in 43 milliseconds