Searched refs:XRenderFindFormat (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h494 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 Ddo_traps.c294 maskFormat = XRenderFindFormat (xp->d,
/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c668 XRenderFindFormat (Display *dpy, function in typeref:typename:XRenderPictFormat *
871 return XRenderFindFormat (dpy,
/xsrc/external/mit/libXft/dist/src/
H A Dxftdpy.c122 info->solidFormat = XRenderFindFormat (dpy,
H A Dxftdraw.c222 return XRenderFindFormat (draw->dpy,
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c1087 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 Ddmxpict.c177 * 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 Dvirtual.c2192 return XRenderFindFormat(dpy, mask, &tmpl, 0);
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c2361 return XRenderFindFormat(dpy, mask, &tmpl, 0);

Completed in 20 milliseconds