Searched refs:kOpBatch_Count (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h96 kOpBatch_Count, // Add other batch ids before this enumerator in enum:android::uirenderer::DeferredDisplayList::OpBatchId
161 Batch* mBatchLookup[kOpBatch_Count];
174 std::unordered_map<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];
H A DDeferredDisplayList.cpp349 for (int i = 0; i < kOpBatch_Count; i++) {

Completed in 691 milliseconds