Home
last modified time | relevance | path

Searched refs:ReuseBufferNotify (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c126 DRI2ReuseBufferNotifyProcPtr ReuseBufferNotify; member
523 if (ds->ReuseBufferNotify) in allocate_or_reuse_buffer()
524 (*ds->ReuseBufferNotify) (pDraw, *buffer); in allocate_or_reuse_buffer()
1557 ds->ReuseBufferNotify = info->ReuseBufferNotify; in DRI2ScreenInit()
H A Ddri2.h239 DRI2ReuseBufferNotifyProcPtr ReuseBufferNotify; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44746 This fixes a segfault when we attempt to call ds->ReuseBufferNotify()
88887 DRI2: Add ReuseBufferNotify hook
88889 ReuseBufferNotify hook is called whenever old buffer is reused in DRI2