Searched refs:DRIScreenInit (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.h51 * overridden by the driver in its [driver]DRIScreenInit function.
64 DRIScreenInit(ScreenPtr pScreen);
H A DxprScreen.c429 DRIScreenInit(pScreen);
H A Ddri.c101 DRIScreenInit(ScreenPtr pScreen) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.h52 * overridden by the driver in its [driver]DRIScreenInit function.
67 extern Bool DRIScreenInit(ScreenPtr pScreen);
H A DxprScreen.c395 DRIScreenInit(pScreen);
H A Ddri.c105 DRIScreenInit(ScreenPtr pScreen) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.h81 * overridden by the driver in its [driver]DRIScreenInit function.
193 extern _X_EXPORT Bool DRIScreenInit(ScreenPtr pScreen,
H A Ddri.c356 DRIScreenInit(ScreenPtr pScreen, DRIInfoPtr pDRIInfo, int *pDRMFD) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.h84 * overridden by the driver in its [driver]DRIScreenInit function.
205 extern _X_EXPORT Bool DRIScreenInit(ScreenPtr pScreen,
H A Ddri.c312 DRIScreenInit(ScreenPtr pScreen, DRIInfoPtr pDRIInfo, int *pDRMFD) function in typeref:typename:Bool
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c258 if(!DRIScreenInit(pScreen, pDRIInfo, &pSIS->drmSubFD)) {
259 xf86DrvMsg(pScreen->myNum, X_ERROR, "[dri] DRIScreenInit failed. Disabling the DRI.\n");
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dri.c209 if (!DRIScreenInit(pScreen, pDRIInfo, &pTDFX->drmSubFD)) {
215 "[dri] DRIScreenInit failed, disabling DRI.\n");
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c256 if (!xf86LoaderCheckSymbol("DRIScreenInit")) return FALSE;
335 if (!DRIScreenInit(pScreen, pDRIInfo, &pXGI->drmSubFD)) {
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c628 if (!DRIScreenInit(pScreen, pDRIInfo, &pVia->drmmode.fd)) {
630 "[dri] DRIScreenInit failed. Disabling DRI.\n");
645 /* DRIScreenInit doesn't add all the common mappings.
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c307 if (!DRIScreenInit(pScreen, pDRIInfo, &pI810->drmSubFD)) {
309 "[dri] DRIScreenInit failed. Disabling DRI.\n");
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c307 if (!DRIScreenInit(pScreen, pDRIInfo, &pI810->drmSubFD)) {
309 "[dri] DRIScreenInit failed. Disabling DRI.\n");
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_dri.c827 DRIScreenInit(). */
898 if (!DRIScreenInit(pScreen, pDRIInfo, &info->drmFD)) {
900 "[dri] DRIScreenInit failed. Disabling DRI.\n");
980 /* DRIScreenInit doesn't add all the
988 /* DRIScreenInit adds the frame buffer
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c1021 * DRIScreenInit().
1116 if ( !DRIScreenInit( pScreen, pDRIInfo, &pATI->drmFD ) ) {
1124 "[dri] DRIScreenInit Failed\n" );
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c1020 if ( !DRIScreenInit( pScreen, pDRIInfo, &pMga->drmFD ) ) {
1028 "[drm] DRIScreenInit failed. Disabling DRI.\n" );
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c778 if ( !DRIScreenInit( pScreen, pDRIInfo, &psav->drmFD ) ) {
786 "[drm] DRIScreenInit failed. Disabling DRI.\n" );
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c399 if (!DRIScreenInit(pScreen, pDRIInfo, &pI810->drmSubFD)) {
401 "[dri] DRIScreenInit failed. Disabling DRI.\n");
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c1554 * DRIScreenInit().
1658 if (!DRIScreenInit(pScreen, pDRIInfo, &info->dri->drmFD)) {
1660 "[dri] DRIScreenInit failed. Disabling DRI.\n");
1686 /* DRIScreenInit doesn't add all the
1695 /* DRIScreenInit adds the frame buffer

Completed in 81 milliseconds