Searched defs:DrawBatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp61 class DrawBatch : public Batch { class in namespace:android::uirenderer
63 DrawBatch(const DeferInfo& deferInfo) : mAllOpsOpaque(true), function in class:android::uirenderer::DrawBatch
68 virtual ~DrawBatch() { mOps.clear(); }
95 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
150 class MergingDrawBatch : public DrawBatch {
153 DrawBatch(deferInfo), mClipRect(width, height),
262 DrawBatch::add(op, state, opaqueOverBounds);
277 return DrawBatch::replay(renderer, dirty, -1);
538 DrawBatch* b = new DrawBatch(deferInf
[all...]

Completed in 49 milliseconds