HomeSort by: relevance | last modified time | path
    Searched refs:swapBuffersWait (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_kms.c 75 { OPTION_SWAPBUFFERS_WAIT,"SwapbuffersWait", OPTV_BOOLEAN, {0}, FALSE },
740 info->swapBuffersWait = xf86ReturnOptValBool(info->Options,
743 "SwapBuffers wait for vsync: %sabled\n", info->swapBuffersWait ? "en" : "dis");
radeon_dri2.c 491 /* Driver option "SwapbuffersWait" defines if we vsync DRI2 copy-swaps. */
492 info->accel_state->vsync = info->swapBuffersWait;
radeon.h 1045 Bool swapBuffersWait;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 601 Bool swapBuffersWait;
radeon_kms.c 90 { OPTION_SWAPBUFFERS_WAIT,"SwapbuffersWait", OPTV_BOOLEAN, {0}, FALSE },
1945 info->swapBuffersWait =
1949 info->swapBuffersWait ? "en" : "dis");
radeon_dri2.c 387 /* Driver option "SwapbuffersWait" defines if we vsync DRI2 copy-swaps. */
388 info->accel_state->vsync = info->swapBuffersWait;

Completed in 45 milliseconds