Lines Matching refs:DrawablePtr
86 DrawablePtr drawable;
140 destroy_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, int prime_id);
217 DRI2GetDrawable(DrawablePtr pDraw) in DRI2GetDrawable()
235 DRI2AllocateDrawable(DrawablePtr pDraw) in DRI2AllocateDrawable()
282 DRI2SwapLimit(DrawablePtr pDraw, int swap_limit) in DRI2SwapLimit()
357 DRI2CreateDrawable2(ClientPtr client, DrawablePtr pDraw, XID id, in DRI2CreateDrawable2()
386 DRI2CreateDrawable(ClientPtr client, DrawablePtr pDraw, XID id, in DRI2CreateDrawable()
399 DrawablePtr pDraw; in DRI2DrawableGone()
460 create_buffer(DRI2ScreenPtr ds, DrawablePtr pDraw, in create_buffer()
474 destroy_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, int prime_id) in destroy_buffer()
506 allocate_or_reuse_buffer(DrawablePtr pDraw, DRI2ScreenPtr ds, in allocate_or_reuse_buffer()
532 update_dri2_drawable_buffers(DRI2DrawablePtr pPriv, DrawablePtr pDraw, in update_dri2_drawable_buffers()
557 do_get_buffers(DrawablePtr pDraw, int *width, int *height, in do_get_buffers()
698 DRI2GetBuffers(DrawablePtr pDraw, int *width, int *height, in DRI2GetBuffers()
706 DRI2GetBuffersWithFormat(DrawablePtr pDraw, int *width, int *height, in DRI2GetBuffersWithFormat()
714 DRI2InvalidateDrawable(DrawablePtr pDraw) in DRI2InvalidateDrawable()
736 DRI2ThrottleClient(ClientPtr client, DrawablePtr pDraw) in DRI2ThrottleClient()
757 DRI2BlockClient(ClientPtr client, DrawablePtr pDraw) in DRI2BlockClient()
768 static inline PixmapPtr GetDrawablePixmap(DrawablePtr drawable) in GetDrawablePixmap()
792 DRI2InvalidateDrawableAll(DrawablePtr pDraw) in DRI2InvalidateDrawableAll()
816 DrawablePtr DRI2UpdatePrime(DrawablePtr pDraw, DRI2BufferPtr pDest) in DRI2UpdatePrime()
887 static void dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion, in dri2_copy_region()
919 DRI2CopyRegion(DrawablePtr pDraw, RegionPtr pRegion, in DRI2CopyRegion()
948 DRI2CanFlip(DrawablePtr pDraw) in DRI2CanFlip()
981 DRI2CanExchange(DrawablePtr pDraw) in DRI2CanExchange()
987 DRI2WaitMSCComplete(ClientPtr client, DrawablePtr pDraw, int frame, in DRI2WaitMSCComplete()
1003 DRI2WakeClient(ClientPtr client, DrawablePtr pDraw, int frame, in DRI2WakeClient()
1036 DRI2SwapComplete(ClientPtr client, DrawablePtr pDraw, int frame, in DRI2SwapComplete()
1075 DRI2WaitSwap(ClientPtr client, DrawablePtr pDrawable) in DRI2WaitSwap()
1095 DRI2SwapBuffers(ClientPtr client, DrawablePtr pDraw, CARD64 target_msc, in DRI2SwapBuffers()
1200 DRI2SwapInterval(DrawablePtr pDrawable, int interval) in DRI2SwapInterval()
1216 DRI2GetMSC(DrawablePtr pDraw, CARD64 * ust, CARD64 * msc, CARD64 * sbc) in DRI2GetMSC()
1252 DRI2WaitMSC(ClientPtr client, DrawablePtr pDraw, CARD64 target_msc, in DRI2WaitMSC()
1279 DRI2WaitSBC(ClientPtr client, DrawablePtr pDraw, CARD64 target_sbc) in DRI2WaitSBC()
1385 DrawablePtr pDraw = (DrawablePtr) pWin; in DRI2ConfigNotify()
1695 DrawablePtr drawable, in DRI2GetParam()