Searched refs:batchid_t (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | LayerBuilder.h | 41 typedef int batchid_t; typedef 88 void deferUnmergeableOp(LinearAllocator& allocator, BakedOpState* op, batchid_t batchId); 93 BakedOpState* op, batchid_t batchId, mergeid_t mergeId);
|
D | LayerBuilder.cpp | 31 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()
|
D | FrameBuilder.cpp | 564 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()
|
D | FrameBuilder.h | 213 BakedOpState* deferStrokeableOp(const RecordedOp& op, batchid_t batchId,
|