Searched refs:miDCInitialize (Results 1 - 25 of 87) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kText.c113 if ( !miDCInitialize(pScreen, &x68kPointerScreenFuncs) )
H A Dx68kGraph.c223 if ( !miDCInitialize(pScreen, &x68kPointerScreenFuncs) )
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kText.c113 if ( !miDCInitialize(pScreen, &x68kPointerScreenFuncs) )
H A Dx68kGraph.c222 if ( !miDCInitialize(pScreen, &x68kPointerScreenFuncs) )
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipointer.h94 extern _X_EXPORT Bool miDCInitialize(
H A Dmidispcur.c101 miDCInitialize (ScreenPtr pScreen, miPointerScreenFuncPtr screenFuncs) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipointer.h76 extern _X_EXPORT Bool miDCInitialize(ScreenPtr /*pScreen */ ,
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunFbs.c196 miDCInitialize (pScreen, &sunPointerScreenFuncs);
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunFbs.c194 miDCInitialize (pScreen, &sunPointerScreenFuncs);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinscrinit.c401 winDebug ("winFinishScreenInitFB - Calling miDCInitialize ()\n");
403 miDCInitialize (pScreen, &g_winPointerCursorFuncs);
405 /* KDrive does winCreateDefColormap right after miDCInitialize */
726 ErrorF ("winFinishScreenInitNativeGDI - calling miDCInitialize\n");
732 if (!miDCInitialize (pScreen, &g_winPointerCursorFuncs))
734 ErrorF ("winFinishScreenInitNativeGDI - miDCInitialize failed\n");
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprCursor.c363 if (!miDCInitialize(pScreen, &quartzScreenFuncsRec))
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprCursor.c347 if (!miDCInitialize(pScreen, &quartzScreenFuncsRec))
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinscrinit.c337 winDebug("winFinishScreenInitFB - Calling miDCInitialize ()\n");
339 miDCInitialize(pScreen, &g_winPointerCursorFuncs);
341 /* KDrive does winCreateDefColormap right after miDCInitialize */
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c538 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64cursor.c375 if (!miDCInitialize(pScreen, xf86GetPointerScreenFuncs()))
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c599 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxscrinit.c287 miDCInitialize(pScreen, &dmxPointerCursorFuncs);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c313 miDCInitialize(pScreen, &xnestPointerCursorFuncs); /* init SW rendering */
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c312 miDCInitialize(pScreen, &xnestPointerCursorFuncs); /* init SW rendering */
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c694 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_driver.c606 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c788 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_driver.c665 miDCInitialize (pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c590 miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c601 miDCInitialize(pScreen, xf86GetPointerScreenFuncs());

Completed in 22 milliseconds

1234