Home
last modified time | relevance | path

Searched refs:BatchBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DLayerBuilder.cpp29 class BatchBase { class
31 BatchBase(batchid_t batchId, BakedOpState* op, bool merging) in BatchBase() function in android::uirenderer::BatchBase
65 class OpBatch : public BatchBase {
68 : BatchBase(batchId, op, false) { in OpBatch()
77 class MergingOpBatch : public BatchBase {
80 : BatchBase(batchId, op, true) in MergingOpBatch()
213 BatchBase** targetBatch, size_t* insertBatchIndex) const { in locateInsertIndex()
215 BatchBase* overBatch = mBatches[i]; in locateInsertIndex()
295 (BatchBase**)(&targetBatch), &insertBatchIndex); in deferUnmergeableOp()
324 (BatchBase**)(&targetBatch), &insertBatchIndex); in deferMergeableOp()
[all …]
DLayerBuilder.h33 class BatchBase; variable
86 BatchBase** targetBatch, size_t* insertBatchIndex) const;
121 std::vector<BatchBase*> mBatches;