Searched refs:isCapable (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dxwindowsdri.h50 Bool *isCapable);
H A Dxwindowsdri.c138 XWindowsDRIQueryDirectRenderingCapable(dpy, screen, isCapable)
141 Bool *isCapable;
161 *isCapable = rep.isCapable;
H A Dwindowsdristr.h74 BOOL isCapable; member in struct:__anon05c750160208
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dxwindowsdri.h50 Bool *isCapable);
H A Dxwindowsdri.c138 XWindowsDRIQueryDirectRenderingCapable(dpy, screen, isCapable)
141 Bool *isCapable;
161 *isCapable = rep.isCapable;
H A Dwindowsdristr.h74 BOOL isCapable; member in struct:__anone9f54e890208
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.h79 DRIQueryDirectRenderingCapable(ScreenPtr pScreen, Bool *isCapable);
H A Dappledri.h97 Bool *isCapable);
H A Dappledri.c118 Bool isCapable; local in function:ProcAppleDRIQueryDirectRenderingCapable
131 &isCapable)) {
134 rep.isCapable = isCapable;
137 rep.isCapable = 0;
/xsrc/external/mit/libdrm/dist/tests/ttmtest/src/
H A Dxf86dri.h76 Bool * isCapable);
H A Dttmtest.c350 int ret, screen, isCapable; local in function:main
366 &isCapable);
367 if (!ret || !isCapable) {
H A Dxf86dri.c147 uniDRIQueryDirectRenderingCapable(dpy, screen, isCapable)
150 Bool *isCapable;
170 *isCapable = rep.isCapable;
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A Dxf86dri.h76 Bool * isCapable);
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dappledri.h95 Bool * isCapable);
H A Dappledri.c182 XAppleDRIQueryDirectRenderingCapable(dpy, screen, isCapable)
185 Bool *isCapable;
205 *isCapable = rep.isCapable;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dappledri.h95 Bool * isCapable);
H A Dappledri.c182 XAppleDRIQueryDirectRenderingCapable(dpy, screen, isCapable)
185 Bool *isCapable;
205 *isCapable = rep.isCapable;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dxf86dri.h76 Bool *isCapable );
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Dappledri.h93 Bool *isCapable);
H A Ddri.h78 Bool *isCapable);
H A Dappledri.c123 Bool isCapable; local in function:ProcAppleDRIQueryDirectRenderingCapable
132 &isCapable)) {
135 rep.isCapable = isCapable;
138 rep.isCapable = 0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Dxf86dri.c107 Bool isCapable; local in function:ProcXF86DRIQueryDirectRenderingCapable
117 &isCapable)) {
122 isCapable = 0;
128 .isCapable = isCapable
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dxf86dri.h75 Bool * isCapable);
/xsrc/external/mit/xorg-server/dist/hw/xwin/dri/
H A Dwindowsdri.c84 rep.isCapable = 0;
86 rep.isCapable = glxWinGetScreenAiglxIsActive(screenInfo.screens[stuff->screen]);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Dxf86dri.c116 Bool isCapable; local in function:ProcXF86DRIQueryDirectRenderingCapable
131 &isCapable)) {
134 rep.isCapable = isCapable;
137 rep.isCapable = 0;

Completed in 15 milliseconds

12