Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrinit.c260 ephyrFuncs.initAccel = ephyr_glamor_init; in ddxProcessArgument()
269 ephyrFuncs.initAccel = ephyr_glamor_init; in ddxProcessArgument()
281 ephyrFuncs.initAccel = ephyrDrawInit; in ddxProcessArgument()
H A Dephyr.c202 if (ephyrFuncs.initAccel == NULL) in ephyrBufferHeight()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c787 if (!screen->dumb && card->cfuncs->initAccel) in KdScreenInit()
788 if (!(*card->cfuncs->initAccel) (pScreen)) in KdScreenInit()
843 if (!card->cfuncs->initAccel) in KdInitScreen()
H A Dkdrive.h118 Bool (*initAccel) (ScreenPtr); member