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

  /frameworks/base/libs/hwui/
LayerBuilder.h 33 class BatchBase;
86 BatchBase** targetBatch, size_t* insertBatchIndex) const;
121 std::vector<BatchBase*> mBatches;
LayerBuilder.cpp 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)
    [all...]

Completed in 669 milliseconds