Searched refs:initAccel (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrinit.c258 ephyrFuncs.initAccel = ephyr_glamor_init;
267 ephyrFuncs.initAccel = ephyr_glamor_init;
279 ephyrFuncs.initAccel = ephyrDrawInit;
387 0, /* initAccel */
H A Dephyr.c202 if (ephyrFuncs.initAccel == NULL)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrinit.c224 ephyrFuncs.initAccel = ephyrDrawInit;
408 0, /* initAccel */
H A Dephyr.c233 if (ephyrFuncs.initAccel == NULL)
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.h118 Bool (*initAccel) (ScreenPtr); member in struct:_KdCardFuncs
H A Dkdrive.c781 if (!screen->dumb && card->cfuncs->initAccel)
782 if (!(*card->cfuncs->initAccel) (pScreen))
837 if (!card->cfuncs->initAccel)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c1013 if (!screen->dumb && card->cfuncs->initAccel)
1014 if (!(*card->cfuncs->initAccel) (pScreen))
1092 if (!card->cfuncs->initAccel)
H A Dkdrive.h126 Bool (*initAccel) (ScreenPtr); member in struct:_KdCardFuncs

Completed in 29 milliseconds