Home
last modified time | relevance | path

Searched refs:drmModeSetCursor (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/tests/modetest/
Dcursor.c87 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/
Dxf86drmMode.h418 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height);
Dxf86drmMode.c410 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height) in drmModeSetCursor() function