Searched refs:drmModeMoveCursor (Results 1 – 5 of 5) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 136 drmModeMoveCursor
|
D | xf86drmMode.h | 442 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y);
|
D | xf86drmMode.c | 445 drm_public int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y) in drmModeMoveCursor() function
|
/third_party/libdrm/tests/modetest/ |
D | cursor.c | 122 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y); in move_cursor()
|
/third_party/weston/libweston/backend-drm/ |
D | kms.c | 648 if (drmModeMoveCursor(b->drm.fd, output->crtc_id, in drm_output_set_cursor()
|