Home
last modified time | relevance | path

Searched refs:total_rects (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/tests/ttmtest/src/
Dxf86dri.c468 int total_rects; in uniDRIGetDrawableInfo() local
493 total_rects = *numClipRects; in uniDRIGetDrawableInfo()
498 total_rects += *numBackClipRects; in uniDRIGetDrawableInfo()
507 total_rects * sizeof(drm_clip_rect_t)) + in uniDRIGetDrawableInfo()
/external/mesa3d/src/glx/
DXF86dri.c479 int total_rects; in XF86DRIGetDrawableInfo() local
504 total_rects = *numClipRects; in XF86DRIGetDrawableInfo()
509 total_rects += *numBackClipRects; in XF86DRIGetDrawableInfo()
518 total_rects * sizeof(drm_clip_rect_t)) + in XF86DRIGetDrawableInfo()