HomeSort by relevance Sort by last modified time
    Searched refs:cliprects (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_x11.h 61 VARectangle *cliprects, /* client supplied destination clip list */
va_android.h 75 VARectangle *cliprects, /* client supplied destination clip list */
va_backend_tpi.h 61 VARectangle *cliprects, /* client supplied clip list */
va_tpi.h 85 VARectangle *cliprects, /* client supplied clip list */
va_tpi.c 84 VARectangle *cliprects, /* client supplied clip list */
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_trace.h 208 VARectangle *cliprects, /* client supplied clip list */
va_backend.h 213 VARectangle *cliprects, /* client supplied clip list */
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 383 static void update_clipbox(VARectangle *cliprects, int width, int height)
390 cliprects[0].x = (rand() % width);
391 cliprects[0].y = (rand() % height);
392 cliprects[0].width = (rand() % (width - cliprects[0].x));
393 cliprects[0].height = (rand() % (height - cliprects[0].y));
395 cliprects[1].x = (rand() % width);
396 cliprects[1].y = (rand() % height);
397 cliprects[1].width = (rand() % (width - cliprects[1].x))
413 VARectangle cliprects[2]; \/* client supplied clip list *\/ local
    [all...]
putsurface_wayland.c 52 const VARectangle *cliprects,
79 const VARectangle *cliprects,
96 cliprects, num_cliprects, flags);
135 const VARectangle *cliprects,
  /hardware/intel/common/libva/va/android/
va_android.cpp 200 VARectangle *cliprects, /* client supplied clip list */
218 VARectangle *cliprects, /* client supplied clip list */
236 cliprects, number_cliprects, flags );
240 cliprects, number_cliprects, flags );
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 121 VARectangle *cliprects, /* client supplied clip list */
139 VARectangle *cliprects, /* client supplied clip list */
psb_xvva.c 381 VARectangle *cliprects, /* client supplied clip list */
670 VARectangle *cliprects, /* client supplied clip list */
720 cliprects, number_cliprects, flags);
748 vaPtr->clipbox[j].x = cliprects[j].x;
749 vaPtr->clipbox[j].y = cliprects[j].y;
750 vaPtr->clipbox[j].width = cliprects[j].width;
751 vaPtr->clipbox[j].height = cliprects[j].height;
psb_x11.c 467 VARectangle *cliprects, /* client supplied clip list */
528 cliprects, number_cliprects, flags);
534 cliprects, number_cliprects, flags);
  /external/libdrm/intel/
intel_bufmgr_priv.h 199 drm_clip_rect_t *cliprects, int num_cliprects,
206 drm_clip_rect_t *cliprects, int num_cliprects,
intel_bufmgr.c 156 drm_clip_rect_t * cliprects, int num_cliprects, int DR4)
158 return bo->bufmgr->bo_exec(bo, used, cliprects, num_cliprects, DR4);
163 drm_clip_rect_t *cliprects, int num_cliprects, int DR4,
168 cliprects, num_cliprects, DR4,
175 cliprects, num_cliprects, DR4);
intel_bufmgr.h 145 struct drm_clip_rect *cliprects, int num_cliprects, int DR4);
147 struct drm_clip_rect *cliprects, int num_cliprects, int DR4,
intel_bufmgr_fake.c     [all...]
  /hardware/intel/common/libva/va/x11/
va_x11.c 228 VARectangle *cliprects, /* client supplied clip list */
246 VARectangle *cliprects, /* client supplied clip list */
261 cliprects, number_cliprects, flags );
265 cliprects, number_cliprects, flags );
  /hardware/intel/img/psb_video/src/
psb_output.h 202 VARectangle *cliprects, /* client supplied clip list */
225 VARectangle *cliprects, /* client supplied clip list */
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 470 VARectangle *cliprects, /* client supplied clip list */
488 CHECK_INVALID_PARAM((NULL == cliprects) && (0 != number_cliprects));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 243 int num_cliprects; /* mulitpass with multiple cliprects? */
244 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
255 int num_cliprects; /* mulitpass with multiple cliprects? */
256 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
577 /** This is a struct drm_clip_rect *cliprects */
625 /** This is a struct drm_clip_rect *cliprects */
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 239 struct drm_clip_rect __user * cliprects; member in struct:drm_i915_batchbuffer
247 struct drm_clip_rect __user * cliprects; member in struct:_drm_i915_cmdbuffer
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 331 int num_cliprects; /* mulitpass with multiple cliprects? */
332 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
343 int num_cliprects; /* mulitpass with multiple cliprects? */
344 struct drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
757 /** This is a struct drm_clip_rect *cliprects */
861 * This is a struct drm_clip_rect *cliprects if I915_EXEC_FENCE_ARRAY
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 327 int num_cliprects; /* mulitpass with multiple cliprects? */
328 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:drm_i915_batchbuffer
339 int num_cliprects; /* mulitpass with multiple cliprects? */
340 struct drm_clip_rect *cliprects; /* pointer to userspace cliprects */ member in struct:_drm_i915_cmdbuffer
717 /** This is a struct drm_clip_rect *cliprects */
801 /** This is a struct drm_clip_rect *cliprects */
    [all...]
  /external/valgrind/include/vki/
vki-linux-drm.h 650 int num_cliprects; /* mulitpass with multiple cliprects? */
651 struct vki_drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:vki_drm_i915_batchbuffer
658 int num_cliprects; /* mulitpass with multiple cliprects? */
659 struct vki_drm_clip_rect __user *cliprects; /* pointer to userspace cliprects */ member in struct:_vki_drm_i915_cmdbuffer

Completed in 881 milliseconds

1 2