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 60 class DrawBatch : public Batch {
62 DrawBatch(const DeferInfo& deferInfo) : mAllOpsOpaque(true),
67 virtual ~DrawBatch() { mOps.clear(); }
94 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
153 class MergingDrawBatch : public DrawBatch {
156 DrawBatch(deferInfo), mClipRect(width, height),
253 DrawBatch::add(op, state, opaqueOverBounds);
268 return DrawBatch::replay(renderer, dirty, -1);
529 DrawBatch* b = new DrawBatch(deferInfo)
    [all...]
DeferredDisplayList.h 44 class DrawBatch;
177 TinyHashMap<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];

Completed in 1236 milliseconds