Home
last modified time | relevance | path

Searched refs:swap_target (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c404 CARD64 target_msc, divisor, remainder, swap_target; in ProcDRI2SwapBuffers() local
425 &swap_target, DRI2SwapEvent, pDrawable); in ProcDRI2SwapBuffers()
429 load_swap_reply(&rep, swap_target); in ProcDRI2SwapBuffers()
H A Ddri2.h324 CARD64 remainder, CARD64 * swap_target,
H A Ddri2.c1096 CARD64 divisor, CARD64 remainder, CARD64 * swap_target, in DRI2SwapBuffers() argument
1119 *swap_target = pPriv->swap_count + pPriv->swapsPending + 1; in DRI2SwapBuffers()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog47053 Ensure that *swap_target gets initialized on any 'return Success' path,
47074 DRI2SwapBuffers: Don't reuse swap_target variable.
47076 swap_target is an out-parameter that needs to be set to the value that
47081 makes it harder to reason about whether swap_target is being set