Home
last modified time | relevance | path

Searched refs:DRI2CopyRegion (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.h290 extern _X_EXPORT int DRI2CopyRegion(DrawablePtr pDraw,
H A Ddri2.c669 DRI2CopyRegion(pDraw, &region, DRI2BufferFakeFrontLeft, in do_get_buffers()
919 DRI2CopyRegion(DrawablePtr pDraw, RegionPtr pRegion, in DRI2CopyRegion() function
1061 DRI2CopyRegion(pDraw, &region, DRI2BufferFakeFrontLeft, in DRI2SwapComplete()
H A Ddri2ext.c340 status = DRI2CopyRegion(pDrawable, pRegion, stuff->dest, stuff->src); in ProcDRI2CopyRegion()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c113 DRI2CopyRegion(drawable->pDraw, &region, dst, src); in copy_box()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46529 glx: Refactor DRI2CopyRegion calls.