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

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

Completed in 73 milliseconds