OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MergingOpBatch
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
LayerBuilder.h
36
class
MergingOpBatch
;
128
std::unordered_map<mergeid_t,
MergingOpBatch
*> mMergingBatchLookup[OpBatchType::Count];
LayerBuilder.cpp
77
class
MergingOpBatch
: public BatchBase {
79
MergingOpBatch
(batchid_t batchId, BakedOpState* op)
311
MergingOpBatch
* targetBatch = nullptr;
330
targetBatch = allocator.create<
MergingOpBatch
>(batchId, op);
350
const
MergingOpBatch
* mergingBatch = static_cast<const
MergingOpBatch
*>(batch);
Completed in 45 milliseconds