Home
last modified time | relevance | path

Searched refs:directRenderingSupport (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddristruct.h78 Bool directRenderingSupport; member
H A Ddri.c122 pDRIPriv->directRenderingSupport = TRUE; in DRIScreenInit()
155 if (pDRIPriv && pDRIPriv->directRenderingSupport) { in DRICloseScreen()
188 *isCapable = pDRIPriv->directRenderingSupport; in DRIQueryDirectRenderingCapable()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h76 Bool directRenderingSupport; member
H A Ddri.c419 pDRIPriv->directRenderingSupport = TRUE; in DRIScreenInit()
438 pDRIPriv->directRenderingSupport = FALSE; in DRIScreenInit()
453 pDRIPriv->directRenderingSupport = FALSE; in DRIScreenInit()
480 pDRIPriv->directRenderingSupport = FALSE; in DRIScreenInit()
851 *isCapable = pDRIPriv->directRenderingSupport; in DRIQueryDirectRenderingCapable()