Home
last modified time | relevance | path

Searched refs:SwapCount (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dcontext.c333 ctx->SwapCount = 0; in init_timings()
391 swaprate = ctx->SwapCount / ctx->SwapTime; in print_timings()
424 ctx->SwapCount, ctx->SwapTime, swaprate ); in print_timings()
H A Dtypes.h1399 GLuint SwapCount; /* number of swap-buffer calls */ member