Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri2.h84 DRI2CopyRegion(Display * dpy, XID drawable,
Ddri2_glx.c527 DRI2CopyRegion(psc->base.dpy, pdraw->xDrawable, region, in __dri2CopySubBuffer()
534 DRI2CopyRegion(psc->base.dpy, pdraw->xDrawable, region, in __dri2CopySubBuffer()
567 DRI2CopyRegion(psc->base.dpy, priv->base.xDrawable, region, dest, src); in dri2_copy_drawable()
Ddri2.c518 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region, in DRI2CopyRegion() function
528 GetReq(DRI2CopyRegion, req); in DRI2CopyRegion()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf); in x11_drawable_copy_buffers_region()