Searched refs:renderEngineDurations (Results 1 – 2 of 2) sorted by relevance
385 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()387 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()389 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()397 if (mGlobalRecord.renderEngineDurations.size() == MAX_NUM_TIME_RECORDS) { in recordRenderEngineDuration()399 mGlobalRecord.renderEngineDurations.pop_front(); in recordRenderEngineDuration()401 mGlobalRecord.renderEngineDurations.push_back({startTime, endTime}); in recordRenderEngineDuration()965 while (!mGlobalRecord.renderEngineDurations.empty()) { in flushAvailableGlobalRecordsToStatsLocked()966 const auto duration = mGlobalRecord.renderEngineDurations.front(); in flushAvailableGlobalRecordsToStatsLocked()981 mGlobalRecord.renderEngineDurations.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()988 mGlobalRecord.renderEngineDurations.pop_front(); in flushAvailableGlobalRecordsToStatsLocked()
236 std::deque<RenderEngineDuration> renderEngineDurations; member