Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dcursor.c122 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y); in move_cursor()
/external/libdrm/
Dxf86drmMode.h424 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y);
Dxf86drmMode.c440 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y) in drmModeMoveCursor() function