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 56 class DrawBatch : public Batch {
58 DrawBatch(int batchId, mergeid_t mergeId) : mBatchId(batchId), mMergeId(mergeId) {
62 virtual ~DrawBatch() { mOps.clear(); }
133 class MergingDrawBatch : public DrawBatch {
135 MergingDrawBatch(int batchId, mergeid_t mergeId) : DrawBatch(batchId, mergeId) {}
199 return DrawBatch::replay(renderer, dirty, false);
415 DrawBatch* b = new DrawBatch(batchId, mergeId);
422 DrawBatch* targetBatch = NULL;
430 DrawBatch* b = new DrawBatch(batchId, mergeId)
    [all...]
DeferredDisplayList.h 40 class DrawBatch;
120 TinyHashMap<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];

Completed in 62 milliseconds