Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h156 void (*CopySubBuffer)(__DRIdrawable *driDrawPriv, int x, int y, member
Ddri_util.c1064 pdp->driScreenPriv->driver->CopySubBuffer(pdp, x, y, w, h); in driCopySubBuffer()
/third_party/mesa3d/docs/relnotes/
D9.1.4.rst266 - st/xlib: Fix upside down coordinates for CopySubBuffer
267 - st/xlib: Flush the front buffer before doing CopySubBuffer
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c597 .CopySubBuffer = drisw_copy_sub_buffer,