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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 350 if (mBatches.size() != 0) {
351 mBatches.add(new BarrierDebugBatch());
354 mEarliestBatchIndex = mBatches.size();
361 for (unsigned int i = 0; i < mBatches.size(); i++) {
362 delete mBatches[i];
364 mBatches.clear();
501 if (CC_LIKELY(mAvoidOverdraw) && mBatches.size() &&
505 discardDrawingBatches(mBatches.size() - 1);
513 mBatches.add(b);
522 int insertBatchIndex = mBatches.size()
    [all...]
DeferredDisplayList.h 103 bool isEmpty() { return mBatches.isEmpty(); }
163 Vector<Batch*> mBatches;
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.h 76 List<Batch*> mBatches;
rsCpuScriptGroup2.cpp 176 mBatches.push_back(batch);
186 mBatches.push_back(batch);
191 for (Batch* batch : mBatches) {
209 for (Batch* batch : mBatches) {
346 for (const auto& batch : mBatches) {
495 for (auto batch : mBatches) {
  /frameworks/native/libs/input/
InputTransport.cpp 449 Batch& batch = mBatches.editItemAt(batchIndex);
463 mBatches.removeAt(batchIndex);
479 mBatches.push();
480 Batch& batch = mBatches.editTop();
515 for (size_t i = mBatches.size(); i-- > 0; ) {
516 Batch& batch = mBatches.editItemAt(i);
520 mBatches.removeAt(i);
536 mBatches.removeAt(i);
861 return !mBatches.isEmpty();
865 for (size_t i = 0; i < mBatches.size(); i++)
    [all...]
  /frameworks/native/include/input/
InputTransport.h 361 Vector<Batch> mBatches;

Completed in 98 milliseconds