Home
last modified time | relevance | path

Searched refs:batchid_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DLayerBuilder.h41 typedef int batchid_t; typedef
88 void deferUnmergeableOp(LinearAllocator& allocator, BakedOpState* op, batchid_t batchId);
93 BakedOpState* op, batchid_t batchId, mergeid_t mergeId);
DLayerBuilder.cpp31 BatchBase(batchid_t batchId, BakedOpState* op, bool merging) in BatchBase()
49 batchid_t getBatchId() const { return mBatchId; } in getBatchId()
59 batchid_t mBatchId;
67 OpBatch(batchid_t batchId, BakedOpState* op) in OpBatch()
79 MergingOpBatch(batchid_t batchId, BakedOpState* op) in MergingOpBatch()
288 BakedOpState* op, batchid_t batchId) { in deferUnmergeableOp()
309 BakedOpState* op, batchid_t batchId, mergeid_t mergeId) { in deferMergeableOp()
DFrameBuilder.cpp564 BakedOpState* FrameBuilder::deferStrokeableOp(const RecordedOp& op, batchid_t batchId, in deferStrokeableOp()
586 static batchid_t tessBatchId(const RecordedOp& op) { in tessBatchId()
680 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferLinesOp()
713 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferPointsOp()
747 static batchid_t textBatchId(const SkPaint& paint) { in textBatchId()
758 batchid_t batchId = textBatchId(*(op.paint)); in deferTextOp()
DFrameBuilder.h213 BakedOpState* deferStrokeableOp(const RecordedOp& op, batchid_t batchId,