Searched refs:XRenderFindFormat (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libXrender/dist/include/X11/extensions/ |
| H A D | Xrender.h | 494 XRenderPictFormat *XRenderFindFormat(Display *dpy, unsigned long mask, 518 * This is a shorthand to XRenderFindFormat for finding common formats.
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_traps.c | 294 maskFormat = XRenderFindFormat (xp->d,
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Xrender.c | 668 XRenderFindFormat (Display *dpy, function in typeref:typename:XRenderPictFormat * 871 return XRenderFindFormat (dpy,
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdpy.c | 122 info->solidFormat = XRenderFindFormat (dpy,
|
| H A D | xftdraw.c | 222 return XRenderFindFormat (draw->dpy,
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 1087 for (int count = 0; (pictform = XRenderFindFormat (dpy, 0, NULL, count)); 1165 (pictform = XRenderFindFormat (dpy, PictFormatDepth, &templ, count));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.c | 177 * sequentially as the XRenderFindFormat() function does not always 188 pFormat = XRenderFindFormat(dmxScreen->beDisplay, 0, 0, i++);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 2192 return XRenderFindFormat(dpy, mask, &tmpl, 0);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 2361 return XRenderFindFormat(dpy, mask, &tmpl, 0);
|
Completed in 20 milliseconds