Home
last modified time | relevance | path

Searched refs:xf86DriverHasLoadCursorARGB (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86Cursor.h60 xf86DriverHasLoadCursorARGB(xf86CursorInfoPtr infoPtr) in xf86DriverHasLoadCursorARGB() function
H A Dxf86HWCurs.c213 if (!pCurs->bits->argb || !xf86DriverHasLoadCursorARGB(infoPtr)) in xf86ScreenSetCursor()
223 if (pCurs->bits->argb && xf86DriverHasLoadCursorARGB(infoPtr)) { in xf86ScreenSetCursor()