Searched refs:format_for_depth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri3-test.c | 633 static XRenderPictFormat *format_for_depth(Display *dpy, int depth) function in typeref:typename:XRenderPictFormat * 690 src_pic = XRenderCreatePicture(dpy, src_pix, format_for_depth(dpy, depth), 0, NULL); 743 src_pic = XRenderCreatePicture(dpy, src_pix, format_for_depth(dpy, depth), 0, NULL); 755 dst_pic = XRenderCreatePicture(dpy, dst_pix, format_for_depth(dpy, depth), 0, NULL);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri3-test.c | 638 static XRenderPictFormat *format_for_depth(Display *dpy, int depth) function in typeref:typename:XRenderPictFormat * 695 src_pic = XRenderCreatePicture(dpy, src_pix, format_for_depth(dpy, depth), 0, NULL); 748 src_pic = XRenderCreatePicture(dpy, src_pix, format_for_depth(dpy, depth), 0, NULL); 760 dst_pic = XRenderCreatePicture(dpy, dst_pix, format_for_depth(dpy, depth), 0, NULL);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 38 format_for_depth(int depth) function in typeref:typename:CARD32 86 format_for_depth(dst_pixmap->drawable.depth)); 98 format_for_depth(dst_pixmap->drawable.depth)); 1051 format_for_depth(pixmap->drawable.depth)), 1063 format_for_depth(pixmap->drawable.depth));
|
Completed in 6 milliseconds