Searched refs:renderEngineDurations (Results 1 – 2 of 2) sorted by relevance
395 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()397 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()399 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()407 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()409 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()411 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()968 while (!mGlobalRecord.renderEngineDurations.empty()) { in flushAvailableGlobalRecordsToStatsLocked()969 const auto duration = mGlobalRecord.renderEngineDurations.front(); in flushAvailableGlobalRecordsToStatsLocked()984 mGlobalRecord.renderEngineDurations.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()991 mGlobalRecord.renderEngineDurations.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()
220 std::deque<RenderEngineDuration> renderEngineDurations; member