Searched refs:drmModeSetCursor (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 87 drmModeSetCursor(cursor->fd, cursor->crtc_id, handle, cursor->w, cursor->h); in set_cursor() 96 drmModeSetCursor(cursor->fd, cursor->crtc_id, in move_cursor()
|
/external/libdrm/ |
D | xf86drmMode.h | 418 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height);
|
D | xf86drmMode.c | 410 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height) in drmModeSetCursor() function
|