Searched refs:OpBatch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerBuilder.h38 class OpBatch;
131 OpBatch* mBatchLookup[OpBatchType::Count] = { nullptr };
H A DLayerBuilder.cpp65 class OpBatch : public BatchBase { class in namespace:android::uirenderer
67 OpBatch(batchid_t batchId, BakedOpState* op) function in class:android::uirenderer::OpBatch
290 OpBatch* targetBatch = mBatchLookup[batchId];
302 targetBatch = allocator.create<OpBatch>(batchId, op);

Completed in 50 milliseconds