Searched refs:ReuseBufferNotify (Results 1 – 3 of 3) sorted by relevance
126 DRI2ReuseBufferNotifyProcPtr ReuseBufferNotify; member523 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()
239 DRI2ReuseBufferNotifyProcPtr ReuseBufferNotify; member
44746 This fixes a segfault when we attempt to call ds->ReuseBufferNotify()88887 DRI2: Add ReuseBufferNotify hook88889 ReuseBufferNotify hook is called whenever old buffer is reused in DRI2