Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c465 DRI2SwapComplete(event->client, drawable, frame, tv_sec, tv_usec, in ms_dri2_flip_handler()
668 DRI2SwapComplete(frame_info->client, drawable, msc, tv_sec, tv_usec, in ms_dri2_frame_event_handler()
976 DRI2SwapComplete(client, draw, 0, 0, 0, DRI2_BLIT_COMPLETE, func, data); in ms_dri2_schedule_swap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.h346 extern _X_EXPORT void DRI2SwapComplete(ClientPtr client, DrawablePtr pDraw,
H A Ddri2.c1036 DRI2SwapComplete(ClientPtr client, DrawablePtr pDraw, int frame, in DRI2SwapComplete() function
1147 DRI2SwapComplete(client, pDraw, target_msc, 0, 0, DRI2_BLIT_COMPLETE, in DRI2SwapBuffers()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog114213 DRI2: Fix glitches in DRI2SwapComplete() and DRI2WakeupClient()
114215 DRI2SwapComplete(): Increment pPriv->swap_count++; before calling
116412 DRI2: handle drawable destruction properly at DRI2SwapComplete time
116418 it from DRI2SwapComplete.