OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_rects
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/tests/ttmtest/src/
xf86dri.c
468
int
total_rects
;
local
493
total_rects
= *numClipRects;
498
total_rects
+= *numBackClipRects;
507
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 289 milliseconds