Searched refs:drm_clip_rect_t (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/libva/va/x11/ |
D | va_dri.h | 109 int *numClipRects, drm_clip_rect_t ** pClipRects, 111 int *numBackClipRects, drm_clip_rect_t **pBackClipRects );
|
D | va_dri.c | 455 int* numClipRects, drm_clip_rect_t ** pClipRects, in VA_DRIGetDrawableInfo() 457 int* numBackClipRects, drm_clip_rect_t ** pBackClipRects ) in VA_DRIGetDrawableInfo() 502 total_rects * sizeof(drm_clip_rect_t)) + 3) & ~3) >> 2)) { in VA_DRIGetDrawableInfo() 512 int len = sizeof(drm_clip_rect_t) * (*numClipRects); in VA_DRIGetDrawableInfo() 514 *pClipRects = (drm_clip_rect_t *)Xcalloc(len, 1); in VA_DRIGetDrawableInfo() 522 int len = sizeof(drm_clip_rect_t) * (*numBackClipRects); in VA_DRIGetDrawableInfo() 524 *pBackClipRects = (drm_clip_rect_t *)Xcalloc(len, 1); in VA_DRIGetDrawableInfo()
|
/hardware/intel/img/libdrm/libdrm/intel/ |
D | intel_bufmgr_priv.h | 139 drm_clip_rect_t *cliprects, int num_cliprects,
|
D | intel_bufmgr.h | 96 drm_clip_rect_t *cliprects, int num_cliprects,
|
D | intel_bufmgr.c | 140 drm_clip_rect_t *cliprects, int num_cliprects, in drm_intel_bo_exec()
|
D | intel_bufmgr_fake.c | 1340 drm_clip_rect_t *cliprects, int num_cliprects, in drm_intel_fake_bo_exec()
|
D | intel_bufmgr_gem.c | 1031 drm_clip_rect_t *cliprects, int num_cliprects, in drm_intel_gem_bo_exec()
|
/hardware/intel/img/libdrm/tests/ |
D | updatedraw.c | 65 drm_clip_rect_t rects[2]; in set_draw_cliprects_2()
|
/hardware/intel/img/libdrm/shared-core/ |
D | drm.h | 814 typedef struct drm_clip_rect drm_clip_rect_t; typedef
|