Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrinit.c58 KdCardInfoAdd(&ephyrFuncs, 0); in InitCard()
260 ephyrFuncs.initAccel = ephyr_glamor_init; in ddxProcessArgument()
261 ephyrFuncs.enableAccel = ephyr_glamor_enable; in ddxProcessArgument()
262 ephyrFuncs.disableAccel = ephyr_glamor_disable; in ddxProcessArgument()
263 ephyrFuncs.finiAccel = ephyr_glamor_fini; in ddxProcessArgument()
269 ephyrFuncs.initAccel = ephyr_glamor_init; in ddxProcessArgument()
270 ephyrFuncs.enableAccel = ephyr_glamor_enable; in ddxProcessArgument()
271 ephyrFuncs.disableAccel = ephyr_glamor_disable; in ddxProcessArgument()
272 ephyrFuncs.finiAccel = ephyr_glamor_fini; in ddxProcessArgument()
281 ephyrFuncs.initAccel = ephyrDrawInit; in ddxProcessArgument()
[all …]
H A Dephyr.h97 extern KdCardFuncs ephyrFuncs;
H A Dephyr.c202 if (ephyrFuncs.initAccel == NULL) in ephyrBufferHeight()