Home
last modified time | relevance | path

Searched refs:dixLookupScreenPrivate (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.h68 dixLookupScreenPrivate(&(_pCursor)->devPrivates, CursorScreenKey, _pScreen))
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DXNCursor.h34 dixLookupScreenPrivate(&(pCursor)->devPrivates, CursorScreenKey, pScreen))
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c74 (miDCBufferPtr)dixLookupScreenPrivate(&dev->devPrivates, miDCDeviceKey, screen) : \
75 …(miDCBufferPtr)dixLookupScreenPrivate(&GetMaster(dev, MASTER_POINTER)->devPrivates, miDCDeviceKey,…
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h212 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivate() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h316 #define msGetSpritePriv(dev, ms, screen) dixLookupScreenPrivate(&(dev)->devPrivates, &(ms)->drmmode…
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c290 free(dixLookupScreenPrivate in xf86CursorUnrealizeCursor()
H A Dxf86HWCurs.c208 dixLookupScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen); in xf86ScreenSetCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c304 dixLookupScreenPrivate(&cursor->devPrivates, CursorScreenKey, screen) in xf86_set_cursor_colors()