OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drmModeSetCursor
(Results
1 - 4
of
4
) sorted by null
/external/libdrm/tests/modetest/
cursor.c
91
drmModeSetCursor
(cursor->fd, cursor->crtc_id, handle, cursor->w, cursor->h);
100
drmModeSetCursor
(cursor->fd, cursor->crtc_id,
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c
261
drmModeSetCursor
(ms->fd, crtcp->drm_crtc->crtc_id,
301
drmModeSetCursor
(ms->fd, crtcp->drm_crtc->crtc_id,
344
drmModeSetCursor
(ms->fd, crtcp->drm_crtc->crtc_id,
354
drmModeSetCursor
(ms->fd, crtcp->drm_crtc->crtc_id, 0, 0, 0);
/external/libdrm/
xf86drmMode.h
407
int
drmModeSetCursor
(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height);
xf86drmMode.c
401
int
drmModeSetCursor
(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height)
[
all
...]
Completed in 2016 milliseconds