Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dcursor.c126 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y); in move_cursor()
/external/libdrm/
Dxf86drmMode.h413 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y);
Dxf86drmMode.c436 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y) in drmModeMoveCursor() function
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_crtc.c204 drmModeMoveCursor(ms->fd, crtcp->drm_crtc->crtc_id, x, y); in crtc_set_cursor_position()