Searched refs:drawables (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1097 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXCopyArea
1104 rc = dixLookupDrawable(drawables + j, src->info[j].id, client, 0,
1108 drawables[j]->pScreen->SourceValidate(drawables[j], 0, 0,
1109 drawables[j]->width,
1110 drawables[j]->height,
1114 pitch = PixmapBytePad(width, drawables[0]->depth);
1118 XineramaGetImageData(drawables, srcx, srcy, width, height, ZPixmap, ~0,
1124 if (drawables[0]->depth != pDst->depth) {
1142 dx = drawables[
1944 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXGetImage
[all...]
H A Dshm.c781 DrawablePtr *drawables; local in function:ProcPanoramiXShmGetImage
856 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr));
857 if (!drawables)
860 drawables[0] = pDraw;
862 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0,
865 free(drawables);
870 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0,
871 drawables[i]->width,
872 drawables[
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c785 DrawablePtr *drawables; local in function:ProcPanoramiXShmGetImage
846 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr));
847 if(!drawables)
850 drawables[0] = pDraw;
852 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0,
856 free(drawables);
882 XineramaGetImageData(drawables, x, y, w, h, format, planemask,
890 XineramaGetImageData(drawables, x, y, w, h,
897 free(drawables);
H A DpanoramiXprocs.c1045 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXCopyArea
1052 rc = dixLookupDrawable(drawables+j, src->info[j].id, client, 0,
1058 pitch = PixmapBytePad(stuff->width, drawables[0]->depth);
1062 XineramaGetImageData(drawables, srcx, srcy,
1069 if(drawables[0]->depth != pDst->depth) {
1784 DrawablePtr drawables[MAXSCREENS]; local in function:PanoramiXGetImage
1848 drawables[0] = pDraw;
1850 rc = dixLookupDrawable(drawables+i, draw->info[i].id, client, 0,
1902 XineramaGetImageData(drawables, x, y + linesDone, w, nlines,
1919 XineramaGetImageData(drawables,
[all...]
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbe.c665 Drawable *drawables;
681 /* Make sure any specified drawables are valid. */
690 drawables = (Drawable *)&stuff[1];
694 rc = dixLookupDrawable(pDrawables+i, drawables[i], client, 0,
659 Drawable *drawables; local in function:ProcDbeGetVisualInfo
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbe.c573 Drawable *drawables;
588 /* Make sure any specified drawables are valid. */
594 drawables = (Drawable *) &stuff[1];
597 rc = dixLookupDrawable(pDrawables + i, drawables[i], client, 0,
568 Drawable *drawables; local in function:ProcDbeGetVisualInfo
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.6.rst231 - glx: guard swap-interval functions against destroyed drawables
H A D7.10.rst2129 - glx: Hold on to drawables if we're just switching to another context
2136 - glx: Only remove drawables from the hash when we actually delete them
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::

Completed in 20 milliseconds