Searched refs:m_prev_print (Results 1 – 1 of 1) sorted by relevance
904 m_prev_frame = m_prev_print = std::chrono::steady_clock::now(); in start_flipping()931 std::chrono::duration<float> fsec = now - m_prev_print; in handle_page_flip()936 m_prev_print = now; in handle_page_flip()1024 chrono::steady_clock::time_point m_prev_print; member in FlipState