Searched refs:ephyrFuncs (Results 1 – 3 of 3) sorted by relevance
58 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 …]
97 extern KdCardFuncs ephyrFuncs;
202 if (ephyrFuncs.initAccel == NULL) in ephyrBufferHeight()