Searched refs:swap_count (Results 1 - 2 of 2) sorted by relevance

/external/libdrm/tests/modetest/
H A Dmodetest.c704 int swap_count; member in struct:pipe_arg
936 pipe->swap_count++;
937 if (pipe->swap_count == 60) {
941 fprintf(stderr, "freq: %.02fHz\n", pipe->swap_count / t);
942 pipe->swap_count = 0;
1239 pipe->swap_count = 0;
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c851 int64_t swap_count = -1; local
868 swap_count = (((int64_t)reply->swap_hi) << 32) | reply->swap_lo;
886 return swap_count;

Completed in 282 milliseconds