Home
last modified time | relevance | path

Searched refs:DeviceCursorInitialize (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.h53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ , member
H A Dmipointer.c148 pScreen->DeviceCursorInitialize = miPointerDeviceInitialize; in miPointerInitialize()
334 if (!((*pScreenPriv->spriteFuncs->DeviceCursorInitialize) (pDev, pScreen))) { in miPointerDeviceInitialize()
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c77 screen.DeviceCursorInitialize = device_cursor_init; in xtest_init_devices()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c161 return pScreenPriv->spriteFuncs->DeviceCursorInitialize(pDev, pScreen); in xnestDeviceCursorInitialize()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c261 screen.DeviceCursorInitialize = device_cursor_init; in init_simple()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h626 DeviceCursorInitializeProcPtr DeviceCursorInitialize; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c498 ret = (*ScreenPriv->spriteFuncs->DeviceCursorInitialize) (pDev, pScreen); in xf86DeviceCursorInitialize()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c536 return pScreenPriv->cursor.spriteFuncs->DeviceCursorInitialize(pDev, pScr); in winDeviceCursorInitialize()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c961 val = PointPriv->spriteFuncs->DeviceCursorInitialize(pDev, pScreen); in VGAarbiterDeviceCursorInitialize()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c584 if (!pScreen->DeviceCursorInitialize(dev, pScreen)) in ActivateDevice()
2624 screen->DeviceCursorInitialize(dev, screen); in AttachDevice()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4623 return ms->SpriteFuncs->DeviceCursorInitialize(pDev, pScreen); in drmmode_sprite_device_cursor_initialize()
4640 .DeviceCursorInitialize = drmmode_sprite_device_cursor_initialize,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog110411 xnest: Don't ignore errors from DeviceCursorInitialize.
110639 ActivateDevice was ignoring errors from DeviceCursorInitialize, so
135869 Don't override DeviceCursorInitialize with a noop
146672 dmx: add stubs for DeviceCursorInitialize, DeviceCursorCleanup