OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
561
BakedOpState* FrameBuilder::deferStrokeableOp(const RecordedOp& op,
batchid_t
batchId,
582
static
batchid_t
tessBatchId(const RecordedOp& op) {
674
batchid_t
batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
708
batchid_t
batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
742
static
batchid_t
textBatchId(const SkPaint& paint) {
753
batchid_t
batchId = textBatchId(*(op.paint));
[
all
...]
FrameBuilder.h
213
BakedOpState* deferStrokeableOp(const RecordedOp& op,
batchid_t
batchId,
Completed in 3505 milliseconds