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

  /frameworks/base/libs/hwui/
LayerBuilder.h 38 class OpBatch;
131 OpBatch* mBatchLookup[OpBatchType::Count] = {nullptr};
LayerBuilder.cpp 65 class OpBatch : public BatchBase {
67 OpBatch(batchid_t batchId, BakedOpState* op) : BatchBase(batchId, op, false) {}
287 OpBatch* targetBatch = mBatchLookup[batchId];
299 targetBatch = allocator.create<OpBatch>(batchId, op);

Completed in 65 milliseconds