Home
last modified time | relevance | path

Searched refs:finiAccel (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrinit.c263 ephyrFuncs.finiAccel = ephyr_glamor_fini; in ddxProcessArgument()
272 ephyrFuncs.finiAccel = ephyr_glamor_fini; in ddxProcessArgument()
284 ephyrFuncs.finiAccel = ephyrDrawFini; in ddxProcessArgument()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.h121 void (*finiAccel) (ScreenPtr); member
H A Dkdrive.c581 if (!pScreenPriv->screen->dumb && card->cfuncs->finiAccel) in KdCloseScreen()
582 (*card->cfuncs->finiAccel) (pScreen); in KdCloseScreen()