HomeSort by relevance Sort by last modified time
    Searched full:swap_buffer_counter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gl/
sync_control_vsync_provider.h 26 int64* swap_buffer_counter) = 0;
sync_control_vsync_provider.cc 50 int64 swap_buffer_counter; local
51 if (!GetSyncValues(&system_time, &media_stream_counter, &swap_buffer_counter))
gl_surface_egl.cc 82 int64* swap_buffer_counter) OVERRIDE {
90 *swap_buffer_counter = static_cast<int64>(u_swap_buffer_counter);
gl_surface_glx.cc 85 int64* swap_buffer_counter) OVERRIDE {
87 media_stream_counter, swap_buffer_counter);

Completed in 56 milliseconds