| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nouveau_dri2.c | 249 update_front(DrawablePtr draw, DRI2BufferPtr front) function 686 front_updated = update_front(draw, s->dst); 688 /* Assign frontbuffer pixmap, after update in update_front() */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| dri2.c | 509 update_front(DrawablePtr draw, DRI2BufferPtr front) function 563 if (!update_front(draw, front))
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_dri2.c | 550 static Bool update_front(DrawablePtr draw, DRI2BufferPtr front) function 579 if (!update_front(draw, front))
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dri2.c | 675 update_front(DrawablePtr draw, DRI2BufferPtr front) function 721 if (!update_front(draw, front))
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_dri2.c | 646 update_front(DrawablePtr draw, DRI2BufferPtr front) function 680 if (!update_front(draw, front))
|