Searched refs:bo_handle (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 50 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()
|
D | cursor.h | 28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
|
/external/libdrm/ |
D | xf86drmMode.h | 365 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,…
|
D | xf86drmMode.c | 257 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/ |
D | i915_drm.h | 945 __u32 bo_handle; member 1017 __u32 bo_handle; member
|
/external/kernel-headers/original/uapi/drm/ |
D | i915_drm.h | 945 __u32 bo_handle; member 1017 __u32 bo_handle; member
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 1697 wait.bo_handle = bo_gem->gem_handle; in drm_intel_gem_bo_wait()
|