Home
last modified time | relevance | path

Searched refs:isCapable (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dappledri.c118 Bool isCapable; in ProcAppleDRIQueryDirectRenderingCapable() local
131 &isCapable)) { in ProcAppleDRIQueryDirectRenderingCapable()
134 rep.isCapable = isCapable; in ProcAppleDRIQueryDirectRenderingCapable()
137 rep.isCapable = 0; in ProcAppleDRIQueryDirectRenderingCapable()
H A Ddri.h79 DRIQueryDirectRenderingCapable(ScreenPtr pScreen, Bool *isCapable);
H A Dappledri.h97 Bool *isCapable);
H A Ddri.c183 DRIQueryDirectRenderingCapable(ScreenPtr pScreen, Bool* isCapable) in DRIQueryDirectRenderingCapable() argument
188 *isCapable = pDRIPriv->directRenderingSupport; in DRIQueryDirectRenderingCapable()
190 *isCapable = FALSE; in DRIQueryDirectRenderingCapable()
H A Dappledristr.h85 BOOL isCapable; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Dxf86dri.c107 Bool isCapable; in ProcXF86DRIQueryDirectRenderingCapable() local
117 &isCapable)) { in ProcXF86DRIQueryDirectRenderingCapable()
122 isCapable = 0; in ProcXF86DRIQueryDirectRenderingCapable()
128 .isCapable = isCapable in ProcXF86DRIQueryDirectRenderingCapable()
H A Ddri.h203 Bool *isCapable);
H A Ddri.c846 DRIQueryDirectRenderingCapable(ScreenPtr pScreen, Bool *isCapable) in DRIQueryDirectRenderingCapable() argument
851 *isCapable = pDRIPriv->directRenderingSupport; in DRIQueryDirectRenderingCapable()
853 *isCapable = FALSE; in DRIQueryDirectRenderingCapable()
/OK3568_Linux_fs/external/xserver/hw/xwin/dri/
H A Dwindowsdri.c84 rep.isCapable = 0; in ProcWindowsDRIQueryDirectRenderingCapable()
86 rep.isCapable = glxWinGetScreenAiglxIsActive(screenInfo.screens[stuff->screen]); in ProcWindowsDRIQueryDirectRenderingCapable()