Home
last modified time | relevance | path

Searched refs:bo_handle (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/tests/modetest/
Dcursor.c50 uint32_t bo_handle; member
87 handle = cursor->bo_handle; in set_cursor()
101 cursor->bo_handle, cursor->w, cursor->h); in move_cursor()
170 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, in cursor_init() argument
178 cursor->bo_handle = bo_handle; in cursor_init()
Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
/external/libdrm/
Dxf86drmMode.h365 uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
407 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height);
409 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height,…
Dxf86drmMode.c257 uint8_t bpp, uint32_t pitch, uint32_t bo_handle, in drmModeAddFB() argument
269 f.handle = bo_handle; in drmModeAddFB()
408 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height) in drmModeSetCursor() argument
416 arg.handle = bo_handle; in drmModeSetCursor()
421 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height,… in drmModeSetCursor2() argument
429 arg.handle = bo_handle; in drmModeSetCursor2()
/external/libdrm/include/drm/
Di915_drm.h945 __u32 bo_handle; member
1017 __u32 bo_handle; member
/external/kernel-headers/original/uapi/drm/
Di915_drm.h945 __u32 bo_handle; member
1017 __u32 bo_handle; member
/external/libdrm/intel/
Dintel_bufmgr_gem.c1697 wait.bo_handle = bo_gem->gem_handle; in drm_intel_gem_bo_wait()