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

  /frameworks/base/libs/hwui/
LayerBuilder.h 41 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);
LayerBuilder.cpp 31 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) {
FrameBuilder.cpp 564 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));
    [all...]
FrameBuilder.h 213 BakedOpState* deferStrokeableOp(const RecordedOp& op, batchid_t batchId,

Completed in 179 milliseconds