Home | History | Annotate | Download | only in hwui

Lines Matching refs:BatchBase

29 class BatchBase {
31 BatchBase(batchid_t batchId, BakedOpState* op, bool merging)
65 class OpBatch : public BatchBase {
68 : BatchBase(batchId, op, false) {
77 class MergingOpBatch : public BatchBase {
80 : BatchBase(batchId, op, true)
213 BatchBase** targetBatch, size_t* insertBatchIndex) const {
215 BatchBase* overBatch = mBatches[i];
295 (BatchBase**)(&targetBatch), &insertBatchIndex);
324 (BatchBase**)(&targetBatch), &insertBatchIndex);
346 for (const BatchBase* batch : mBatches) {
379 for (const BatchBase* batch : mBatches) {