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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 61 class DrawBatch : public Batch {
63 DrawBatch(const DeferInfo& deferInfo) : mAllOpsOpaque(true),
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(deferInfo)
    [all...]
DeferredDisplayList.h 43 class DrawBatch;
179 TinyHashMap<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];

Completed in 5311 milliseconds