HomeSort by relevance Sort by last modified time
    Searched refs:total_rects (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
XF86dri.c 472 int total_rects; local
497 total_rects = *numClipRects;
502 total_rects += *numBackClipRects;
511 total_rects * sizeof(drm_clip_rect_t)) +
  /external/mesa3d/src/glx/
XF86dri.c 472 int total_rects; local
497 total_rects = *numClipRects;
502 total_rects += *numBackClipRects;
511 total_rects * sizeof(drm_clip_rect_t)) +
  /hardware/intel/common/libva/va/x11/
va_dri.c 462 int total_rects; local
488 total_rects = *numClipRects;
493 total_rects += *numBackClipRects;
502 total_rects * sizeof(drm_clip_rect_t)) + 3) & ~3) >> 2)) {

Completed in 70 milliseconds