Searched refs:ephyrFuncs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrinit.c58 KdCardInfoAdd(&ephyrFuncs, 0);
258 ephyrFuncs.initAccel = ephyr_glamor_init;
259 ephyrFuncs.enableAccel = ephyr_glamor_enable;
260 ephyrFuncs.disableAccel = ephyr_glamor_disable;
261 ephyrFuncs.finiAccel = ephyr_glamor_fini;
267 ephyrFuncs.initAccel = ephyr_glamor_init;
268 ephyrFuncs.enableAccel = ephyr_glamor_enable;
269 ephyrFuncs.disableAccel = ephyr_glamor_disable;
270 ephyrFuncs.finiAccel = ephyr_glamor_fini;
279 ephyrFuncs
376 KdCardFuncs ephyrFuncs = { variable in typeref:typename:KdCardFuncs
[all...]
H A Dephyr.h97 extern KdCardFuncs ephyrFuncs;
H A Dephyr.c202 if (ephyrFuncs.initAccel == NULL)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrinit.c54 KdCardInfoAdd (&ephyrFuncs, 0);
224 ephyrFuncs.initAccel = ephyrDrawInit;
225 ephyrFuncs.enableAccel = ephyrDrawEnable;
226 ephyrFuncs.disableAccel = ephyrDrawDisable;
227 ephyrFuncs.finiAccel = ephyrDrawFini;
322 ephyrFuncs.initCursor = &ephyrCursorInit;
323 ephyrFuncs.enableCursor = &ephyrCursorEnable;
388 KdCardFuncs ephyrFuncs = { variable in typeref:typename:KdCardFuncs
H A Dephyr.h70 extern KdCardFuncs ephyrFuncs;
H A Dephyr.c233 if (ephyrFuncs.initAccel == NULL)

Completed in 43 milliseconds