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

  /hardware/intel/common/libva/va/x11/
dri2_util.c 92 XRectangle xrect; local
101 xrect.x = 0;
102 xrect.y = 0;
103 xrect.width = dri2_drawable->width;
104 xrect.height = dri2_drawable->height;
106 region = XFixesCreateRegion(ctx->native_dpy, &xrect, 1);
  /external/mesa3d/src/glx/
dri2_glx.c 507 XRectangle xrect; local
514 xrect.x = x;
515 xrect.y = priv->height - y - height;
516 xrect.width = width;
517 xrect.height = height;
526 region = XFixesCreateRegion(psc->base.dpy, &xrect, 1);
552 XRectangle xrect; local
556 xrect.x = 0;
557 xrect.y = 0;
558 xrect.width = priv->width
    [all...]

Completed in 85 milliseconds