| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FillRcts.c | 37 XRectangle *rectangles, 58 Data16 (dpy, (short *) rectangles, len); 60 rectangles += n; 33 XFillRectangles(register Display * dpy,Drawable d,GC gc,XRectangle * rectangles,int n_rects) argument
|
| H A D | SetCRects.c | 37 XRectangle *rectangles, 54 Data16 (dpy, (short *) rectangles, len); 70 XRectangle *rectangles, 75 _XSetClipRectangles (dpy, gc, clip_x_origin, clip_y_origin, rectangles, n, 33 _XSetClipRectangles(Display * dpy,GC gc,int clip_x_origin,int clip_y_origin,XRectangle * rectangles,int n,int ordering) argument 65 XSetClipRectangles(register Display * dpy,GC gc,int clip_x_origin,int clip_y_origin,XRectangle * rectangles,int n,int ordering) argument
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | FillRects.c | 39 _Xconst XRectangle *rectangles, 73 Data16 (dpy, (_Xconst short *) rectangles, len); 75 rectangles += n; 35 XRenderFillRectangles(Display * dpy,int op,Picture dst,_Xconst XRenderColor * color,_Xconst XRectangle * rectangles,int n_rects) argument
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | ScaleP.h | 88 XRectangle *rectangles; member in struct:__anon08a7c0030308
|
| H A D | Scale.c | 256 * This procedure will realloc a new rectangles buffer. 265 sw->scale.rectangles = (XRectangle *) 266 XtRealloc((char *) sw->scale.rectangles, 286 new_sw->scale.rectangles = (XRectangle *) NULL; 388 sw->scale.rectangles, sw->scale.nrectangles); 404 sw->scale.rectangles[(int) sw->scale.nrectangles].x = x; 405 sw->scale.rectangles[(int) sw->scale.nrectangles].y = y; 406 sw->scale.rectangles[(int) sw->scale.nrectangles].width = width; 407 sw->scale.rectangles[(int) sw->scale.nrectangles].height = height; 809 XtFree((char *) sw->scale.rectangles); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_iconify.c | 228 XRectangle *rectangles; local in function:MosaicFade 242 rectangles = calloc(nrects, sizeof(XRectangle)); 244 rectangles [j].width = srect; 245 rectangles [j].height = srect; 249 rectangles [j].x = ((lrand48() % width) / srect) * srect; 250 rectangles [j].y = ((lrand48() % height) / srect) * srect; 252 XFillRectangles(dpy, mask, gc, rectangles, nrects); 259 free(rectangles);
|
| /xsrc/external/mit/libXfixes/dist/include/X11/extensions/ |
| H A D | Xfixes.h | 151 XFixesCreateRegion (Display *dpy, XRectangle *rectangles, int nrectangles); 170 XRectangle *rectangles, int nrectangles);
|
| /xsrc/external/mit/libXfixes/dist/src/ |
| H A D | Region.c | 30 XFixesCreateRegion (Display *dpy, XRectangle *rectangles, int nrectangles) argument 47 Data16 (dpy, (short *) rectangles, len); 152 XRectangle *rectangles, int nrectangles) 167 Data16 (dpy, (short *) rectangles, len); 151 XFixesSetRegion(Display * dpy,XserverRegion region,XRectangle * rectangles,int nrectangles) argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 955 xcb_rectangle_t rectangles[16]; local in function:dri2_x11_swap_buffers_region 957 if (numRects > (int)ARRAY_SIZE(rectangles)) 961 rectangles[i].x = rects[i * 4]; 962 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; 963 rectangles[i].width = rects[i * 4 + 2]; 964 rectangles[i].height = rects[i * 4 + 3]; 968 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.5.rst | 45 A simplified glCopyPixels-like feature for copying pixel rectangles.
|
| H A D | 10.2.2.rst | 128 - i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.
|
| H A D | 11.0.8.rst | 134 rectangles
|
| H A D | 11.1.1.rst | 118 rectangles
|
| H A D | 19.0.4.rst | 193 - radv: fix setting the number of rectangles when it's dyanmic
|
| H A D | 8.0.3.rst | 168 - i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 1042 xcb_rectangle_t rectangles[16]; local in function:dri2_x11_swap_buffers_region 1044 if (numRects > (int)ARRAY_SIZE(rectangles)) 1048 rectangles[i].x = rects[i * 4]; 1049 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; 1050 rectangles[i].width = rects[i * 4 + 2]; 1051 rectangles[i].height = rects[i * 4 + 3]; 1055 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles);
|
| /xsrc/external/mit/libXrender/dist/include/X11/extensions/ |
| H A D | Xrender.h | 576 * Change a Picture's clip mask to the specified rectangles. 582 * @param[in] rects Array of rectangles to clip with. 835 * @param[in] rectangles Array of Rectangles to fill. 836 * @param[in] n_rects `rectangles` array size. 840 _Xconst XRectangle *rectangles, int n_rects);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 86 * ``set_window_rectangles`` sets the window rectangles to be used for 89 rectangles are to be used for including fragments or excluding 90 them. All of the rectangles are ORed together, so in exclude mode, 92 mode, any fragment outside all rectangles would be culled. xmin/ymin 95 blits. (Blits have their own way to pass the requisite rectangles 254 GL clear or explicit rectangles like d3d9 uses). It can, however, also clear 653 rectangle (scissors) and window rectangles. It can also optionally honor the
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 104 * ``set_window_rectangles`` sets the window rectangles to be used for 107 rectangles are to be used for including fragments or excluding 108 them. All of the rectangles are ORed together, so in exclude mode, 110 mode, any fragment outside all rectangles would be culled. xmin/ymin 113 blits. (Blits have their own way to pass the requisite rectangles 279 GL clear or explicit rectangles like d3d9 uses). It can, however, also clear 681 rectangle (scissors) and window rectangles. It can also optionally honor the
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 1325 if (memcmp(&dest->discard_rectangle.rectangles, 1326 &src->discard_rectangle.rectangles, 1328 typed_memcpy(dest->discard_rectangle.rectangles, 1329 src->discard_rectangle.rectangles,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 528 const struct pipe_scissor_state *rectangles) 533 rectangles); 526 tegra_set_window_rectangles(struct pipe_context * pcontext,boolean include,unsigned int num_rectangles,const struct pipe_scissor_state * rectangles) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1056 const struct pipe_scissor_state *rectangles) 1062 memcpy(nv50->window_rect.rect, rectangles, 1053 nv50_set_window_rectangles(struct pipe_context * pipe,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 186 if (memcmp(&dest->discard_rectangle.rectangles, &src->discard_rectangle.rectangles, 188 typed_memcpy(dest->discard_rectangle.rectangles, 189 src->discard_rectangle.rectangles, 965 VkRect2D rect = cmd_buffer->state.dynamic.discard_rectangle.rectangles[i]; 3258 if (!memcmp(state->dynamic.discard_rectangle.rectangles + firstDiscardRectangle, 3263 typed_memcpy(&state->dynamic.discard_rectangle.rectangles[firstDiscardRectangle],
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 956 const struct pipe_scissor_state *rectangles) 962 memcpy(nvc0->window_rect.rect, rectangles, 953 nvc0_set_window_rectangles(struct pipe_context * pipe,boolean include,unsigned num_rectangles,const struct pipe_scissor_state * rectangles) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 229 to "rectangles" (required by d3d) or before (required by OpenGL, though
|